# rpm -q wireshark-devel wireshark-devel-1.12.0-1.fc22.x86_64 Trying to build libvirt with wireshark dissector support fails, since configure can't detect wireshark availability. This works fine with F20 wireshark versions. The error from config.log is: configure:69277: gcc -std=gnu99 -c -g -O2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/sbin/../include/wireshark conftest.c >&5 In file included from /usr/include/wireshark/epan/packet.h:26:0, from conftest.c:651: /usr/include/wireshark/epan/proto.h:47:28: fatal error: epan/wmem/wmem.h: No such file or directory #include <epan/wmem/wmem.h> And indeed there doesn't seem to be any such file, so not sure what's going on here. You can see libvirt's configure.ac block here, maybe it needs to be changed: http://libvirt.org/git/?p=libvirt.git;a=blob;f=configure.ac;h=081f2981cf9947628bda5cb92bec5291b756e680;hb=HEAD#l2621
Same problem with uhd package. It builds fine on f20.
Hi, the issue is still not fixed and it blocks build of libvirt with wireshark dissector. Since commit c2b2d204 the epan/proto.h includes epan/wmem/wmem.h but in the specfile for wireshark there are missing lines to include those files into the wireshark-devel package. mkdir -p "${IDIR}/epan/wmem" install -m 644 epan/wmem/*.h "${IDIR}/epan/wmem" and possibly more of those are needed to include all header files into the wireshark-devel package. Please fix the specfile asap, thank you in advance.
wireshark-1.12.0-5.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/wireshark-1.12.0-5.fc21
Package wireshark-1.12.0-5.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing wireshark-1.12.0-5.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-10541/wireshark-1.12.0-5.fc21 then log in and leave karma (feedback).
wireshark-1.12.0-5.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.