[OpenAFS-devel] buildbot works on master, my mac doesn't

Benjamin Kaduk kaduk@MIT.EDU
Tue, 30 Jul 2013 19:29:30 -0400 (EDT)


On Tue, 30 Jul 2013, Troy Benjegerdes wrote:

> So with './regen.sh && ./configure && ./make' on my mac I get:
>
> pt/local/lib/perl5/5.12.4/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc PERLUAFS/ukernel_swig_perl.o UAFS.pic/libuafs_pic.a /Users/troy/src/openafs-git/lib/libcmd_pic.a /Users/troy/src/openafs-git/lib/libafsutil_pic.a /Users/troy/src/openafs-git/lib/libopr_pic.a -L/Users/troy/src/openafs-git/lib -L/Users/troy/src/openafs-git/lib -lafshcrypto -lrokenafs -lresolv -framework CoreFoundation
> Undefined symbols for architecture x86_64:
>  "_afs_com_err", referenced from:
>      _swig_uafs_ParseArgs in ukernel_swig_perl.o
>      __wrap_uafs_ParseArgs in ukernel_swig_perl.o
> ld: symbol(s) not found for architecture x86_64
> collect2: ld returned 1 exit status
> make[3]: *** [PERLUAFS/ukernel.so] Error 1
> make[2]: *** [libuafs] Error 2
> make[1]: *** [build] Error 2
> make: *** [all] Error 2
>
>
> What am I missing? The buildbot appears to be happy with this revision.

You're building PERLUAFS and the buildbot isn't?

-Ben