Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164780 - file collision: xfce-extra/exo-0.3.2
Summary: file collision: xfce-extra/exo-0.3.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-01 04:23 UTC by Josh Nichols (RETIRED)
Modified: 2009-03-11 10:03 UTC (History)
1 user (show)

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


Attachments
exo-0.3.2.ebuild.diff (exo-0.3.2.ebuild.diff,778 bytes, patch)
2007-02-01 08:06 UTC, Jakub Moc (RETIRED)
Details | Diff
exo-0.3.2.ebuild.diff (exo-0.3.2.ebuild.diff,1.04 KB, patch)
2007-02-01 08:37 UTC, Jakub Moc (RETIRED)
Details | Diff
exo-0.3.2.ebuild.patch (exo-0.3.2.ebuild.patch,1.07 KB, patch)
2007-02-03 14:46 UTC, Samuli Suominen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Nichols (RETIRED) gentoo-dev 2007-02-01 04:23:12 UTC
There is a file collision with files not owned by a package:

/usr/lib/python2.4/site-packages/pyexo.pyc
/usr/lib/python2.4/site-packages/pyexo.pyo
/usr/lib/python2.4/site-packages/exo-0.3/exo/__init__.pyc
/usr/lib/python2.4/site-packages/exo-0.3/exo/__init__.pyo

This seems to be because 0.3.2 generates these files during src_install, and correspondingly dumps them onto the image. That probably shouldn't happen, and instead use python.eclass to manage these files.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-01 08:06:40 UTC
Created attachment 108819 [details, diff]
exo-0.3.2.ebuild.diff

Try this...
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-01 08:37:11 UTC
Created attachment 108822 [details, diff]
exo-0.3.2.ebuild.diff

Helps to look at the paths first :)
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2007-02-03 14:46:07 UTC
Created attachment 109013 [details, diff]
exo-0.3.2.ebuild.patch

Changed it a bit after consulting with marienz on IRC. Tested and working.
Comment 4 Josh Nichols (RETIRED) gentoo-dev 2007-02-03 21:53:02 UTC
Fixed.
Comment 5 Martin von Gagern 2009-03-11 10:03:36 UTC
xfce-extra/exo-0.3.100 has this issue again. I just filed bug #262098 for it.