LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 03-03-2020, 04:01 AM   #2536
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 974

Rep: Reputation: 239Reputation: 239Reputation: 239

Quote:
Originally Posted by SCerovec View Post
wouldn't just:
Code:
# pip install <package>
result in exactly that?

why we need a wrapper to pip install <x>?
What do you mean with 'exactly that'?

The issue is not that packages won't get installed via pip, it's more about maintenance, or distribution to multiple computers using slackware packages; pip might be fine when maintaining one computer, but otherwise it can become cumbersome.
 
Old 03-03-2020, 08:40 AM   #2537
bifferos
Member
 
Registered: Jul 2009
Posts: 401

Rep: Reputation: 149Reputation: 149
@SCerovec
I can't put it more plainly than my earlier post: https://www.linuxquestions.org/quest...ml#post6093592

BTW: I added a new thread here for further discussion of Afterpkg: https://www.linuxquestions.org/quest...7/#post6096638

Last edited by bifferos; 03-03-2020 at 05:24 PM.
 
1 members found this post helpful.
Old 03-06-2020, 03:00 PM   #2538
linuxtinker
Member
 
Registered: Dec 2013
Location: NJ / USA
Distribution: Slackware 64 -Current
Posts: 232

Rep: Reputation: 99
FYI python-distro can be removed its included in current now.
 
Old 03-06-2020, 03:29 PM   #2539
linuxtinker
Member
 
Registered: Dec 2013
Location: NJ / USA
Distribution: Slackware 64 -Current
Posts: 232

Rep: Reputation: 99
Ponce,
faac now has a new filename faac.1_30.tar.gz. which also seems to make the slackbuild fail. Sorry if this is the wrong place but figured I can reach you here.(I also build on current)
 
Old 03-06-2020, 04:18 PM   #2540
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,116

Original Poster
Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191
Quote:
Originally Posted by linuxtinker View Post
FYI python-distro can be removed its included in current now.
that slipped, thanks!
Quote:
Originally Posted by linuxtinker View Post
Ponce,
faac now has a new filename faac.1_30.tar.gz. which also seems to make the slackbuild fail. Sorry if this is the wrong place but figured I can reach you here.(I also build on current)
this happens because you're using the browser to download the sources, use wget instead.

Last edited by ponce; 03-06-2020 at 04:20 PM.
 
Old 03-06-2020, 08:29 PM   #2541
linuxtinker
Member
 
Registered: Dec 2013
Location: NJ / USA
Distribution: Slackware 64 -Current
Posts: 232

Rep: Reputation: 99
Quote:
Originally Posted by ponce View Post

this happens because you're using the browser to download the sources, use wget instead.

I use slackrepo to build my packages.. I'll have to look a little more into it then.. Thanks

**Update**
had to modify wget command in slackrepo to fix the name change

Last edited by linuxtinker; 03-06-2020 at 10:45 PM. Reason: update
 
Old 03-07-2020, 04:16 AM   #2542
giomat
Member
 
Registered: Jul 2017
Posts: 339

Rep: Reputation: 239Reputation: 239Reputation: 239
nomacs is not building anymore for me with the slackware qt5.
It spits the following error

Code:
usr/bin/ld: /usr/lib/libQt5Network.so.5.13.2: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/nomacsCore.dir/build.make:887: libnomacsCore.so.3.12.0] Error 1
make[1]: *** [CMakeFiles/Makefile2:142: CMakeFiles/nomacsCore.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
building from git master works fine
 
Old 03-07-2020, 04:44 AM   #2543
giomat
Member
 
Registered: Jul 2017
Posts: 339

Rep: Reputation: 239Reputation: 239Reputation: 239
Quote:
Originally Posted by giomat View Post
nomacs is not building anymore for me with the slackware qt5.
Adding "-DQT_QMAKE_EXECUTABLE=/usr/lib64/qt5/bin" to the cmake options fixes the build. Seems that it has some problems finding the system qmake. Other qt5 packages are building fine though (qpdfview, dolphin-emu).
 
Old 03-07-2020, 04:15 PM   #2544
alekow
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 230

Rep: Reputation: 75
Hi everyone,

Cantata 2.0.1 included in the -current repository does not build, updating to 2.4.1 resolves the problem.

Regards

Alex
 
Old 03-07-2020, 04:31 PM   #2545
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,116

Original Poster
Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191
Quote:
Originally Posted by giomat View Post
nomacs is not building anymore for me with the slackware qt5.
It spits the following error

Code:
usr/bin/ld: /usr/lib/libQt5Network.so.5.13.2: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/nomacsCore.dir/build.make:887: libnomacsCore.so.3.12.0] Error 1
make[1]: *** [CMakeFiles/Makefile2:142: CMakeFiles/nomacsCore.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
building from git master works fine
Quote:
Originally Posted by giomat View Post
Adding "-DQT_QMAKE_EXECUTABLE=/usr/lib64/qt5/bin" to the cmake options fixes the build. Seems that it has some problems finding the system qmake. Other qt5 packages are building fine though (qpdfview, dolphin-emu).
hi giomat, I'm not sure what's happening there but I wasn't able to reproduce it, here nomacs buils fine on current...

Quote:
Originally Posted by alekow View Post
Hi everyone,

Cantata 2.0.1 included in the -current repository does not build, updating to 2.4.1 resolves the problem.

Regards

Alex
thanks, pushed!
 
Old 03-07-2020, 06:09 PM   #2546
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 357
Blog Entries: 1

Rep: Reputation: Disabled
Administrivia: webkitgtk

I added the following to my webkit2gtk.SlackBuild because wpe and bubblewrap are not included in current.
Code:
-DUSE_WPE_RENDERER=OFF \
-DENABLE_BUBBLEWRAP_SANDBOX=OFF \
 
Old 03-07-2020, 06:45 PM   #2547
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Quote:
Originally Posted by hpfeil View Post
I added the following to my webkit2gtk.SlackBuild because wpe and bubblewrap are not included in current.
Code:
-DUSE_WPE_RENDERER=OFF \
-DENABLE_BUBBLEWRAP_SANDBOX=OFF \
why no read "REQUIRES" ?

https://slackbuilds.org/repository/1...raries/libwpe/
https://slackbuilds.org/repository/1...rch=bubblewrap
 
Old 03-09-2020, 08:24 PM   #2548
alekow
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 230

Rep: Reputation: 75
Hi,

Rawtherapee 5.4 fails to build. Can be fixed by updating to 5.8.

Regards,
Alex
 
Old 03-10-2020, 10:10 AM   #2549
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,116

Original Poster
Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191
Quote:
Originally Posted by alekow View Post
Rawtherapee 5.4 fails to build. Can be fixed by updating to 5.8.
thanks for reporting it: pushed!
 
Old 03-14-2020, 04:46 PM   #2550
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 357
Blog Entries: 1

Rep: Reputation: Disabled
[QUOTE=USUARIONUEVO;6098256]why no read "REQUIRES" ?

Webkit2gtk requires: geoclue2, woff2, hyphen, libwebp

Have libwebp, don't need geoclue, woff compression, or Tex hyphens. Bubblewrap and wpe are not listed among the requires. I only want the basic webkitgtk to fulfill requires for boinc. Boinc's Rosetta@Home is analyzing the Wuhan Bat Virus, as is Folding@Home.
 
  


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 06:23 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