emerge fms [ 98%] Building CXX object CMakeFiles/fms.dir/src/unicode/unicodeformatter.o [ 99%] Building CXX object CMakeFiles/fms.dir/src/unicode/utfconversion.o [100%] Building CXX object CMakeFiles/fms.dir/src/charsetconverter.o Linking CXX executable fms /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../lib64/libPocoFoundation.so: undefined reference to `_pcre_ucd_stage1' /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../lib64/libPocoFoundation.so: undefined reference to `_pcre_ucd_records' /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../lib64/libPocoFoundation.so: undefined reference to `_pcre_ucp_gentype' /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../lib64/libPocoFoundation.so: undefined reference to `_pcre_ucd_stage2' collect2: ld returned 1 exit status make[2]: *** [fms] Error 1 make[1]: *** [CMakeFiles/fms.dir/all] Error 2 make: *** [all] Error 2 compiling the newest fms from source gives same results Reproducible: Always Portage 2.1.6.7 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.8_p20080602-r1, 2.6.24-ovz008 x86_64) ================================================================= System uname: Linux-2.6.24-ovz008-x86_64-Intel-R-_Atom-TM-_CPU_230_@_1.60GHz-with-glibc2.2.5 Timestamp of tree: Wed, 01 Apr 2009 21:30:16 +0000 distcc 3.0 x86_64-pc-linux-gnu [enabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7, 2.1.6-r1 dev-lang/python: 2.5.2-r7 dev-util/cmake: 2.6.2-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.63 sys-devel/automake: 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=nocona -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /sbin/rc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/gconf /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=nocona -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distcc distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LDFLAGS="-Wl,-O1" PKGDIR="/usr/portage/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" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="acl amd64 bash-completion berkdb bzip2 cli cracklib crypt cups dri fortran gdbm gpm iconv ipv6 isdnlog midi mmx mudflap multilib ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline reflection session spl sse sse2 ssl sysfs tcpd unicode xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Can you give me your "emerge -pv poco"?
[ebuild R ] dev-libs/poco-1.3.3_p1 USE="ssl -doc -examples -iodbc -mysql -odbc -sqlite" 0 kB
Can you give me the output of "emerge -pv libpcre"?
I can reproduce locally. This is libpcre misbehaving. Looks like poco was built while libpcre had [unicode] set to on and now it's been unset. I'll probably just dump USE="unicode" on libpcre to fix it.
( the solution is to re-emerge poco: emerge -1 dev-libs/poco )
Some apps depend on dev-libs/libpcre[unicode], so outright disabling it would probably create more problems than it would solve at the moment. When this use.force has been long enough in tree, I'll pull the flag from all ebuilds and convert the consumers to depending on libpcre outright. # Peter Alfredsen <loki_val@gentoo.org> (11 Apr 2009) # Forcing w.r.t. bug 265336. When unicode use-flag is # turned off, ABI is broken without a .so bump. dev-libs/libpcre unicode
that did the trick...