Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173146 - app-text/acroread-7.0.9-r1 src_unpack failure (wrapper script)
Summary: app-text/acroread-7.0.9-r1 src_unpack failure (wrapper script)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-02 15:11 UTC by Ulrich Müller
Modified: 2007-04-07 14:46 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 Ulrich Müller gentoo-dev 2007-04-02 15:11:10 UTC
When LINGUAS is set to a non-trivial value, acroread-7.0.9-r1 fails to write the "acroread" wrapper script in src_unpack:

/usr/portage/app-text/acroread/acroread-7.0.9-r1.ebuild: line 133: bin/acroread: No such file or directory
/usr/portage/app-text/acroread/acroread-7.0.9-r1.ebuild: line 148: bin/acroread: No such file or directory
/usr/portage/app-text/acroread/acroread-7.0.9-r1.ebuild: line 148: bin/acroread: No such file or directory
/usr/portage/app-text/acroread/acroread-7.0.9-r1.ebuild: line 148: bin/acroread: No such file or directory
/usr/portage/app-text/acroread/acroread-7.0.9-r1.ebuild: line 151: bin/acroread: No such file or directory
chmod: cannot access `bin/acroread': No such file or directory
>>> Source unpacked.


The problem seems to be that the current working directory is ${WORKDIR} at that point, while "bin/acroread" lives in ${S}.

(Furthermore: a few "die" instructions here and there would help finding such problems. ;-)
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2007-04-07 14:46:01 UTC
thank you, fixed