First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 69030
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Henrik Brix Andersen <henrik@brixandersen.dk>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Hans-Werner Hilse <hilse@web.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
kismet-2004.10.1-r1.ebuild.patch Proposed patch to -r1 patch Hans-Werner Hilse 2004-10-26 09:09 0000 611 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 69030 depends on: Show dependency tree
Bug 69030 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: 2004-10-26 08:59 0000
In the newly released ebuild 2004.10.1 there's a method to give a flag
'--with-ethereal=/path/to/ethereal' to configure.
This doesn't work when the USE flag 'ethereal' is not specified.
Then '--without-ethereal=/path/to/inexistent/ethereal' is given to configure,
letting it fail.
This can be fixed by making the added '=/path...' going to '' when the USE flag
is not set.

Reproducible: Always
Steps to Reproduce:
1. USE="-ethereal" emerge \=kismet-2004.10.1



Actual Results:  
"econf --without-ethereal=/path/to/not/existing/ethereal" fails.

Expected Results:  
"econf --without-ethereal" should be called

------- Comment #1 From Hans-Werner Hilse 2004-10-26 09:09:52 0000 -------
Created an attachment (id=42635) [edit]
Proposed patch to -r1

This is a short patch for making this error go away.
But i really don't know if it fits the coding style...
There's certainly something i forgot...

------- Comment #2 From Hans-Werner Hilse 2004-10-26 09:15:37 0000 -------
By the way, there's a fresh ethereal out there.
Maybe this should be integrated in a -r1,
as the ethereal version is hardcoded and forces a downgrade at the moment.
As this is not the reason why i disabled the 'ethereal' USE flag I don't have a proposed patch for this ;-)

------- Comment #3 From Henrik Brix Andersen 2004-10-26 09:29:43 0000 -------
Thank you for reporting this - I've fixed it in CVS.

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