fakeroot debian/rules clean /usr/bin/make distclean make[1]: Entering directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658' (source install_environment_vars && cd src && make clean ) make[2]: Entering directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658/src' rm -f build/i3nt/* build/i3le/* build/ppcosx/* build/i3osx/* build/ti3osx/* build/ti3le/* rm -rf ./compiled rm -rf ./plt/compiled rm -rf ./ws/compiled rm -rf ./ws/compiler_components/compiled rm -rf ./ws/grammars/compiled rm -rf ./ws/passes/compiled rm -rf ./ws/passes/deglobalize/compiled rm -rf ./ws/passes/nesc_bkend/compiled rm -rf ./ws/passes/normalize_query/compiled rm -rf ./ws/passes/normalize_source/compiled rm -rf ./ws/passes/static_elaborate/compiled rm -rf ./ws/passes/tokmac_bkend/compiled rm -rf ./ws/passes/wavescope_bkend/compiled rm -rf ./ws/sim/compiled rm -rf ./ws/util/compiled find -name *.zo | xargs -i rm {} ## <- Just to be sure find ../depends -name "*.ikarus-fasl" | xargs rm -f find . -name "*.ikarus-fasl" | xargs rm -f find -name "*.slfasl" | xargs rm -f if [ -d C ]; then (cd C && make clean); fi if [ -d demos/token_machs ]; then (cd demos/token_machs && make clean); fi if [ -d demos/regiment ]; then (cd demos/regiment && make clean); fi (cd ws/passes/ocaml_bkend/ && make clean) make[3]: Entering directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658/src/ws/passes/ocaml_bkend' if [ -d fftw2-0.2 ]; then (cd fftw2-0.2; make clean); fi make[4]: Entering directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658/src/ws/passes/ocaml_bkend/fftw2-0.2' rm -f *~ .*~ *.o *.cm[aiox] *.cmxa *.a *.annot rm fftw2.ml fftw2.mli fftw.ml fftw.mli fftw2-0.2.tar.gz rm: cannot remove `fftw2.ml': No such file or directory rm: cannot remove `fftw2.mli': No such file or directory rm: cannot remove `fftw.ml': No such file or directory rm: cannot remove `fftw.mli': No such file or directory rm: cannot remove `fftw2-0.2.tar.gz': No such file or directory make[4]: [clean] Error 1 (ignored) find . -type f -perm -u=x -exec rm -f {} \; rm -rf doc/ make[4]: Leaving directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658/src/ws/passes/ocaml_bkend/fftw2-0.2' make[3]: Leaving directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658/src/ws/passes/ocaml_bkend' rm -f *.zo *.so _SIM_* *~ rm -f __temp.log _genned_node_code.ss svn_rev.txt find -name _genned_node_code.ss | xargs rm -f rm -f bin/wsparse rm -f ws/common.sls main_r6rs.sls chez_aggregated.ss find -name ".__*" | xargs -i rm -f {} ## Remove these temp files find -name "__lang_running.tmp.ss" | xargs -i rm -f {} ## Remove these temp files make[2]: Leaving directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658/src' rm -rf debian/tmp* make[1]: Leaving directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658' debian/rules build ( /usr/bin/make chez ) make[1]: Entering directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658' (source install_environment_vars && cd src && make wsparse_zo ikarus boot ) make[2]: Entering directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658/src' mzc -z --auto-dir parser/*.ss 69 shift/reduce conflicts mzc v4.1 [3m], Copyright (c) 2004-2008 PLT Scheme Inc. [output to "parser/compiled/cheztrace_ss.zo"] [output to "parser/compiled/iu-exptime_ss.zo"] [output to "parser/compiled/iu-match_ss.zo"] [output to "parser/compiled/regiment_parser_ss.zo"] [output to "parser/compiled/wsparse_ss.zo"] [output to "parser/compiled/wsparse_client_ss.zo"] [output to "parser/compiled/wsparse_server_tcp_ss.zo"] echo '#!/bin/bash' > bin/wsparse chmod +x bin/wsparse echo 'source `dirname $0`/assert_regimentd' >> bin/wsparse echo 'mzscheme -qu "$REGIMENTD/src/parser/wsparse.ss" $*' >> bin/wsparse `if [ "" = "" ]; then echo ikarus; else echo ; fi` --r6rs-script ./generate_main_r6rs.ss common_import_list.sexp '(ws common)' command line arguments: ("./generate_main_r6rs.ss" "common_import_list.sexp" "(ws common)") imports/output: ("common_import_list.sexp" (ws common)) Reading ./ws/compat/compat Reading ./ws/globals Reading ./ws/util/hashtab Reading ./ws/util/iu-match Reading ./ws/util/reg_macros Reading ./ws/util/helpers Reading ./ws/util/streams Reading ./ws/compiler_components/prim_defs Reading ./ws/compiler_components/regiment_helpers Reading ./ws/compiler_components/type_environments Reading ./ws/compiler_components/reg_core_generic_traverse Reading ./ws/compiler_components/hm_type_inference Reading ./ws/grammars/grammar_checker Reading ./ws/passes/pass-mechanism_basic Reading ./ws/passes/pass-mechanism File written: ./ws/common `if [ "" = "" ]; then echo ikarus; else echo ; fi` --r6rs-script ./generate_main_r6rs.ss command line arguments: ("./generate_main_r6rs.ss") imports/output: ("main_r6rs_import_list.sexp" (main_r6rs)) Reading ./ws/common Reading ./ws/util/scheme_fft Reading ./ws/util/slib_fft Reading ./ws/util/fft Reading ./ws/util/tsort Reading ./ws/util/hash Reading ./ws/util/slib_hashtab Reading ./ws/util/bos_oop Reading ./ws/util/imperative_streams Reading ./ws/compiler_components/annotations Reading ./ws/compiler_components/c_generator Reading ./ws/compiler_components/source_loader Reading ./ws/passes/small-ws-passes Reading ./ws/passes/partition-graph Reading ./ws/passes/graphviz Reading ./depends/matpak Reading ./ws/langs/lang_wavescript Reading ./ws/testing/lang_wavescript_tests Reading ./ws/sim/wavescript_sim_library_push Reading ./ws/passes/normalize_source/verify-regiment Reading ./ws/passes/normalize_source/typecheck Reading ./ws/passes/normalize_source/desugar-pattern-matching Reading ./ws/passes/normalize_source/resolve-varrefs Reading ./ws/passes/normalize_source/ws-label-mutable Reading ./ws/passes/normalize_source/rename-vars Reading ./ws/passes/normalize_source/eta-primitives Reading ./ws/passes/normalize_source/desugar-misc Reading ./ws/passes/normalize_source/remove-unquoted-constant Reading ./ws/passes/static_elaborate/static-elaborate Reading ./ws/passes/normalize_query/reduce-primitives Reading ./ws/passes/normalize_query/records-to-tuples Reading ./ws/passes/normalize_query/ws-remove-letrec Reading ./ws/passes/normalize_query/ws-remove-complex-opera Reading ./ws/passes/normalize_query/ws-lift-let Reading ./ws/passes/normalize_query/remove-complex-constant Reading ./ws/passes/normalize_query/uncover-free Reading ./ws/passes/normalize_query/lift-letrec Reading ./ws/passes/normalize_query/lift-letrec-body Reading ./ws/passes/normalize_query/remove-lazy-letrec Reading ./ws/passes/normalize_query/verify-core Reading ./ws/passes/normalize_query/ws-normalize-context Reading ./ws/passes/static_elaborate/interpret-meta Reading ./ws/passes/static_elaborate/degeneralize-arithmetic Reading ./ws/passes/static_elaborate/verify-elaborated Reading ./ws/passes/static_elaborate/split-union-types Reading ./ws/passes/optimizations/smoosh-together Reading ./ws/passes/optimizations/rewrite_opts Reading ./ws/passes/optimizations/merge-iterates Reading ./ws/passes/optimizations/merge-iterates2 Reading ./ws/passes/optimizations/simple-merge-iterates Reading ./ws/passes/wavescope_bkend/nominalize-types Reading ./ws/passes/wavescope_bkend/convert-sums-to-tuples Reading ./ws/passes/wavescope_bkend/reify-certain-types Reading ./ws/passes/wavescope_bkend/type-annotate-misc Reading ./ws/passes/wavescope_bkend/flatten-iterate-spine Reading ./ws/passes/wavescope_bkend/anihilate-higher-order Reading ./ws/passes/wavescope_bkend/explicit-stream-wiring Reading ./ws/passes/wavescope_bkend/emit-c Reading ./ws/passes/wavescope_bkend/insert-refcounts Reading ./ws/passes/wavescope_bkend/emit-c2 Reading ./ws/passes/wavescope_bkend/emit-tinyos Reading ./ws/passes/wavescope_bkend/emit-java Reading ./ws/passes/ocaml_bkend/shared-emit-ml Reading ./ws/passes/ocaml_bkend/emit-caml Reading ./ws/passes/mlton_bkend/emit-mlton Reading ./ws/passes/analyze_data_rates/annotate-with-data-rates File written: ./main_r6rs `if [ "" = "" ]; then echo ikarus; else echo ; fi` -O2 --compile-dependencies regiment.ss Serializing "./ws/shortcuts.sls.ikarus-fasl" ... Serializing "./main.sls.ikarus-fasl" ... Serializing "./main_r6rs.sls.ikarus-fasl" ... Serializing "./ws/passes/analyze_data_rates/annotate-with-data-rates.sls.ikarus-fasl" ... Serializing "./ws/passes/mlton_bkend/emit-mlton.sls.ikarus-fasl" ... Serializing "./ws/passes/ocaml_bkend/emit-caml.sls.ikarus-fasl" ... Serializing "./ws/passes/ocaml_bkend/shared-emit-ml.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/emit-java.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/emit-tinyos.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/emit-c2.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/insert-refcounts.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/emit-c.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/explicit-stream-wiring.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/anihilate-higher-order.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/flatten-iterate-spine.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/type-annotate-misc.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/reify-certain-types.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/convert-sums-to-tuples.sls.ikarus-fasl" ... Serializing "./ws/passes/optimizations/simple-merge-iterates.sls.ikarus-fasl" ... Serializing "./ws/passes/optimizations/merge-iterates2.sls.ikarus-fasl" ... Serializing "./ws/passes/optimizations/merge-iterates.sls.ikarus-fasl" ... Serializing "./ws/passes/optimizations/smoosh-together.sls.ikarus-fasl" ... Serializing "./ws/passes/static_elaborate/split-union-types.sls.ikarus-fasl" ... Serializing "./ws/passes/static_elaborate/verify-elaborated.sls.ikarus-fasl" ... Serializing "./ws/passes/static_elaborate/degeneralize-arithmetic.sls.ikarus-fasl" ... Serializing "./ws/passes/static_elaborate/interpret-meta.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/ws-normalize-context.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/verify-core.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/remove-lazy-letrec.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/lift-letrec-body.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/lift-letrec.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/uncover-free.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/remove-complex-constant.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/ws-lift-let.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/records-to-tuples.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_source/desugar-misc.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_source/resolve-varrefs.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_source/desugar-pattern-matching.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_source/typecheck.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_source/verify-regiment.sls.ikarus-fasl" ... Serializing "./ws/testing/lang_wavescript_tests.sls.ikarus-fasl" ... Serializing "./ws/sim/wavescript_sim_library_push.sls.ikarus-fasl" ... Serializing "./ws/langs/lang_wavescript.sls.ikarus-fasl" ... Serializing "./depends/matpak.sls.ikarus-fasl" ... Serializing "./ws/passes/graphviz.sls.ikarus-fasl" ... Serializing "./ws/passes/partition-graph.sls.ikarus-fasl" ... Serializing "./ws/passes/wavescope_bkend/nominalize-types.sls.ikarus-fasl" ... Serializing "./ws/passes/small-ws-passes.sls.ikarus-fasl" ... Serializing "./ws/passes/optimizations/rewrite_opts.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/ws-remove-complex-opera.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/ws-remove-letrec.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_query/reduce-primitives.sls.ikarus-fasl" ... Serializing "./ws/passes/static_elaborate/static-elaborate.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_source/remove-unquoted-constant.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_source/eta-primitives.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_source/rename-vars.sls.ikarus-fasl" ... Serializing "./ws/passes/normalize_source/ws-label-mutable.sls.ikarus-fasl" ... Serializing "./ws/compiler_components/source_loader.sls.ikarus-fasl" ... Serializing "./ws/compiler_components/c_generator.sls.ikarus-fasl" ... Serializing "./ws/compiler_components/annotations.sls.ikarus-fasl" ... Serializing "./ws/util/imperative_streams.sls.ikarus-fasl" ... Serializing "./ws/util/bos_oop.sls.ikarus-fasl" ... Serializing "./ws/util/slib_hashtab.sls.ikarus-fasl" ... Serializing "./ws/util/hash.sls.ikarus-fasl" ... Serializing "./ws/util/tsort.sls.ikarus-fasl" ... Serializing "./ws/util/fft.sls.ikarus-fasl" ... Serializing "./ws/util/slib_fft.sls.ikarus-fasl" ... Serializing "./ws/util/scheme_fft.sls.ikarus-fasl" ... Serializing "./ws/common.sls.ikarus-fasl" ... Serializing "./ws/passes/pass-mechanism.sls.ikarus-fasl" ... Serializing "./ws/passes/pass-mechanism_basic.sls.ikarus-fasl" ... Serializing "./ws/grammars/grammar_checker.sls.ikarus-fasl" ... Serializing "./ws/compiler_components/hm_type_inference.sls.ikarus-fasl" ... Serializing "./ws/compiler_components/reg_core_generic_traverse.sls.ikarus-fasl" ... Serializing "./ws/compiler_components/type_environments.sls.ikarus-fasl" ... Serializing "./ws/compiler_components/regiment_helpers.sls.ikarus-fasl" ... Serializing "./ws/compiler_components/prim_defs.sls.ikarus-fasl" ... Serializing "./ws/util/streams.sls.ikarus-fasl" ... Serializing "./ws/util/helpers.sls.ikarus-fasl" ... Serializing "./ws/util/reg_macros.sls.ikarus-fasl" ... Serializing "./ws/util/iu-match.sls.ikarus-fasl" ... Serializing "./ws/util/hashtab.sls.ikarus-fasl" ... Serializing "./ws/globals.sls.ikarus-fasl" ... Serializing "./ws/compat/compat.ikarus.sls.ikarus-fasl" ... ./temporary_smoosh_to_one_chez_file.ss SETTING BATCH MODE Running script to compact r6rs files into one large Chez compatible file. command line: ("/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658/src/regiment.ss" "/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658/src" "i" "--script" "./temporary_smoosh_to_one_chez_file.ss") Converting Import specs: Converting ./ws/globals.sls Converting ./ws/util/hashtab.sls Converting ./ws/util/iu-match.sls Converting ./ws/util/reg_macros.sls Converting ./ws/util/helpers.sls Converting ./ws/util/streams.sls Converting ./ws/compiler_components/prim_defs.sls Converting ./ws/compiler_components/regiment_helpers.sls Converting ./ws/compiler_components/type_environments.sls Converting ./ws/compiler_components/reg_core_generic_traverse.sls Converting ./ws/compiler_components/hm_type_inference.sls Converting ./ws/grammars/grammar_checker.sls Converting ./ws/passes/pass-mechanism_basic.sls Converting ./ws/passes/pass-mechanism.sls Converting language-mechanism Converting ./ws/util/scheme_fft.sls Converting ./ws/util/slib_fft.sls Converting ./ws/util/fft.sls Converting ./ws/util/tsort.sls Converting ./ws/util/hash.sls Converting ./ws/util/slib_hashtab.sls Converting ./ws/util/bos_oop.sls Converting ./ws/util/imperative_streams.sls Converting ./ws/compiler_components/annotations.sls Converting ./ws/compiler_components/c_generator.sls Converting ./ws/compiler_components/source_loader.sls Converting ./ws/passes/small-ws-passes.sls Converting ./ws/passes/partition-graph.sls Converting ./ws/passes/graphviz.sls Converting ./depends/matpak.sls Converting ./ws/langs/lang_wavescript.sls Converting ./ws/testing/lang_wavescript_tests.sls Converting ./ws/sim/wavescript_sim_library_push.sls ** Special case for sim_wavescript_sim_library_push Converting ./ws/passes/normalize_source/verify-regiment.sls Converting ./ws/passes/normalize_source/typecheck.sls Converting ./ws/passes/normalize_source/desugar-pattern-matching.sls Converting ./ws/passes/normalize_source/resolve-varrefs.sls Converting ./ws/passes/normalize_source/ws-label-mutable.sls Converting ./ws/passes/normalize_source/rename-vars.sls Converting ./ws/passes/normalize_source/eta-primitives.sls Converting ./ws/passes/normalize_source/desugar-misc.sls Converting ./ws/passes/normalize_source/remove-unquoted-constant.sls Converting ./ws/passes/static_elaborate/static-elaborate.sls Converting ./ws/passes/normalize_query/reduce-primitives.sls Converting ./ws/passes/normalize_query/records-to-tuples.sls Converting ./ws/passes/normalize_query/ws-remove-letrec.sls Converting ./ws/passes/normalize_query/ws-remove-complex-opera.sls Converting ./ws/passes/normalize_query/ws-lift-let.sls Converting ./ws/passes/normalize_query/remove-complex-constant.sls Converting ./ws/passes/normalize_query/uncover-free.sls Converting ./ws/passes/normalize_query/lift-letrec.sls Converting ./ws/passes/normalize_query/lift-letrec-body.sls Converting ./ws/passes/normalize_query/remove-lazy-letrec.sls Converting ./ws/passes/normalize_query/verify-core.sls Converting ./ws/passes/normalize_query/ws-normalize-context.sls Converting ./ws/passes/static_elaborate/interpret-meta.sls Converting ./ws/passes/static_elaborate/degeneralize-arithmetic.sls Converting ./ws/passes/static_elaborate/verify-elaborated.sls Converting ./ws/passes/static_elaborate/split-union-types.sls Converting ./ws/passes/optimizations/smoosh-together.sls Converting ./ws/passes/optimizations/rewrite_opts.sls Converting ./ws/passes/optimizations/merge-iterates.sls Converting ./ws/passes/optimizations/merge-iterates2.sls Converting ./ws/passes/optimizations/simple-merge-iterates.sls Converting ./ws/passes/wavescope_bkend/nominalize-types.sls Converting ./ws/passes/wavescope_bkend/convert-sums-to-tuples.sls Converting ./ws/passes/wavescope_bkend/reify-certain-types.sls Converting ./ws/passes/wavescope_bkend/type-annotate-misc.sls Converting ./ws/passes/wavescope_bkend/flatten-iterate-spine.sls Converting ./ws/passes/wavescope_bkend/anihilate-higher-order.sls Converting ./ws/passes/wavescope_bkend/explicit-stream-wiring.sls Converting ./ws/passes/wavescope_bkend/emit-c.sls Converting ./ws/passes/wavescope_bkend/insert-refcounts.sls Converting ./ws/passes/wavescope_bkend/emit-c2.sls Converting ./ws/passes/wavescope_bkend/emit-tinyos.sls Converting ./ws/passes/wavescope_bkend/emit-java.sls Converting ./ws/passes/ocaml_bkend/shared-emit-ml.sls Converting ./ws/passes/ocaml_bkend/emit-caml.sls Converting ./ws/passes/mlton_bkend/emit-mlton.sls Converting ./ws/passes/analyze_data_rates/annotate-with-data-rates.sls Converting ./main.sls echo '(define regiment-origin "compiled .boot")' > _temp_temp.ss echo '(compile-file "_temp_temp.ss" "_temp_temp.so")' | `if (which chez > /dev/null); then echo chez; else echo ../depends/chez; fi` Chez Scheme Version 7.4 Copyright (c) 1985-2007 Cadence Research Systems > compiling _temp_temp.ss with output to _temp_temp.so > if ! [ -d "build/`echo '(display (machine-type))' | ../depends/petite -q`" ]; then mkdir -p build/`echo '(display (machine-type))' | ../depends/petite -q`; fi export REGIMENT_OR_WAVESCRIPT=WS; echo '(generate-inspector-information #f) (compile-file "legacy_main_chez.ss" (format "build/~a/legacy_main_chez.so" (machine-type)))' | \ (export REGOPTLVL=2; \ export REGDEBUGMODE=OFF; \ export REGIMENT_OR_WAVESCRIPT=WS; \ `if (which chez > /dev/null); then echo chez; else echo ../depends/chez; fi`) Chez Scheme Version 7.4 Copyright (c) 1985-2007 Cadence Research Systems > > compiling legacy_main_chez.ss with output to build/i3le/legacy_main_chez.so > echo '(make-boot-header (format "build/~a/main.hdr" (machine-type)) "scheme.boot" "petite.boot")' | `if (which chez > /dev/null); then echo chez; else echo ../depends/chez; fi` Chez Scheme Version 7.4 Copyright (c) 1985-2007 Cadence Research Systems > > cat "build/`echo '(display (machine-type))' | ../depends/petite -q`/main.hdr" "_temp_temp.so" "build/`echo '(display (machine-type))' | ../depends/petite -q`/legacy_main_chez.so" > "build/`echo '(display (machine-type))' | ../depends/petite -q`/legacy_main_chez.boot" rm -f _temp_temp.ss _temp_temp.so "build/`echo '(display (machine-type))' | ../depends/petite -q`/legacy_main_chez.so" make[2]: Leaving directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658/src' (export WSVER=0.1.3658; ./package_deb.sh binary-chez) Packaging with -chez as a Debian Binary Package on arch x86_64 ================================================================= ./debian/tmp/usr/share/man/man1/ws.1: 50.6% -- replaced with ./debian/tmp/usr/share/man/man1/ws.1.gz ./debian/tmp/usr/share/man/man1/wsc2.1: 38.3% -- replaced with ./debian/tmp/usr/share/man/man1/wsc2.1.gz ================================================================= make[1]: Leaving directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658' ( /usr/bin/make ikarus) make[1]: Entering directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658' (export WSVER=0.1.3658; ./package_deb.sh binary-ikarus) Packaging with as a Debian Binary Package on arch x86_64 ================================================================= ./debian/tmp/usr/share/man/man1/ws.1: 50.6% -- replaced with ./debian/tmp/usr/share/man/man1/ws.1.gz ./debian/tmp/usr/share/man/man1/wsc2.1: 38.3% -- replaced with ./debian/tmp/usr/share/man/man1/wsc2.1.gz ================================================================= make[1]: Leaving directory `/m32/home/newton/temp/fresh_ws/wavescript_0.1.3658' fakeroot debian/rules binary ln -s -f tmp_chez debian/tmp dpkg-gencontrol -pwavescript-chez dpkg-gencontrol: warning: unknown information field 'Version' in input data in general section of control info file chown -R root:root debian/tmp_chez chmod -R u+w,go=rX debian/tmp_chez dh_strip -a dh_strip: Compatibility levels before 4 are deprecated. Can't stat debian/wavescript-chez: No such file or directory at /usr/bin/dh_strip line 201 dpkg --build debian/tmp_chez .. dpkg-deb: building package `wavescript-chez' in `../wavescript-chez_0.1.3658_amd64.deb'. echo Now packaging ikarus. Now packaging ikarus. rm -f debian/tmp ln -s tmp_ikarus debian/tmp dpkg-gencontrol -pwavescript dpkg-gencontrol: warning: unknown information field 'Version' in input data in general section of control info file chown -R root:root debian/tmp chmod -R u+w,go=rX debian/tmp dh_strip -a dh_strip: Compatibility levels before 4 are deprecated. Can't stat debian/wavescript-chez: No such file or directory at /usr/bin/dh_strip line 201 dpkg --build debian/tmp .. dpkg-deb: building package `wavescript' in `../wavescript_0.1.3658_amd64.deb'. dpkg-genchanges -b dpkg-genchanges: warning: unknown information field 'Version' in input data in general section of control info file dpkg-genchanges: binary-only upload - not including any source code dpkg-buildpackage (debuild emulation): binary only upload (no source included) Now signing changes and any dsc files... signfile wavescript_0.1.3658_amd64.changes WaveScript Successfully signed changes file