On Fri, Oct 26, 2007 at 08:34:45AM -0500, Ken Williams wrote: > I'm having trouble building blead actually, I'll have to sort this > out later tonight or so. > > -Ken > > > ../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ > ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap C.xs > C.xsc > && mv C.xsc C.c > cc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict- > aliasing -pipe -I/usr/local/include -I/opt/local/include -O1 - > DVERSION=\"1.05\" -DXS_VERSION=\"1.05\" "-I../../.." C.c > C.xs: In function 'my_runops': > C.xs:26: error: 'struct pmop' has no member named 'op_pmreplroot' > C.xs:27: error: 'struct pmop' has no member named 'op_pmreplstart' > C.xs:28: error: 'struct pmop' has no member named 'op_pmnext' > make[2]: *** [C.o] Error 1 > make[1]: *** [subdirs] Error 2 > make: *** [lib/auto/B/B.bundle] Error 2
Are you running rsync without --delete? [Do you have files such as ext/B/C/C.xs? They're long dead. If so, re-run rsync with --delete. I'd suggest testing with --dry-run first - --delete is dangerous and has caused people to need to resort to backups before] Nick