Package: haxe
Version: 1:2.0.1-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of haxe_1:2.0.1-1 on lofn by sbuild/hppa 98-farm
| Build started at 20081007-1345
| ******************************************************************************
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 649kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main haxe 1:2.0.1-1 (dsc) 
[1052B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main haxe 1:2.0.1-1 (tar) 
[634kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main haxe 1:2.0.1-1 (diff) 
[14.3kB]
| Fetched 649kB in 0s (983kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 5), dpatch, ocaml, ocaml-best-compilers, 
ocaml-findlib, libextlib-ocaml-dev, camlp4, zlib1g-dev, emacs22 | emacsen, neko 
(>= 1.8.0)
| Checking for already installed source dependencies...
[...]
|  debian/rules build
| test -d debian/patched || install -d debian/patched
| dpatch  apply-all  
| applying patch 25-debian-file-locations to ./ ... ok.
| dpatch  cat-all  >>patch-stampT
| mv -f patch-stampT patch-stamp
| dh_testdir
| ocaml debian/install_bytecode.ml
| File "debian/install_bytecode.ml", line 81, characters 4-12:
| Warning Y: unused variable download.
| > ocaml install.ml -nodoc -d .. -b 
| Effective configuration:
| Configuration file:
|     /etc/ocamlfind.conf
| Search path:
|     /usr/local/lib/ocaml/3.10.2
|     /usr/lib/ocaml/3.10.2
|     /usr/lib/ocaml/3.10.2/METAS
| Packages will be installed in/removed from:
|     /usr/local/lib/ocaml/3.10.2
| META files will be installed in/removed from:
|     the corresponding package directories
| The standard library is assumed to reside in:
|     /usr/lib/ocaml/3.10.2
| The ld.conf file can be found here:
|     /usr/lib/ocaml/3.10.2/ld.conf
| Using Findlib
| ocamlc -c enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli 
extList.mli extString.mli global.mli IO.mli option.mli pMap.mli std.mli 
uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli
| ocamlc -c enum.ml
| ocamlc -c bitSet.ml
| ocamlc -c dynArray.ml
| ocamlc -c extArray.ml
| ocamlc -c extHashtbl.ml
| ocamlc -c extList.ml
| ocamlc -c extString.ml
| ocamlc -c global.ml
| ocamlc -c IO.ml
| ocamlc -c option.ml
| ocamlc -c pMap.ml
| ocamlc -c std.ml
| ocamlc -c uChar.ml
| ocamlc -c uTF8.ml
| ocamlc -c base64.ml
| ocamlc -c unzip.ml
| ocamlc -c refList.ml
| ocamlc -c optParse.ml
| ocamlc -c dllist.ml
| ocamlc -a -o extLib.cma enum.cmo bitSet.cmo dynArray.cmo extArray.cmo 
extHashtbl.cmo extList.cmo extString.cmo global.cmo IO.cmo option.cmo pMap.cmo 
std.cmo uChar.cmo uTF8.cmo base64.cmo unzip.cmo refList.cmo optParse.cmo 
dllist.cmo extLib.ml
| Installing extLib.cmi
| Installing enum.cmi
| Installing bitSet.cmi
| Installing dynArray.cmi
| Installing extArray.cmi
| Installing extHashtbl.cmi
| Installing extList.cmi
| Installing extString.cmi
| Installing global.cmi
| Installing IO.cmi
| Installing option.cmi
| Installing pMap.cmi
| Installing std.cmi
| Installing uChar.cmi
| Installing uTF8.cmi
| Installing base64.cmi
| Installing unzip.cmi
| Installing refList.cmi
| Installing optParse.cmi
| Installing dllist.cmi
| Installing extLib.cma
| Done.
| > ocamlc  -I .././ extc_stubs.c
| > ocamlc -a -o extc.cma -cclib ../ocaml/extc/extc_stubs.o -cclib 
/usr/lib/libz.so.1 extc.mli extc.ml
| > ocamlc -a -o swflib.cma -I .. -I ../extc as3.mli as3hl.mli as3code.ml 
as3parse.ml as3hlparse.ml swf.ml swfZip.ml actionScript.ml swfParser.ml
| > ocamlyacc   xml_parser.mly
| > ocamlc xml.mli dtd.mli xml_parser.mli xml_lexer.mli
| > ocamllex xml_lexer.mll
| 164 states, 1217 transitions, table size 5852 bytes
| > ocamlc -a -o xml-light.cma xml_parser.ml xml_lexer.ml dtd.ml xmlParser.mli 
xmlParser.ml xml.ml
| > ocamllex lexer.mll
| 101 states, 1074 transitions, table size 4902 bytes
| > ocamlc -c -I ../ocaml -I ../ocaml/swflib -I ../ocaml/xml-light -I 
../ocaml/extc -I ../neko/libs/include/ocaml -pp camlp4o ast.ml lexer.ml type.ml 
common.ml parser.ml typecore.ml genxml.ml typeload.ml codegen.ml typer.ml 
../neko/libs/include/ocaml/nast.ml ../neko/libs/include/ocaml/binast.ml 
../neko/libs/include/ocaml/nxml.ml genneko.ml genas3.ml genjs.ml genswf8.ml 
genswf9.ml genswf.ml genphp.ml main.ml
| > ocamlc -custom -o ../bin/haxe-byte ../ocaml/extLib.cma 
../ocaml/extc/extc.cma ../ocaml/swflib/swflib.cma 
../ocaml/xml-light/xml-light.cma unix.cma ast.cmo lexer.cmo type.cmo common.cmo 
parser.cmo typecore.cmo genxml.cmo typeload.cmo codegen.cmo typer.cmo 
../neko/libs/include/ocaml/nast.cmo ../neko/libs/include/ocaml/binast.cmo 
../neko/libs/include/ocaml/nxml.cmo genneko.cmo genas3.cmo genjs.cmo 
genswf8.cmo genswf9.cmo genswf.cmo genphp.cmo main.cmo
| /build/buildd/haxe-2.0.1/bin/haxe 
/build/buildd/haxe-2.0.1/haxe/std/tools/haxedoc/haxedoc.hxml
| make: /build/buildd/haxe-2.0.1/bin/haxe: Command not found
| make: *** [build-stamp] Error 127
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| ******************************************************************************
| Build finished at 20081007-1351
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=1:2.0.1-1&pkg=haxe&arch=hppa

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to