[OpenAFS-devel] buildbot works on master, my mac doesn't
Benjamin Kaduk
kaduk@MIT.EDU
Wed, 31 Jul 2013 11:56:58 -0400 (EDT)
On Wed, 31 Jul 2013, Troy Benjegerdes wrote:
> http://buildbot.openafs.org:8010/builders/macos-x86_64-builder/builds/784/steps/configure/logs/stdio
>
> says the buildbot is doing:
>
> ARCHFLAGS="-arch i386 -arch x86_64" ./configure --enable-transarc-paths --enable-pthreaded-ubik --enable-warnings --enable-checking --disable-pam
>
> Where does it turn off/on PERLUAFS?
>
> Part of this is I'm pretty sure the macports perl (which it's picking up)
> is only built x86_64
If I knew offhand, I would have said so.
Since you asked nicely instead of looking yourself,
src/libuafs/Makefile.common.in has a LIBUAFS_BUILD_PERL target which gets
written by configure, via src/cf/swig.m4. It appears to only get set if
configure finds a swig program. I assume that you have such a tool
installed, and the buildbot does not.
-Ben