I have dev-python/selenium-2.46.0 already installed. I attempted to install dev-ruby/selenium-webdriver-2.53.4-r1, which failed with a file conflict: * Detected file collision(s): * * /usr/lib/debug/.build-id/e6/1dfc1eda85dd44faca4fdd7715f302a9077b63.debug * /usr/lib/debug/.build-id/e6/1dfc1eda85dd44faca4fdd7715f302a9077b63 * /usr/lib/debug/.build-id/fe/29b41d8b02597921bdb6a3985241060a652aa1.debug * /usr/lib/debug/.build-id/fe/29b41d8b02597921bdb6a3985241060a652aa1 * * Searching all installed packages for file collisions... * * Press Ctrl-C to Stop * * dev-python/selenium-2.46.0:0::gentoo * /usr/lib/debug/.build-id/e6/1dfc1eda85dd44faca4fdd7715f302a9077b63 * /usr/lib/debug/.build-id/e6/1dfc1eda85dd44faca4fdd7715f302a9077b63.debug * /usr/lib/debug/.build-id/fe/29b41d8b02597921bdb6a3985241060a652aa1 * /usr/lib/debug/.build-id/fe/29b41d8b02597921bdb6a3985241060a652aa1.debug * * Package 'dev-ruby/selenium-webdriver-2.53.4-r1' NOT merged due to file * collisions. If necessary, refer to your elog messages for the whole * content of the above message.
What are your CFLAGS/LDFLAGS? Do they contain --build-id?
(In reply to Mike Gilbert from comment #1) > What are your CFLAGS/LDFLAGS? Do they contain --build-id? No: CFLAGS="-O2 -g -march=corei7 -pipe" LDFLAGS="-Wl,-O1 -Wl,--as-needed"
Oh, dev-python/selenium installs a pre-built shared library (x_ignore_nofocus.so). This library was probably built with --build-id enabled. This file collision will only show up if you have FEATURES="splitdebug".
=dev-python/selenium-3* does not have such problem. Yet I think it's worth to keep selenium-2* in the tree for some time.
Did this problem ever get a general solution? I hit another instance of colliding build-ids in bug #673832, when trying to install binary builds of two Electron apps simultaneously.
Old version removed. Please reopen if it still happens.
*** Bug 733244 has been marked as a duplicate of this bug. ***
*** Bug 790392 has been marked as a duplicate of this bug. ***
appeared recently at the tinderbox image 17.1_desktop_systemd-j2-20210510-164102
Created attachment 709653 [details] emerge-info.txt
Created attachment 709656 [details] dev-python:selenium-3.141.0-r1:20210518-103504.log
Created attachment 709659 [details] emerge-history.txt
Created attachment 709662 [details] etc.portage.tar.bz2
Created attachment 709665 [details] logs.tar.bz2