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 04-03-2013, 11:49 AM   #1
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Rep: Reputation: 98
XBMC 12 compiling fails on current


Anyone managed to get the latest version (12.0) of XBMC running on current.

Have tried both the slackbuild, sbopkg and building from source and whichever method is used the failure/error is the same. Extract below.

Code:
make[1]: Entering directory `/tmp/SBo/xbmc-12.0/tools/TexturePacker'
/usr/bin/ccache g++ -I. -I/tmp/SBo/xbmc-12.0/lib -I/tmp/SBo/xbmc-12.0/xbmc -I/tmp/SBo/xbmc-12.0/xbmc/linux -O2 -O2 -fPIC -I/tmp/SBo/xbmc-12.0/include -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -D_LINUX -DUSE_LZO_PACKING -DTARGET_POSIX -DTARGET_LINUX -D_LINUX -D_FILE_DEFINED -D__STDC_CONSTANT_MACROS -DBIN_INSTALL_PATH="\"/usr/lib64/xbmc\"" -DINSTALL_PATH="\"/usr/share/xbmc\"" -DHAS_SDL_JOYSTICK -DMID -D'GIT_REV="Unknown"' -DHAVE_CONFIG_H  -I/tmp/SBo/xbmc-12.0/lib -I/tmp/SBo/xbmc-12.0/xbmc -D_GNU_SOURCE=1 -D_REENTRANT -I/tmp/SBo/xbmc-12.0 -I/tmp/SBo/xbmc-12.0/taglib-1.8/usr/include -I/usr/include/SDL -I/usr/include/alsa -I/usr/include/dbus-1.0 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng14 -I/usr/include/mysql -I/usr/lib64/dbus-1.0/include -I/tmp/SBo/xbmc-12.0/lib/ffmpeg -I/tmp/SBo/xbmc-12.0/xbmc/linux -I/tmp/SBo/xbmc-12.0/xbmc/cores/dvdplayer md5.cpp SDL_anigif.cpp XBTFWriter.cpp XBMCTex.cpp /tmp/SBo/xbmc-12.0/xbmc/guilib/XBTF.cpp -L/tmp/SBo/xbmc-12.0/taglib-1.8/usr/lib64 -ltag -L/tmp/SBo/xbmc-12.0/lib/libsquish -lsquish -lSDL_image -lSDL -llzo2 -o TexturePacker
CPP     xbmc/commons/ilog.o
AR      xbmc/commons/commons.a
LD      xbmc-xrandr
/usr/lib64/gcc/x86_64-slackware-linux/4.8.0/../../../../x86_64-slackware-linux/bin/ld: /tmp/ccL3QqpG.o: undefined reference to symbol '__pthread_key_create@@GLIBC_2.2.5'
/usr/lib64/gcc/x86_64-slackware-linux/4.8.0/../../../../x86_64-slackware-linux/bin/ld: note: '__pthread_key_create@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line
/lib64/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[1]: *** [TexturePacker] Error 1
make[1]: Leaving directory `/tmp/SBo/xbmc-12.0/tools/TexturePacker'
make: *** [tools/TexturePacker/TexturePacker] Error 2
make: *** Waiting for unfinished jobs....
Could do with getting this running.
 
Old 04-03-2013, 12:59 PM   #2
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
try upgrading your binutils to the latest one on -Current and recompile
 
1 members found this post helpful.
Old 04-03-2013, 02:41 PM   #3
fskmh
Member
 
Registered: Jun 2002
Location: South Africa
Distribution: Custom slackware64-current
Posts: 307

Rep: Reputation: 92
I'm running slack64-current (Apr 3) with binutils-2.23.52.0.1-x86_64-2 and I've just compiled xbmc-12.1 without any ld errors about libpthread.
 
Old 04-04-2013, 12:35 AM   #4
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Original Poster
Rep: Reputation: 98
Quote:
Originally Posted by willysr View Post
try upgrading your binutils to the latest one on -Current and recompile
That worked.

Thanks
 
  


Reply


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
Using XBMC 10.0 slackbuild to compile XBMC 11.0 almost works farmerdave Slackware 20 06-11-2012 01:05 PM
[SOLVED] setup fails on most current Slackware-current March 26, 2012 AlleyTrotter Slackware 15 04-09-2012 06:05 AM
LXer: XBMC 10.0 "Dharma" Beta 2 Released, How to Install Latest XBMC Beta in Ubuntu LXer Syndicated Linux News 0 09-15-2010 10:20 PM
inkscape fails on current... imitis Slackware 6 04-07-2010 10:08 AM
XBMC on openSUSE fails to launch Toonses82 Linux - Software 1 01-03-2010 01:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:10 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