LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-10-2018, 06:29 PM   #871
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,295

Rep: Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916

i cant build "mac" , todays slackbuilds push up a new version , that not build under current.
 
Old 01-11-2018, 12:05 AM   #872
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,060

Original Poster
Rep: Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139
Quote:
Originally Posted by USUARIONUEVO View Post
i cant build "mac" , todays slackbuilds push up a new version , that not build under current.
thanks for reporting: seems the new version still needs to be patched to build with the newer gcc

http://cgit.ponce.cc/slackbuilds/commit/?h=mac
 
Old 01-12-2018, 07:37 AM   #873
rpedrica
Member
 
Registered: Nov 2008
Location: Cape Town
Distribution: Slackware64 -current
Posts: 281

Rep: Reputation: 42
Qbittorrent/libtorrent-rasterbar fails to build due to latest boost updates. I've tried the latest build script in Ponce's repo updated as of 2 days ago but no luck.
 
Old 01-12-2018, 08:22 AM   #874
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,060

Original Poster
Rep: Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139
you have to build libtorrent-rasterbar-1.1.6 as the 1.0.x branch is not compatible with the newer boost: note that the newer libtorrent-rasterbar is in turn compatible with qbittorrent-4.0.3 that now needs qt5.
 
Old 01-12-2018, 11:35 AM   #875
rpedrica
Member
 
Registered: Nov 2008
Location: Cape Town
Distribution: Slackware64 -current
Posts: 281

Rep: Reputation: 42
Thanks @ponce - I've gone for 1.1.6 and it's built perfectly. Thanks for the tip.
 
Old 01-17-2018, 06:58 PM   #876
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,815

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Levmar won't build. I had openblas installed and rebuilt it but problem remained. I thought openblas came with lapack. I installed lapack and levmar still won't build.

Code:
cc -shared -Wl,-soname,liblevmar.so.2 -o build/liblevmar.so.2.2 -llapack -lblas -lm build/lm.o build/Axb.o build/misc.o build/lmlec.o build/lmbc.o build/lmblec.o build/lmbleic.o
/usr/lib64/gcc/x86_64-slackware-linux/7.2.0/../../../../x86_64-slackware-linux/bin/ld: cannot find -lblas
collect2: error: ld returned 1 exit status
make: *** [/var/lib/sbopkg/SBo-git/libraries/levmar/Makefile.SBo:20: build/liblevmar.so.2.2] Error 1
 
Old 01-18-2018, 06:20 AM   #877
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,060

Original Poster
Rep: Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139
Hi RadicalDreamer,

I just trying building here, in this order (like listed on SBo), blas, lapack and levmar and everything built fine, on stable and on current.
 
1 members found this post helpful.
Old 01-18-2018, 07:19 AM   #878
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,815

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Quote:
Originally Posted by ponce View Post
Hi RadicalDreamer,

I just trying building here, in this order (like listed on SBo), blas, lapack and levmar and everything built fine, on stable and on current.
Thanks! I was afraid of that. Openblas and blas aren't interchangeable.

Then this is isn't necessarily true:
Quote:
Note: If you want good performance, then use the BLAS libraries provided by
your CPU vendor, or OpenBLAS or atlas provided by SlackBuilds.org.
http://slackbuilds.org/repository/14.2/libraries/blas/

Can they both be installed?
 
Old 01-18-2018, 08:27 AM   #879
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,060

Original Poster
Rep: Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139
Quote:
Originally Posted by RadicalDreamer View Post
Thanks! I was afraid of that. Openblas and blas aren't interchangeable.

Then this is isn't necessarily true:
http://slackbuilds.org/repository/14.2/libraries/blas/

Can they both be installed?
I don't think so but I'm not the most qualified person to say this: it's better to discuss this on the mailing list putting the blas maintainer in cc as I don't think he follows this thread (that's specific for issues with SBo's scripts used with current).

Last edited by ponce; 01-18-2018 at 09:25 AM.
 
Old 01-19-2018, 09:03 AM   #880
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 973

Rep: Reputation: 237Reputation: 237Reputation: 237
What OpenBlas version are you using RadiacalDreamer, the version on SlackBuilds.org? That one might be too old.
I have had to update openblas to version 0.2.20 in order to get stuff working at my end and with it levmar-2.6 builds fine here.

hth

rob

EDIT I emailed the maintainer on 31 Aug 2017 10:15:54 about compiling problems with newer versions than 0.2.11
(also see # 5754010) and he sent me an improved slackbuild that worked fine for me. If that update has been accepted for the repos here you should be able to change version in SlackBuild and info files and compile openblas-0.2.20 without a problem

Last edited by brobr; 01-19-2018 at 09:16 AM.
 
1 members found this post helpful.
Old 01-19-2018, 11:55 AM   #881
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,815

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Quote:
Originally Posted by brobr View Post
What OpenBlas version are you using RadiacalDreamer, the version on SlackBuilds.org? That one might be too old.
I have had to update openblas to version 0.2.20 in order to get stuff working at my end and with it levmar-2.6 builds fine here.

hth

rob

EDIT I emailed the maintainer on 31 Aug 2017 10:15:54 about compiling problems with newer versions than 0.2.11
(also see # 5754010) and he sent me an improved slackbuild that worked fine for me. If that update has been accepted for the repos here you should be able to change version in SlackBuild and info files and compile openblas-0.2.20 without a problem
Thank you, I'll look into openblas-0.2.20! I'm using OpenBlas 0.2.11 from ponce's SlackBuild repository.
 
Old 01-19-2018, 07:36 PM   #882
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 973

Rep: Reputation: 237Reputation: 237Reputation: 237
To be complete: I use lapack-3.8.0 (also on ponce's SBo-GIT repository) and not lapack-atlas-3.6;
 
1 members found this post helpful.
Old 01-19-2018, 11:49 PM   #883
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,815

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Quote:
Originally Posted by brobr View Post
To be complete: I use lapack-3.8.0 (also on ponce's SBo-GIT repository) and not lapack-atlas-3.6;
Thanks! OpenBLAS is supposed to come with lapack:
https://github.com/xianyi/OpenBLAS/issues/203

I tried OpenBLAS package earlier by itself and the compiler complained. I'll try with lapack-3.8.0.
 
Old 01-20-2018, 02:28 AM   #884
solarfields
Senior Member
 
Registered: Feb 2006
Location: slackalaxy.com
Distribution: Slackware, CRUX
Posts: 1,448

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
gnumeric breaks when processing stuff in the doc folder... Sorry I do not have the log here.
 
Old 01-20-2018, 05:14 AM   #885
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 973

Rep: Reputation: 237Reputation: 237Reputation: 237
Quote:
Originally Posted by RadicalDreamer View Post
Thanks! OpenBLAS is supposed to come with lapack:
https://github.com/xianyi/OpenBLAS/issues/203
Didn't know about that, but,..that issue seems quite old, 2013, maybe things have changed; I just followed the Readme deps for lapack (needed for scipy). Also,
Code:
bash-4.4$ cat /var/log/packages/openblas-0.2.20-x86_64-1_SBo
does not show a lapack-like library in the openblas package.

Last edited by brobr; 01-20-2018 at 05:16 AM.
 
1 members found this post helpful.
  


Reply

Tags
current, sbo, sbopkg, slackrepo


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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:40 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