Hi,

Julien Danjou wrote:
> There was a problem while autobuilding your package:
> 
>> Automatic build of menhir_20060615.dfsg-1 on avidan by sbuild/i386 0.47
>> Build started at 20060711-1327

I don't really understand, what buildd is that? Yours? Apparently menhir
was cleanly compiled on every official buildd [1], and I cannot
reproduce your error.

>> /usr/bin/ocamlfind ocamlfind ocamldep *.ml *.mli > .depend

It should be simply "ocamlfind ocamldep *.ml *.mli > .depend" (the
/usr/bin/ocamlfind should not be there). The error is most likely to be
a makefile error, so it should be mostly arch-independent, and -- again
-- I cannot reproduce it.

The command which generates this line is:

$(CAMLDEP) *.ml *.mli > $@

and CAMLDEP is defined in the Makefile by:

CAMLDEP         := $(shell if which ocamlfind &>/dev/null ; \
                       then echo ocamlfind ocamldep ; \
                       elif which ocamldep.opt &>/dev/null ; \
                       then echo ocamldep.opt ; \
                       else echo ocamldep ; fi)

Do you see anything wrong with this assignation? Could you try to
execute this shell command and send me the output? In particular, do you
see anything when you type "which ocamlfind &>/dev/null"?

Thanks!

Cheers,

Samuel.

[1] http://buildd.debian.org/build.php?pkg=menhir


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to