Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 209488

Summary: strange/unpredictable behaviour
Product: Gentoo/Alt Reporter: Luca Barbato <lu_zero>
Component: FreeBSDAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Luca Barbato gentoo-dev 2008-02-10 02:21:23 UTC
I just created a fresh chroot from the latest stage present in the mirrors and tried to update it here is the following:

- after doing the second emerge -u system (the first went sane so I could update portage)
-- perl cannot build because the depend list gests mangled with an initial 0
-- gcc cannot build because the generated Makefile contains the following

#### host and target specific makefile fragments come in here.

/bin/gsed

/bin/gsed

/bin/gsed

running the same configure outside portage leads to a sane makefile
Comment 1 Luca Barbato gentoo-dev 2008-02-18 07:40:35 UTC
Looks like chrooting inside a jail made the env completely a mess.
doing a clean setup using the master made both issues disappear.