Package Details: wireshark-git 4.3.0rc0+222+gadb4f1d91b-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, wireshark-cli, wireshark-common, wireshark-gtk, wireshark-qt
Provides: libwireshark.so, libwiretap.so, libwsutil.so, wireshark-cli, wireshark-qt
Replaces: wireshark, wireshark-cli, wireshark-common, wireshark-gtk, wireshark-qt
Submitter: nagy
Maintainer: Lekensteyn
Last Packager: Lekensteyn
Votes: 11
Popularity: 0.74
First Submitted: 2014-07-11 19:05 (UTC)
Last Updated: 2023-10-16 17:12 (UTC)

Required by (30)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

ploxiln commented on 2011-05-18 23:35 (UTC)

So if you consider python a makedepend, yeah, it works. Not a big deal I guess. By the way, I just built it again, and had to further add "-Wno-error=old-style-definition" to CFLAGS.

ptchinster commented on 2011-05-10 16:41 (UTC)

The current PKGBUILD worked for me, and i have both pythons installed.

ptchinster commented on 2011-05-10 16:17 (UTC)

I find that it builds easily if you have python2 OR python installed, but get both installed and theres lots of problems :-\ Im debating just having a different build based on testing for the existence of python3 and python2, but its finals week for this grad student... so not this week!

ploxiln commented on 2011-05-10 04:16 (UTC)

I just tried to build wireshark again today... because of gcc 4.6, I had to add CFLAGS=-Wno-error=unused-but-set-variable and because I don't have python (3) installed on this computer I also had to uncomment and tweak the find/sed line to become: find . -type f -name '*.py' -exec sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' {} \;

ptchinster commented on 2011-04-14 17:11 (UTC)

It fails for me with: mv -f .deps/wireshark-u3.Tpo .deps/wireshark-u3.Po rm: cannot remove `wireshark': Is a directory make[2]: *** [wireshark] Error 1 make[2]: Leaving directory `/tmp/wireshark-svn/src/wireshark-build' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/wireshark-svn/src/wireshark-build' make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

ploxiln commented on 2011-04-14 03:22 (UTC)

Some makefiles end up using /usr/bin/python where they need /usr/bin/python2... I fixed it by adding PYTHON=/usr/bin/python2 to the ./configure and the first make.

ptchinster commented on 2010-12-11 03:13 (UTC)

Fixed!

ptchinster commented on 2010-11-17 18:20 (UTC)

You need to have it depend on python2 and then set the shebang line to python2 instead of python

ptchinster commented on 2010-11-16 01:01 (UTC)

Checked out revision 34896. ==> SVN checkout done or server timeout ==> Starting make... File "<string>", line 1 print 'Checking for python.' ^ SyntaxError: invalid syntax You must have Python in order to compile Wireshark. Download the appropriate package for your distribution/OS, or get the source tarball at http://www.python.org/ Aborting... ==> ERROR: Makepkg was unable to build wireshark-svn.

<deleted-account> commented on 2010-11-08 14:18 (UTC)

This won't build for me anymore. Seems to require the older python version: Checked out revision 34803. ==> SVN checkout done or server timeout ==> Starting make... File "<string>", line 1 print 'Checking for python.' ^ SyntaxError: invalid syntax You must have Python in order to compile Wireshark. Download the appropriate package for your distribution/OS, or get the source tarball at http://www.python.org/ Aborting...