[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-05-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 Peter Wu changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-22 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #17 from Gerrit Code Review --- Change 32945 had a related patch set uploaded by Fabrice Fontaine: CMake: add USE_STATIC option https://code.wireshark.org/review/32945 -- You are receiving this mail because: You are

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-22 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #18 from Gerrit Code Review --- Change 32946 had a related patch set uploaded by Fabrice Fontaine: FindPCAP: use pkg-config to find pcap dependencies https://code.wireshark.org/review/32946 -- You are receiving this mail

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-22 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #16 from João Valverde --- (In reply to fontaine.fabrice from comment #15) > (In reply to Peter Wu from comment #13) > > Hi Fabrice, could you upload your patches to Gerrit? See > >

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-22 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #15 from fontaine.fabr...@gmail.com --- (In reply to Peter Wu from comment #13) > Hi Fabrice, could you upload your patches to Gerrit? See > https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcContribute. > html#ChSrcUpload

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-22 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #14 from fontaine.fabr...@gmail.com --- (In reply to Peter Wu from comment #13) > Hi Fabrice, could you upload your patches to Gerrit? See > https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcContribute. > html#ChSrcUpload >

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-22 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #13 from Peter Wu --- Hi Fabrice, could you upload your patches to Gerrit? See https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcContribute.html#ChSrcUpload (In reply to fontaine.fabrice from comment #10) > Created

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-22 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #12 from fontaine.fabr...@gmail.com --- Following your inputs, I cooked two patches that you can find attached: - The first one adds the USE_STATIC option that sets CMAKE_FIND_LIBRARY_SUFFIXES to ".a" and disables RPATH. -

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-22 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #10 from fontaine.fabr...@gmail.com --- Created attachment 17081 --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17081=edit USE_STATIC option patch -- You are receiving this mail because: You are watching all bug

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-22 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #11 from fontaine.fabr...@gmail.com --- Created attachment 17082 --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17082=edit FindPCAP patch -- You are receiving this mail because: You are watching all bug

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #9 from Peter Wu --- (In reply to Guy Harris from comment #8) > > Wireshark does not use DBus directly, but it is used indirectly through Qt. > > Not all Linux distributions enable DBus support though. > > "Enable DBus" in

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #8 from Guy Harris --- > It looks like all of dumpcap, tshark and wireshark link to caputils which > links to various netlink libraries. Hopefully that should be sufficient then > for libpcap. And if it isn't, we may have to

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #7 from João Valverde --- (In reply to fontaine.fabrice from comment #2) > Your proposal fixes the issue with glib2, thanks. > As soon as it's committed upstream, I'll use it in buildroot instead of my > proposal. > >

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #6 from Peter Wu --- (In reply to Guy Harris from comment #4) > Is that "build only static libraries" or "build shared *and* static > libraries"? It is "build static libraries only, without dynamic libraries". If both have to

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #5 from João Valverde --- (In reply to Peter Wu from comment #3) > (In reply to João Valverde from comment #1) > > pkg-config is being correctly used to provide hints to the search procedure. > > The ENABLE_STATIC CMake option

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #4 from Guy Harris --- (In reply to Peter Wu from comment #3) > > This is not the appropriate location for a fix, it changes "ENABLE_STATIC" > from > > "build static libraries, link to any shared/static library" Is that

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 Peter Wu changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED CC|

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 --- Comment #2 from fontaine.fabr...@gmail.com --- Your proposal fixes the issue with glib2, thanks. As soon as it's committed upstream, I'll use it in buildroot instead of my proposal. However, I have two more patches to completely fixes

[Wireshark-bugs] [Bug 15713] Static build fails to find glib2 dependencies

2019-04-19 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15713 João Valverde changed: What|Removed |Added CC||joao.valverde@tecnico.ulisb