Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (developme
On Sat, Jan 14, 2012 at 07:31:16AM -0800, buildbot-no-reply@xxxxxxxxxxxxx wrote:
> The Buildbot has detected a new failure on builder Visual-Studio-Code-Analysis while building Wireshark (development).
> Full details are available at:
> http://buildbot.wireshark.org/trunk/builders/Visual-Studio-Code-Analysis/builds/1160
>
> Buildbot URL: http://buildbot.wireshark.org/trunk/
>
> Buildslave for this Build: vs-code-analysis
>
> Build Reason: scheduler
> Build Source Stamp: 40501
> Blamelist: jmayer
>
> BUILD FAILED: failed nmake all
>
> sincerely,
> -The Buildbot
No clue what is going on here:
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
airpdcap_debug.c
airpdcap_rijndael.c
airpdcap_tkip.c
crypt-aes.c
crypt-des.c
crypt-md4.c
crypt-md5.c
crypt-rc4.c
crypt-sha1.c
eax.c
eax.c(32) : fatal error C1083: Cannot open include file: 'gcrypt.h': No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
program finished with exit code 2
elapsedTime=55.298000
but epan/crypt/eax.c looks like this:
#ifdef HAVE_LIBGCRYPT
#include <string.h>
/* Use libgcrypt for cipher libraries. */
#include <gcrypt.h>
#include "eax.h"
...
Ideas anyone?
thanks
Joerg
--
Joerg Mayer <jmayer@xxxxxxxxx>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.