LinuxQuestions.org
Help answer threads with 0 replies.
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 12-16-2019, 02:58 PM   #2311
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,118

Original Poster
Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192

regarding android-tools, after some struggling I was able to get 29.0.5 working (following archlinux's hints), I just pushed it in a dedicated branch (it will go in the main one at the next global update)

http://cgit.ponce.cc/slackbuilds/com...=android-tools

0ad seems to have issues with the newer boost but the only thing I can suggest for that is to ask for patches upstream (I'm saying this because their latest code from svn still show the same failure).

Last edited by ponce; 12-17-2019 at 09:51 AM.
 
Old 12-17-2019, 08:41 AM   #2312
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Just a head's up that lightspark doesn't build with boost-1.72.0, I don't have a solution, but I made an issue upstream (See the log attached to the issue, its over the 30000 character limit to paste here).

https://github.com/lightspark/lightspark/issues/406
 
Old 12-18-2019, 07:15 PM   #2313
Pixxt
Member
 
Registered: May 2008
Distribution: Slackware, Debian,
Posts: 289

Rep: Reputation: 186Reputation: 186
PCSXR does not build on current because of zlib conflicts and the sources from the new forked builds have removed auto-tools support so the old slackbuild does not work with the CMAKE build system.


https://github.com/iCatButler/pcsxr/tree/master

https://github.com/loathingKernel/pcsxr/tree/fix-pango
 
Old 12-19-2019, 01:01 PM   #2314
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 258

Rep: Reputation: 147Reputation: 147
gdal-3.0.2 failed to build

Code:
patching file frmts/pdf/pdfobject.cpp
Hunk #1 FAILED at 1055.
1 out of 1 hunk FAILED -- saving rejects to file frmts/pdf/pdfobject.cpp.rej
Failures:
While the same version from slackbuilds.org works, it does not have the patch.
 
Old 12-20-2019, 12:55 AM   #2315
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,118

Original Poster
Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192
Quote:
Originally Posted by qunying View Post
gdal-3.0.2 failed to build

Code:
patching file frmts/pdf/pdfobject.cpp
Hunk #1 FAILED at 1055.
1 out of 1 hunk FAILED -- saving rejects to file frmts/pdf/pdfobject.cpp.rej
Failures:
While the same version from slackbuilds.org works, it does not have the patch.
yes, that happens because the patch was intended for a previous version of gdal, but it has been updated in the meantime...

thanks for reporting it! I'll remove the patch in the next batch.

Last edited by ponce; 12-20-2019 at 12:59 AM.
 
Old 12-21-2019, 02:19 AM   #2316
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,118

Original Poster
Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192
Quote:
Originally Posted by Pixxt View Post
PCSXR does not build on current because of zlib conflicts and the sources from the new forked builds have removed auto-tools support so the old slackbuild does not work with the CMAKE build system.


https://github.com/iCatButler/pcsxr/tree/master

https://github.com/loathingKernel/pcsxr/tree/fix-pango
I had a look at this and it seems that the maintainer applied an alternative patch that let the build go fine also in current, so I'll just remove the zlib* one as it seems to build fine without it: thanks for reporting it!

regarding the new versions, as the old one seems unmaintained, it seems that some distros switched to the first one you linked: you can bring this opportunity at the attention of the maintainer for consideration.

https://src.fedoraproject.org/rpms/p...r/f/pcsxr.spec
 
Old 12-21-2019, 10:15 AM   #2317
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 357
Blog Entries: 1

Rep: Reputation: Disabled
libmatroska 1.5.2

Libmatroska, currently 1.5.2, migrated away from configure to cmake. The standard SBo configure options are easily added to cmake-gui, so SlackBuild update should be trivial.
 
Old 12-21-2019, 10:29 AM   #2318
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,118

Original Poster
Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192
Quote:
Originally Posted by hpfeil View Post
Libmatroska, currently 1.5.2, migrated away from configure to cmake. The standard SBo configure options are easily added to cmake-gui, so SlackBuild update should be trivial.
this is not the proper place where to propose updates to existing SlackBuilds that build fine on current, you should get in touch with the maintainer for that...
 
Old 12-21-2019, 01:12 PM   #2319
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Hi , today slackbuilds , push qt5-5.9.9 , need revision on this .. some patches not nedded now.

Have nice day!
 
Old 12-21-2019, 01:30 PM   #2320
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,118

Original Poster
Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192
Quote:
Originally Posted by USUARIONUEVO View Post
Hi , today slackbuilds , push qt5-5.9.9 , need revision on this .. some patches not nedded now.

Have nice day!
I did it this morning already!
You can find it in the current repository.
 
Old 12-21-2019, 01:39 PM   #2321
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Quote:
Originally Posted by ponce View Post
I did it this morning already!
You can find it in the current repository.
Thanks!
well done !
 
Old 12-22-2019, 02:05 AM   #2322
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Anyone able to build unison 2.51.2?
 
Old 12-22-2019, 03:09 AM   #2323
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,118

Original Poster
Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192
Quote:
Originally Posted by drgibbon View Post
Anyone able to build unison 2.51.2?
I just updated it to a git snapshot because it seems that the released versions are not yet ocaml >= 4.08.x compatible

http://cgit.ponce.cc/slackbuilds/commit/?h=unison
 
Old 12-22-2019, 03:34 AM   #2324
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Rep: Reputation: Disabled
Hi all.

I have noticed that qbittorrent-qt5 has disappeared from SBo-git. Could someone elaborate the reason for that please?

Greetings

Lioh
 
Old 12-22-2019, 03:39 AM   #2325
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,118

Original Poster
Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192
Quote:
Originally Posted by lioh View Post
Hi all.

I have noticed that qbittorrent-qt5 has disappeared from SBo-git. Could someone elaborate the reason for that please?
it should be there, I haven't touched it.
 
  


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 02:07 PM.

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