Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765625 - db.eclass: sys-libs/db-5.3.28-r5 file collision /usr/lib/libdb.so /usr/lib64/libdb.so with sys-libs/db-6.0.35-r3
Summary: db.eclass: sys-libs/db-5.3.28-r5 file collision /usr/lib/libdb.so /usr/lib64/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 765676 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-01-16 11:39 UTC by Silvio
Modified: 2021-01-16 19:24 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Silvio 2021-01-16 11:39:38 UTC
emerging sys-libs/db-5.3.28-r5 I got:

Detected file collision(s):
 * 
 * 	/usr/lib/libdb.so
 * 	/usr/lib64/libdb.so
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * sys-libs/db-6.0.35-r3:6.0::gentoo
 * 	/usr/lib/libdb.so
 * 	/usr/lib64/libdb.so
 * 
 * Package 'sys-libs/db-5.3.28-r5' NOT merged due to file collisions. If
 * necessary, refer to your elog messages for the whole content of the
 * above message.
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME="/home/silvio/.gentoo/java-config-2/current-user-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =db-5.3.28


Reproducible: Always
Comment 1 Ionen Wolkens gentoo-dev 2021-01-16 12:00:32 UTC
Hm.. I believe caused by this commit:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b158fba5eee07da21f8b80fd737b9bdd3865256b

No collision issues if reverted, taking the liberty to assign to db.eclass
Comment 2 Larry the Git Cow gentoo-dev 2021-01-16 16:11:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e154526e7b59f94428b302b6360e54b5f689b9a5

commit e154526e7b59f94428b302b6360e54b5f689b9a5
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-01-16 16:08:10 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-01-16 16:08:10 +0000

    Revert "eclass/db.eclass: use get_libname for Darwin support"
    
    This change somehow causes libdb.so to be installed.
    
    Bug: https://bugs.gentoo.org/673322
    Closes: https://bugs.gentoo.org/765625
    Reverts: b158fba5eee07da21f8b80fd737b9bdd3865256b
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 eclass/db.eclass | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2021-01-16 19:24:17 UTC
*** Bug 765676 has been marked as a duplicate of this bug. ***