Package: ocamlgsl Severity: serious Justification: no longer builds from source
The package doesn't build on arm, because here the default gcc for ocaml is gcc-4.2. Julien Cristau suggests the following fix: i18:25 < jcristau> OCAML_BACKEND ?= $(shell $(OCAMLC) -verbose foo.c 2>&1 | $(AWK) "NR==1 { print \$$2 }") 18:25 < jcristau> that's gcc-4.2, not gcc, on arm 18:26 < jcristau> so since it's not gcc, the Makefile assumes it must be mingz 18:26 < jcristau> mingw, even 18:29 < jcristau> so the fix is to pass OCAML_BACKEND=gcc to $(MAKE) in debian/rules 18:30 < jcristau> i won't do it, but it should be fairly easy for someone who wants to deal with cdbs 1 -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22.6-vs2.2.0.3-core2 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]