On Thu, Feb 09, 2012 at 01:44:31AM +0000, [email protected] wrote: > The Buildbot has finished a build on builder aoo-win7 while building ASF > Buildbot. > Full details are available at: > http://ci.apache.org/builders/aoo-win7/builds/38 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: bb-win7 > > Build Reason: forced: by IRC user <arist1> on channel #asftest: with > odkseeing if apr-util shakes out or if we have an issue with apu.h dependency
The issue is in the patches that generate the gbuild makefiles: They use $(OUTPATH) to point to the build output directory, but looking at the sourced scripts: OUTPATH="wntmsci12" INPATH="wntmsci12.pro" On Linux 32 bits: OUTPATH="unxlngi6" INPATH="unxlngi6.pro" On Linux 64 bits: OUTPATH="unxlngi6" INPATH="unxlngi6.pro" The copy commands fails, the source file to copy does not exist, the directory names misses the ".pro" part. mkdir -p /cygdrive/y/apache/trunk/main/solver/340/wntmsci12.pro/inc/serf/ && /usr/bin/cp --remove-destination --force --preserve=timestamps /cygdrive/y/apache/trunk/ext_libraries/serf/wntmsci12/misc/build/serf-1.0.0/serf.h /cygdrive/y/apache/trunk/main/solver/340/wntmsci12.pro/inc/serf/serf.h /usr/bin/cp: cannot stat `/cygdrive/y/apache/trunk/ext_libraries/serf/wntmsci12/misc/build/serf-1.0.0/serf.h': No such file or directory So it seems $(OUTPUT) should be replaced by $(INPATH). Committed as Revision 1242210 Regards -- Ariel Constenla-Haile La Plata, Argentina
pgpYHDUKRbrde.pgp
Description: PGP signature
