On Wed, 31 Mar 2010 07:06:09 +0200 Jasper Lievisse Adriaanse <jas...@humppa.nl> wrote:
> test -z "/usr/local/lib/ocaml/site-lib/camlimages" || mkdir -p -- > "/usr/ports/pobj/camlimages-3.0.2/fake-sparc64/usr/local/lib/ocaml/site-lib/camlimages" > install -c -o root -g bin -m 444 './camlimages.a' > '/usr/ports/pobj/camlimages-3.0.2/fake-sparc64/usr/local/lib/ocaml/site-lib/camlimages/camlimages.a' > install: ./camlimages.a: No such file or directory *** Error code 71 Anil (avsd@ maintainer) warned me about native versus bytecode issue on sparc64, so I'd bet something in the build was skipped on sparc64, and I need to adjust the packing list accordingly. I'll try to put together a SPARC64 box later this week or this weekend so I can fix this. btw, thanks for the hint on REGRESS_INTERACTIVE. jcr