Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342107 - sys-apps/gawk-3.1.8 fails to build when bootstrapping Gentoo Prefix system
Summary: sys-apps/gawk-3.1.8 fails to build when bootstrapping Gentoo Prefix system
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 OS X
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 04:24 UTC by Harold
Modified: 2010-10-22 15:47 UTC (History)
0 users

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


Attachments
build log (build.log,24.83 KB, text/plain)
2010-10-22 04:25 UTC, Harold
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Harold 2010-10-22 04:24:55 UTC
During my Prefix boostrapping (Code Listening 1.10), after building patch, I run:

emerge --oneshot gawk

and it fails.

Reproducible: Always

Steps to Reproduce:
1. Attempt to boostrap a Gentoo Prefix installation (Mac OS X Snow Leopard on an i5 chipset)
2. At code listing 1.10, emerge --oneshot gawk
3. See bug.
Actual Results:  
Ebuild fails.

Expected Results:  
Should have built.
Comment 1 Harold 2010-10-22 04:25:24 UTC
Created attachment 251519 [details]
build log
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-10-22 04:49:55 UTC
Dang, there is a bug in the snapshot. 

make -C /Users/pimentel/Gentoo/var/tmp/portage/sys-apps/gawk-3.1.8/work/filefuncs CC=gcc -m32 
make: invalid option -- 3

Because that was already fixed... http://overlays.gentoo.org/proj/alt/changeset/58791

You can work around this by running "emerge --oneshot =gawk-3.1.7" - I'll see about getting a new snapshot out soon for a more permanent fix.
Comment 3 Fabian Groffen gentoo-dev 2010-10-22 06:36:16 UTC
ah, true, yes, I forgot that we need to bump the snapshot
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-10-22 15:09:05 UTC
bumped snapshot, fresh bootstraps won't hit this problem. resolving, thanks for filing the bug.
Comment 5 Harold 2010-10-22 15:47:23 UTC
Worked. Damn you guys are fast! Thanks!