https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4878
Summary: wireshark 1.4.0rc1 and python - spurious message
Product: Wireshark
Version: 1.4.0
Platform: Other
OS/Version: Fedora
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: jpo@xxxxxxxxxxxx
Build Information:
System : Fedora 13 x86_64 (with updates)
Source tarball: wireshark-1.4.0rc1.tar.bz2
--
When wireshark 1.4.0rc1 is build with python enabled a spurious message is
produced when tshark is executed from the build directory.
Building methods
* ./configure --with python; make (python support disabled by
default)
* mkdir Build; cd Build; cmake ../; make (python support enabled by default)
Note: the cmake building method requires a file to be patched as it enables
-Werror by default (see #4877).
Autotools
----------
$ pwd
/home/fedora/rpms/BUILD/py/wireshark-1.4.0rc1.autotools
$ ./tshark -v
[Errno 2] No such file or directory:
'/home/fedora/rpms/BUILD/py/wireshark-1.4.0rc1.autotools/epan/wspython/wspy_dissectors'
TShark 1.4.0rc1
Copyright 1998-2010 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with GLib 2.24.1, with libpcap 1.0.0, with libz 1.2.3, with
POSIX capabilities (Linux), without libpcre, with SMI 0.4.8, with c-ares 1.7.0,
with Lua 5.1, with Python 2.6.4, with GnuTLS 2.8.6, with Gcrypt 1.4.5, with MIT
Kerberos, with GeoIP.
Running on Linux 2.6.33.5-112.fc13.x86_64, with libpcap version 1.0.0, with
libz
1.2.3, GnuTLS 2.8.6, Gcrypt 1.4.5.
Built using gcc 4.4.4 20100503 (Red Hat 4.4.4-2).
-----------
Cmake
-----------
$ pwd
/home/fedora/rpms/BUILD/py/wireshark-1.4.0rc1.cmake/Build
$ ./tshark -v
no register file
/usr/local/share/wireshark/python/1.4.0rc1/register-dissector.py
TShark 1.4.0rc1 (SVN Rev 33190 from /trunk-1.4)
Copyright 1998-2010 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with GLib 2.24.1, with libpcap 1.0.0, with libz 1.2.3, with
POSIX capabilities (Linux), with libpcre 7.8, with SMI 0.4.8, with c-ares
1.7.0,
with Lua 5.1, with Python 2.6.4, with GnuTLS 2.8.6, with Gcrypt 1.4.5, with MIT
Kerberos, with GeoIP.
Running on Linux 2.6.33.5-112.fc13.x86_64, with libpcap version 1.0.0, with
libz
1.2.3, GnuTLS 2.8.6, Gcrypt 1.4.5.
Built using gcc 4.4.4 20100503 (Red Hat 4.4.4-2).
----------
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.