Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 11643] build error on Debian testing: Couldn't compile Qt

Date: Sat, 14 Nov 2015 20:29:50 +0000

Comment # 8 on bug 11643 from
Is there some compelling reason to build *everything* position-independent? 
With autotools, we only build dumpcap PIE, as it's the only software running
with elevated privileges.  (Hopefully I can get libpcap to the point where the
only libpcap code that needs to run with elevated privileges runs in a separate
program connected to the process using libpcap over a UNIX-domain socket, so
programs using libpcap *don't* need to run with elevated privileges
themselves.)

dumpcap doesn't use Qt, so if we only build it PIE, and don't build anything
else PIE, maybe this whole mess can be avoided.  (Doing so seems to fix the
problem on my Ubuntu 15.10 VM.)


You are receiving this mail because:
  • You are watching all bug changes.