Open rgrinberg opened 8 years ago
Here's the error that I get:
ERROR while installing broken.0.4.2 ======================================# # opam-version 1.2.2 # os linux # command /usr/bin/bmake -I/home/rgrinberg/.opam/pgd/share/bsdowl install # path /home/rgrinberg/.opam/pgd/build/broken.0.4.2 # compiler 4.02.3 # exit-code 1 # env-file /home/rgrinberg/.opam/pgd/build/broken.0.4.2/broken-7696-6d07ae.env # stdout-file /home/rgrinberg/.opam/pgd/build/broken.0.4.2/broken-7696-6d07ae.out # stderr-file /home/rgrinberg/.opam/pgd/build/broken.0.4.2/broken-7696-6d07ae.err ### stdout ### # [...] # /usr/bin/install -c -d -o rgrinberg -g users /home/rgrinberg/.opam/pgd/share/doc/broken/html # (cd broken_html && sh -c '(find $1 -depth $3 | cpio -dump $2 >/dev/null 2>&1) && find $1 -depth $3 -type d -exec chmod 755 $2/{} \; && find $1 -depth $3 -type f -exec chmod 440 $2/{} \;' COPYTREE_DOC . /home/rgrinberg/.opam/pgd/share/doc/broken/html) # *** Error code 127 # # Stop. # bmake[1]: stopped in /home/rgrinberg/.opam/pgd/build/broken.0.4.2/manual # *** Error code 1 # # Stop. # bmake: stopped in /home/rgrinberg/.opam/pgd/build/broken.0.4.2
I'm wondering why are the docs being built at all however? It's customary to only build docs in the optional build-doc: setting in the opam file.
build-doc:
I'm getting this error as well.
Here's the error that I get:
I'm wondering why are the docs being built at all however? It's customary to only build docs in the optional
build-doc:
setting in the opam file.