Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275736 - [kde-testing] app-office/scribus-9999 fails at doicon
Summary: [kde-testing] app-office/scribus-9999 fails at doicon
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-28 20:00 UTC by Joe Kowalski
Modified: 2009-06-30 08:10 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 Joe Kowalski 2009-06-28 20:00:10 UTC
Builing scribus-9999 from the kde-testing overlay fails during src_install at:

doicon "${S}/scribus/icons/scribus.png" || die "doicon failed"

This failure is do to the "icons" directory being located at the root of "${S}/" and not under "${S}/scribus/". Changing the line to read:

doicon "${S}/icons/scribus.png" || die "doicon failed"

allows src_install to complete properly and allows the installation to finish. 

Notes: this is when running the install under paludis, so perhaps this is a bug caused by differences in behavior between paludis and portage.

Reproducible: Always

Steps to Reproduce:
Comment 1 Wormo (RETIRED) gentoo-dev 2009-06-30 07:14:38 UTC
Thanks for reporting your test results, assigning to kde team.
Comment 2 Jonathan Callen (RETIRED) gentoo-dev 2009-06-30 08:10:58 UTC
Thanks, should now be fixed in overlay