Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11178 - emerging x11-themes/commonbox-styles-extra fails
Summary: emerging x11-themes/commonbox-styles-extra fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Matt Keadle
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-24 22:40 UTC by Daniel Mannarino
Modified: 2003-02-04 19:42 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 Daniel Mannarino 2002-11-24 22:40:35 UTC
On trying to emerge commonbox-styles-extra I get:

 >>> Source unpacked.

>>> Install commonbox-styles-extra-0.2 into /var/tmp/portage/commonbox-styles-extra-0.2/image/ category x11-themes
install: cannot stat `/var/tmp/portage/commonbox-styles-extra-0.2/work/commonbox-styles-extra/styles/*': No such file or directory
install: cannot stat `/var/tmp/portage/commonbox-styles-extra-0.2/work/commonbox-styles-extra/backgrounds/*': No such file or directory
/usr/lib/portage/bin/dodoc: README.commonbox-styles-extra does not exist.
/usr/lib/portage/bin/dodoc: COPYING does not exist.

...

Sure enough, the files are being unpacked into the wrong directory.  Changing

S=${WORKDIR}/${PN}

to

S=${WORKDIR}/${P}

in the ebuild fixes it.
Problem solv-ed.  ::)

- Daniel Mannarino
Comment 1 Matt Keadle 2002-11-27 01:03:36 UTC
WHOOPS! Sorry about that. Taken care of and commited.