Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90201 - error sys-libs/glibc2.3.4.20041102-rc1 failed when executing "emerge -n '>=sys-apps/portage-2.0.51'"
Summary: error sys-libs/glibc2.3.4.20041102-rc1 failed when executing "emerge -n '>=sy...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-23 23:57 UTC by Danny Verhaegen
Modified: 2005-07-14 03:01 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 Danny Verhaegen 2005-04-23 23:57:36 UTC
error : emerge : page allocation failure order 0 mode:0x1d2
function src_compile, line 743 exitcode 2
no error message 
(hardware using PII with 123MB ram and harddisk of  20 GB)

Reproducible: Always
Steps to Reproduce:
mke2fs /dev/hda1 #boot
mke2fs -j /dev/hda6 #root
mkswap /dev/sda5


#echo Mounting partitions
mount /dev/hda6 /mnt/gentoo
mkdir /mnt/gentoo/boot
mount /dev/hda1 /mnt/gentoo/boot
swapon /dev/hda5


#echo Setting up stage 1
cd /mnt/gentoo
tar -xvjpf /mnt/cdrom/stages/stage1*tar.bz2 


#echo ip settings overzetten
cp /etc/resolv.conf /mnt/gentoo/etc


#echo Chroot
mount -t proc /proc /mnt/gentoo/proc


#echo "Start /new_gentoo2.sh after this script !!!"
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile

#echo staring first emerge
emerge sync

emerge -n '>=sys-apps/portage-2.0.51'
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-14 03:01:55 UTC
not exactly sure what your bug is here...