On Jul 13, 2011, at 5:00 PM, Stephen Fisher wrote: > The Windows-7-x64 buildbot is unhappy ("failed nmake docs") and hasn't > dropped an automated build into > http://www.wireshark.org/download/automated/win64 since the 7th. > > http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/2360/steps/nmake%20docs/logs/stdio > > Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 > Copyright (C) Microsoft Corporation. All rights reserved. > > perl make-wsluarm.pl ../epan/wslua/wslua_dumper.c > ../epan/wslua/wslua_field.c ../epan/wslua/wslua_gui.c > ../epan/wslua/wslua_listener.c ../epan/wslua/wslua_pinfo.c > ../epan/wslua/wslua_proto.c ../epan/wslua/wslua_tree.c > ../epan/wslua/wslua_tvb.c ../epan/wslua/wslua_util.c > Can't open output file wsluarm_src/wslua_dumper.xml: No such file or > directory at make-wsluarm.pl line 307. > NMAKE : fatal error U1077: 'c:\cygwin\bin\perl.EXE' : return code '0x2' > Stop.
Broken by: http://www.wireshark.org/lists/wireshark-commits/201107/msg00015.html "Removed empty directory docbook/wsluarm_src. It's generated during 'make', and now removed during 'make clean'." and hopefully fixed by: http://www.wireshark.org/lists/wireshark-commits/201107/msg00160.html "As with Makefile.am, so with Makefile.nmake. To quote the comment for rev 37866: Removed empty directory docbook/wsluarm_src. It's generated during 'make', and now removed during 'make clean'. so we have to generate it now during nmake as well." ("nmake -f Makefile.nmake clean" should remove it as well, as it's part of CLEANDIRS as defined in docbook/Makefile.common and as removed by docbook/Makefile.nmake's clean rule.) ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe