Wireshark-bugs: [Wireshark-bugs] [Bug 5275] New: Target clean_setup fails after SVN update
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5275
Summary: Target clean_setup fails after SVN update
Product: Wireshark
Version: SVN
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: rickg421+wireshark@xxxxxxxxx
Build Information:
Using SVN head of trunk
--
I updated to the latest today and ran "nmake -f Makefile.nmake setup" and it
errors with the following:
C:\wireshark-trunk>nmake -f Makefile.nmake setup
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
Checking for required applications:
cl: /c/Program Files/Microsoft Visual Studio 9.0/VC/BIN/cl
link: /c/Program Files/Microsoft Visual Studio 9.0/VC/BIN/link
nmake: /c/Program Files/Microsoft Visual Studio 9.0/VC/BIN/nmake
mt: /c/Program Files/Microsoft SDKs/Windows/v6.0A/bin/mt
...
wget: /usr/bin/wget
set ORIGDIR=%CD
cd C:\wireshark-trunk-win32-libs
rm -r -f adns-1.0-win32-05ws
rm -r -f c-ares-1.5.3ws
rm -r -f c-ares-1.6.0ws
...
rm -r -f GeoIP-1.4.6-win??ws
cd ""
NMAKE : fatal error U1077: 'cd' : return code '0x1'
Stop.
I reverted Makefile.nmake to revision 34377 and it failed
...
wget: /usr/bin/wget
set ORIGDIR=%CD
cd C:\wireshark-trunk-win32-libs
...
cd
C:\wireshark-trunk-win32-libs
/usr/bin/bash: tools/win32-setup.sh: No such file or directory
NMAKE : fatal error U1077: 'C:\programs\cygwin\bin\bash.EXE' : return code
'0x7f'
Stop.
...
I went farther back to revision 34373 on Makefile.nmake and it returned fine.
Let me know what info I can provide.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.