Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125460 - Building squeak-3.7.7 with threads fails
Summary: Building squeak-3.7.7 with threads fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Luis Araujo (RETIRED)
URL:
Whiteboard:
Keywords:
: 125496 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-08 04:26 UTC by Yoel Jacobsen
Modified: 2006-03-08 09:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yoel Jacobsen 2006-03-08 04:26:26 UTC
Portage 2.1_pre5-r4 (default-linux/x86/2005.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) M processor 2.00GHz
Gentoo Base System version 1.12.0_pre16
dev-lang/python:     2.3.5, 2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium-m -pipe -frename-registers -fomit-frame-pointer -fforce-addr -falign-functions=64 -fprefetch-loop-arrays -mfpmath=sse -msse2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O3 -march=pentium-m -pipe -frename-registers -fomit-frame-pointer -fforce-addr -falign-functions=64 -fprefetch-loop-arrays -mfpmath=sse -msse2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac acpi alsa avi berkdb bidi bitmap-fonts bluetooth calendar cdparanoia cdr commercial crypt cups divx4linux dri dvd dvdr dvdread eds emboss encode esd extras foomaticdb fortran gdbm gif gimpprint gmail gnome gpm gstreamer gtk gtk2 imap imlib innodb ipv6 jack java jpeg kde kqemu ldap libg++ libwww live mad mikmod mime mjpeg mmx motif mozdevelop mozilla mp3 mpeg ncurses network new_login nls nntp nptl nsplugin ogg oggvorbis opengl oss pam pda pdflib perl png ppds python qt quicktime radeon readline sdl sms softmmu spell sse sse2 ssl tcpd threads truetype truetype-fonts type1-fonts unicode usb utf8 vorbis win32codecs xml2 xmms xprint xv xvid zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Yoel Jacobsen 2006-03-08 04:28:17 UTC
Mpeg3Plugin/Mpeg3Plugin.a(mpeg3video.o): In function `mpeg3video_allocate_struct':
mpeg3video.c:(.text+0x725): undefined reference to `pthread_mutexattr_init'
Mpeg3Plugin/Mpeg3Plugin.a(mpeg3video.o): In function `mpeg3video_new':
mpeg3video.c:(.text+0xba3): undefined reference to `pthread_mutexattr_init'
Mpeg3Plugin/Mpeg3Plugin.a(slice.o): In function `mpeg3_new_slice_buffer':
slice.c:(.text+0x55): undefined reference to `pthread_mutexattr_init'
Mpeg3Plugin/Mpeg3Plugin.a(slice.o): In function `mpeg3_new_slice_decoder':
slice.c:(.text+0x166e): undefined reference to `pthread_mutexattr_init'
slice.c:(.text+0x16c7): undefined reference to `pthread_create'
Mpeg3Plugin/Mpeg3Plugin.a(slice.o): In function `mpeg3_delete_slice_decoder':
slice.c:(.text+0x173a): undefined reference to `pthread_join'
collect2: ld returned 1 exit status
make: *** [squeak] Error 1
make: *** Waiting for unfinished jobs....
sed "s|@imgdir@|/usr/lib/squeak|; \
     s|@VM_VERSION@|3.7b-5|" \
        npsqueakrun.in > npsqueakrun
gcc -shared npsqueak.o npunix.o -o npsqueak.so
chmod +x npsqueakrun

!!! ERROR: dev-lang/squeak-3.7.7 failed.
Call stack:
  ebuild.sh, line 1933:   Called dyn_compile
  ebuild.sh, line 971:   Called src_compile

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 2 Luis Araujo (RETIRED) gentoo-dev 2006-03-08 06:55:41 UTC
Already fixed. It was s light typo.

Thanks.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-03-08 09:49:43 UTC
*** Bug 125496 has been marked as a duplicate of this bug. ***