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 12570] New: compile error: wireshark_de.qm

Date: Thu, 30 Jun 2016 11:18:50 +0000
Bug ID 12570
Summary compile error: wireshark_de.qm
Product Wireshark
Version Git
Hardware x86
OS Debian
Status UNCONFIRMED
Severity Normal
Priority Low
Component Build process
Assignee [email protected]
Reporter [email protected]

Build Information:
  CPPFLAGS: -D_FORTIFY_SOURCE=2 

  CFLAGS: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security
-fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress
-Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas
-Wno-overlength-strings -Wno-long-long -Wc++-compat
-Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition
-Wstrict-prototypes -Wlogical-op -Wjump-misses-init -fexcess-precision=fast
-fvisibility=hidden -g -O2

  CXXFLAGS: -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security
-fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress
-Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas
-Wno-overlength-strings -Wno-long-long -fexcess-precision=fast
-fvisibility=hidden -g -O2

  LDFLAGS: -Wl,--as-needed 

  LIBS: -lz -lm 

The Wireshark package has been configured with the following options:
                       GLib version : v2.42.1
                    Build wireshark : yes (with Qt5 v5.3.2)
                Build wireshark-gtk : yes (with GTK+ v3.14.5)
                       Build tshark : yes
                      Build tfshark : no
                     Build capinfos : yes
                      Build captype : yes
                      Build editcap : yes
                      Build dumpcap : yes
                     Build mergecap : yes
                   Build reordercap : yes
                    Build text2pcap : yes
                      Build randpkt : yes
                       Build dftest : yes
                     Build rawshark : yes
                  Build androiddump : yes
                      Build sshdump : no
                    Build ciscodump : no
                  Build randpktdump : yes
                        Build echld : no

   Save files as pcap-ng by default : yes
  Install dumpcap with capabilities : no
             Install dumpcap setuid : no
                  Use dumpcap group : (none)
                        Use plugins : yes
       Use external capture sources : yes
                    Use Lua library : no
                Build Qt RTP player : no
              Build GTK+ RTP player : no
             Build profile binaries : no
                   Use pcap library : yes
                   Use zlib library : yes
               Use kerberos library : no
                 Use c-ares library : no (name resolution will be disabled)
                Use SMI MIB library : no
             Use GNU gcrypt library : no
             Use SSL crypto library : no
                 Use GnuTLS library : no
     Use POSIX capabilities library : no
                  Use GeoIP library : no
                 Use libssh library : no
            Have ssh_userauth_agent : no
                     Use nl library : no
              Use SBC codec library : no
--
After commit 5c03bda31af87bf08a404509cd0714df65471416 (SHA 5c03bda3) Wireshark
does not compile anymore.

...
  CXX      qrc_wsicon.o
  LRELEASE   wireshark_de.qm
lrelease: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/lrelease': No such
file or directory
Makefile:2097: recipe for target 'wireshark_de.qm' failed
make[2]: *** [wireshark_de.qm] Error 1
make[2]: Leaving directory
'/home/asimionov/Dropbox/Debian-home/home/git/wireshark_temp/wireshark/ui/qt'
Makefile:3248: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
'/home/asimionov/Dropbox/Debian-home/home/git/wireshark_temp/wireshark'
Makefile:1770: recipe for target 'all' failed
make: *** [all] Error 2


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