Fails to build on amd64 karmic gcc -g -O3 -Werror-implicit-function-declaration -I`ocamlc -where` -I . -c bdb_stubs.c bdb_stubs.c: In function 'caml_dbenv_create': bdb_stubs.c:264: warning: passing argument 2 of 'dbenv->set_errcall' from incompatible pointer type bdb_stubs.c:264: note: expected 'void (*)(const struct DB_ENV *, const char *, const char *)' but argument is of type 'void (*)(const struct DB_ENV *, const char *, char *)' bdb_stubs.c: In function 'caml_db_create': bdb_stubs.c:441: warning: passing argument 2 of 'db->set_errcall' from incompatible pointer type bdb_stubs.c:441: note: expected 'void (*)(const struct DB_ENV *, const char *, const char *)' but argument is of type 'void (*)(const struct DB_ENV *, const char *, char *)' bdb_stubs.c: In function 'caml_cursor_get_keyonly': /usr/include/bits/string3.h:97: sorry, unimplemented: inlining failed in call to 'bzero': redefined extern inline functions are not considered for inlining bdb_stubs.c:1000: sorry, unimplemented: called from here /usr/include/bits/string3.h:97: sorry, unimplemented: inlining failed in call to 'bzero': redefined extern inline functions are not considered for inlining bdb_stubs.c:1000: sorry, unimplemented: called from here make[2]: *** [bdb_stubs.o] Error 1 make[2]: Leaving directory `/tmp/buildd/sks-1.1.0/build-tree/sks-1.1.0/bdb' make[1]: *** [bdb/bdb.cmxa] Error 2 make[1]: Leaving directory `/tmp/buildd/sks-1.1.0/build-tree/sks-1.1.0' make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 E: Failed autobuilding of package
-- Sync sks 1.1.0-8 from Debian unstable https://bugs.launchpad.net/bugs/420728 You received this bug notification because you are a member of Debian OCaml Maintainers, which is subscribed to sks in ubuntu. Status in “sks” package in Ubuntu: New Bug description: Binary package hint: sks Please sync sks 1.1.0-8 from Debian unstable. Besides, currently, sks links against OCaml 3.11.0 on armel and ia64. A (re-)build is needed to fix this, and complete the OCaml 3.11.1 transition in Ubuntu ports. Changelog since current karmic version 1.1.0-4: sks (1.1.0-8) unstable; urgency=low * Teach dbserver about content-type for .html. * Allow - in filenames for webserver. * closes: #505014 * thanks to Peter Palfrader <[email protected]> -- Christoph Martin <[email protected]> Thu, 16 Jul 2009 23:33:21 +0200 sks (1.1.0-7) unstable; urgency=low * fix patch for PIDDIR * link against libdb4.7 * really include watch file -- Christoph Martin <[email protected]> Thu, 16 Jul 2009 00:22:06 +0200 sks (1.1.0-6) unstable; urgency=low * remove Peter Palfrader from Maintainer and Uploaders * add watch file * Remove reference to native-arch in old OCaml standard library path (Thanks to Stephane Glondu <[email protected]>) (Closes: #535267) -- Christoph Martin <[email protected]> Fri, 10 Jul 2009 23:34:36 +0200 sks (1.1.0-5) unstable; urgency=low * Check spool directories for existance (Thanks to Filippo Giunchedi <[email protected]>) (Closes: #493335) * make PIDDIR on startup to workaround /var/run on a tempfs _______________________________________________ Mailing list: https://launchpad.net/~ocaml-maint Post to : [email protected] Unsubscribe : https://launchpad.net/~ocaml-maint More help : https://help.launchpad.net/ListHelp

