Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259028 - gawk fails with: Failed Patch: gawk-3.1.6-mint.patch
Summary: gawk fails with: Failed Patch: gawk-3.1.6-mint.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High normal
Assignee: Gentoo Prefix
URL: http://www.gentoo.org/proj/en/gentoo-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-15 00:06 UTC by nietonfir
Modified: 2009-02-15 11: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 nietonfir 2009-02-15 00:06:45 UTC
According to the handbook (Codelisting 1.10), emerge --oneshot gawk should be done after grep and before patch.

Doing so results in an failed emerge (Failed Patch: gawk-3.1.6-mint.patch), when portage tries to apply the mint-patch.

Reproducible: Always

Steps to Reproduce:
1.emerge --oneshot gawk
2.Emerge fails when trying to apply the mint-patch.

Actual Results:  
Emerge fails.

Expected Results:  
Emerge should not fail.

Emerging _patch_ before gawk seems to solve the problem, it runs flawlessly afterwards (Although bootstrapped _patch_ was available at $EPREFIX/tmp/usr/bin/patch).

Please update the doc accordingly or add a note at that specific section. Thanks. ;)
Comment 1 Fabian Groffen gentoo-dev 2009-02-15 10:05:05 UTC
Moving patch before gawk is ok with me.  What platform are you bootstrapping on?
Comment 2 nietonfir 2009-02-15 10:17:57 UTC
(In reply to comment #1)
> Moving patch before gawk is ok with me.  What platform are you bootstrapping
> on?
> 

Mac OS X 10.5.6 (Darwin Kernel 9.6.0)
Comment 3 Fabian Groffen gentoo-dev 2009-02-15 11:02:43 UTC
I applied your order patch, thanks!