LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   SBo scripts not building on current (read 1st post, pls) (https://www.linuxquestions.org/questions/slackware-14/sbo-scripts-not-building-on-current-read-1st-post-pls-4175561999/)

RadicalDreamer 07-06-2018 01:41 AM

I had to insert
Code:

-Wno-error=cast-function-type
into the slackbuild for OpenColorIO in order to get it to build.

ponce 07-06-2018 02:03 AM

Quote:

Originally Posted by RadicalDreamer (Post 5876150)
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!

RadicalDreamer 07-06-2018 02:28 AM

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" \

ponce 07-06-2018 03:11 AM

Quote:

Originally Posted by RadicalDreamer (Post 5876165)
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.

USUARIONUEVO 07-06-2018 04:58 AM

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.

ponce 07-06-2018 05:18 AM

Quote:

Originally Posted by USUARIONUEVO (Post 5876192)
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.

sombragris 07-06-2018 02:32 PM

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.

ponce 07-06-2018 02:46 PM

Quote:

Originally Posted by sombragris (Post 5876396)
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. ;)

Lockywolf 07-07-2018 10:32 AM

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.

qunying 07-07-2018 03:50 PM

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.

RadicalDreamer 07-07-2018 07:44 PM

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.

khronosschoty 07-07-2018 08:18 PM

Quote:

Originally Posted by RadicalDreamer (Post 5876822)
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.

willysr 07-07-2018 08:40 PM

Quote:

Originally Posted by RadicalDreamer (Post 5876822)
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 :)

RadicalDreamer 07-07-2018 10:15 PM

Quote:

Originally Posted by willysr (Post 5876839)
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.

ponce 07-08-2018 01:46 AM

Quote:

Originally Posted by RadicalDreamer (Post 5876822)
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.


All times are GMT -5. The time now is 11:14 AM.