Wireshark-bugs: [Wireshark-bugs] [Bug 5814] New: Add /usr/bin/lynx to make target: verify_tools
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5814
Summary: Add /usr/bin/lynx to make target: verify_tools
Product: Wireshark
Version: SVN
Platform: x86-64
OS/Version: Windows 7
Status: NEW
Severity: Enhancement
Priority: Low
Component: Documentation
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: Michael.Speck@xxxxxxx
Michael <Michael.Speck@xxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6147| |review_for_checkin?
Flag| |
Created an attachment (id=6147)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6147)
Patch that add lynx in verify_tools and also change WSDG
Build Information:
Version 1.5.1-AVL (SVN Rev 36516 from /trunk)
Copyright 1998-2011 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 GTK+ 2.16.6, with GLib 2.24.2, with WinPcap (version
unknown), with libz 1.2.3, without POSIX capabilities, without libpcre, without
SMI, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS 2.10.3, with
Gcrypt 1.4.6, without Kerberos, with GeoIP, with PortAudio V19-devel (built Apr
8 2011), with AirPcap.
Running on 64-bit Windows 7, build 7600, with WinPcap version 4.1.2 (packet.dll
version 4.1.0.2001), based on libpcap version 1.0 branch 1_0_rel0b (20091008),
GnuTLS 2.10.3, Gcrypt 1.4.6, without AirPcap.
Built using Microsoft Visual C++ 9.0 build 21022
Wireshark is Open Source Software released under the GNU General Public
License.
Check the man page and http://www.wireshark.org for more information.
--
Today I moved Wireshark development to a new Windows7 64-bit machine.
After following all the steps in WSDG chapter 2.2 the first build using "nmake
-f makefile.nmake all" on the new machine failed. Below is an excerpt of the
console output:
--------------------
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
"C:\Python27\python.exe" faq.py | lynx -dump -width=72 -nolist -stdin >
faq.txt
Der Befehl "lynx" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
NMAKE : fatal error U1077: '"C:\Python27\python.exe"' : return code '0xff'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
9.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'
Stop.
--------------------
Buildchain complains about missing program: lynx
So, I guess that lynx is required and not automatically installed by Cygwins
setup.
The attached patch adds lynx to the verify_tools target and also places a note
to the WSDG that it need to be installed prior to build wireshark.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.