Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111428 - gquilt-0.14 and 0.15 ebuilds don't install the icon properly
Summary: gquilt-0.14 and 0.15 ebuilds don't install the icon properly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-03 17:22 UTC by Alexandre Rostovtsev (RETIRED)
Modified: 2007-04-05 06:15 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 Alexandre Rostovtsev (RETIRED) gentoo-dev 2005-11-03 17:22:27 UTC
gquilt-0.14 makefile installs the gquilt.xpm icon into /usr/share/pixmaps.
However, the ebuild apparently assumes that the icon is installed into
/usr/lib/gquilt, and so does

dosym /usr/lib/gquilt/icon.xpm /usr/share/pixmaps/gquilt.xpm

which clobbers the icon file with an invalid symlink.

The solution is to delete the above "dosym" line from the ebuild; the icon then
gets installed properly.

Reproducible: Always
Steps to Reproduce:
1. emerge =gquilt-0.14
2. ls -l /usr/share/pixmaps/gquilt.xpm


Actual Results:  
broken symlink (on first merge) or nothing there (on subsequent merges)

Expected Results:  
properly install gquilt.xpm
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2005-11-04 15:40:17 UTC
same issue in the new 0.15 ebuild...
Comment 2 Steve Arnold archtester gentoo-dev 2007-04-05 06:15:45 UTC
Older (broken) ones removed and latest versions added.  Can stabilize on 0.20 in thirty days.