Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 370683 - net-analyzer/wireshark-1.6.1 version bump
Summary: net-analyzer/wireshark-1.6.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Peter Volkov (RETIRED)
URL: http://www.wireshark.org/docs/relnote...
Whiteboard:
Keywords:
Depends on:
Blocks: 373545
  Show dependency tree
 
Reported: 2011-06-08 14:35 UTC by Jeroen Roovers (RETIRED)
Modified: 2011-09-12 18:53 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for Wireshark 1.6.1 (wireshark-1.6.1.ebuild,6.28 KB, text/plain)
2011-08-18 16:21 UTC, Brian McCarter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2011-06-08 14:35:46 UTC
Small improvements, it seems.
Comment 1 Emil Wojak 2011-06-09 15:27:55 UTC
I just updated Wireshark from 1.4.7 to 1.6.0 after renaming wireshark-1.6.0_rc1.ebuild to wireshark-1.6.0.ebuild.
After I had built it for the first time, it would not run because of this:

wireshark: error while loading shared libraries: libwsutil.so.0: cannot open shared object file: No such file or directory

$ ldd /usr/bin/wireshark | grep wsutil
        libwsutil.so.1 => /usr/lib/libwsutil.so.1 (0xb5464000)
        libwsutil.so.0 => not found
        libwsutil.so.0 => not found
$ qlist wireshark | grep wsutil
/usr/lib/libwsutil.so.1.0.0
/usr/lib/libwsutil.la
/usr/lib/libwsutil.so.1
/usr/lib/libwsutil.so

Seems like the linker took the library version present in the system, soon to be unmerged. After rebuilding it once more, it started working.
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2011-07-01 07:46:52 UTC
Small update. Probably I'll bump wireshark-1.6.0 hardmasked here, but still I'd like to fix linking problem reported in comment 1. Currently I've created testcase but libtool works fine with it. Since libtool upstream keeps silence on this issue I'm going to investigate this problem a little bit more by myself and later I decide what to do: either I'll require to uninstall wireshark-1.4.x before emerging of wireshark-1.6.0 or I'll mange to fix this problem. Everybody are welcome to help in debugging ;)
Comment 3 Emil Wojak 2011-07-12 13:32:09 UTC
Hi Peter,
is there any way I could help you with resolving this issue?
Were you able to reproduce the problem? Maybe I could provide some logs or something?
Comment 4 Joshua Kinard gentoo-dev 2011-07-19 10:54:03 UTC
Wireshark 1.6.1 is out now.  Was released today.
Comment 5 Francesco Lamonica 2011-07-26 08:31:54 UTC
Please remove the hard-maskingas soon as you can: bug 373545 is marked as depending on this and really makes wireshark unusable on many many systems.

thanks
Comment 6 Alexander Stein 2011-08-09 07:29:21 UTC
Any progress on this topic?
Comment 7 Brian McCarter 2011-08-18 16:21:45 UTC
Created attachment 283799 [details]
Ebuild for Wireshark 1.6.1

This ebuild puts a band-aid over the missing libwsutil.so.0 and libwiretap.so.0 by making symlinks to the right libraries.  Not sure if this is an upstream problem or what.
Comment 8 Peter Volkov (RETIRED) gentoo-dev 2011-09-12 18:53:59 UTC
1.6.2 is in tree. I failed to find time and investigate linking with system libraries issue further. Simple test case with autotools works as expected... I've put blocker for now.