Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 346033 - net-wireless/bluez with use cups: wrong dir for bluez backend
Summary: net-wireless/bluez with use cups: wrong dir for bluez backend
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-19 08:45 UTC by Florian Steinel
Modified: 2010-11-25 23:36 UTC (History)
3 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 Florian Steinel 2010-11-19 08:45:36 UTC
bluez with enabled use cups enabled installs into /usr/lib/cups.
Accorinding to the warning message from net-printing/cups-1.3.11-r3:
/usr/lib/cups exists - You need to remerge every ebuild that
installed into /usr/lib/cups and /etc/cups, qfile is in portage-utils:
...
fix the detection of /usr/lib64/cups in cupsdir (Makefile.in).
While Makefile.tools uses cupsdir = `cups-config --serverbin`/backend
Makefile.in and Makefile uses cupsdir = $(libdir)/cups/backend which is wrong.
Comment 1 Florian Steinel 2010-11-19 08:51:50 UTC
--- bluez.ebuild   2010-10-31 12:23:38.000000000 +0100
+++ bluez.ebuild   2010-11-19 09:50:09.000000000 +0100
@@ -94,6 +94,9 @@ src_install() {
 
        dodoc AUTHORS ChangeLog README || die
 
+       mkdir -p "${D}/usr/libexec/cups/backend/" || die
+       mv "${D}"/usr/$(get_libdir)/cups/backend/bluetooth "${D}/usr/libexec/cups/backend/" || die
+
        if use test-programs ; then
                cd "${S}/test"
                dobin simple-agent simple-service monitor-bluetooth || die
Comment 2 Pacho Ramos gentoo-dev 2010-11-25 23:36:16 UTC
+*bluez-4.80 (25 Nov 2010)
+
+  25 Nov 2010; Pacho Ramos <pacho@gentoo.org> -bluez-4.69.ebuild,
+  +bluez-4.80.ebuild:
+  Version bump with multiple upstream fixes, also handle oui.txt file
+  downloading in a better way as suggested by Zac in bug #345263, update
+  HOMEPAGE, remove .la files, and fix cups location (bug #346033 by Florian
+  Steinel). Remove old.
+