Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77572 - stage3-x86-2004.3.tar.bz2 - cannot emerge linux26-headers
Summary: stage3-x86-2004.3.tar.bz2 - cannot emerge linux26-headers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High blocker (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords: Bug
Depends on:
Blocks:
 
Reported: 2005-01-11 11:39 UTC by James Stockton
Modified: 2005-01-11 15:02 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 James Stockton 2005-01-11 11:39:57 UTC
stage3-x86-2004.3.tar.bz2 - cannot emerge linux26-headers

Reproducible: Always
Steps to Reproduce:
wget gentoo.osuosl.org/releases/x86/2004.3/stages/x86/stage3-x86-2004.3.tar.bz2
mkdir /32bit
tar jxfv stage3-x86-2004.3.tar.bz2 -C /32bit
linux32 chroot /32bit /bin/bash
env-update
source /etc/profile
emerge sync
emerge portage
etc-update
emerge -C linux-headers
emerge linux26-headers

Actual Results:  
emerge linux26-headers fails

Expected Results:  
emerge fine

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-gentoo-r14 i686)
=================================================================
System uname: 2.6.9-gentoo-r14 i686 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r2
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -pipe"
CHOST="i386-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://10.0.0.1/gentoo-portage"
USE="x86 X acl apm arts avi berkdb bitmap-fonts crypt cups encode foomaticdb
fortran gdbm gif gnome gpm gtk gtk2 ipv6 jpeg kde libwww mad mikmod motif mpeg
ncurses nls nptl oggvorbis opengl oss pam pdflib perl png python qt quicktime
readline sdl spell ssl svga tcpd truetype xml2 xmms xv zlib"
Comment 1 James Stockton 2005-01-11 12:35:28 UTC
This is what I did to fix:

quickpkg linux26-headers
mkdir -p /32bit/usr/portage/packages/All
cp /usr/portage/packages/All/* /32bit/usr/portage/packages/All
linux32 chroot /32bit /bin/bash
emerge -k linux26-headers
Comment 2 SpanKY gentoo-dev 2005-01-11 15:02:37 UTC
you neglected to actually attach anything remotely resembling an error message ...

i fixed a bug earlier today for linux26-headers on x86 so i'm just going to assume you had the same one :P