Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103478 - error in locale_facets.tcc (gcc-3.3.5-20050130) keeps many ebuilds from compiling
Summary: error in locale_facets.tcc (gcc-3.3.5-20050130) keeps many ebuilds from compi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-23 10:39 UTC by t35t0r
Modified: 2005-08-23 14:39 UTC (History)
0 users

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


Attachments
config.log (config.log,40.96 KB, text/plain)
2005-08-23 10:42 UTC, t35t0r
Details

Note You need to log in before you can comment on or make changes to this bug.
Description t35t0r 2005-08-23 10:39:56 UTC
In file included from
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include/g++-v3/locale:47,
                 from
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include/g++-v3/bits/ostream.tcc:37,
                 from
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include/g++-v3/ostream:535,
                 from
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include/g++-v3/iostream:45,
                 from pcre_stringpiece.cc:33:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include/g++-v3/bits/locale_facets.tcc:
In
   member function `_InIter std::num_get<_CharT,
   _InIter>::_M_extract_int(_InIter, _InIter, std::ios_base&,
   std::_Ios_Iostate&, std::basic_string<char, std::char_traits<char>,
   std::allocator<char> >&, int&) const':
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include/g++-v3/bits/locale_facets.tcc:277:
error: parse
   error before `__plus'
make: *** [pcre_stringpiece.o] Error 1
make: *** Waiting for unfinished jobs....
 i686-pc-linux-gnu-g++ -c -pipe -O2 -march=pentium4 -fomit-frame-pointer -fPIC
-I. -I. -DSUPPORT_UTF8 -DPOSIX_MALLOC_THRESHOLD=10 ./pcrecpp.cc -o pcrecpp.o
>/dev/null 2>&1

!!! ERROR: dev-libs/libpcre-6.3 failed.



/root# emerge --info
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.5-r1, 2.6.12.5 i686)
=================================================================
System uname: 2.6.12.5 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz
Gentoo Base System version 1.6.13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.4.3-r4, 1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-pipe -O2 -march=pentium4 -fomit-frame-pointer"
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/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo ftp://gentoo.mirrors.pair.com/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://mirror.datapipe.net/gentoo
ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://mirrors.tds.net/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://eglimp/gentoo-portage"
USE="x86 X aalib acpi alsa apm arts avi berkdb bitmap-fonts crypt cups curl
directfb eds emboss encode esd fam flac foomaticdb fortran gd gdbm ggi gif gnome
gpm gstreamer gtk gtk2 imagemagick imlib ipv6 java jpeg kde libg++ libwww mad
mikmod mmx mmx2 mmxext motif mp3 mpeg mtrr ncurses nls ogg oggvorbis opengl oss
pam pdflib perl plotutils png python qt quicktime readline samba sdl slang speex
spell sse sse2 ssl svga tcltk tcpd tiff truetype truetype-fonts type1-fonts
vorbis xine xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 t35t0r 2005-08-23 10:42:03 UTC
Created attachment 66668 [details]
config.log

config.log
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-23 10:49:08 UTC
Hmm. Compiles fine here w/ gcc-4.0.2-beta20050804 and passes all tests.

P.S. Probably unrelated, but you should 'emerge -C =sys-devel/libtool-1.4.3-r4'
to avoid problems w/ other ebuilds. No idea what is that obsolete libtool
version doing on your system.
Comment 3 t35t0r 2005-08-23 10:54:50 UTC
removed the old libtool and re-emerged 1.5.18-r1, but as you predicted it didn't
help.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-08-23 11:13:59 UTC
Stop messing with severity of this bug, please. This is definitely not a blocker.
Comment 5 t35t0r 2005-08-23 12:20:14 UTC
another thing it seems I'm getting this error with every program I try to
emerge. What package does the file which is giving the error belong to?
Comment 6 t35t0r 2005-08-23 14:39:11 UTC
Well its not a blocker anymore, I re-emerged gcc and glibc ..i'm not sure which
one fixed the problem but it's gone now.