Wireshark-bugs: [Wireshark-bugs] [Bug 4879] New: wireshark 1.4.0rc1: autotools and cmake - build
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4879
Summary: wireshark 1.4.0rc1: autotools and cmake - building
options not synced
Product: Wireshark
Version: 1.4.0
Platform: Other
OS/Version: All
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
--
The default building options used by configure and cmake are different.
For example, in a linux system - Fedora 13 x86_64 - with every development RPM
installed in order to satisfy the cmake options we get the following:
Building methods:
1) ./configure --with python; make
2) mkdir Build; cd Build; cmake ../; make
1) autotools
--------------------
$ ./tshark -v
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, without Python, 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).
----------
2) cmake
--------------------
$ ./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.