Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372895 - sys-apps/dtc-1.3.0 file collision with media-libs/freetype[utils] on /usr/bin/ftdump
Summary: sys-apps/dtc-1.3.0 file collision with media-libs/freetype[utils] on /usr/bin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Luca Barbato
URL: http://lists.ozlabs.org/pipermail/dev...
Whiteboard:
Keywords:
: 411795 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-06-24 20:21 UTC by dacook
Modified: 2013-04-13 22:59 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log for sys-apps/dtc-1.3.0 (sys-apps:dtc-1.3.0:20110704-095250.log,6.20 KB, text/plain)
2011-07-04 18:33 UTC, Robin Johnson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dacook 2011-06-24 20:21:25 UTC
sys-apps/dtc-1.3.0 changes behavior from version 1.2.0, installing /usr/bin/ftdump, which collides with a file installed by the freetype package.
Comment 1 Pacho Ramos gentoo-dev 2011-07-01 11:47:08 UTC
Attach full build.log please
Comment 2 dacook 2011-07-01 12:53:07 UTC
That's a tad bit of a knee-jerk - for which package?  I'm not exactly in a position for the next several days to post one.

The issue, as I've found, is USE=utils on media-libs/freetype, it controls (among whatever else) the installation of /usr/bin/ftdump.  There's still a collision, though - one of the packages will have to change, if nothing else to add a blocker.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-07-04 18:33:53 UTC
Created attachment 279077 [details]
build log for sys-apps/dtc-1.3.0
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-07-04 18:35:36 UTC
Please fix the collision.
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2011-07-04 23:46:08 UTC
not it!
Comment 6 SpanKY gentoo-dev 2011-10-17 21:34:07 UTC
freetype-2.4.6 doesn't install `ftdump` for me.  is this with like USE=fontforge or something ?
Comment 7 dacook 2011-10-17 22:06:01 UTC
As noted in comment 2, this is with media-libs/freetype[utils].
Comment 8 Alex Legler (RETIRED) archtester gentoo-dev Security 2012-04-12 22:59:24 UTC
*** Bug 411795 has been marked as a duplicate of this bug. ***
Comment 9 Samuli Suominen (RETIRED) gentoo-dev 2012-11-03 19:20:25 UTC
+  03 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> dtc-1.3.0.ebuild,
+  dtc-9999.ebuild:
+  Rename ftdump to ftdump.dtc if present wrt #372895 by "dacook"
Comment 10 SpanKY gentoo-dev 2012-11-10 01:38:52 UTC
(In reply to comment #9)

err, no.  i got upstream to rename it in git already, so only the release should change and to match upstream.

also, the logic is incorrect:
    [[ ${D}/usr/bin/ftdump ]] && mv "${D}"/usr/bin/ftdump{,.dtc} #372895

that's an -n test, not -e ... it's treated as a string, not a path