Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384873 - sys-libs/tevent-0.9.14 file collision with sys-libs/talloc-2.0.5
Summary: sys-libs/tevent-0.9.14 file collision with sys-libs/talloc-2.0.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
: 389247 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-29 04:59 UTC by Forza
Modified: 2011-11-02 14:49 UTC (History)
3 users (show)

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


Attachments
sys-libs/tevent-0.9.14 build.log (build.log,34.49 KB, text/plain)
2011-09-29 05:02 UTC, Forza
Details
emerge --info (emerge-info.txt,5.44 KB, text/plain)
2011-09-29 05:02 UTC, Forza
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Forza 2011-09-29 04:59:00 UTC
updating tevent-0.9.8 to tevent-0.9.14 fails with file collision with sys-libs/talloc.

Reproducible: Always

Steps to Reproduce:
1.have sys-libs/tevent-0.9.8 and  sys-libs/talloc-2.0.5 installed
2.emerge sys-libs/tevent-0.9.14
3.
Actual Results:  
 * Detected file collision(s):
 *
 *      /usr/lib/python2.7/site-packages/talloc.so
 *      /usr/share/man/man3/talloc.3.bz2
 *      /usr/include/pytalloc.h
 *      /usr/lib/libtevent.so.0
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * sys-libs/talloc-2.0.5
 *      /usr/include/pytalloc.h
 *      /usr/lib/python2.7/site-packages/talloc.so
 *      /usr/share/man/man3/talloc.3.bz2
 *
 * Package 'sys-libs/tevent-0.9.14' NOT merged due to file collisions. If
 * necessary, refer to your elog messages for the whole content of the
 * above message.


Expected Results:  
Clean install.

sys-libs/talloc-2.0.5 (/usr/lib/python2.7/site-packages/talloc.so)
sys-libs/talloc-2.0.5 (/usr/share/man/man3/talloc.3.bz2)
sys-libs/talloc-2.0.5 (/usr/include/pytalloc.h)
sys-libs/tevent-0.9.8 (/usr/lib/libtevent.so.0.9.8)
Comment 1 Forza 2011-09-29 05:02:22 UTC
Created attachment 288183 [details]
sys-libs/tevent-0.9.14 build.log
Comment 2 Forza 2011-09-29 05:02:43 UTC
Created attachment 288185 [details]
emerge --info
Comment 3 Víctor Ostorga (RETIRED) gentoo-dev 2011-10-03 17:38:59 UTC
I've just hitted this, let me find out what was the intention of tevent providing talloc.so
Comment 4 Víctor Ostorga (RETIRED) gentoo-dev 2011-10-31 16:02:52 UTC
sys-libs/tevent needs to DEPEND on dev-util/pkgconfig to "detect" a working talloc, or otherwise it will try to build its own. 
I've fixed this in sys-libs/tevent-0.9.14
Comment 5 Víctor Ostorga (RETIRED) gentoo-dev 2011-11-02 14:49:06 UTC
*** Bug 389247 has been marked as a duplicate of this bug. ***