Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348400 - gnome-base/libgnome-2.32.0 QA Notice: Unrecognized configure options:
Summary: gnome-base/libgnome-2.32.0 QA Notice: Unrecognized configure options:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.32
  Show dependency tree
 
Reported: 2010-12-11 04:11 UTC by David J Cozatt
Modified: 2011-04-02 07:05 UTC (History)
0 users

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


Attachments
a lengthy emerge info (strace-emerge-info-libgnome,4.30 KB, text/plain)
2010-12-11 04:12 UTC, David J Cozatt
Details
build log (gnome-base:libgnome-2.32.0:20101210-234305.log,44.28 KB, text/plain)
2010-12-11 04:16 UTC, David J Cozatt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David J Cozatt 2010-12-11 04:11:07 UTC
QA: install                                                                   │
│QA Notice: Unrecognized configure options:
configure: WARNING: unrecognized options: --enable-sound 

when I try emerge --info libgnome or gnome-base/libgnome the process just hangs. So I did it in strace and it completed. It did hang a while here and I did CTRL-Z

stat("/var/db/pkg/virtual", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/var/db/pkg/virtual", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/var/db/pkg/virtual", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 44 entries */, 32768)    = 1696
getdents(3, /* 0 entries */, 32768)     = 0
close(3)                                = 0
pipe2([3, 4], O_CLOEXEC)                = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f526deae9d0) = 10965
close(4)                                = 0
fcntl(3, F_SETFD, 0)                    = 0
fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
lseek(3, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f526ded4000
read(3, ^Z

Ill add the output as an attachment since it is lengthy.

Reproducible: Always
Comment 1 David J Cozatt 2010-12-11 04:12:35 UTC
Created attachment 256878 [details]
a lengthy emerge info
Comment 2 David J Cozatt 2010-12-11 04:16:19 UTC
Created attachment 256880 [details]
build log
Comment 3 Pacho Ramos gentoo-dev 2010-12-11 22:31:22 UTC
Maybe you forgot to run needed revdep-rebuild commands and remove old evolution-data-server libs. Please check /var/log/portage/summary.log since I am sure evolution-data-server needs that additional steps for a proper update (as can be seen reading its 2.32 ebuild)

Good luck
Comment 4 Pacho Ramos gentoo-dev 2010-12-11 22:34:42 UTC
+  11 Dec 2010; Pacho Ramos <pacho@gentoo.org> libgnome-2.32.0.ebuild:
+  '--enable-sound' is no longer available, use '--enable-canberra' as it's the
+  new default and the preferred for the best user experience as can be seen in
+  libgnome Changelog (bug #348400 by David J Cozatt).
+
Comment 5 David J Cozatt 2010-12-11 23:06:45 UTC
In reply to comment #3 if you are upgrading via 'emerge -uvNDp world' or some similar string the user allows building packages in sequence typically and these were part of such a run. If the revdep-rebuild needs to run before properly building mail-client/evolution then evolution.ebuild should bail or run the revdep -rebuild? this should be added to the gnome guide/upgrade docs perhaps?

am running the script as in the message replied (had noted but there were several such during the process) with a verified coming examples:brassero, evolution-data-server 
Comment 6 David J Cozatt 2010-12-12 00:40:10 UTC
after running all the revdep-rebuild scripts and rm the files it recommended

usr/lib/gcc/x86_64-pc-linux-gnu/4.5.1/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libcamel-1.2.so.14, needed by /usr/lib64/libebook-1.2.so, not found (try using -rpath or -rpath-link)
/usr/lib64/libebook-1.2.so: undefined reference to `camel_internet_address_new'
/usr/lib64/libebook-1.2.so: undefined reference to `camel_internet_address_get'
/usr/lib64/libebook-1.2.so: undefined reference to `camel_address_decode'
/usr/lib64/libebook-1.2.so: undefined reference to `camel_address_encode'
/usr/lib64/libebook-1.2.so: undefined reference to `camel_internet_address_add'
/usr/lib64/libebook-1.2.so: undefined reference to `camel_address_format'
/usr/lib64/libebook-1.2.so: undefined reference to `camel_address_get_type'
/usr/lib64/libebook-1.2.so: undefined reference to `camel_address_unformat'
collect2: ld returned 1 exit status
make[4]: *** [evolution-addressbook-export] Error 1
make[4]: Leaving directory `/var/tmp/portage/mail-client/evolution-2.32.1/work/evolution-2.32.1/addressbook/tools'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/mail-client/evolution-2.32.1/work/evolution-2.32.1/addressbook'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/mail-client/evolution-2.32.1/work/evolution-2.32.1/addressbook'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mail-client/evolution-2.32.1/work/evolution-2.32.1'
make: *** [all] Error 2
emake failed
 * ERROR: mail-client/evolution-2.32.1 failed:
 *   compile failure
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_compile
 *   environment, line 5964:  Called gnome2_src_compile
 *   environment, line 3465:  Called die
 * The specific snippet of code:
 *       emake || die "compile failure"
 * 
 * If you need support, post the output of 'emerge --info =mail-client/evolution-2.32.1',
 * the complete build log and the output of 'emerge -pqv =mail-client/evolution-2.32.1'.
 * The complete build log is located at '/var/log/portage/mail-client:evolution-2.32.1:20101212-000448.log'.
 * The ebuild environment file is located at '/var/tmp/portage/mail-client/evolution-2.32.1/temp/environment'.
 * S: '/var/tmp/portage/mail-client/evolution-2.32.1/work/evolution-2.32.1'

the commands were as follows:

Old versions of installed libraries were detected on your system.                      │
│In order to avoid breaking packages that depend on these old libs,                     │
│the libraries are not being removed.  You need to run revdep-rebuild                   │
│in order to remove these old dependencies.  If you do not have this                    │
│helper program, simply emerge the 'gentoolkit' package.                                │
│                                                                                       │
│  # revdep-rebuild --library '/usr/lib64/libcamel-provider-1.2.so.14'                  │
│                                                                                       │
│Once you've finished running revdep-rebuild, it should be safe to      
delete the old libraries.  Here is a copy & paste for the lazy:                        │
│  # rm '/usr/lib64/libcamel-provider-1.2.so.14'                                        │
│Old versions of installed libraries were detected on your system.                      │
│In order to avoid breaking packages that depend on these old libs,                     │
│the libraries are not being removed.  You need to run revdep-rebuild                   │
│in order to remove these old dependencies.  If you do not have this                    │
│helper program, simply emerge the 'gentoolkit' package.                                │
│                                                                                       │
│  # revdep-rebuild --library '/usr/lib64/libedata-cal-1.2.so.7'         Once you've finished running revdep-rebuild, it should be safe to                      │
│delete the old libraries.  Here is a copy & paste for the lazy:                        │
│  # rm '/usr/lib64/libedata-cal-1.2.so.7'                                              │
│Old versions of installed libraries were detected on your system.                      │
│In order to avoid breaking packages that depend on these old libs,                     │
│the libraries are not being removed.  You need to run revdep-rebuild                   │
│in order to remove these old dependencies.  If you do not have this                    │
│helper program, simply emerge the 'gentoolkit' package.                                │
│                                                             # revdep-rebuild --library '/usr/lib64/libgdata-1.2.so'                              │
│                                                                                       │
│Once you've finished running revdep-rebuild, it should be safe to                      │
│delete the old libraries.  Here is a copy & paste for the lazy:                        │
│  # rm '/usr/lib64/libgdata-1.2.so'                                                    │
│Old versions of installed libraries were detected on your system.                      │
│In order to avoid breaking packages that depend on these old libs,                     │
│the libraries are not being removed.  You need to run revdep-rebuild   in order to remove these old dependencies.  If you do not have this                    │
│helper program, simply emerge the 'gentoolkit' package.                                │
│                                                                                       │
│  # revdep-rebuild --library '/usr/lib64/lib   gdata-google-1.2.so'                       │
│                                                                                       │
│Once you've finished running revdep-rebuild, it should be safe to                      │
│delete the old libraries.  Here is a copy & paste for the lazy:                        │
│  # rm '/usr/lib64/libgdata-google-1.2.so'                                             │
│Old versions of installed libraries were detected on your system.In order to avoid breaking packages that depend on these old libs,                     │
│the libraries are not being removed.  You need to run revdep-rebuild                   │
│in order to remove these old dependencies.  If you do not have th   is                    │
│helper program, simply emerge the 'gentoolkit' package.                                │
│                                                                                       │
│  # revdep-rebuild --library '/usr/lib64/libcamel-1.2.so.14'                           │
│                                                                                       │
│Once you've finished running revdep-rebuild, it should be safe to                      │
│delete the old libraries.  Here is a copy & paste for the lazy:      # rm '/usr/lib64/libcamel-1.2.so.14'                                                 │
│Old versions of installed libraries were detected on your system.                      │
│In order to avoid breaking packages that depend on these old libs,                     │
│the libraries are not being removed.  You need to run revdep-rebuild                   │
│in order to remove these old dependencies.  If you do not have this                    │
│helper program, simply emerge the 'gentoolkit' package.                                │
│                                                                                       │
│  # revdep-rebuild --library '/usr/lib64/libedata-book-1.2.so.2'    Once you've finished running revdep-rebuild, it should be safe to                      │
│delete the old libraries.  Here is a copy & paste for the lazy:                        │
│  # rm '/usr/lib64/libedata-book-1.2.so.2'                                             │
│Old versions of installed libraries were detected on your system.                      │
│In order to avoid breaking packages that depend on these old libs,                     │
│the libraries are not being removed.  You need to run revdep-rebuild                   │
│in order to remove these old dependencies.  If you do not have this                    │
│helper program, simply emerge the 'gentoolkit' package.  # revdep-rebuild --library '/usr/lib64/libebook-1.2.so.9'                            │
│                                                                                       │
│Once you've finished running revdep-rebuild, it should be safe to                      │
│delete the old libraries.  Here is a copy & paste for the lazy:                        │
│  # rm '/usr/lib64/libebook-1.2.so.9'                                                  │
│Old versions of installed libraries were detected on your system.                      │
│In order to avoid breaking packages that depend on these old libs,                     │
│the libraries are not being removed.  You need to run revdep-rebuild                   │
│in order to remove these old dependencies.  If you do not have this  helper program, simply emerge the 'gentoolkit' package.                                │
│                                                                                       │
│  # revdep-rebuild --library '/usr/lib64/libedataserver-1.2.so.13'                     │
│                                                                                       │
│Once you've finished running revdep-rebuild, it should be safe to                      │
│delete the old libraries.  Here is a copy & paste for the lazy:                        │
│  # rm '/usr/lib64/libedataserver-1.2.so.13'                                           │
│Old versions of installed libraries were detected on your system.                      │
│In order to avoid breaking packages that depend on these old libs,     the libraries are not being removed.  You need to run revdep-rebuild                   │
│in order to remove these old dependencies.  If you do not have this                    │
│helper program, simply emerge the 'gentoolkit' package.                                │
│                                                                                       │
│  # revdep-rebuild --library '/usr/lib64/libecal-1.2.so.7'                             │
│                                                                                       │
│Once you've finished running revdep-rebuild, it should be safe to                      │
│delete the old libraries.  Here is a copy & paste for the lazy:                        │
│  # rm '/usr/lib64/libecal-1.2.so.7'        Old versions of installed libraries were detected on your system.                      │
│In order to avoid breaking packages that depend on these old libs,                     │
│the libraries are not being removed.  You need to run revdep-rebuild                   │
│in order to remove these old dependencies.  If you do not have this                    │
│helper program, simply emerge the 'gentoolkit' package.                                │
│                                                                                       │
│  # revdep-rebuild --library '/usr/lib64/libedataserverui-1.2.so.8'                    │
│                                                                                       │
│Once you've finished running revdep-rebuild, it should be safe to                      │
│                                                                        delete the old libraries.  Here is a copy & paste for the lazy:                        │
│  # rm '/usr/lib64/libedataserverui-1.2.so.8'                                          │
│                                                                                       │
│INFO: other                                                                            │
│>>> SetGID: [chmod o-r] /usr/libexec/camel-lock-helper-1.2 ...       

From the successful merge

Note apparently the output posted twice. checking again I have several of the files mentioned and have now removed them re-building
Comment 7 Frank Hsieh 2011-04-02 07:05:42 UTC
I also encountered this issue.
evolution emerges fail due to undefined reference problem.

www evolution # emerge --info
Portage 2.1.9.42 (default/linux/x86/10.0/desktop, gcc-4.4.5, glibc-2.11.3-r0, 2.6.25-gentoo-r7 i686)
=================================================================
System uname: Linux-2.6.25-gentoo-r7-i686-Intel-R-_Pentium-R-_Dual_CPU_E2180_@_2.00GHz-with-gentoo-1.12.14
Timestamp of tree: Sun, 27 Mar 2011 11:00:01 +0000
app-shells/bash:     4.1_p9
dev-java/java-config: 1.3.7, 2.1.11-r3
dev-lang/python:     2.4.4-r13, 2.5.4-r4, 2.6.6-r2, 3.1.3-r1
dev-util/cmake:      2.8.1-r2
sys-apps/baselayout: 1.12.14-r1
sys-apps/sandbox:    2.4
sys-devel/autoconf:  2.13, 2.65-r1
sys-devel/automake:  1.5, 1.8.5-r3, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.1.2, 4.4.5
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.10
sys-devel/make:      3.81-r2
virtual/os-headers:  2.6.36.1 (sys-kernel/linux-headers)
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="ftp://gentoo.cs.nctu.edu.tw/gentoo/ http://gentoo.cs.nctu.edu.tw/gentoo/"
LANG="zh_TW.UTF-8"
LC_ALL="zh_TW.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
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.tw.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa apache2 arts berkdb bluetooth branding bzip2 cairo cdr cgi cjk cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode esd exif fam firefox flac fortran ftp gd gdbm gdu gif gnome gpm gtk iconv java jpeg lcms ldap libnotify mad mikmod mng modules mp3 mp4 mpeg mudflap mysql ncurses nls nptl nptlonly ogg opengl openmp oss pam pango pcre pdf perl png policykit ppds pppd python qt3support qt4 readline sdl session sockets spell ssl startup-notification svg sysfs tcpd tiff truetype udev unicode usb userlocales vorbis x264 x86 xcb xml xorg xulrunner xv xvid zh_TW zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 cgi cgid 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" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" 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, INSTALL_MASK, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY



(In reply to comment #6)
> after running all the revdep-rebuild scripts and rm the files it recommended
> 
> usr/lib/gcc/x86_64-pc-linux-gnu/4.5.1/../../../../x86_64-pc-linux-gnu/bin/ld:
> warning: libcamel-1.2.so.14, needed by /usr/lib64/libebook-1.2.so, not found
> (try using -rpath or -rpath-link)
> /usr/lib64/libebook-1.2.so: undefined reference to `camel_internet_address_new'
> /usr/lib64/libebook-1.2.so: undefined reference to `camel_internet_address_get'
> /usr/lib64/libebook-1.2.so: undefined reference to `camel_address_decode'
> /usr/lib64/libebook-1.2.so: undefined reference to `camel_address_encode'
> /usr/lib64/libebook-1.2.so: undefined reference to `camel_internet_address_add'
> /usr/lib64/libebook-1.2.so: undefined reference to `camel_address_format'
> /usr/lib64/libebook-1.2.so: undefined reference to `camel_address_get_type'
> /usr/lib64/libebook-1.2.so: undefined reference to `camel_address_unformat'
> collect2: ld returned 1 exit status
> make[4]: *** [evolution-addressbook-export] Error 1
> make[4]: Leaving directory
> `/var/tmp/portage/mail-client/evolution-2.32.1/work/evolution-2.32.1/addressbook/tools'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/var/tmp/portage/mail-client/evolution-2.32.1/work/evolution-2.32.1/addressbook'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/var/tmp/portage/mail-client/evolution-2.32.1/work/evolution-2.32.1/addressbook'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/mail-client/evolution-2.32.1/work/evolution-2.32.1'