On Tue, Feb 16, 2016 at 05:47:08PM +0000, Daniel P. Berrange wrote:
On Mon, Feb 15, 2016 at 10:40:11AM +0100, Martin Kletzander wrote:
> On Mon, Feb 15, 2016 at 03:05:00AM -0500, Han Han wrote:
> >I compile the latest libvirt from fedora rawhide, but failed.
> >The version of my software:
> >wireshark-devel-2.0.1-2.fc24.x86_64
> >glib2-2.47.5-2.fc24.x86_64
> >gcc-5.1.1-4.fc23.x86_64
> >binutils-2.26-10.fc24.x86_64
> >
>
> Can you post the output of:
>
> pkg-config --print-requires wireshark
>
> If it does not output glib-2.0 and gmodule-2.0, then it's your wireshark
> broken. I see they have it fixed upstream (thanks to Michal, BTW), so
> the next release should be fine. In the meantime, you can just edit
> your /usr/lib/pkgconfig/wireshark.pc to have the following line in it:
>
> Requires: glib-2.0, gmodule-2.0, gthread-2.0
Where do you see it fixed upstream ? The pkg-config file is patched
Here:
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commitdiff;h=e...
in locally by Fedora RPM spec file and it was the Fedora wireshark
maintainer who broke it AFAICT
I didn't know about how that's done in Fedora. I know it was patched in
there in some old release, but I stopped keeping track when my patch
fixing this was rejected some time ago.