Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25240 - amsn 0.8 - emerging gives access violations
Summary: amsn 0.8 - emerging gives access violations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-25 02:52 UTC by Charles Goodwin
Modified: 2003-08-01 13:22 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 Charles Goodwin 2003-07-25 02:52:26 UTC
open_wr:   /usr/kde/3.1/share/icons/default.kde/32x32/amsn.png
open_wr:   /usr/kde/3.1/share/icons/default.kde/32x32/crystal.png
open_wr:   /usr/kde/3.1/share/icons/default.kde/32x32/msn.png
chmod:     /usr/kde/3.1/share/icons/default.kde/32x32
open_wr:   /usr/kde/3.1/share/icons/default.kde/48x48/amsn.png
open_wr:   /usr/kde/3.1/share/icons/default.kde/48x48/msn.png
chmod:     /usr/kde/3.1/share/icons/default.kde/48x48
open_wr:   /usr/kde/3.1/share/icons/default.kde/64x64/amsn.png
chmod:     /usr/kde/3.1/share/icons/default.kde/64x64
Comment 1 Rutger Hendriks 2003-07-27 14:40:12 UTC
As i see it, one has to add '${D}/' in 2 lines, right before ${KDEDIR} which results in:

if [ -n "`use kde`" ]
        then
                dodir ${D}/usr/share/applnk
                cp ${FILESDIR}/amsn.desktop ${D}/usr/share/applnk/
                einfo "Installing KDE Icons in default theme"
                mkdir -p ${D}/${KDEDIR}/share/icons/default.kde
                cp -a ${S}/icons/* ${D}/${KDEDIR}/share/icons/default.kde
        fi

now there is only the error:
cp: cannot create regular file `/var/tmp/portage/amsn-0.80/image//usr/share/applnk/amsn.desktop': No such file or directory
which is caused by the absence of the file amsn.desktop...
I imagine the next ebuild can add that file and all will be well ;-)
Good luck...
Comment 2 Tavis Ormandy (RETIRED) gentoo-dev 2003-08-01 13:22:37 UTC
Thanks, fixed.