Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196531 - kde-base/kmail-3.5.8 fails to build: "deleting kmail.png failed"
Summary: kde-base/kmail-3.5.8 fails to build: "deleting kmail.png failed"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-20 13:57 UTC by Rickard Närström
Modified: 2007-10-20 15:24 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 Rickard Närström 2007-10-20 13:57:51 UTC
----
make[1]: Leaving directory `/var/tmp/portage/kde-base/kmail-3.5.8/work/kmail-3.5.8/doc/kmail'
rm: cannot remove `/var/tmp/portage/kde-base/kmail-3.5.8/image///usr/kde/3.5/share/icons/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps/kmail.png': No such file or directory
 *
 * ERROR: kde-base/kmail-3.5.8 failed.
 * Call stack:
 *            ebuild.sh, line 1695:  Called dyn_install
 *            ebuild.sh, line 1132:  Called qa_call 'src_install'
 *            ebuild.sh, line   44:  Called src_install
 *   kmail-3.5.8.ebuild, line   67:  Called die
 * The specific snippet of code:
 *      rm "${D}/${KDEDIR}/share/icons/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps/kmail.png" || die "deleting kmail.png failed"
 *  The die message:
 *   deleting kmail.png failed
----
Comment 1 Cyrill Helg 2007-10-20 14:40:00 UTC
This line in the ebuild is wrong:
        rm "${D}/${KDEDIR}/share/icons/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps/kmail.png" || die "deleting kmail.png failed"

I guess the "" should be removed.
Comment 2 Wulf Krueger (RETIRED) gentoo-dev 2007-10-20 15:24:12 UTC
Fixed in CVS.