LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-06-2018, 01:41 AM   #1291
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981

I had to insert
Code:
-Wno-error=cast-function-type
into the slackbuild for OpenColorIO in order to get it to build.
 
Old 07-06-2018, 02:03 AM   #1292
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,105

Original Poster
Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
Quote:
Originally Posted by RadicalDreamer View Post
I had to insert
Code:
-Wno-error=cast-function-type
into the slackbuild for OpenColorIO in order to get it to build.
I can reproduce this, seems like gcc 8.x is getting stricter about this kind of warnings: pushed, thanks!
 
1 members found this post helpful.
Old 07-06-2018, 02:28 AM   #1293
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Yes it is! I had to add more to the OpenImageIO Slackbuild to get it to build.
Code:
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS -std=c++11 -Wno-error=stringop-truncation -Wno-error=sizeof-pointer-memaccess -Wno-error=class-memaccess" \
 
Old 07-06-2018, 03:11 AM   #1294
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,105

Original Poster
Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
Quote:
Originally Posted by RadicalDreamer View Post
Yes it is! I had to add more to the OpenImageIO Slackbuild to get it to build.
Code:
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS -std=c++11 -Wno-error=stringop-truncation -Wno-error=sizeof-pointer-memaccess -Wno-error=class-memaccess" \
thanks also for these! pushed them too.
 
Old 07-06-2018, 04:58 AM   #1295
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,336

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Hi , this is only "cosmetic" , in libtorrent-rasterbar

Quote:
configure: WARNING: unrecognized options: --with-libgeoip
That option aparently not available now --> --with-libgeoip

Package builds and works fine.
 
Old 07-06-2018, 05:18 AM   #1296
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,105

Original Poster
Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
Quote:
Originally Posted by USUARIONUEVO View Post
Hi , this is only "cosmetic" , in libtorrent-rasterbar



That option aparently not available now --> --with-libgeoip

Package builds and works fine.
Hi USUARIONUEVO,

unfortunately there's no much point in writing this here: I have no idea if the maintainer read this topic.
you should report this kind of observations to the maintainer and/or to the slackbuilds-users mailing list.
 
Old 07-06-2018, 02:32 PM   #1297
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 864

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
This is off-topic. I know. Apologies in advance.
Today Pat updated texlive to TeXLive 2018.
Can someone advise when suitable texlive-extras and texlive-fonts for TeXLive 2018 are available? Thanks in advance.
 
Old 07-06-2018, 02:46 PM   #1298
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,105

Original Poster
Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
Quote:
Originally Posted by sombragris View Post
This is off-topic. I know. Apologies in advance.
Today Pat updated texlive to TeXLive 2018.
Can someone advise when suitable texlive-extras and texlive-fonts for TeXLive 2018 are available? Thanks in advance.
Code:
t/texlive-2018.180630-x86_64-1.txz:  Upgraded.
  Thanks to Johannes Schoepfer.
Code:
$ grep MAINTAINER office/texlive*/*info
office/texlive-docs/texlive-docs.info:MAINTAINER="Johannes Schoepfer"
office/texlive-extra/texlive-extra.info:MAINTAINER="Johannes Schoepfer"
office/texlive-fonts/texlive-fonts.info:MAINTAINER="Johannes Schoepfer"
office/texlive/texlive.info:MAINTAINER="Johannes Schoepfer"
I think it should be ok asking to the SBo maintainer about it.
 
1 members found this post helpful.
Old 07-07-2018, 10:32 AM   #1299
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
For some reason, the last Thunar (from the 26th of June) doesn't ship the *.pc files, namely, the thunarx-2.pc, which prevents thunarx-python from getting built.

I rebuilt it myself, removing the --disable-static and --disable-debug switches, and now it builds fine.
 
1 members found this post helpful.
Old 07-07-2018, 03:50 PM   #1300
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
openttd does not compile due to default behaviour change of ICU.
Change the line of CXXFLAGS to
Quote:
CXXFLAGS="$SLKCFLAGS -DU_USING_ICU_NAMESPACE=1" \
solved the problem.
 
Old 07-07-2018, 07:44 PM   #1301
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
youtube-dl source is "ERROR 404: Not Found"
Code:
Location: https://github.com/rg3/youtube-dl/releases/download/2018.07.04/youtube-dl-2018.06.25.tar.gz [following]
--2018-07-07 20:34:31--  https://github.com/rg3/youtube-dl/releases/download/2018.07.04/youtube-dl-2018.06.25.tar.gz
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-07-07 20:34:31 ERROR 404: Not Found.
OpenCollada error. OpenCollada still has bug reports open regarding pcre. Maybe they'll fix it someday.
Code:
# https://github.com/KhronosGroup/OpenCOLLADA/issues/570
patch -p1 < $CWD/pcre.patch
patching file COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
Hunk #1 FAILED at 12 (different line endings).
1 out of 1 hunk FAILED -- saving rejects to file COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h.rej

I have one sbopkg request which isn't a big deal. After a major revision of Current a new sbopkg package for Current would be nice.
 
Old 07-07-2018, 08:18 PM   #1302
khronosschoty
Member
 
Registered: Jul 2008
Distribution: Slackware
Posts: 648
Blog Entries: 2

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
Quote:
Originally Posted by RadicalDreamer View Post
youtube-dl source is "ERROR 404: Not Found"
Code:
Location: https://github.com/rg3/youtube-dl/releases/download/2018.07.04/youtube-dl-2018.06.25.tar.gz [following]
--2018-07-07 20:34:31--  https://github.com/rg3/youtube-dl/releases/download/2018.07.04/youtube-dl-2018.06.25.tar.gz
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-07-07 20:34:31 ERROR 404: Not Found.
OpenCollada error. OpenCollada still has bug reports open regarding pcre. Maybe they'll fix it someday.
Code:
# https://github.com/KhronosGroup/OpenCOLLADA/issues/570
patch -p1 < $CWD/pcre.patch
patching file COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
Hunk #1 FAILED at 12 (different line endings).
1 out of 1 hunk FAILED -- saving rejects to file COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h.rej

I have one sbopkg request which isn't a big deal. After a major revision of Current a new sbopkg package for Current would be nice.
I'm not sure this thread is the best place to ask for sbopkg improvements.
 
Old 07-07-2018, 08:40 PM   #1303
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,667

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
Quote:
Originally Posted by RadicalDreamer View Post
I have one sbopkg request which isn't a big deal. After a major revision of Current a new sbopkg package for Current would be nice.
You might want to check the development progress so far
 
3 members found this post helpful.
Old 07-07-2018, 10:15 PM   #1304
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Quote:
Originally Posted by willysr View Post
You might want to check the development progress so far
I have and copied the new additions to my system. It works great.

khronosschoty, it was just a suggestion. I knew the authors of sbopkg would see it if I mentioned it here.
 
Old 07-08-2018, 01:46 AM   #1305
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,105

Original Poster
Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
Quote:
Originally Posted by RadicalDreamer View Post
youtube-dl source is "ERROR 404: Not Found"
Code:
Location: https://github.com/rg3/youtube-dl/releases/download/2018.07.04/youtube-dl-2018.06.25.tar.gz [following]
--2018-07-07 20:34:31--  https://github.com/rg3/youtube-dl/releases/download/2018.07.04/youtube-dl-2018.06.25.tar.gz
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-07-07 20:34:31 ERROR 404: Not Found.
you actually should report this to the maintainer and to the slackbuilds-users mailing list.
Quote:
OpenCollada error. OpenCollada still has bug reports open regarding pcre. Maybe they'll fix it someday.
Code:
# https://github.com/KhronosGroup/OpenCOLLADA/issues/570
patch -p1 < $CWD/pcre.patch
patching file COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
Hunk #1 FAILED at 12 (different line endings).
1 out of 1 hunk FAILED -- saving rejects to file COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h.rej
that patch is already applied since a couple of months, I had a rapid look but I have no idea why it starts complaining now for different line endings... :/
BTW, I recreated the patch with dos line endings and it should be ok at the next merge.
 
  


Reply

Tags
current, sbo, sbopkg, slackrepo



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Error building gst1-plugins-good 1.4.1 from SBO l0rddarkf0rce Slackware 4 10-06-2014 05:58 PM
[SOLVED] Failure building nvidia-kernel Slackbuild from SBo sysfce2 Slackware 7 07-02-2011 01:10 AM
problems building fontforge from SBo gtludwig Slackware 7 05-12-2010 01:52 PM
Pls help me take my 1st step! verysoon Fedora - Installation 2 12-12-2005 07:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration