dpkg-buildpackage: source package is mawk dpkg-buildpackage: source version is 1.3.3-11em1 dpkg-buildpackage: source changed by Neil Williams dpkg-architecture: warning: Specified GNU system type arm-linux-gnu does not match gcc system type x86_64-linux-gnu. dpkg-architecture: warning: Specified GNU system type arm-linux-gnu does not match gcc system type x86_64-linux-gnu. dpkg-buildpackage: host architecture arm dpkg-buildpackage: source version without epoch 1.3.3-11em1 fakeroot debian/rules clean make: Entering directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3' dpatch deapply-all reverting patch 50-emdebian-notest from ./ ... ok. reverting patch 08_fix-for-gcc3.3 from ./ ... ok. reverting patch 07_mawktest-check-devfull from ./ ... ok. reverting patch 06_parse.y-semicolons from ./ ... ok. reverting patch 05_-Wall-fixes from ./ ... ok. reverting patch 04_mawk.1-fix-pi from ./ ... ok. reverting patch 03_read-and-close-redefinition from ./ ... ok. reverting patch 02_fix-examples from ./ ... ok. reverting patch 01_error-on-full-fs from ./ ... ok. rm -rf patch-stamp patch-stampT debian/patched rm -f build parse.c parse.h /usr/bin/make -i clean || /usr/bin/make -f Makefile.in distclean make[1]: Entering directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3' rm -f *.o rexp/*.o rexp/.done test/mawk core test/core mawk make[1]: Leaving directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3' rm -f config.cache config.h config.log config.status Makefile man/index.db rm -rf debian/tmp debian/substvars debian/files* debian/patched find . -name \*~ | xargs rm -vf make: Leaving directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3' dpkg-source -b mawk-1.3.3 dpkg-source: building mawk using existing mawk_1.3.3.orig.tar.gz dpkg-source: building mawk in mawk_1.3.3-11em1.diff.gz dpkg-source: warning: executable mode 0755 of `debian/patches/50-emdebian-notest.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of `debian/patches/07_mawktest-check-devfull.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of `debian/patches/01_error-on-full-fs.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of `debian/patches/02_fix-examples.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of `debian/patches/04_mawk.1-fix-pi.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of `debian/patches/03_read-and-close-redefinition.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of `debian/patches/05_-Wall-fixes.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of `debian/patches/06_parse.y-semicolons.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of `debian/patches/08_fix-for-gcc3.3.dpatch' will not be represented in diff dpkg-source: warning: ignoring deletion of file parse.c dpkg-source: warning: ignoring deletion of file parse.h dpkg-source: building mawk in mawk_1.3.3-11em1.dsc debian/rules build make: Entering directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3' test -d debian/patched || install -d debian/patched dpatch apply-all applying patch 01_error-on-full-fs to ./ ... ok. applying patch 02_fix-examples to ./ ... ok. applying patch 03_read-and-close-redefinition to ./ ... ok. applying patch 04_mawk.1-fix-pi to ./ ... ok. applying patch 05_-Wall-fixes to ./ ... ok. applying patch 06_parse.y-semicolons to ./ ... ok. applying patch 07_mawktest-check-devfull to ./ ... ok. applying patch 08_fix-for-gcc3.3 to ./ ... ok. applying patch 50-emdebian-notest to ./ ... ok. dpatch cat-all >>patch-stampT mv -f patch-stampT patch-stamp chmod 755 configure test/mawktest test/fpe_test ./configure loading site script /etc/dpkg-cross/cross-config.arm creating cache ./config.cache checking for gcc... arm-linux-gnu-gcc checking whether we are using GNU C... yes checking how to run the C preprocessor... arm-linux-gnu-cpp checking for -lm... yes checking for byacc... no checking for bison... bison checking compiler supports void*... yes checking compiler groks prototypes... yes checking for working const... yes checking for stddef.h... yes getting size_t from checking for fcntl.h... yes checking for errno.h... yes checking for time.h... yes checking for stdarg.h... yes checking for memcpy... yes checking for strchr... yes checking for strerror... yes checking for vfprintf... yes checking for strtod... yes checking for fmod... yes checking for matherr... yes checking for limits.h... yes checking return type of signal handlers... void checking handling of floating point exceptions fpe_check.c: In function 'message': fpe_check.c:40: warning: incompatible implicit declaration of built-in function 'printf' fpe_check.c: In function 'check_fpe_traps': fpe_check.c:118: warning: incompatible implicit declaration of built-in function 'exit' fpe_check.c: In function 'is_nan': fpe_check.c:129: warning: incompatible implicit declaration of built-in function 'sprintf' fpe_check.c: In function 'get_fpe_codes': fpe_check.c:165: warning: incompatible implicit declaration of built-in function 'printf' fpe_check.c:167: warning: incompatible implicit declaration of built-in function 'exit' fpe_check.c:169: warning: incompatible implicit declaration of built-in function 'exit' fpe_check.c: In function 'fpe_catch': fpe_check.c:200: warning: incompatible implicit declaration of built-in function 'exit' fpe_check.c: In function 'check_strtod_ovf': fpe_check.c:262: warning: incompatible implicit declaration of built-in function 'exit' The program `fpe_check' compiled from fpe_check.c seems to have unexpectly blown up. Please report this to brennan@whidbey.com. /* config.h -- generated by configure */ #ifndef CONFIG_H #define CONFIG_H #define SIZE_T_STDDEF_H 1 #define HAVE_REAL_PIPES 1 #endif /* CONFIG_H */ updating cache ./config.cache creating ./config.status creating Makefile /usr/bin/make CC="arm-linux-gnu-gcc" CFLAGS="-g -Wall -O2" LDFLAGS="" make[1]: Entering directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3' expect 4 shift/reduce conflicts bison -y -d parse.y conflicts: 4 shift/reduce mv y.tab.c parse.c if cmp -s y.tab.h parse.h ;\ then rm y.tab.h ;\ else mv y.tab.h parse.h ; fi arm-linux-gnu-gcc -g -Wall -O2 -c -o parse.o parse.c parse.y: In function ‘field_A2I’: parse.y:1191: warning: suggest parentheses around && within || arm-linux-gnu-gcc -g -Wall -O2 -c -o scan.o scan.c scan.c: In function ‘collect_decimal’: scan.c:822: warning: dereferencing type-punned pointer will break strict-aliasing rules arm-linux-gnu-gcc -g -Wall -O2 -c -o memory.o memory.c arm-linux-gnu-gcc -g -Wall -O2 -c -o main.o main.c arm-linux-gnu-gcc -g -Wall -O2 -c -o hash.o hash.c hash.c: In function ‘reverse_find’: hash.c:209: warning: ‘array’ may be used uninitialized in this function hash.c:208: warning: ‘cp’ may be used uninitialized in this function arm-linux-gnu-gcc -g -Wall -O2 -c -o execute.o execute.c execute.c: In function ‘execute’: execute.c:195: warning: ‘old_sp’ may be used uninitialized in this function execute.c:194: warning: ‘old_stack_base’ may be used uninitialized in this function execute.c:1236: warning: ‘type_p’ may be used uninitialized in this function arm-linux-gnu-gcc -g -Wall -O2 -c -o code.o code.c arm-linux-gnu-gcc -g -Wall -O2 -c -o da.o da.c arm-linux-gnu-gcc -g -Wall -O2 -c -o error.o error.c arm-linux-gnu-gcc -g -Wall -O2 -c -o init.o init.c arm-linux-gnu-gcc -g -Wall -O2 -c -o bi_vars.o bi_vars.c arm-linux-gnu-gcc -g -Wall -O2 -c -o cast.o cast.c arm-linux-gnu-gcc -g -Wall -O2 -c -o print.o print.c print.c: In function ‘do_printf’: print.c:246: warning: ‘pf_type’ may be used uninitialized in this function print.c:243: warning: ‘Ival’ may be used uninitialized in this function arm-linux-gnu-gcc -g -Wall -O2 -c -o bi_funct.o bi_funct.c bi_funct.c:372: warning: ‘fplib_err’ defined but not used arm-linux-gnu-gcc -g -Wall -O2 -c -o kw.o kw.c arm-linux-gnu-gcc -g -Wall -O2 -c -o jmp.o jmp.c arm-linux-gnu-gcc -g -Wall -O2 -c -o array.o array.c arm-linux-gnu-gcc -g -Wall -O2 -c -o field.o field.c arm-linux-gnu-gcc -g -Wall -O2 -c -o split.o split.c arm-linux-gnu-gcc -g -Wall -O2 -c -o re_cmpl.o re_cmpl.c arm-linux-gnu-gcc -g -Wall -O2 -c -o zmalloc.o zmalloc.c arm-linux-gnu-gcc -g -Wall -O2 -c -o fin.o fin.c fin.c: In function ‘is_cmdline_assign’: fin.c:532: warning: ‘cp’ may be used uninitialized in this function arm-linux-gnu-gcc -g -Wall -O2 -c -o files.o files.c arm-linux-gnu-gcc -g -Wall -O2 -c -o scancode.o scancode.c arm-linux-gnu-gcc -g -Wall -O2 -c -o matherr.o matherr.c arm-linux-gnu-gcc -g -Wall -O2 -c -o fcall.o fcall.c arm-linux-gnu-gcc -g -Wall -O2 -c -o version.o version.c version.c:31: warning: ‘mawkid’ defined but not used arm-linux-gnu-gcc -g -Wall -O2 -c -o missing.o missing.c cd rexp ;\ /usr/bin/make CC="arm-linux-gnu-gcc" CFLAGS="-g -Wall -O2 -DMAWK -I.." make[2]: Entering directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3/rexp' arm-linux-gnu-gcc -g -Wall -O2 -DMAWK -I.. -c -o rexp.o rexp.c arm-linux-gnu-gcc -g -Wall -O2 -DMAWK -I.. -c -o rexp0.o rexp0.c rexp0.c: In function ‘RE_lex’: rexp0.c:116: warning: array subscript has type ‘char’ rexp0.c: In function ‘do_str’: rexp0.c:273: warning: array subscript has type ‘char’ rexp0.c:259: warning: ‘pt’ may be used uninitialized in this function arm-linux-gnu-gcc -g -Wall -O2 -DMAWK -I.. -c -o rexp1.o rexp1.c arm-linux-gnu-gcc -g -Wall -O2 -DMAWK -I.. -c -o rexp2.o rexp2.c arm-linux-gnu-gcc -g -Wall -O2 -DMAWK -I.. -c -o rexp3.o rexp3.c rexp3.c: In function ‘REmatch’: rexp3.c:85: warning: ‘cb_e’ may be used uninitialized in this function make[2]: Leaving directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3/rexp' arm-linux-gnu-gcc -g -Wall -O2 -o mawk parse.o scan.o memory.o main.o hash.o execute.o code.o da.o error.o init.o bi_vars.o cast.o print.o bi_funct.o kw.o jmp.o array.o field.o split.o re_cmpl.o zmalloc.o fin.o files.o scancode.o matherr.o fcall.o version.o missing.o rexp/rexp.o rexp/rexp0.o rexp/rexp1.o rexp/rexp2.o rexp/rexp3.o -lm make[1]: Leaving directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3' touch build make: Leaving directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3' fakeroot debian/rules binary make: Entering directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3' test root = "`whoami`" rm -rf debian/tmp install -d -m 755 debian/tmp/DEBIAN install -m 755 debian/prerm debian/postinst debian/tmp/DEBIAN/ install -d -m 755 debian/tmp/usr/bin install -m 755 -s mawk debian/tmp/usr/bin/ + /usr/bin/arm-linux-gnu-strip debian/tmp/usr/bin/mawk dpkg-shlibdeps mawk dpkg-gencontrol -isp chown -R root.root debian/tmp chmod -R go=rX debian/tmp dpkg --build debian/tmp .. dpkg-deb: building package `mawk' in `../mawk_1.3.3-11em1_arm.deb'. make: Leaving directory `/opt/emdebian/trunk/m/mawk/trunk/mawk-1.3.3' dpkg-genchanges -sa dpkg-genchanges: including full source code in upload dpkg-buildpackage: full upload (original source is included) Format: 1.7 Date: Fri, 20 Apr 2007 16:34:03 +0100 Source: mawk Binary: mawk Architecture: source arm Version: 1.3.3-11em1 Distribution: unstable Urgency: low Maintainer: James Troup Changed-By: Neil Williams Description: mawk - a pattern scanning and text processing language Changes: mawk (1.3.3-11em1) unstable; urgency=low . * New emdebian release. Files: 30c821c390ab88d24855caa90c99ed08 339 base required mawk_1.3.3-11em1.dsc ad46743641924e1234b2bfba92641085 209942 base required mawk_1.3.3.orig.tar.gz 05f470434ee4540b9cb0efc8eec3dcf3 17219 base required mawk_1.3.3-11em1.diff.gz 64e6ebc61e7889c6e51b48c20b60731e 49724 base required mawk_1.3.3-11em1_arm.deb