Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 332923

Summary: dev-libs/STLport-5.1.5 fails to build with glibc-2.12
Product: Gentoo Linux Reporter: cyrillic <cyrilmaley>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description cyrillic 2010-08-15 22:22:57 UTC
dev-libs/STLport-5.1.5 fails to build with glibc-2.12

Reproducible: Always

Steps to Reproduce:
1. emerge STLport
2.
3.

Actual Results:  
x86_64-pc-linux-gnu-gcc -ansi -O2 -march=nocona -pipe -pthread  -fPIC   -D_REENTRANT -D_STLP_REAL_LOCALE_IMPLEMENTED -D_GNU_SOURCE -I../../stlport -I/usr/include  -c -o obj/gcc/so/c_locale.o ../../src/c_locale.c
In file included from ../../src/c_locale.c:31:0:
../../src/c_locale_glibc/c_locale_glibc2.c: In function '_Locale_ctype_name':
../../src/c_locale_glibc/c_locale_glibc2.c:221:77: error: dereferencing pointer to incomplete type
../../src/c_locale_glibc/c_locale_glibc2.c: In function '_Locale_numeric_name':
../../src/c_locale_glibc/c_locale_glibc2.c:226:79: error: dereferencing pointer to incomplete type
../../src/c_locale_glibc/c_locale_glibc2.c: In function '_Locale_time_name':
../../src/c_locale_glibc/c_locale_glibc2.c:231:76: error: dereferencing pointer to incomplete type
../../src/c_locale_glibc/c_locale_glibc2.c: In function '_Locale_collate_name':
../../src/c_locale_glibc/c_locale_glibc2.c:236:79: error: dereferencing pointer to incomplete type
../../src/c_locale_glibc/c_locale_glibc2.c: In function '_Locale_monetary_name':
../../src/c_locale_glibc/c_locale_glibc2.c:241:80: error: dereferencing pointer to incomplete type
../../src/c_locale_glibc/c_locale_glibc2.c: In function '_Locale_messages_name':
../../src/c_locale_glibc/c_locale_glibc2.c:246:80: error: dereferencing pointer to incomplete type
make: *** [obj/gcc/so/c_locale.o] Error 1


emerge --info :
Portage 2.2_rc67 (default/linux/amd64/10.0, gcc-4.5.1, glibc-2.12.1-r0, 2.6.35.2 x86_64)
=================================================================
System uname: Linux-2.6.35.2-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-2.0.1
Timestamp of tree: Sun, 15 Aug 2010 17:15:02 +0000
app-shells/bash:     4.1_p7
dev-lang/python:     2.6.5-r3, 3.1.2-r4
dev-util/cmake:      2.8.1-r2
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.6.1-r1
sys-apps/sandbox:    2.2
sys-devel/autoconf:  2.13, 2.65-r1
sys-devel/automake:  1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.5.1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.10
virtual/os-headers:  2.6.35
ACCEPT_KEYWORDS="amd64 ~*"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=nocona -pipe"
DISTDIR="/mnt/distfiles"
FEATURES="protect-owned sandbox sfperms strict unmerge-orphans"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1,--as-needed"
LINGUAS="en"
MAKEOPTS="-j3"
PKGDIR="/root/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/cross /usr/portage/local/gnome /usr/portage/local/x11 /usr/portage/local/fixes"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X a52 aac acpi alsa amd64 avahi boost bzip2 cairo cracklib css cups curl custom-cflags custom-cpuopts custom-optimization cxx dbus dri dts dvd encode exceptions expat fbcon ffmpeg flac fortran gallium gif glib gnome gpm gstreamer gtk imagemagick ithreads jpeg lcms mmx mmxext mp2 mp3 mpeg multilib ncurses nls nptl offensive ogg opengl openmp pam pcre png policykit python3 qt3support readline samba slang speex spell sqlite sse sse2 sse3 ssl svg theora threads tiff udev unicode usb vorbis x264 xcb xorg xulrunner xv xvid zeroconf zlib" ALSA_PCM_PLUGINS="*" ELIBC="glibc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LINGUAS="en" RUBY_TARGETS="ruby18" SANE_BACKENDS="*" USERLAND="GNU" VIDEO_CARDS="intel nouveau radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 cyrillic 2010-08-15 22:23:45 UTC
Created attachment 243129 [details]
build.log
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-16 10:38:59 UTC

*** This bug has been marked as a duplicate of bug 332917 ***