Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88331 - net-wireless/wifiscanner-0.9.6 has file collision with net-analyzer/ethereal
Summary: net-wireless/wifiscanner-0.9.6 has file collision with net-analyzer/ethereal
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-08 02:30 UTC by Poggi Jérôme
Modified: 2005-11-03 07:56 UTC (History)
1 user (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 Poggi Jérôme 2005-04-08 02:30:35 UTC
This file is in collision with Ethereal portage :
./usr/lib/libwiretap.la

and ./usr/lib/libwiretap.a is only used for the compilation of Wifiscanner, it's not needed after.

The beter solution is to modify wifiscanner makefile, and use the existing libwiretap.la instead compile a new library. I take the action, because i'm the developper of this software.

---
Some traces :

root@efflam:/usr/portage/distfiles # emerge -kK wifiscanner
Calculating dependencies ...done!
>>> emerge (1 of 1) net-wireless/wifiscanner-0.9.6 to /
>>> extracting info
>>> extracting wifiscanner-0.9.6
* checking 12 files for package collisions
existing file /usr/lib/libwiretap.la is not owned by this package
* spent 0.00155997276306 seconds checking for file collisions

root@efflam:~ # qpkg -f /usr/lib/libwiretap.la
net-analyzer/ethereal *
Comment 1 Daniel Black (RETIRED) gentoo-dev 2005-05-25 04:28:48 UTC
Assigning the bugs to yourself kinda makes the bug had to be seen so it can be 
assigned to someone to fix it. Not sure how you were even allowed to do this. 
Comment 2 Henrik Brix Andersen 2005-06-25 07:40:27 UTC
If you're the upstream maintainer, please provide a patch for correcting this issue.
Comment 3 Poggi Jérôme 2005-06-29 05:36:44 UTC
bug is corrected in the 1.0.0 version. This version is only in the CVS for now,
and it will be release as soon as possible and the new ebuild too.
Comment 4 Poggi Jérôme 2005-11-03 07:56:02 UTC
Version 1.0.1 is out, i'll commit on sourceforge, and the ebuild will arrive in
a hour.
It detect the use of ethereal and do not install the libwiretap if it found.