From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OJTwV-0001EO-6X for garchives@archives.gentoo.org; Tue, 01 Jun 2010 16:03:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDF5AE0BCC for ; Tue, 1 Jun 2010 16:03:50 +0000 (UTC) Received: from mx-tmp.wmich.edu (mx-tmp.wmich.edu [141.218.1.43]) by pigeon.gentoo.org (Postfix) with ESMTP id 04AACE0B9B for ; Tue, 1 Jun 2010 15:06:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-server@lists.gentoo.org Reply-to: gentoo-server@lists.gentoo.org MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1 Received: from [141.218.24.49] (aenea.oit.wmich.edu [141.218.24.49]) by mta01.service.private (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 64bit)) with ESMTPSA id <0L3C00K09CNBFUC0@mta01.service.private> for gentoo-server@lists.gentoo.org; Tue, 01 Jun 2010 11:06:48 -0400 (EDT) X-WMU-Spam: Gauge=X, Probability=10% on Tue Jun 1 11:06:48 2010, Report=' WMU_MSA_SMTP+ 0, TO_IN_SUBJECT 0.5, BODY_SIZE_10000_PLUS 0, FROM_EDU_TLD 0, SPF_NEUTRAL 0, TO_NO_NAME 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __C230066_P5 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __PHISH_SPEAR_STRUCTURE_1 0, __SANE_MSGID 0, __STOCK_PHRASE_7 0, __TO_MALFORMED_2 0, __URI_NO_WWW 0, __URI_NS , __USER_AGENT 0' X-WMU-PMX-Version: 5.5.9.388399, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2010.6.1.145714 - Tue Jun 1 11:06:47 2010 Sender: michael.stilson@wmich.edu Message-id: <4C052206.9090200@wmich.edu> Date: Tue, 01 Jun 2010 11:06:46 -0400 From: Michael Stilson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100410 Thunderbird/3.0.4 To: gentoo-server@lists.gentoo.org Subject: Re: [gentoo-server] Many emerge errors References: In-reply-to: X-Enigmail-Version: 1.0.1 X-Archives-Salt: 46982680-8bac-446b-8a80-8ce5b911e2d3 X-Archives-Hash: 2f95edb5f025738ed290843e0e220aa2 hey marcus, when i've run into this in the past, a couple of things that were gotchas for me were: *) "obsolete" profile *) "obsolete" use flags in my /etc/make.conf you can check your current profile selection with: # eselect profile list you should be able to update/set a more recent one with that tool also, if needed. i use the "ufed" tool to peruse my use flags quarterly, because they do change/move-around from time-to-time. ufed will list them as an unknown use flag if it's no longer in use. found this on the forums, related to the AC_PROG_LIBTOOL variable that you also appear to be having issues with. http://forums.gentoo.org/viewtopic-t-829086-highlight-aclocal.html maybe a re-emerge of libtool will do the trick? also, have you tried running a revdep-rebuild against that server? you can run it with the "--ask" or "--pretend" flags so you can review the re-emerges before you commit to them. e.g. # revdep-rebuild -- --alphabetical --ask --verbose revdep-rebuild is a trusted ally for me. ;) and finally, not sure if it's relevant to your situation, but i found: http://forums.gentoo.org/viewtopic-t-823537-start-0.html and http://bugs.gentoo.org/show_bug.cgi?id=314493 good luck, -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Michael Stilson - Western Michigan University | - Information Technology | - Enterprise Systems | - Programmer / Analyst ---------------------------------- p: 269.387.0453 f: 269.387.5473 "A university is what a college becomes when the faculty loses interest in students." - John Anthony Ciardi (06.24.1916-03.30.1986) - American poet, translator, etymologist "A free society is one where it is safe to be unpopular." - Adlai Ewing Stevenson II (02.05.1900-07.14.1965) - American Statesperson, 31st Governor of Illinois On 06/01/10 09:45, Marcus Limosani wrote: > Thanks for the input, but I'm still in trouble. > > > > The emerge -ev system processed about 73/103 packages, and then hit an > autoconf fail > > The emerge -ev world processes about 175/430 packages and then hit an > autoconf fail > > > > The biggest package problem I appear to have is with db-4.7.25 > > > > ***** aclocal ***** > > ***** PWD: /var/tmp/portage/sys-libs/db-4.7.25_p4/work/db-4.7.25/dist > > ***** aclocal -I aclocal -I aclocal_java > > > > aclocal/types.m4:7: warning: underquoted definition of AM_SEARCH_USIZES > > aclocal/types.m4:7: run info '(automake)Extending aclocal' > > aclocal/types.m4:7: or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > > > ***** autoconf ***** > > ***** PWD: /var/tmp/portage/sys-libs/db-4.7.25_p4/work/db-4.7.25/dist > > ***** autoconf > > > > configure.ac:318: error: possibly undefined macro: AC_PROG_LIBTOOL > > If this token and others are legitimate, please use m4_pattern_allow. > > See the Autoconf documentation. > > > > * CPV: sys-libs/db-4.7.25_p4 > > * REPO: gentoo > > * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU > >>>> Unpacking source... > >>>> Unpacking db-4.7.25.tar.gz to > /var/tmp/portage/sys-libs/db-4.7.25_p4/work > > * Applying patch.4.7.25.1 ... > [ > ok ] > > * Applying patch.4.7.25.2 > ... > [ ok ] > > * Applying patch.4.7.25.3 > ... > [ ok ] > > * Applying patch.4.7.25.4 > ... > [ ok ] > > * Applying db-4.6-libtool.patch > ... > [ > ok ] > > * Applying db-4.6-jni-check-prefix-first.patch > ... > [ ok ] > > * Applying db-4.3-listen-to-java-options.patch > ... > [ ok ] > > * Running eautoreconf in > '/var/tmp/portage/sys-libs/db-4.7.25_p4/work/db-4.7.25/dist' ... > > * Running aclocal -I aclocal -I aclocal_java > ... > [ ok ] > > * Running autoconf ... > [ > !! ] > > > > * Failed Running autoconf ! > > * > > * Include in your bugreport the contents of: > > * > > * /var/tmp/portage/sys-libs/db-4.7.25_p4/temp/autoconf.out > > > > * ERROR: sys-libs/db-4.7.25_p4 failed: > > * Failed Running autoconf ! > > * > > * Call stack: > > * ebuild.sh, line 54: Called src_unpack > > * environment, line 5147: Called eautoreconf > > * environment, line 1399: Called eautoconf > > * environment, line 1335: Called autotools_run_tool 'autoconf' > > * environment, line 626: Called die > > * The specific snippet of code: > > * die "Failed Running $1 !"; > > * > > * If you need support, post the output of 'emerge --info > =sys-libs/db-4.7.25_p4', > > * the complete build log and the output of 'emerge -pqv > =sys-libs/db-4.7.25_p4'. > > !!! When you file a bug report, please include the following information: > > GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm" > > JAVACFLAGS="" COMPILER="" > > and of course, the output of emerge --info > > * The complete build log is located at > '/var/tmp/portage/sys-libs/db-4.7.25_p4/temp/build.log'. > > * The ebuild environment file is located at > '/var/tmp/portage/sys-libs/db-4.7.25_p4/temp/environment'. > > * S: '/var/tmp/portage/sys-libs/db-4.7.25_p4/work/db-4.7.25/build_unix' > > > > Portage 2.1.8.3 (default/linux/amd64/10.0, gcc-4.1.2, glibc-2.10.1-r1, > 2.6.32-gentoo-r7 x86_64) > > ================================================================= > > System Settings > > ================================================================= > > System uname: > Linux-2.6.32-gentoo-r7-x86_64-Intel-R-_Xeon-R-_CPU_X3220_@_2.40GHz-with-gentoo-1.12.13 > > Timestamp of tree: Mon, 31 May 2010 15:00:20 +0000 > > app-shells/bash: 4.0_p37 > > dev-java/java-config: 2.1.9-r2 > > dev-lang/python: 2.6.5-r2, 3.1.2-r3 > > dev-python/pycrypto: 2.1.0_beta1 > > dev-util/cmake: 2.6.4-r3 > > sys-apps/baselayout: 1.12.13 > > sys-apps/sandbox: 1.6-r2 > > sys-devel/autoconf: 2.65 > > sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 > > sys-devel/binutils: 2.18-r3 > > sys-devel/gcc: 4.1.2, 4.3.4, 4.4.3-r2 > > sys-devel/gcc-config: 1.4.1 > > sys-devel/libtool: 2.2.6b > > virtual/os-headers: 2.6.30-r1 > > ACCEPT_KEYWORDS="amd64" > > ACCEPT_LICENSE="* -@EULA dlj-1.1" > > CBUILD="x86_64-pc-linux-gnu" > > CFLAGS="-O2 -pipe" > > CHOST="x86_64-pc-linux-gnu" > > CONFIG_PROTECT="/etc" > > CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d > /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf > /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ > /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d > /etc/terminfo" > > CXXFLAGS="-O2 -pipe" > > DISTDIR="/usr/portage/distfiles" > > FEATURES="assume-digests distlocks fixpackages news parallel-fetch > protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" > > GENTOO_MIRRORS="http://distfiles.gentoo.org" > > LANG="en_US.UTF-8" > > 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 apache2 berkdb bzip2 cli cracklib crypt cups cxx dri > fortran gdbm gpm iconv ipv6 kerberos ldap mmx modules mudflap multilib > mysql ncurses nls nptl nptlonly openmp pam pcre perl php pppd python > readline reflection samba session spl sse sse2 ssl sysfs tcpd unicode > x86_64 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="alias auth_basic authn_default authn_file authn_group > authz_host authz_user autoindex dav dav_fs dir headers include info mime > proxy proxy_http rewrite vhost_alias" ELIBC="glibc" > INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad > cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" > RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel > mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa via > vmware voodoo" 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, > LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, > PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY > > > > > > [ebuild N ] sys-libs/db-4.7.25_p4 USE="-doc -examples -java -nocxx > -tcl -test" > > > > I don't know how much more effort I should put into trying to restore > this system, or if i should take my chances on a fresh new install. > > > > I dont particularly want to back up 10tb of storage in case something > goes pear shaped with a new install. > > > > I guess I can readily maintain the kernel build info that I presently > have, but.... > > > > >