First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 236209
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Crypto team <crypto@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Sander Sweers <Sander.Sweers@gmail.com>
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 236209 depends on: Show dependency tree
Bug 236209 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2008-08-30 14:30 0000
checking libhal.h presence... yes
checking for libhal.h... yes
checking for libhal_ctx_new... yes
configure: error: You can't use libhal _and_ libusb. Select only one.

It seems it can only use HAL or USB use flag and not both at the same time.

------- Comment #1 From Daniel Black 2008-08-30 14:41:18 0000 -------
correct. without large editing of the code how do you want it handled?

------- Comment #2 From Sander Sweers 2008-08-30 15:02:41 0000 -------
(In reply to comment #1)
> correct. without large editing of the code how do you want it handled?

Maybe something like this?

pkg_setup() {
    if use hal && use usb; then
        eerror "The usb and hal useflag can not be enabled at the same time"
        die "please select usb or hal use flag"
    fi
}



------- Comment #3 From Alon Bar-Lev 2008-08-30 16:19:28 0000 -------
Hmmm... hal should be preferred... If both are set silent ignore usb is the
right thing to do.

------- Comment #4 From Daniel Black 2008-08-30 22:11:12 0000 -------
thanks. Implemented as per Alon's suggestion.

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