On 2/23/06, pake <[EMAIL PROTECTED]> wrote: > Paul Wise wrote: > > Hi all, > > > > I've prepared a debian mtasc package. Does anyone feel like testing it? > > of course! > > > Source package: http://mentors.debian.net/debian/pool/main/m/mtasc/ > > Binary package: http://bonedaddy.net/pabs3/files/tmp/mtasc_1.12-0.1_i386.deb > > Build logs: http://bonedaddy.net/pabs3/files/tmp/mtasc_1.12-0.1_i386.build > > > > Please let me know of any problems you find. > > I tried to build the source package on Ubuntu breezy: > > Package: ocaml-nox: Version: 3.08.3-3ubuntu5 > Package: ocaml-findlib: Version: 1.0.4-3ubuntu2 > Package: libextlib-ocaml-dev: Version: 1.4-2 > > dpkg-buildpackage -rfakeroot -b dpkg-buildpackage: source package is mtasc > dpkg-buildpackage: source version is 1.12-0.1 > dpkg-buildpackage: source changed by Paul Wise <[EMAIL PROTECTED]> > dpkg-buildpackage: host architecture i386 > fakeroot debian/rules clean > dh_testdir > dh_testroot > rm -f build-stamp > rm -f ocaml/*/*.cma ocaml/*/*.cmi ocaml/*/*.cmo ocaml/*/*.cmx > rm -f ocaml/*/*.cmxa ocaml/*/*.o ocaml/*/*.a > rm -f ocaml/mtasc/lexer.ml ocaml/mtasc/mtasc > dh_clean > debian/rules build > dh_testdir > cd ocaml/extc ; ocamlc extc_stubs.c > cd ocaml/extc ; ocamlfind ocamlopt -package extlib -a -o extc.cmxa -cclib > ../extc/extc_stubs.o -cclib /usr/lib/libz.so extc.mli extc.ml > cd ocaml/swflib ; ocamlfind ocamlopt -package extlib -a -o swflib.cmxa -I .. > -I ../extc swf.ml swfZip.ml actionScript.ml swfParser.ml > File "swfParser.ml", line 426, characters 9-19: > Unbound value input_bits > make: *** [build-stamp] Error 2 > > This was just a quick test, don't have time now to look into it, I can try to > debug it later on when have more time. > > Markku. > > > If there are any debian > > developers on this list, I am looking for a sponsor: > > > > http://lists.debian.org/debian-mentors/2006/02/msg00338.html
I got a very similar thing, running Debian Unstable (installed via knoppix) dpkg-buildpackage: source package is mtasc dpkg-buildpackage: source version is 1.12-0.1 dpkg-buildpackage: source changed by Paul Wise <[EMAIL PROTECTED]> dpkg-buildpackage: host architecture i386 debian/rules clean dh_testdir dh_testroot rm -f build-stamp rm -f ocaml/*/*.cma ocaml/*/*.cmi ocaml/*/*.cmo ocaml/*/*.cmx rm -f ocaml/*/*.cmxa ocaml/*/*.o ocaml/*/*.a rm -f ocaml/mtasc/lexer.ml ocaml/mtasc/mtasc dh_clean dpkg-source -b mtasc-1.12 dpkg-source: building mtasc using existing mtasc_1.12.orig.tar.gz dpkg-source: building mtasc in mtasc_1.12-0.1.diff.gz dpkg-source: building mtasc in mtasc_1.12-0.1.dsc debian/rules build dh_testdir cd ocaml/extc ; ocamlc extc_stubs.c extc_stubs.c: In function 'zlib_deflate': extc_stubs.c:59: warning: pointer targets in assignment differ in signedness extc_stubs.c:60: warning: pointer targets in assignment differ in signedness extc_stubs.c: In function 'zlib_inflate': extc_stubs.c:98: warning: pointer targets in assignment differ in signedness extc_stubs.c:99: warning: pointer targets in assignment differ in signedness cd ocaml/extc ; ocamlfind ocamlopt -package extlib -a -o extc.cmxa -cclib ../extc/extc_stubs.o -cclib /usr/lib/libz.so extc.mli extc.ml cd ocaml/swflib ; ocamlfind ocamlopt -package extlib -a -o swflib.cmxa -I .. -I ../extc swf.ml swfZip.ml actionScript.ml swfParser.ml File "swfParser.ml", line 426, characters 9-19: Unbound value input_bits make: *** [build-stamp] Error 2 -David R _______________________________________________ osflash mailing list osflash@osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org