LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-15-2019, 08:19 PM   #1906
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 have supertuxkart 1.0 on my local machine running -current for few weeks already and it worked fine
 
1 members found this post helpful.
Old 07-15-2019, 09:34 PM   #1907
elyk
Member
 
Registered: Jun 2004
Distribution: Slackware
Posts: 241

Rep: Reputation: 49
http://cgit.ponce.cc/slackbuilds/log/?h=potrace

Ponce, can you check if this fix for potrace is still needed? It was failing on 14.2 and I added a patch a while back.
 
Old 07-16-2019, 01:33 AM   #1908
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by elyk View Post
http://cgit.ponce.cc/slackbuilds/log/?h=potrace

Ponce, can you check if this fix for potrace is still needed? It was failing on 14.2 and I added a patch a while back.
thanks for reporting here, Kyle: I missed the patch on SBo an its indeed fine also with the "make check"!
 
Old 07-17-2019, 10:56 AM   #1909
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by bassmadrigal View Post
I'm the current maintainer for supertuxkart and an update is on my list of things to do. Life has just been busy. I'll try and get an update pushed before this weekend's public update for SBo.
Willy just approved my pull request, so this update (along with 6 others) will be available after the next SBo public update.
 
1 members found this post helpful.
Old 07-18-2019, 09:48 AM   #1910
brodo
Member
 
Registered: Jan 2004
Location: Poland, Poznan
Distribution: Slackware current 32 / 64
Posts: 406

Rep: Reputation: 30
QT5 compiling ?

What about QT5 ?

Quote:
Originally Posted by brodo View Post
Hello,

I have a problem compiling QT5 in the Slack-current environment dated 05 may 2019:

Code:
make[4]: Entering directory '/tmp/SBo/qt-everywhere-opensource-src-5.9.8/qtwebengine/src/core'
ninja  -C /tmp/SBo/qt-everywhere-opensource-src-5.9.8/qtwebengine/src/core/Release QtWebEngineCore
ninja: Entering directory `/tmp/SBo/qt-everywhere-opensource-src-5.9.8/qtwebengine/src/core/Release'
[211/18461] CXX obj/mojo/public/c/system/system/thunks.o
FAILED: obj/mojo/public/c/system/system/thunks.o 
/usr/bin/g++ -MMD -MF obj/mojo/public/c/system/system/thunks.o.d -DMOJO_SYSTEM_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DENABLE_PLUGINS=1 -DENABLE_PDF=1 -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DNO_TCMALLOC -DENABLE_WEBRTC=1 -DDISABLE_NACL -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -Igen -I../../3rdparty/chromium -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=sse -mmmx -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fno-ident -fdata-sections -ffunction-sections -g0 -fvisibility=hidden -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -fno-delete-null-pointer-checks -Wno-narrowing -fno-rtti -fno-exceptions -c ../../3rdparty/chromium/mojo/public/c/system/thunks.cc -o obj/mojo/public/c/system/system/thunks.o
In file included from ../../3rdparty/chromium/mojo/public/c/system/buffer.h:17,
                 from ../../3rdparty/chromium/mojo/public/c/system/core.h:12,
                 from ../../3rdparty/chromium/mojo/public/c/system/thunks.h:13,
                 from ../../3rdparty/chromium/mojo/public/c/system/thunks.cc:5:
../../3rdparty/chromium/mojo/public/c/system/buffer.h:43:42: error: static assertion failed: int64_t has weird alignment
   43 | MOJO_STATIC_ASSERT(MOJO_ALIGNOF(int64_t) == 8, "int64_t has weird alignment");
../../3rdparty/chromium/mojo/public/c/system/macros.h:15:53: note: in definition of macro ‘MOJO_STATIC_ASSERT’
   15 | #define MOJO_STATIC_ASSERT(expr, msg) static_assert(expr, msg)
      |                                                     ^~~~
../../3rdparty/chromium/mojo/public/c/system/data_pipe.h:44:42: error: static assertion failed: int64_t has weird alignment
   44 | MOJO_STATIC_ASSERT(MOJO_ALIGNOF(int64_t) == 8, "int64_t has weird alignment");
../../3rdparty/chromium/mojo/public/c/system/macros.h:15:53: note: in definition of macro ‘MOJO_STATIC_ASSERT’
   15 | #define MOJO_STATIC_ASSERT(expr, msg) static_assert(expr, msg)
      |                                                     ^~~~
../../3rdparty/chromium/mojo/public/c/system/message_pipe.h:49:42: error: static assertion failed: int64_t has weird alignment
   49 | MOJO_STATIC_ASSERT(MOJO_ALIGNOF(int64_t) == 8, "int64_t has weird alignment");
../../3rdparty/chromium/mojo/public/c/system/macros.h:15:53: note: in definition of macro ‘MOJO_STATIC_ASSERT’
   15 | #define MOJO_STATIC_ASSERT(expr, msg) static_assert(expr, msg)
      |                                                     ^~~~
[216/18461] ACTION //mojo/common:commo....9.8/qtwebengine/src/toolchain:target)
ninja: build stopped: subcommand failed.
make[4]: *** [Makefile.gn_run:1039: run_ninja] Error 1
make[4]: Leaving directory '/tmp/SBo/qt-everywhere-opensource-src-5.9.8/qtwebengine/src/core'
make[3]: *** [Makefile:80: sub-gn_run-pro-make_first] Error 2
make[3]: Leaving directory '/tmp/SBo/qt-everywhere-opensource-src-5.9.8/qtwebengine/src/core'
make[2]: *** [Makefile:79: sub-core-make_first] Error 2
make[2]: Leaving directory '/tmp/SBo/qt-everywhere-opensource-src-5.9.8/qtwebengine/src'
make[1]: *** [Makefile:47: sub-src-make_first] Error 2
make[1]: Leaving directory '/tmp/SBo/qt-everywhere-opensource-src-5.9.8/qtwebengine'
make: *** [Makefile:974: module-qtwebengine-make_first] Error 2
bash-5.0#
I also compiled deps from you, Ponce, but, of course, only these not coming straight from PV's Slackware-current.
 
Old 07-18-2019, 10:47 AM   #1911
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by brodo View Post
What about QT5 ?
are you trying to build it on a 32bit system?
 
Old 07-18-2019, 12:02 PM   #1912
brodo
Member
 
Registered: Jan 2004
Location: Poland, Poznan
Distribution: Slackware current 32 / 64
Posts: 406

Rep: Reputation: 30
Quote:
Originally Posted by ponce View Post
are you trying to build it on a 32bit system?
Exactly. I use 32-bit Slackware.

Last edited by brodo; 07-18-2019 at 12:05 PM.
 
Old 07-18-2019, 12:12 PM   #1913
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
could you please try a patch from Eric's build?
from the qt5.SlackBuild directory of this repository do
Code:
cd patches
wget http://www.slackware.com/~alien/slackbuilds/qt5/build/patches/qt5.webengine_gcc8.patch
cd ..
then modify qt5.SlackBuild like this
Code:
--- ./qt5.SlackBuild.orig       2019-07-18 17:49:13.315664000 +0200
+++ ./qt5.SlackBuild    2019-07-18 19:11:29.422637657 +0200
@@ -161,6 +161,9 @@
 ( cd qtbase
   patch -p1 < $CWD/patches/qtbase59-openssl11.patch )
 
+( cd qtwebengine
+  patch -p1 < $CWD/patches/qt5.webengine_gcc8.patch )
+
 # Limit -reduce-relocations to ix86 and x86_64.
 # https://bugreports.qt-project.org/browse/QTBUG-36129
 if echo $ARCH | grep -q '\(i.86\|x86_64\)' 2>/dev/null; then
then please report back if qt5 builds fine.

Last edited by ponce; 07-18-2019 at 12:19 PM.
 
Old 07-18-2019, 12:30 PM   #1914
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Looks like Blender doesn't like the new ffmpeg. I've had issues in the past building it with the 4 series. Always had to revert back to 3.4.

Code:
/tmp/SBo/blender-2.79b/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp: In constructor ‘AUD_FFMPEGReader
::AUD_FFMPEGReader(boost::shared_ptr<AUD_Buffer>)’:                                                  
/tmp/SBo/blender-2.79b/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:49: error: ‘FF_MIN_BUFFER_SIZ
E’ was not declared in this scope                                                                    
  267 |  m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_
SIZE));                                                                                              
      |                                                 ^~~~~~~~~~~~~~~~~~                           
/tmp/SBo/blender-2.79b/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:70: error: ‘FF_INPUT_BUFFER_P
ADDING_SIZE’ was not declared in this scope; did you mean ‘AV_INPUT_BUFFER_PADDING_SIZE’?            
  267 |  m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE));
Looking around to see if there are any patches for this.
 
Old 07-18-2019, 12:58 PM   #1915
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by stormtracknole View Post
Looks like Blender doesn't like the new ffmpeg. I've had issues in the past building it with the 4 series. Always had to revert back to 3.4.

Code:
/tmp/SBo/blender-2.79b/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp: In constructor ‘AUD_FFMPEGReader
::AUD_FFMPEGReader(boost::shared_ptr<AUD_Buffer>)’:                                                  
/tmp/SBo/blender-2.79b/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:49: error: ‘FF_MIN_BUFFER_SIZ
E’ was not declared in this scope                                                                    
  267 |  m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_
SIZE));                                                                                              
      |                                                 ^~~~~~~~~~~~~~~~~~                           
/tmp/SBo/blender-2.79b/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:70: error: ‘FF_INPUT_BUFFER_P
ADDING_SIZE’ was not declared in this scope; did you mean ‘AV_INPUT_BUFFER_PADDING_SIZE’?            
  267 |  m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE));
Looking around to see if there are any patches for this.
maybe here?
 
1 members found this post helpful.
Old 07-18-2019, 01:01 PM   #1916
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by ponce View Post
maybe here?
I swear you have a superpower. Going to test this now.
 
Old 07-18-2019, 01:28 PM   #1917
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Edit: Wrong thread...

Last edited by orbea; 07-18-2019 at 03:22 PM.
 
Old 07-18-2019, 01:42 PM   #1918
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by orbea View Post
Maybe its worth adding perl-Archive-Zip to current for its crc32 binary? I have not found another good way of generating crc32 sums on linux and they are very useful for comparison with documentation from some online communities that still (Only) use crc32 sums... Its also a build dependency for libreoffice.

https://slackbuilds.org/repository/1...l-Archive-Zip/
ehm, maybe you wanted to post this in the other thread?
 
Old 07-18-2019, 02:00 PM   #1919
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Build gets farther but fails at 64%.
Code:
/tmp/SBo/blender-2.79b/intern/cycles/kernel/../kernel/bvh/bvh_shadow_all.h:74:12: note: ‘ob_itfm.ccl::Transform::x.ccl::float4::x’ was declared here
   74 |  Transform ob_itfm;
      |            ^~~~~~~
[ 64%] Linking CXX static library ../../../lib/libcycles_kernel.a
[ 64%] Built target cycles_kernel
make: *** [Makefile:163: all] Error 2
Not sure if it fails before hand. I couldn't scroll back that far back.
 
Old 07-18-2019, 02:02 PM   #1920
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by stormtracknole View Post
Build gets farther but fails at 64%.
Code:
/tmp/SBo/blender-2.79b/intern/cycles/kernel/../kernel/bvh/bvh_shadow_all.h:74:12: note: ‘ob_itfm.ccl::Transform::x.ccl::float4::x’ was declared here
   74 |  Transform ob_itfm;
      |            ^~~~~~~
[ 64%] Linking CXX static library ../../../lib/libcycles_kernel.a
[ 64%] Built target cycles_kernel
make: *** [Makefile:163: all] Error 2
Not sure if it fails before hand. I couldn't scroll back that far back.
go in the sources dir, /tmp/SBo/blender-2.79b/build, and launch "make".
 
  


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 11:32 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