First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 149907
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jakub Moc <jakub@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 149907 depends on: Show dependency tree
Show dependency graph
Bug 149907 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-02 17:57 0000
<snip>
make[1]: Leaving directory
`/var/tmp/portage/bluez-utils-2.25-r1/work/bluez-utils-2.25'
!!! dosbin: bccmd does not exist
!!! dosbin: pskey does not exist
>>> Completed installing bluez-utils-2.25-r1 into /var/tmp/portage/bluez-utils-2.25-r1/image/
</snip>

[ebuild   R   ] net-wireless/bluez-utils-2.25-r1  USE="alsa cups dbus -gtk
-pcmcia udev" 0 kB

------- Comment #1 From Jakub Moc 2007-03-02 17:24:34 0000 -------
liquidx@gentoo.org

------- Comment #2 From Werner Meisner 2007-04-03 20:07:59 0000 -------
the compilation of bccmd must be enabled with configure --enable-bccmd

the function of program pskey is now part of the bccmd command

here is a patch that fixes the ebuild for the new situation

--- bluez-utils-2.25-r1.ebuild  2007-02-13 14:06:19.000000000 +0100
+++ bluez-utils-2.25-r2.ebuild  2007-04-03 13:30:05.000000000 +0200
@@ -66,6 +66,7 @@
                --enable-dfutool \
                --enable-hid2hci \
                --enable-obex \
+                --enable-bccmd \
                --disable-initscripts \
                --localstatedir=/var \
                || die "econf failed"
@@ -80,7 +81,7 @@

        # optional bluetooth utils
        cd ${S}/tools
-       dosbin bccmd hcisecfilter ppporc pskey
+       dosbin bccmd hcisecfilter ppporc

        exeinto /etc/bluetooth
        newexe ${FILESDIR}/${PN}-2.24-pin-helper.sh pin-helper

------- Comment #3 From Petteri Räty 2007-04-04 09:51:41 0000 -------
(In reply to comment #2)
> 
> here is a patch that fixes the ebuild for the new situation
> 

In the future, please attach patches as attachments instead of in lining.

------- Comment #4 From Stefan Schweizer 2007-05-09 20:20:21 0000 -------
thanks, fixed

First Last Prev Next    No search results available      Search page      Enter new bug