Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27571 - syntax error in eutils.eclass
Summary: syntax error in eutils.eclass
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-29 15:56 UTC by Stephen Martin
Modified: 2003-08-29 16:26 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 Stephen Martin 2003-08-29 15:56:55 UTC
There appears to be a syntax error at line 42 of eutils.eclass.  The line:

cat > ${D}/usr/lib/$1 <<"END_LDSCRIPT"

invalidates everything that comes after it and makes it impossible to call any 
of the other functions.  I believe it the line should be:

echo "END_LDSCRIPT" >> ${D}/usr/lib/$1

which seems to fix the problem.
Comment 1 Stephen Martin 2003-08-29 16:11:12 UTC
Forget it, I don't know what I'm talking about.  The problem is I was trying to pass an invalid parameter further down to enewgroup.
Comment 2 SpanKY gentoo-dev 2003-08-29 16:26:31 UTC
heh k ...