Search Criteria
Package Details: wireshark-git 2.9.1rc0+426+g5eb8edf1cb-1
Git Clone URL: | https://aur.archlinux.org/wireshark-git.git (read-only, click to copy) |
---|---|
Package Base: | wireshark-git |
Description: | A free network protocol analyzer for Unix/Linux. GIT version |
Upstream URL: | https://www.wireshark.org/ |
Licenses: | GPL2 |
Conflicts: | wireshark-cli, wireshark-common, wireshark-gtk, wireshark-qt |
Provides: | wireshark |
Replaces: | ethereal |
Submitter: | nagy |
Maintainer: | Lekensteyn |
Last Packager: | Lekensteyn |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2014-07-11 19:05 (UTC) |
Last Updated: | 2019-01-19 12:24 (UTC) |
Dependencies (22)
- c-ares
- desktop-file-utils (desktop-file-utils-git)
- glib2 (glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gnutls (gnutls-tiny-git, gnutls-git, gnutls-openssl, gnutls-nodocs-git)
- krb5 (krb5-git, krb5-minimal-git)
- libcap (libcap-git)
- libmaxminddb (libmaxminddb-git)
- libnghttp2 (libnghttp2-git)
- libpcap (libpcap-git)
- libssh (libssh-git, libssh-gnutls)
- lua52
- lz4 (lz4-git, lz4-static-musl, lz4-static)
- qt5-multimedia (qt5-multimedia-git)
- qt5-svg (qt5-svg-git)
- qt5-tools (qt5-tools-git)
- sbc
- snappy (snappy-git)
- spandsp (spandsp-fs)
- cmake (cmake-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- Show 2 more dependencies...
Latest Comments
a36233 commented on 2022-03-20 13:09 (UTC) (edited on 2022-03-20 13:11 (UTC) by a36233)
kiosion commented on 2022-02-11 19:28 (UTC)
Having the same issue as @Linuxman, unable to build using either Ninja (the default) or by changing to Cmake. Get build failures either way.
sandalswallow commented on 2021-07-12 05:41 (UTC)
how come this package conflict with "wireshark-cli"
Depau commented on 2021-03-08 09:30 (UTC) (edited on 2021-03-08 09:31 (UTC) by Depau)
Hi, Could you please add the packages that this package conflicts with to
provides
as well?Without it this packages breaks dependencies for other packages that depend on, for example, only
wireshark-cli
and not the whole thing.Linuxman commented on 2020-12-15 07:55 (UTC) (edited on 2020-12-15 07:55 (UTC) by Linuxman)
Am i doing smth wrong?
[2208/2477] Building CXX object ui/qt/CMakeFiles/qtui.dir/print_dialog.cpp.o FAILED: ui/qt/CMakeFiles/qtui.dir/print_dialog.cpp.o /usr/bin/c++ -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -Iui/qt/qtui_autogen/include -I. -I../ -Iui/qt -I../ui/qt -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtMultimedia -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtPrintSupport -isystem /usr/include/qt/QtWidgets -fexcess-precision=fast -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wframe-larger-than=32768 -Wextra-semi -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fmacro-prefix-map=/home/linuxtoxa/.cache/yay/wireshark-git/src/wireshark/= -fmacro-prefix-map=/home/linuxtoxa/.cache/yay/wireshark-git/src/wireshark/build/= -fmacro-prefix-map=../= -O3 -DNDEBUG -fPIC -std=c++11 -Werror -MD -MT ui/qt/CMakeFiles/qtui.dir/print_dialog.cpp.o -MF ui/qt/CMakeFiles/qtui.dir/print_dialog.cpp.o.d -o ui/qt/CMakeFiles/qtui.dir/print_dialog.cpp.o -c ../ui/qt/print_dialog.cpp ../ui/qt/print_dialog.cpp: In member function ‘gboolean PrintDialog::printHeader()’: ../ui/qt/print_dialog.cpp:139:43: error: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead. [-Werror=deprecated-declarations] 139 | int page_top = cur_printer_->pageRect().top(); | ^ In file included from /usr/include/qt/QtPrintSupport/QPrinter:1, from ../ui/qt/print_dialog.h:20, from ../ui/qt/print_dialog.cpp:10: /usr/include/qt/QtPrintSupport/qprinter.h:259:11: note: declared here 259 | QRect pageRect() const; | ^~~~~~~~ ../ui/qt/print_dialog.cpp: In member function ‘gboolean PrintDialog::printLine(int, const char)’: ../ui/qt/print_dialog.cpp:174:66: error: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead. [-Werror=deprecated-declarations] 174 | out_rect = cur_painter_->boundingRect(cur_printer_->pageRect(), Qt::TextWordWrap, out_line); | ^ In file included from /usr/include/qt/QtPrintSupport/QPrinter:1, from ../ui/qt/print_dialog.h:20, from ../ui/qt/print_dialog.cpp:10: /usr/include/qt/QtPrintSupport/qprinter.h:259:11: note: declared here 259 | QRect pageRect() const; | ^~~~~~~~ ../ui/qt/print_dialog.cpp:176:32: error: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead. [-Werror=deprecated-declarations] 176 | if (cur_printer_->pageRect().height() < page_pos_ + out_rect.height()) { | ^ In file included from /usr/include/qt/QtPrintSupport/QPrinter:1, from ../ui/qt/print_dialog.h:20, from ../ui/qt/print_dialog.cpp:10: /usr/include/qt/QtPrintSupport/qprinter.h:259:11: note: declared here 259 | QRect pageRect() const; | ^~~~~~~~ ../ui/qt/print_dialog.cpp: In member function ‘void PrintDialog::printPackets(QPrinter, bool)’: ../ui/qt/print_dialog.cpp:236:35: error: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead. [-Werror=deprecated-declarations] 236 | page_pos_ = printer->pageRect().top(); | ^ In file included from /usr/include/qt/QtPrintSupport/QPrinter:1, from ../ui/qt/print_dialog.h:20, from ../ui/qt/print_dialog.cpp:10: /usr/include/qt/QtPrintSupport/qprinter.h:259:11: note: declared here 259 | QRect pageRect() const; | ^~~~~~~~ cc1plus: all warnings being treated as errors [2217/2477] Building CXX object ui/qt/CMakeFiles/qtui.dir/main_window_slots.cpp.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... error making: wireshark-git
slimb commented on 2020-10-25 22:26 (UTC)
Can you change the source to gitlab? https://gitlab.com/wireshark/wireshark The github repo is a mirror of their gitlab
Lekensteyn commented on 2020-04-29 20:45 (UTC)
@tobixen bison and flex are already included with base-devel which are supposed to be installed. See https://wiki.archlinux.org/index.php/PKGBUILD#makedepends
tobixen commented on 2020-04-29 10:07 (UTC)
Missing build dependencies on bison,flex. Had to install those two to get the package built.
Lekensteyn commented on 2019-07-03 21:41 (UTC)
@a36233 libsmi is not in the default repos and commented out in the PKGBUILD file. Does that work for you?
a36233 commented on 2019-07-03 16:51 (UTC)
Please add libsmi as dependency, because if it is installed on the computer during compilation phase it will be required to run the program. Or 2nd option : optional dependency.
Lekensteyn commented on 2018-03-09 13:15 (UTC)
I have updated the package to reflect the current dependencies of the latest master branch (qt5-svg mandatory, use new GeoIP package). See git log.
Lekensteyn commented on 2018-01-10 21:08 (UTC)
@josemslopes, sorry for the delay, I have reproduced the build failure and propose this patch: https://code.wireshark.org/review/25251
If you can wait another day, it is hopefully reviewed and merged.
ogasser commented on 2018-01-02 16:36 (UTC)
Does not build for me:
[1082/2559] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-h223.c.o FAILED: epan/dissectors/CMakeFiles/dissectors.dir/packet-h223.c.o /usr/bin/cc -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -I. -I../ -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -isystem /usr/include/lua5.2 -isystem /usr/include/libxml2 -isystem /usr/include/libnl3 -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtMultimedia -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtPrintSupport -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtSvg -Iepan/dissectors -I../epan/dissectors -I../epan -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wframe-larger-than=16384 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -O3 -DNDEBUG -fPIC -std=gnu99 -Werror -MD -MT epan/dissectors/CMakeFiles/dissectors.dir/packet-h223.c.o -MF epan/dissectors/CMakeFiles/dissectors.dir/packet-h223.c.o.d -o epan/dissectors/CMakeFiles/dissectors.dir/packet-h223.c.o -c ../epan/dissectors/packet-h223.c ../epan/dissectors/packet-h223.c: In function ‘dissect_mux_sdu_fragment’: ../epan/dissectors/packet-h223.c:207:13: error: variable ‘circuit_id’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered] guint32 circuit_id; ^~~~~~~~~~ cc1: all warnings being treated as errors [1087/2559] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-gtp.c.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting...
josemslopes commented on 2017-11-07 23:22 (UTC)
Lekensteyn commented on 2017-11-07 22:04 (UTC)
josemslopes commented on 2017-11-07 10:09 (UTC)
Lekensteyn commented on 2017-08-11 16:37 (UTC)
Lekensteyn commented on 2017-08-11 11:26 (UTC)
Tilduke commented on 2017-08-11 00:29 (UTC)
Lekensteyn commented on 2016-11-08 17:19 (UTC)
Lekensteyn commented on 2016-11-08 13:00 (UTC)
erikzenker commented on 2016-11-08 12:59 (UTC)
erikzenker commented on 2016-11-08 12:42 (UTC)
Gero commented on 2015-10-19 20:18 (UTC) (edited on 2015-10-19 20:31 (UTC) by Gero)
Lekensteyn commented on 2015-10-14 09:36 (UTC)
grimsock commented on 2015-10-14 09:29 (UTC)
Lekensteyn commented on 2015-09-22 14:56 (UTC)
Ghost91 commented on 2015-09-22 12:22 (UTC)
Lekensteyn commented on 2015-03-02 13:36 (UTC)
dequis commented on 2015-02-28 18:30 (UTC)
aya commented on 2014-10-11 16:24 (UTC)
thewooster commented on 2014-09-09 17:47 (UTC)
JSpaces commented on 2014-04-26 20:27 (UTC)
travis.hegner commented on 2014-01-03 21:50 (UTC)
ogasser commented on 2013-06-27 09:38 (UTC)
alexbrinister commented on 2013-03-18 23:43 (UTC)
alexbrinister commented on 2013-03-18 00:14 (UTC)
nixscripter commented on 2013-02-13 01:43 (UTC)
jeffcasavant commented on 2012-12-10 23:15 (UTC)
commented on 2012-05-01 15:19 (UTC)
rickeyski commented on 2011-11-14 06:59 (UTC)
rickeyski commented on 2011-07-03 19:03 (UTC)
ptchinster commented on 2011-05-21 17:13 (UTC)
ptchinster commented on 2011-05-21 03:23 (UTC)
ploxiln commented on 2011-05-20 17:57 (UTC)
ploxiln commented on 2011-05-18 23:35 (UTC)
ptchinster commented on 2011-05-10 16:41 (UTC)
ptchinster commented on 2011-05-10 16:17 (UTC)
ploxiln commented on 2011-05-10 04:16 (UTC)
ptchinster commented on 2011-04-14 17:11 (UTC)
ploxiln commented on 2011-04-14 03:22 (UTC)
ptchinster commented on 2010-12-11 03:13 (UTC)
ptchinster commented on 2010-11-17 18:20 (UTC)
ptchinster commented on 2010-11-16 01:01 (UTC)
commented on 2010-11-08 14:18 (UTC)