Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29385 - eutils.eclass error
Summary: eutils.eclass error
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
: 29386 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-09-22 15:28 UTC by Doug Weimer
Modified: 2011-10-30 22:19 UTC (History)
1 user (show)

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 Doug Weimer 2003-09-22 15:28:40 UTC
I just ran emerge sync, and now I get the following error when running emerge
-Up --debug --deep portage.

ebuild: dev-lang/perl-5.8.0-r12
binpkg: None

/usr/sbin/ebuild.sh: /usr/portage/eclass/eutils.eclass: line 960: unexpected EOF
while looking for matching `"'
/usr/sbin/ebuild.sh: /usr/portage/eclass/eutils.eclass: line 965: syntax error:
unexpected end of file

!!! ERROR: dev-lang/perl-5.8.1_rc4 failed.
!!! Function inherit, Line 996, Exitcode 1
!!! died sourcing /usr/portage/eclass/eutils.eclass in inherit()



Reproducible: Always
Steps to Reproduce:
1. As of 3:30 PST 9-22-03 emerge sync
2. emerge something that inherits eutils
3.

Actual Results:  
Error in eutils causes emerge to fail.

Expected Results:  
Emerge operations to complete succesfully.
Comment 1 Doug Weimer 2003-09-22 15:33:46 UTC
Update:

The bug appears to be in line 964 of /usr/portage/eclass/eutils.eclass

Current line:
${PAGER} ${src} || die "Could not execute ${PAGER} ${src}

Correct line:
${PAGER} ${src} || die "Could not execute ${PAGER} ${src}"

Doug
Comment 2 SpanKY gentoo-dev 2003-09-22 15:37:45 UTC
*** Bug 29386 has been marked as a duplicate of this bug. ***
Comment 3 SpanKY gentoo-dev 2003-09-22 15:38:36 UTC
already been fixed in cvs