>>> Completed installing into /var/tmp/portage/texinfo-4.8/image/ processing merge * checking 33 files for package collisions existing file /usr/bin/texi2pdf is not owned by this package * spent 0.05 seconds checking for file collisions * This package is blocked because it wants to overwrite * files belonging to other packages (see messages above). * If you have no clue what this is all about report it * as a bug for this package on http://bugs.gentoo.org package sys-apps/texinfo-4.8 NOT merged # equery b /usr/bin/texi2pdf [ Searching for file(s) /usr/bin/texi2pdf in *... ] app-text/tetex-2.0.2-r4 (/usr/bin/texi2pdf)
texinfo-4.7 didnt install it so i've updated 4.8 to not install it either
I'd like to reopen this. It looks like tetex-3 no longer provides texi2pdf. I just commented out rm -f "${D}"/usr/bin/texi2pdf from texinfo-4.8.ebuild and I get a working texi2pdf.
please open a new bug in that case.
*** Bug 112164 has been marked as a duplicate of this bug. ***
(In reply to comment #2) > I'd like to reopen this. It looks like tetex-3 no longer provides texi2pdf. I just commented out > > rm -f "${D}"/usr/bin/texi2pdf > > from texinfo-4.8.ebuild and I get a working texi2pdf. The solution provided in texinfo-4.8-r2.ebuild doesn't work if you install tetex-2 AFTER texinfo. Extract of texinfo-4.8-r2.ebuild # tetex installs this guy #76812 has_version '<app-text/tetex-3' && rm -f "${D}"/usr/bin/texi2pdf Should we re-open the bug ?
This is not really solved, because <=app-text/tetex-2* ebuilds or tetex-2 eclass need to check for the same thing, i.e., something like: has_version 'sys-apps/texinfo' && rm -f "${D}"/usr/bin/texi2pdf Reopened.
I think this would solve the situation. Can you provide a patch, please ?
*** Bug 112657 has been marked as a duplicate of this bug. ***
*** Bug 113853 has been marked as a duplicate of this bug. ***
*** Bug 113855 has been marked as a duplicate of this bug. ***
The fix of jakub has been commited in tetex-2.eclass. Thanks.