Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4430] New: Source tarball refers to wrong user guide revis

Date: Thu, 28 Jan 2010 01:48:46 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4430

           Summary: Source tarball refers to wrong user guide revision
           Product: Wireshark
           Version: 1.2.6
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: jaap.keuter@xxxxxxxxx


Build Information:
wireshark-1.2.6.tar.bz2
--
>nmake -f Makefile.nmake setup
....
****** user-guide-31611.zip ******
HTTP proxy (http://172.16.100.60:8080) has been specified and will be used.
Downloading user-guide-31611.zip into C:\WIRESH~1.2, installing into user-guide
--2010-01-28 10:27:54-- 
http://anonsvn.wireshark.org/wireshark-win32-libs/tags/
2010-01-26-1.2/packages//user-guide-31611.zip
Connecting to 172.16.100.60:8080... connected.
Proxy request sent, awaiting response... 404 Not Found
2010-01-28 10:27:54 ERROR 404: Not Found.


ERROR: Can't download
http://anonsvn.wireshark.org/wireshark-win32-libs/tags/201
0-01-26-1.2/packages//user-guide-31611.zip

NMAKE : fatal error U1077: 'c:\cygwin\bin\bash.EXE' : return code '0x1'
Stop.



Of course the fix is simple:
--- Makefile.nmake    2010-01-27 17:12:50.000000000 +0100
+++ Makefile.nmake    2010-01-28 10:36:22.371595400 +0100
@@ -780,1 +780,1 @@

 !IFDEF HHC_DIR
     @$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
-         user-guide user-guide-31611.zip
+         user-guide user-guide-31672.zip
 !ENDIF

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.