Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331387 - Failed to emerge sys-fs/e2fsprogs - because the assembly has started early
Summary: Failed to emerge sys-fs/e2fsprogs - because the assembly has started early
Status: RESOLVED DUPLICATE of bug 326787
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Dependencies (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-06 06:55 UTC by Alexander Tratsevskiy
Modified: 2010-08-06 06:57 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tratsevskiy 2010-08-06 06:55:00 UTC
If I use parallel assembly (with jobs=4) dev-util/pkgconfig no time installed

Reproducible: Sometimes

Steps to Reproduce:
1.Unpack stage3 and emerge sys-apps/openrc sys-apps/sysvinit sys-fs/udev sys-fs/e2fsprogs

Actual Results:  
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Starting parallel fetch
>>> Emerging (1 of 23) dev-util/pkgconfig-0.23
>>> Emerging (2 of 23) dev-util/gperf-3.0.4
>>> Emerging (3 of 23) sys-apps/sysvinit-2.87-r3
>>> Emerging (4 of 23) sys-apps/pciutils-3.1.4
>>> Emerging (5 of 23) dev-libs/libusb-0.1.12-r5
>>> Emerging (6 of 23) app-text/build-docbook-catalog-1.4
>>> Installing (6 of 23) app-text/build-docbook-catalog-1.4
>>> Installing (2 of 23) dev-util/gperf-3.0.4
>>> Emerging (7 of 23) app-text/sgml-common-0.6.3-r5
>>> Emerging (8 of 23) dev-lang/tcl-8.5.7
>>> Installing (7 of 23) app-text/sgml-common-0.6.3-r5
>>> Emerging (9 of 23) dev-libs/libgpg-error-1.7
>>> Emerging (10 of 23) app-text/docbook-xsl-stylesheets-1.75.2
>>> Installing (10 of 23) app-text/docbook-xsl-stylesheets-1.75.2
>>> Installing (9 of 23) dev-libs/libgpg-error-1.7
>>> Emerging (11 of 23) dev-libs/libgcrypt-1.4.5
>>> Installing (8 of 23) dev-lang/tcl-8.5.7
>>> Emerging (12 of 23) dev-libs/libnatspec-0.2.6
>>> Installing (12 of 23) dev-libs/libnatspec-0.2.6
>>> Installing (11 of 23) dev-libs/libgcrypt-1.4.5
>>> Emerging (13 of 23) sys-fs/e2fsprogs-1.41.11
>>> Emerging (14 of 23) dev-libs/libxslt-1.1.26
>>> Emerging (15 of 23) app-arch/unzip-6.0-r9 from calculate
>>> Failed to emerge sys-fs/e2fsprogs-1.41.11, Log file:
>>>  '/var/calculate/tmp/portage/sys-fs/e2fsprogs-1.41.11/temp/build.log'
>>> Installing (15 of 23) app-arch/unzip-6.0-r9
>>> Installing (14 of 23) dev-libs/libxslt-1.1.26
>>> Installing (4 of 23) sys-apps/pciutils-3.1.4
>>> Installing (3 of 23) sys-apps/sysvinit-2.87-r3
>>> Recording sys-apps/sysvinit in "world" favorites file...
>>> Installing (5 of 23) dev-libs/libusb-0.1.12-r5
>>> Installing (1 of 23) dev-util/pkgconfig-0.23
>>> Jobs: 14 of 23 complete, 1 failed               Load avg: 2.73, 2.45, 1.79
 * CPV:  sys-fs/e2fsprogs-1.41.11
 * REPO: gentoo
 * USE:  elibc_glibc kernel_linux nls userland_GNU x86
 * No /etc/mtab file, creating one temporarily
>>> Unpacking source...
>>> Unpacking e2fsprogs-1.41.11.tar.gz to /var/calculate/tmp/portage/sys-fs/e2fsprogs-1.41.11/work
 * Applying e2fsprogs-1.38-tests-locale.patch ...                         [ ok ]
 * Applying e2fsprogs-1.41.8-makefile.patch ...                           [ ok ]
 * Applying e2fsprogs-1.40-fbsd.patch ...                                 [ ok ]
>>> Source unpacked in /var/calculate/tmp/portage/sys-fs/e2fsprogs-1.41.11/work
>>> Compiling source in /var/calculate/tmp/portage/sys-fs/e2fsprogs-1.41.11/work/e2fsprogs-1.41.11 ...
 * econf: updating e2fsprogs-1.41.11/config/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating e2fsprogs-1.41.11/config/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-root-prefix=/ --enable-elf-shlibs --without-included-gettext --enable-nls --disable-libblkid --disable-libuuid --disable-fsck --disable-uuidd
Generating configuration file for e2fsprogs version 1.41.11
Release date is March, 2010
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for dlopen in -ldl... yes
checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking linux/fs.h usability... yes
checking linux/fs.h presence... yes
checking for linux/fs.h... yes
checking for additional special compiler flags... (none)
Disabling maintainer mode by default
Disabling verbose make commands
Disabling compression support by default
Enabling htree directory support by default
Enabling ELF shared libraries
Disabling BSD shared libraries by default
Disabling profiling libraries by default
Disabling checker libraries by default
Disabling journal debugging by default
Disabling blkid debugging by default
Enabling testio debugging by default
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... no
configure: error: pkg-config not installed; please install it.

!!! Please attach the following file when seeking support:
!!! /var/calculate/tmp/portage/sys-fs/e2fsprogs-1.41.11/work/e2fsprogs-1.41.11/config.log
 * ERROR: sys-fs/e2fsprogs-1.41.11 failed:
 *   econf failed
 * 
 * Call stack:
 *     ebuild.sh, line   54:  Called src_compile
 *   environment, line 2789:  Called econf '--with-root-prefix=/' '--enable-elf-shlibs' '--without-included-gettext' '--enable-nls' '--disable-libblkid' '--disable-libuuid' '--disable-fsck' '--disable-uuidd'
 *     ebuild.sh, line  544:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 * 
 * If you need support, post the output of 'emerge --info =sys-fs/e2fsprogs-1.41.11',
 * the complete build log and the output of 'emerge -pqv =sys-fs/e2fsprogs-1.41.11'.
 * The complete build log is located at '/var/calculate/tmp/portage/sys-fs/e2fsprogs-1.41.11/temp/build.log'.
 * The ebuild environment file is located at '/var/calculate/tmp/portage/sys-fs/e2fsprogs-1.41.11/temp/environment'.
 * S: '/var/calculate/tmp/portage/sys-fs/e2fsprogs-1.41.11/work/e2fsprogs-1.41.11'

 * Messages for package dev-lang/tcl-8.5.7:

 * 
 * If you're upgrading from <dev-lang/tcl-8.5, you must recompile the other
 * packages on your system that link with tcl after the upgrade
 * completes.  To perform this action, please run revdep-rebuild
 * in package app-portage/gentoolkit.
 * If you have dev-lang/tk and dev-tcltk/tclx installed you should
 * upgrade them before this recompilation, too,
 * 

 * Messages for package sys-fs/e2fsprogs-1.41.11:

 * No /etc/mtab file, creating one temporarily
 * ERROR: sys-fs/e2fsprogs-1.41.11 failed:
 *   econf failed
 * 
 * Call stack:
 *     ebuild.sh, line   54:  Called src_compile
 *   environment, line 2789:  Called econf '--with-root-prefix=/' '--enable-elf-shlibs' '--without-included-gettext' '--enable-nls' '--disable-libblkid' '--disable-libuuid' '--disable-fsck' '--disable-uuidd'
 *     ebuild.sh, line  544:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 * 
 * If you need support, post the output of 'emerge --info =sys-fs/e2fsprogs-1.41.11',
 * the complete build log and the output of 'emerge -pqv =sys-fs/e2fsprogs-1.41.11'.
 * The complete build log is located at '/var/calculate/tmp/portage/sys-fs/e2fsprogs-1.41.11/temp/build.log'.
 * The ebuild environment file is located at '/var/calculate/tmp/portage/sys-fs/e2fsprogs-1.41.11/temp/environment'.
 * S: '/var/calculate/tmp/portage/sys-fs/e2fsprogs-1.41.11/work/e2fsprogs-1.41.11'

 * Messages for package sys-apps/pciutils-3.1.4:

 * Providing a backwards compatibility non-compressed pci.ids
 * The 'pcimodules' program has been replaced by 'lspci -k'

 * Regenerating GNU info directory index...
 * Processed 72 info files.


Expected Results:  
stage3-i686-20100622.tar.bz2
portage-20100805.tar.bz2

Portage 2.1.8.3 (!../var/lib/layman/calculate/profiles/calculate/desktop/CLD/x86/developer, gcc-4.4.3, glibc-2.11.2-r0, 2.6.34.1-calculate i686)
=================================================================
System uname: Linux-2.6.34.1-calculate-i686-AMD_Phenom-tm-_9850_Quad-Core_Processor-with-gentoo-2.0.1
Timestamp of tree: Mon, 02 Aug 2010 06:30:20 +0000
app-shells/bash:     4.0_p37
dev-java/java-config: 2.1.11
dev-lang/python:     2.6.5-r2, 3.1.2-r3
dev-util/cmake:      2.6.4-r3
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.6.1-r1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.65
sys-devel/automake:  1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       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="x86"
ACCEPT_LICENSE="*"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/var/calculate/remote/distfiles/"
EMERGE_DEFAULT_OPTS="--jobs=4"
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="ru_RU.UTF-8"
LDFLAGS="-Wl,--as-needed"
LINGUAS="en ru"
MAKEOPTS="-j5"
PKGDIR="/var/calculate/remote/packages/CLD/10.5.83/i686"
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/calculate/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/calculate"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X a52 aac aalib acl acpi alsa audiofile avi bash-completion berkdb bittorrent bluetooth bzip2 cairo cddb cdparanoia cdr chm clamav cli cpudetection cracklib crypt css cups cxx dbus djvu dri dv dvd dvdr dvdread ebook encode exif fbcon fdftk ffmpeg flac flash foomaticdb fortran ftp gd gdbm ggi gif gphoto2 gpm gtk hal iconv id3tag ieee1394 imagemagick ipv6 irc jabber jingle jpeg jpeg2k kde ldap libcaca libwww lirc logrotate lzo mad matroska mbox mikmod mmx mmxext mng modules mp3 mpeg mplayer mudflap musepack mysql nas ncurses nfs nls nptl nptlonly nsplugin nvidia ogg oggvorbis openal opencore-amr openexr opengl openmp oscar pam pcre pdf perl png portaudio pppd python qt3support qt4 quicktime raw rdesktop readline reflection samba scanner sdl semantic-desktop session slang smp speex spell spl srt sse sse2 sse3 sse4.1 sse4.2 sse4a sse5 ssl ssse3 svg svga sysfs tcpd tga theora tiff truetype unicode usb userlocales v4l v4l2 vcd vhosts vidix vorbis webkit win32codecs wmf wxwindows x264 x86 xanim xcomposite xine xinerama xorg xpm xv xvid xvmc yahoo 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="*" ELIBC="glibc" FOO2ZJS_DEVICES="*" INPUT_DEVICES="keyboard mouse evdev mutouch synaptics virtualbox vmmouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en ru" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa via vmware voodoo nvidia radeonhd" 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, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Zac Medico gentoo-dev 2010-08-06 06:57:14 UTC

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