Re: ocamlopt failed on ASM compilation

2011-03-08 Thread Stéphane Glondu
Le 09/03/2011 01:14, Sylvestre Ledru a écrit : > Since recently, Scilab build process has been failing on the following > commands in a unstable chroot: [...] This is due to a new behaviour of binutils 2.21. See this thread: http://lists.debian.org/debian-ocaml-maint/2011/03/msg00044.html This

Re: ocamlopt failed on ASM compilation

2011-03-08 Thread David MENTRE
Hello, 2011/3/9 Sylvestre Ledru : > /tmp/camlasme79e83.s:31578: Error: .size expression does not evaluate to > a constant This is related to following bug: http://lists.debian.org/debian-ocaml-maint/2011/03/msg00046.html In short, OCaml compiler breaks on latest binutils. The fix is in the pi

ocamlopt failed on ASM compilation

2011-03-08 Thread Sylvestre Ledru
Hello guys, Since recently, Scilab build process has been failing on the following commands in a unstable chroot: ocamlopt -I ./src/translator/compilation -I ./src/translator/exceptionHandling -I ./src/translator/parsing -I ./src/translator/instantiation -I ./src/translator/translation -c src/tra