Re: [Slackbuilds-users] qt5 5.5.1 fails to build with multiple jobs

2016-03-15 Thread Larry Hajali
So, I was able to recreate the issue Matteo posted on http://pastebin.com/6QcYEQVE using all optional dependencies and adding DOCS and EXAMPLES as yes. Fortunately, I was able to create a patch that compiles qt5. The short answer of why it fails on Slackware -current is that the newer

Re: [Slackbuilds-users] qt5 5.5.1 fails to build with multiple jobs

2016-03-15 Thread Andrzej Telszewski
On 15/03/16 22:05, Larry Hajali wrote: So, I was able to recreate the issue Matteo posted on http://pastebin.com/6QcYEQVE using all optional dependencies and adding DOCS and EXAMPLES as yes. Fortunately, I was able to create a patch that compiles qt5. The short answer of why it fails on

Re: [Slackbuilds-users] qt5 5.5.1 fails to build with multiple jobs

2016-03-15 Thread Matteo Bernardini
2016-03-14 16:17 GMT+01:00 Matteo Bernardini : > 2016-03-13 23:30 GMT+01:00 Willy Sudiarto Raharjo : >>> Are you guys up to date with the Thu Mar 10 02:46:49 UTC 2016 -current >>> update? >> >> Yes, my system is up to date with latest current

Re: [Slackbuilds-users] Updating slackbuilds

2016-03-15 Thread Eric Pratt
I've looked over the diff but not your previous script yet. I agree with the diff so far but I do wonder about why those two blocks of variables are separated. They really look like they should be together since the logic for determining $ARCH doesn't affect the second block of variables.

Re: [Slackbuilds-users] Call for Bug Fixes, Patches, etc

2016-03-15 Thread Franzen
On 15.03.2016 03:17, Luís Fernando Carvalho Cavalheiro wrote: I've not tried with plus sign. I've tested - find ... -print0 | xargs -0 ... - find ... -exec 755 {} \; - find ... -execdir 755 {} \; It's all about the "+" if you compare to the xargs-approach. Here's some discussion about it

Re: [Slackbuilds-users] Updating slackbuilds

2016-03-15 Thread Eric Pratt
I was going to try to go to bed, but I decided to hell with it and took a look at the script tonight. I like your ffmpeg changes so we should probably add those back in. Also, the diff you sent doesn't seem to include your previous find line for the symbol stripping. -find $PKG | xargs file |

[Slackbuilds-users] Slackbuilds

2016-03-15 Thread Ozan Türkyılmaz
Hello All, Finally fixed my computer. Now I have a notebook with SSD and clean install of Slackware-current. I have started to go over my packages right now: First of all, I can't look after ibus-anthy any more. I no longer use it. Rest of my packages: Boncuk: OK chm2pdf : OK splint :

Re: [Slackbuilds-users] qt5 5.5.1 fails to build with multiple jobs

2016-03-15 Thread David Spencer
> For your information, to build qt5 without qtwebengine: > - add "-skip qtwebengine" to ./configure > - comment out sed -i 's|-Wl,--whole-archive.*-Wl,--no-whole-archive||' > $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/Qt5WebEngineCore.pc That's the easy part. The difficult part is to find which

Re: [Slackbuilds-users] Slackbuilds

2016-03-15 Thread Willy Sudiarto Raharjo
> splint : Fails to build. I'll get back to that later. works fine here splint: MD5SUM check for splint-3.1.2.src.tgz ... OK Building package splint-3.1.2-x86_64-1_SBo.tgz ... OK Installing package splint-3.1.2-x86_64-1_SBo.tgz ... OK -- Willy Sudiarto Raharjo signature.asc

Re: [Slackbuilds-users] qt5 5.5.1 fails to build with multiple jobs

2016-03-15 Thread Andrzej Telszewski
On 15/03/16 09:15, Matteo Bernardini wrote: 2016-03-14 16:17 GMT+01:00 Matteo Bernardini: >2016-03-13 23:30 GMT+01:00 Willy Sudiarto Raharjo: >>>Are you guys up to date with the Thu Mar 10 02:46:49 UTC 2016 -current >>>update? >> >>Yes, my

Re: [Slackbuilds-users] qt5 5.5.1 fails to build with multiple jobs

2016-03-15 Thread Willy Sudiarto Raharjo
> That's the easy part. > > The difficult part is to find which other packages will fail if > qtwebengine is not built, and how to fix them. > > If we can't do that quickly and easily, then it might be easier to fix > qtwebengine. and FYI, here are the packages that directly requires qt5