Still trying to get 'make doc' to complete successfully.

At this point, I think I'm through all the lilypond stuff, and now I'm
stuck in shell script errors.

I already had to install (via homebrew) gnu coreutils and gnu findutils,
since the MacOS 'cp' and 'find' commands don't work the same as the
respective GNU commands.

I then get to a problem with perl:

carl@carls-mbp-2 build % make doc
Making out-www/offline-root/index.html
Processing HTML pages for offline target...
/bin/sh: /opt/local/bin/perl: Argument list too long
make[1]: *** [out-www/offline-root/index.html] Error 126
make[1]: *** Deleting file `out-www/offline-root/index.html'
make: *** [doc] Error 2

The internet suggests I should look at getconf ARG_MAX:

build % getconf ARG_MAX
1048576

This seems like it should not be a problem.

Any suggestions for debugging this?

Thanks,

Carl

Reply via email to