Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 350977 - collision emerging net-wireless/bluez-4.80
Summary: collision emerging net-wireless/bluez-4.80
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-07 15:31 UTC by Erik Dobak
Modified: 2011-01-09 09:43 UTC (History)
0 users

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 Erik Dobak 2011-01-07 15:31:00 UTC
emerge bluez gives:

 Detected file collision(s):
 * 
 *      /usr/libexec/cups/backend/bluetooth



portageq owners / bluetooth
app-emulation/emul-linux-x86-soundlibs-20100915
        /usr/lib32/bluetooth
sys-kernel/gentoo-sources-2.6.36-r5
        /usr/src/linux-2.6.36-gentoo-r5/drivers/bluetooth
        /usr/src/linux-2.6.36-gentoo-r5/include/net/bluetooth
        /usr/src/linux-2.6.36-gentoo-r5/net/bluetooth

Reproducible: Always
Comment 1 Rafał Mużyło 2011-01-07 15:51:13 UTC
Well, so which other package owns /usr/libexec/cups/backend/bluetooth ?
Cause, you known, that block you've pasted doesn't give a hint.
Comment 2 Erik Dobak 2011-01-07 16:00:41 UTC
sorry but:

equery b /usr/libexec/cups/backend/bluetooth
[ Searching for file(s) /usr/libexec/cups/backend/bluetooth in *... ]

gives me nothing.

i hoped you could tell me...
Comment 3 Rafał Mużyło 2011-01-07 17:09:43 UTC
So, that's either a result of you own out of portage install
or your portage database got corrupted.

Check what that file is and if it's safe to delete it.

Unless you can identify a different package, that installed that file,
the bug is most likely INVALID.

Comment 4 Pacho Ramos gentoo-dev 2011-01-08 11:03:12 UTC
http://bugs.gentoo.org/show_bug.cgi?id=349473#c2
Comment 5 Erik Dobak 2011-01-08 16:00:05 UTC
out of portage install should not be the case, as i always try to use portage, overlay, or a local bin install in home folder to not mess up the system.

i think i just delete the file and let emerge create a new one.

sorry i have really no idea which package it belongs to.
Comment 6 Erik Dobak 2011-01-09 09:43:10 UTC
the colliding file was a symbolic link to /usr/lib/cups/backend/bluetooth which did not exist.

after removing emerge bluez works fine.