Summary: | media-libs/partio-1.1.0_p20170829 : file collision with dev-games/crystalspace-2.0-r1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Games <games> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | agrigo2001, dracwyrm, games, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt etc.portage.tbz2 logs.tbz2 media-libs:partio-1.1.0_p20170829:20170923-122753.log emerge-info.txt dev-games:crystalspace-2.0-r1:20170927-084047.log.bz2 emerge-history.txt etc.portage.tbz2 logs.tbz2 |
Description
Toralf Förster
![]() Created attachment 496158 [details]
emerge-info.txt
Created attachment 496160 [details]
emerge-history.txt
Created attachment 496162 [details]
etc.portage.tbz2
Created attachment 496164 [details]
logs.tbz2
Created attachment 496166 [details]
media-libs:partio-1.1.0_p20170829:20170923-122753.log
I'm not sure what to do about this as I don't know if that file can be renamed or it might break something. I can check upstream. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f5135974db37f56ae4c7d80f1267b421f21ebd commit 20f5135974db37f56ae4c7d80f1267b421f21ebd Author: Jonathan Scruggs <j.scruggs@gmail.com> AuthorDate: 2017-09-23 15:59:39 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2017-09-23 16:20:37 +0000 media-libs/partio: Add patch to avoid naming conflicts * partconv collides with a file from dev-games/crystalspace Closes: https://bugs.gentoo.org/631834 Closes: https://github.com/gentoo/gentoo/pull/5776 .../files/partio-1.1.0-Rename-partconv.patch | 65 ++++++++++++++++++++++ media-libs/partio/partio-1.1.0_p20170829.ebuild | 2 + 2 files changed, 67 insertions(+) got at the unstable amd64 chroot image 13.0-systemd_20170903-225953 this : dev-games/crystalspace-2.0-r1 : file collision with media-libs/partio-1.1.0_p20170829 Created attachment 496702 [details]
emerge-info.txt
Created attachment 496704 [details]
dev-games:crystalspace-2.0-r1:20170927-084047.log.bz2
Created attachment 496706 [details]
emerge-history.txt
Created attachment 496708 [details]
etc.portage.tbz2
Created attachment 496710 [details]
logs.tbz2
You need to retry as the ebuild was updated with a patch to rename the file to partconvert, so there is no more collision. :) (In reply to Jonathan Scruggs from comment #14) Made 4 days ago right, and b/c I do sync my tinderbox every 2 hours why does it still happen ? (In reply to Toralf Förster from comment #15) > (In reply to Jonathan Scruggs from comment #14) > Made 4 days ago right, and b/c I do sync my tinderbox every 2 hours why does > it still happen ? Is it still partconv you are colliding with? This is the file list of Partio on my system using the ebuild in main repo and not my test overlay (Note: I uninstalled Partio, and then reinstalled fresh): * Contents of media-libs/partio-1.1.0_p20170829: /usr /usr/bin /usr/bin/partattr /usr/bin/partconvert /usr/bin/partinfo /usr/bin/partview /usr/include /usr/include/Partio.h /usr/include/PartioAttribute.h /usr/include/PartioIterator.h /usr/include/PartioSe.h /usr/include/PartioVec3.h /usr/lib64 /usr/lib64/libpartio.so /usr/lib64/python3.5 /usr/lib64/python3.5/site-packages /usr/lib64/python3.5/site-packages/_partio.so /usr/lib64/python3.5/site-packages/partio.py /usr/share /usr/share/doc /usr/share/doc/partio-1.1.0_p20170829 /usr/share/doc/partio-1.1.0_p20170829/README.md.bz2 /usr/share/swig /usr/share/swig/partio.i There is /usr/bin/partconvert, but no /usr/bin/partconv which is what was colliding with Crystal Space. Maybe it's still using the old ebuild somehow or not applying the patch? Only thing that I can think of is that this part is the trouble: +diff --git a/src/tools/partconv.cpp b/src/tools/partconvert.cpp +similarity index 100% +rename from src/tools/partconv.cpp +rename to src/tools/partconvert.cpp Maybe some patch tools can't do a git diff? I'm just completely guessing now. dev-games/crystalspace was removed |