Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6126 - dev-util/yacc emerge fails
Summary: dev-util/yacc emerge fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-06 19:49 UTC by Steven Farmer
Modified: 2003-02-04 19:42 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 Steven Farmer 2002-08-06 19:49:50 UTC
/usr/portage/dev-util/yacc/yacc-1.9.1-r1.ebuild fails because the distribution
tar file isn't properly extracted.  A workaround is to add "tar xvf ${P}.tar"
after the invocation of unpack in src_unpack().
Comment 1 Jon Nelson (RETIRED) 2002-08-07 11:16:44 UTC
However, the real problem appears to be the unpack function.

Near line 185 of ebuild.sh:

                y="$(echo $x | sed 's:.*\.\(tar\)\.[a-z0-9]*:\1:')"

should read:

                y="$(echo $x | sed 's:.*\.\(tar\)\.[A-Za-z0-9]*:\1:')"
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-08-07 13:02:55 UTC
Will be fixed in Portage 2.0.27