On Thu, Apr 26, 2007 at 07:32:21AM +0200, Bastian Blank wrote: > Package: ocaml-sqlite3 > Version: 0.16.0-1 > Severity: serious > > There was an error while trying to autobuild your package: > > > Automatic build of ocaml-sqlite3_0.16.0-1 on debian-31.osdl.marist.edu by > > sbuild/s390 98 > [... ] > > make[1]: Entering directory `/build/buildd/ocaml-sqlite3-0.16.0' > > ocamlc -pp camlp4o -c sqlite3.mli > > ocamlopt -pp camlp4o -c sqlite3.ml > > make[1]: ocamlopt: Command not found > > make[1]: *** [sqlite3.cmx] Error 127 > > make[1]: Leaving directory `/build/buildd/ocaml-sqlite3-0.16.0' > > make: *** [install] Error 2 > > ****************************************************************************** > > Build finished at 20070425-0516 > > FAILED [dpkg-buildpackage died]
s390 doesn't support the native code compiler, so ocamlc should have been chosen. I suppose ocaml-sqlite3 does not support proper ocamlopt checking, is thus violating the ocaml policy, and will fail on other non-native arches (m68k, ...) Friendly, Sven Luther -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]