LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-20-2017, 08:23 AM   #721
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 sombragris View Post
Thank you ponce! I will try to do so. I'm relieved to learn that it was possible to replicate the issue. I would suggest to update this specific SlackBuild in order to ensure that at least two parallell jobs are running.
Willy already did it (will go in the next update).

https://git.slackbuilds.org/slackbui...75d915d011b8b5

Last edited by ponce; 09-20-2017 at 10:13 AM.
 
2 members found this post helpful.
Old 09-20-2017, 08:48 AM   #722
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,044

Rep: Reputation: Disabled
Quote:
Originally Posted by sombragris View Post
<rant>How much I hate this crap library! Hours on no end frying my CPU for almost nothing. And now I even have to increase make jobs. Great. </rant>
<more rant>While I admire and am thankful for the efforts of you guys to allow users to upgrade webkit2gtk (and thus get the security fixes), I just refrain to use anything needing it. Upgrading is just too much work for my use cases.</more rant>
 
Old 09-22-2017, 08:50 AM   #723
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 842

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Confirmed: webkit2gtk builds OK with make --j2. Thanks!!
 
Old 09-23-2017, 05:34 AM   #724
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,815

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
numpy & numpy3 fail to build:
Code:
numpy/core/src/multiarray/numpyos.c:18:10: fatal error: xlocale.h: No such file or directory
 #include <xlocale.h>
          ^~~~~~~~~~~
compilation terminated.
error: Command "gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DHAVE_CBLAS -Ibuild/src.linux-x86_64-3.6/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-3.6/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python3.6m -Ibuild/src.linux-x86_64-3.6/numpy/core/src/private -Ibuild/src.linux-x86_64-3.6/numpy/core/src/private -Ibuild/src.linux-x86_64-3.6/numpy/core/src/private -c numpy/core/src/multiarray/numpyos.c -o build/temp.linux-x86_64-3.6/numpy/core/src/multiarray/numpyos.o" failed with exit status 1

Last edited by RadicalDreamer; 09-23-2017 at 05:37 AM.
 
Old 09-23-2017, 11:17 AM   #725
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by RadicalDreamer View Post
numpy & numpy3 fail to build:
Code:
numpy/core/src/multiarray/numpyos.c:18:10: fatal error: xlocale.h: No such file or directory
 #include <xlocale.h>
          ^~~~~~~~~~~
This commit should fix that issue.

--
SeB
 
1 members found this post helpful.
Old 09-23-2017, 12:30 PM   #726
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,815

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Thanks phenixia2003! I decided to try the numpy git you linked with the Slackbuild (removed PKG-INFO line 135) and got it to build. I'm now building dependencies for FreeCAD and Blender to see if it works. If not I'll try the commit with the older version of numpy.

Edit: I built them using the python3 versions of the required packages and they both work.

Last edited by RadicalDreamer; 09-23-2017 at 02:30 PM.
 
Old 09-23-2017, 04:09 PM   #727
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,296

Rep: Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916
the latest boost update , breaks libtorrent-rasterbar

Quote:
../include/libtorrent/export.hpp:37:12: error fatal: boost/config/select_compiler_config.hpp: No existe el fichero o el directorio
# include <boost/config/select_compiler_config.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this file non exist
Quote:
select_compiler_config.hpp

Last edited by USUARIONUEVO; 09-23-2017 at 04:18 PM.
 
Old 09-23-2017, 04:25 PM   #728
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,296

Rep: Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916
There is the patch , for libtorrent-rasterbar + boost 1.65

https://github.com/arvidn/libtorrent...7eb3cf6b.patch
 
Old 09-24-2017, 12:59 AM   #729
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
numpy & numpy3 fail to build:
Code:
numpy/core/src/multiarray/numpyos.c:18:10: fatal error: xlocale.h: No such file or directory
 #include <xlocale.h>
          ^~~~~~~~~~~
compilation terminated.
error: Command "gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DHAVE_CBLAS -Ibuild/src.linux-x86_64-3.6/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-3.6/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python3.6m -Ibuild/src.linux-x86_64-3.6/numpy/core/src/private -Ibuild/src.linux-x86_64-3.6/numpy/core/src/private -Ibuild/src.linux-x86_64-3.6/numpy/core/src/private -c numpy/core/src/multiarray/numpyos.c -o build/temp.linux-x86_64-3.6/numpy/core/src/multiarray/numpyos.o" failed with exit status 1
Hi RadicalDreamer,

I think that, for some reason, you are not using the repository linked in the first post of this thread because I version-bumped numpy to 1.13.1 there to avoid issued with glibc (it already includes the patch phenixia2003 links above) at the beginning of august.

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

thanks BTW for the report! I had missed numpy3 and I'll update it accordingly.
 
Old 09-24-2017, 05:19 AM   #730
sbolokanov
Member
 
Registered: Feb 2013
Location: Бдинъ, Бѫлгариѧ
Distribution: GNU/Linux
Posts: 104

Rep: Reputation: 27
Quote:
Originally Posted by USUARIONUEVO View Post
the latest boost update , breaks libtorrent-rasterbar



this file non exist
Make links for this and it will build fine:

root@sevar:~# ln -s /usr/include/boost/config/detail/select_compiler_config.hpp /usr/include/boost/config/select_compiler_config.hpp
ln -s /usr/include/boost/config/detail/select_platform_config.hpp /usr/include/boost/config/select_platform_config.hpp

Last edited by sbolokanov; 09-24-2017 at 05:20 AM.
 
Old 09-24-2017, 05:22 AM   #731
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,650

Rep: Reputation: 1770Reputation: 1770Reputation: 1770Reputation: 1770Reputation: 1770Reputation: 1770Reputation: 1770Reputation: 1770Reputation: 1770Reputation: 1770Reputation: 1770
this should be fixed upstream, not by simply use symlink
 
Old 09-24-2017, 05:35 AM   #732
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
sorry sbolokanov, I agree with willysr and USUARIONUEVO that the best solution for this is patching the libtorrent-rasterbar code (thanks for linking the patch!), making symlinks in the filesystem is pretty much always a bad (and very often dangerous) choice.

https://github.com/Ponce/slackbuilds...f36524d6cd9d3f

Last edited by ponce; 09-24-2017 at 05:39 AM.
 
Old 09-26-2017, 02:35 PM   #733
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,296

Rep: Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916
After last updates related to pdf , gambas3 is broken.
Quote:
In file included from /usr/include/poppler/XRef.h:42:0,
from /usr/include/poppler/PDFDoc.h:49,
from CPdfDocument.h:29,
from CPdfDocument.cpp:26:
/usr/include/poppler/Object.h:168:24: error: se usó la función borrada ‘Object::Object(T) [with T = Object*]’
template<typename T> Object(T) = delete;
^~~~~~
/usr/include/poppler/Object.h:168:24: nota: se declara aquí
make[4]: *** [Makefile:503: gb_pdf_la-CPdfDocument.lo] Error 1
make[4]: se sale del directorio '/tmp/SBo/gambas3-3.9.1/gb.pdf/src'
make[3]: *** [Makefile:431: all-recursive] Error 1
make[3]: se sale del directorio '/tmp/SBo/gambas3-3.9.1/gb.pdf'
make[2]: *** [Makefile:363: all] Error 2
make[2]: se sale del directorio '/tmp/SBo/gambas3-3.9.1/gb.pdf'
make[1]: *** [Makefile:438: all-recursive] Error 1
make[1]: se sale del directorio '/tmp/SBo/gambas3-3.9.1'
make: *** [Makefile:379: all] Error 2

Im try to build... adding this patch
https://git.archlinux.org/svntogit/c...ckages/gambas3

Last edited by USUARIONUEVO; 09-26-2017 at 03:02 PM.
 
Old 09-26-2017, 03:13 PM   #734
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,296

Rep: Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916Reputation: 916
arround gambas3

3.9.1 + patch = fails

probably cause the patch is thinking to gambas3-3.10.0

ganbas3-3.10.0 , no need the current 3 patches used to build 3.9.1 ... i test remove all three , and apply only the poppler patch
 
Old 09-26-2017, 04:32 PM   #735
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 USUARIONUEVO,

I had done pretty much the same thing

https://github.com/Ponce/slackbuilds...9d6ad937498334

note that gambas3 is unmaintained on SBo, so if you want to step in as a maintainer because you use it you're welcome.

Last edited by ponce; 09-26-2017 at 04:33 PM.
 
  


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 02:30 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