LinuxQuestions.org
Visit Jeremy's Blog.
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 01-14-2020, 12:57 PM   #2386
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619

Quote:
Originally Posted by qunying View Post
SimGear download URL is broken, could not download from
ftp://slackware.uk/sbosrcarch/by-md5...1.2-rc.tar.bz2
The official download at
https://sourceforge.net/projects/fli...1.2-rc.tar.bz2
works.

For compilation, I have to comment out the `cd build` and `cd ..` lines and use the top directory as build directory, otherwise I would get config.h not found error.
Interesting, I just built it on a different non-Slackware machine and had the same problem. I got around it by setting the CPATH environment variable rather than building in the source directory. This makes me think there must be something different about the sourceforge.net and sbosrcarch files.

Edit: but as ponce said, probably not a problem unique to -current.
 
Old 01-14-2020, 03:28 PM   #2387
edps
LQ Newbie
 
Registered: Aug 2019
Posts: 9

Rep: Reputation: 0
Quote:
Originally Posted by ponce View Post
thanks Edinaldo for the libass tip!

regarding removing the dependencies added to Slackware from the *.info files maybe you missed it but unfortunately, as a general policy, I avoid to do it for all the scripts because it would create a gazillion of additional branches that will be very painful to rebase every week.
Ok, thanks for your hard work (and quality too).
 
Old 01-15-2020, 05:50 PM   #2388
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
gnome-vfs could not compile due to incompatibility with OpenSSL 1.1.x.
After using the patch at https://bugs.gentoo.org/592540, it compiles fine.
 
Old 01-15-2020, 11:45 PM   #2389
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by qunying View Post
gnome-vfs could not compile due to incompatibility with OpenSSL 1.1.x.
After using the patch at https://bugs.gentoo.org/592540, it compiles fine.
I had forced it to use openssl-1.0.x one year and an half ago but this is for sure a better option, thanks a lot!
 
Old 01-16-2020, 09:08 PM   #2390
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
The recent guile 3.0 upgrade breaks gnucash 3.8. Apparently compilation requires guile 2.0 or 2.2. Can 2.x and 3.0 be installed concurrently?

Last edited by drgibbon; 01-18-2020 at 12:35 PM. Reason: version 3.8, not 2.8!
 
1 members found this post helpful.
Old 01-17-2020, 04:03 AM   #2391
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by drgibbon View Post
The recent guile 3.0 upgrade breaks gnucash 2.8. Apparently compilation requires guile 2.0 or 2.2. Can 2.x and 3.0 be installed concurrently?
can you please check if this works (it should)?

http://ponce.cc/slackware/testing/guile2.2/
 
1 members found this post helpful.
Old 01-17-2020, 08:06 AM   #2392
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 354
Blog Entries: 1

Rep: Reputation: Disabled
Cinelerra CV revisited

The link at https://slackbuilds.org/repository/1...dia/cinelerra/ for Cinelerra CV is "https://cinelerra-cv.org/." It is "https" that times out. When you use "http://cinelerra-cv.org/" as listed in https://github.com/ratopi/CinelerraCV, it is a redirect to https://www.cinelerra-gg.org/. Hence my confusion of CV, GG, and http://heroinewarrior.com/.

When you `git clone git://git.cinelerra-gg.org/goodguy/cinelerra.git cinelerra5`, cd cinelerra5/cinelerra-5.1/blds, you will find cin.SlackBuild. Running that script as root generates /tmp/cin-<date>-x86_64-1_cin.txz ready for installpkg. Any prerequisites that are not found already installed are built with the included source tarballs.
 
2 members found this post helpful.
Old 01-18-2020, 11:33 AM   #2393
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Quote:
Originally Posted by ponce View Post
can you please check if this works (it should)?

http://ponce.cc/slackware/testing/guile2.2/
gnucash 3.8 compiles with this installed, thanks!
 
Old 01-21-2020, 03:42 PM   #2394
Dan Suson
Member
 
Registered: Aug 2007
Location: Valparaiso, IN
Distribution: Slackware
Posts: 100

Rep: Reputation: 7
librecad2.2.0rc1 doesn't build

I am trying to build librecad2.2.0rc1 under Slackware64-current using Ponce's slackbuild scripts. I have already successfully built and installed qt5 and muParser, which are listed as required packages. When I tried to build librecad, I got the error shown in the attachment. Suggestions?

Dan
Attached Files
File Type: txt librecad_error.txt (31.2 KB, 7 views)
 
Old 01-21-2020, 04:21 PM   #2395
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by Dan Suson View Post
I am trying to build librecad2.2.0rc1 under Slackware64-current using Ponce's slackbuild scripts. I have already successfully built and installed qt5 and muParser, which are listed as required packages. When I tried to build librecad, I got the error shown in the attachment. Suggestions?

Dan
you should apply a patch from fedora

http://cgit.ponce.cc/slackbuilds/commit/?h=librecad

thanks for reporting it!
 
Old 01-23-2020, 05:21 PM   #2396
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
After the latest Slackware64-current updates, and using Ponce's SlackBuilds, I am having problems with gst-plugins-bad and aegisub.

Full logs are here:
aegisub - https://pastebin.com/0MJbX0qt
gst-plugins-bad - https://pastebin.com/X0s78eKK

Edit2: It seems that Ponce's gst-plugins-bad needs to be updated to 1.16.2, but fails the same.

Edit3: I uploaded single threaded logs instead of slackrepo logs.

Last edited by Skaendo; 01-23-2020 at 07:04 PM.
 
Old 01-24-2020, 06:03 AM   #2397
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by Skaendo View Post
After the latest Slackware64-current updates, and using Ponce's SlackBuilds, I am having problems with gst-plugins-bad and aegisub.

Full logs are here:
aegisub - https://pastebin.com/0MJbX0qt
regarding this you better ask the aegisub maintainer: maybe the solution could be to not use the bundled luajit but the SBo one, but trying to do that I found a gentoo patch that requires a git snapshot of aegisub...
https://gitweb.gentoo.org/repo/gento...it-build.patch
https://github.com/Aegisub/Aegisub

Quote:
gst-plugins-bad - https://pastebin.com/X0s78eKK

Edit2: It seems that Ponce's gst-plugins-bad needs to be updated to 1.16.2, but fails the same.
it seems that there are problems in the headers generated by glib-mkenums (a generated line starts with a backslash) and build breaks at the start, but I wasn't able to find a solution yet...
 
1 members found this post helpful.
Old 01-24-2020, 08:32 AM   #2398
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
i will take a look on aegisub
 
1 members found this post helpful.
Old 01-24-2020, 12:38 PM   #2399
Nille_kungen
Member
 
Registered: Jul 2005
Distribution: Slackware64-current
Posts: 587

Rep: Reputation: 201Reputation: 201Reputation: 201
I had problems building cryptography.
It needs wheel as dependency on current.
Cryptography also needs version 2.8 to build with python 3.8
https://cryptography.io/en/latest/changelog/#v2-8
 
Old 01-24-2020, 01:20 PM   #2400
unInstance
Member
 
Registered: Jan 2020
Distribution: Slackware
Posts: 161

Rep: Reputation: Disabled
How to build openresolv:
Open openresolv.SlackBuild and remove
Code:
cp README $PKG/usr/doc/$PRGNAM-$VERSION
How to build neomutt:
Open neomutt.SlackBuild in vim and apply the following command
Code:
:%s/PRGNAM/PKGNAM/g

Last edited by unInstance; 01-24-2020 at 01:25 PM.
 
  


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 09:55 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