You have a problem with Salix? Post here and we'll do what we can to help.
laprjns
Salix Warrior
Posts: 1113 Joined: 28. Aug 2009, 01:30
Location: Connecticut USA
Post
by laprjns » 12. Jan 2013, 13:05
mimosa wrote: I wonder if the reference in the output a couple of posts back to the 2.6.32 kernel could be relevant? That is the 13.37 kernel - so maye it's an indication of something that didn't get upgraded properly?
EDIT
No obviously not because laprjns has the same output.
Yea, it kinda surprised me when I first saw that also, but it was working so I just ignored it.
I've see similar errors building packages on my arm systems, and have resolved them by passing LIB=lpthread in the ./configure line of the SLKBUILD, however there does seem to be a miss-configuration on chakuari machine since mscore does build here.
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
mimosa
Salix Warrior
Posts: 3311 Joined: 25. May 2010, 17:02
Contact:
Post
by mimosa » 12. Jan 2013, 13:33
Or maybe a missing build dep? cmake was mentioned above but maybe something else ...
chakuari
Posts: 38 Joined: 14. May 2011, 09:30
Contact:
Post
by chakuari » 12. Jan 2013, 13:43
I also thought of a difference with the compiler...
laprjns
Salix Warrior
Posts: 1113 Joined: 28. Aug 2009, 01:30
Location: Connecticut USA
Post
by laprjns » 12. Jan 2013, 13:56
chakuari wrote: I also thought of a difference with the compiler...
Ok, then let's look at the compilier. What do you get for gcc -v?
Code: Select all
rich[~]$ gcc -v
Reading specs from /usr/lib/gcc/i486-slackware-linux/4.7.1/specs
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i486-slackware-linux/4.7.1/lto-wrapper
Target: i486-slackware-linux
Configured with: ../gcc-4.7.1/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib/jvm/jre --with-jvm-root-dir=/usr/lib/jvm --with-jvm-jar-dir=/usr/lib/jvm/jvm-exports --with-arch-directory=i386 --with-antlr-jar=/root/slackware-current/source/d/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 4.7.1 (GCC)
and ls -l /usr/bin/gcc*
Code: Select all
rich[~]$ ls -l /usr/bin/gcc*
lrwxrwxrwx 1 root root 9 Nov 26 13:20 /usr/bin/gcc -> gcc-4.7.1
-rwxr-xr-x 1 root root 540020 Jun 20 2012 /usr/bin/gcc-4.7.1
-rwxr-xr-x 1 root root 21612 Jun 20 2012 /usr/bin/gcc-ar
-rwxr-xr-x 1 root root 21580 Jun 20 2012 /usr/bin/gcc-nm
-rwxr-xr-x 1 root root 21580 Jun 20 2012 /usr/bin/gcc-ranlib
-rwxr-xr-x 1 root root 2018 Jun 5 2009 /usr/bin/gccmakedep
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
chakuari
Posts: 38 Joined: 14. May 2011, 09:30
Contact:
Post
by chakuari » 12. Jan 2013, 15:13
The first returns
root[antonio]# gcc -v
Reading specs from /usr/lib/gcc/i486-slackware-linux/4.7.1/specs
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i486-slackware-linux/4.7.1/lto-wrapper
Target: i486-slackware-linux
Configured with: ../gcc-4.7.1/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib/jvm/jre --with-jvm-root-dir=/usr/lib/jvm --with-jvm-jar-dir=/usr/lib/jvm/jvm-exports --with-arch-directory=i386 --with-antlr-jar=/root/slackware-current/source/d/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 4.7.1 (GCC)
and the other
Code: Select all
root[antonio]# ls -l /usr/bin/gcc*
lrwxrwxrwx 1 root root 9 Dec 30 18:52 /usr/bin/gcc -> gcc-4.7.1
-rwxr-xr-x 1 root root 540020 Jun 20 2012 /usr/bin/gcc-4.7.1
-rwxr-xr-x 1 root root 21612 Jun 20 2012 /usr/bin/gcc-ar
-rwxr-xr-x 1 root root 21580 Jun 20 2012 /usr/bin/gcc-nm
-rwxr-xr-x 1 root root 21580 Jun 20 2012 /usr/bin/gcc-ranlib
-rwxr-xr-x 1 root root 2018 Jun 5 2009 /usr/bin/gccmakedep
...
I really haven't got a clue...
laprjns
Salix Warrior
Posts: 1113 Joined: 28. Aug 2009, 01:30
Location: Connecticut USA
Post
by laprjns » 12. Jan 2013, 15:43
Well, here's the last thing I've got. What your glibc and ld versions?
Code: Select all
root[rich]# slapt-get --se glibc | grep yes
glibc-2.15-i486-7 [inst=yes]: glibc (GNU C libraries)
Code: Select all
root[rich]# ld -v
GNU ld (Linux/GNU Binutils) 2.22.52.0.2.20120424
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
chakuari
Posts: 38 Joined: 14. May 2011, 09:30
Contact:
Post
by chakuari » 12. Jan 2013, 15:57
root[antonio]# slapt-get --se glibc | grep yes
glibc-2.15-i486-7 [inst=yes]: glibc (GNU C libraries)
glibc-solibs-2.15-i486-7 [inst=yes]: glibc-solibs (shared GNU C libraries)
and
Code: Select all
root[antonio]# ld -v
GNU ld (Linux/GNU Binutils) 2.22.52.0.2.20120424