Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141279 - emerge -g seem to fail
Summary: emerge -g seem to fail
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS, REGRESSION
Depends on:
Blocks: 136244
  Show dependency tree
 
Reported: 2006-07-21 06:20 UTC by Jean-Sebastien Le Sieur
Modified: 2006-07-23 15:01 UTC (History)
0 users

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


Attachments
collapse whitespace in remote package metadata (remotepkgs.patch,619 bytes, patch)
2006-07-21 13:36 UTC, Zac Medico
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Sebastien Le Sieur 2006-07-21 06:20:04 UTC
After an upgrade of portage none of binary package [PORTAGE_BINHOST] seem to be detected.

before portage upgrade:

nserv6 ~ # emerge -V
Portage 2.1-r1 (default-linux/x86/no-nptl, gcc-3.4.6, glibc-2.3.6-r3, 2.6.16-gentoo-r7-nereid-p4 i686)

nserv6 ~ # emerge -avg udev

These are the packages that would be merged, in order:

...

Calculating dependencies... done!
[binary     U ] sys-fs/udev-087-r1 [087]


after portage upgrade:

nserv6 ~ # emerge -V
Portage 2.1.1_pre3 (default-linux/x86/no-nptl, gcc-3.4.6, glibc-2.3.6-r3, 2.6.16-gentoo-r7-nereid-p4 i686)

nserv6 ~ # emerge -avg udev

These are the packages that would be merged, in order:

...

Calculating dependencies... done!
[ebuild     U ] sys-fs/udev-087-r1 [087] 185 kB

------------

Portage 2.1.1_pre3 (default-linux/x86/no-nptl, gcc-3.4.6, glibc-2.3.6-r3, 2.6.16-gentoo-r7-nereid-p4 i686)
=================================================================
System uname: 2.6.16-gentoo-r7-nereid-p4 i686 Intel(R) Pentium(R) 4 CPU 1700MHz
Gentoo Base System version 1.12.1
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://24.226.191.25/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts cli crypt cups dlloader dri eds emboss encode foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 isdnlog jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls ogg opengl oss pam pcre pdflib perl png pppd python qt qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts type1-fonts vorbis xml xmms xorg xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Zac Medico gentoo-dev 2006-07-21 13:36:20 UTC
Created attachment 92441 [details, diff]
collapse whitespace in remote package metadata

I've added this patch to collapse metadata whitespace in svn r3984.  The behavior that I've observed isn't identical to yours but maybe the root problem is the same.  If you save this patch as /tmp/remotepkgs.patch then you can apply it as follows:

cd /usr/lib/portage
patch -p0 < /tmp/remotepkgs.patch

If that doesn't help then please attach --debug output.
Comment 2 Zac Medico gentoo-dev 2006-07-23 15:01:02 UTC
This has been released in 2.1.1_pre3-r4.