lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error with make doc


From: Carl Sorensen
Subject: Re: Error with make doc
Date: Tue, 30 Jan 2024 17:08:23 -0700

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

[Prev in Thread] Current Thread [Next in Thread]