[build-status: 57905] Log for successful build of belocs-locales-bin_2.4-2.1 (dist=unstable)
Build Daemon
buildd at linux-m32r.org
Tue Mar 6 19:16:27 JST 2007
Automatic build of belocs-locales-bin_2.4-2.1 on mappi005 by sbuild/m32r 1.7
Build started at 20070306-1845
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 387kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main belocs-locales-bin 2.4-2.1 (dsc) [624B]
Get:2 http://debian.linux-m32r.org 06_devonian/main belocs-locales-bin 2.4-2.1 (tar) [236kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main belocs-locales-bin 2.4-2.1 (diff) [150kB]
Fetched 387kB in 3s (97.3kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4.1.0), po-debconf, po4a
Checking for already installed source dependencies...
debhelper: already installed (in sufficient version 5.0.42 >= 4.1.0)
po-debconf: already installed
po4a: already installed
Checking for source dependency conflicts...
Checking correctness of source dependencies...
------------------------------------------------------------------------------
dpkg-source: extracting belocs-locales-bin in belocs-locales-bin-2.4
dpkg-source: unpacking belocs-locales-bin_2.4.orig.tar.gz
dpkg-source: applying /debian/buildd/build/belocs-locales-bin_2.4-2.1.diff.gz
dpkg-buildpackage: source package is belocs-locales-bin
dpkg-buildpackage: source version is 2.4-2.1
dpkg-buildpackage: source changed by Christian Perrier <bubulle at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 2.4-2.1
/usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
make distclean
make[1]: Entering directory `/build/buildd/belocs-locales-bin-2.4'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/build/buildd/belocs-locales-bin-2.4'
make: [clean] Error 2 (ignored)
make -C manpages clean
make[1]: Entering directory `/build/buildd/belocs-locales-bin-2.4/manpages'
rm -f *locale*.?
make[1]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/manpages'
dh_clean
rm -f debian/config
debconf-updatepo
debian/rules build
chmod a+x /build/buildd/belocs-locales-bin-2.4/configure
/build/buildd/belocs-locales-bin-2.4/configure --prefix=/usr \
--datadir=/usr/share --sysconfdir=/etc/belocs
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking for obstacks... yes
checking for struct stat.st_blksize... yes
checking for __argz_count... yes
checking for __argz_next... yes
checking for __argz_stringify... yes
checking for stpcpy... yes
checking for memcpy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating crypt/Makefile
config.status: creating locale/Makefile
config.status: creating locale/programs/Makefile
config.status: creating config.h
config.status: executing depfiles commands
touch configure-stamp
dh_testdir
make CFLAGS="-O2 -g -Wall"
make[1]: Entering directory `/build/buildd/belocs-locales-bin-2.4'
make all-recursive
make[2]: Entering directory `/build/buildd/belocs-locales-bin-2.4'
Making all in crypt
make[3]: Entering directory `/build/buildd/belocs-locales-bin-2.4/crypt'
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/crypt -I.. -O2 -g -Wall -MT md5.o -MD -MP -MF ".deps/md5.Tpo" -c -o md5.o md5.c; \
then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; else rm -f ".deps/md5.Tpo"; exit 1; fi
rm -f libdummy.a
ar cru libdummy.a md5.o
ranlib libdummy.a
make[3]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/crypt'
Making all in locale
make[3]: Entering directory `/build/buildd/belocs-locales-bin-2.4/locale'
Making all in programs
make[4]: Entering directory `/build/buildd/belocs-locales-bin-2.4/locale/programs'
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT locale.o -MD -MP -MF ".deps/locale.Tpo" -c -o locale.o locale.c; \
then mv -f ".deps/locale.Tpo" ".deps/locale.Po"; else rm -f ".deps/locale.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT locale-spec.o -MD -MP -MF ".deps/locale-spec.Tpo" -c -o locale-spec.o locale-spec.c; \
then mv -f ".deps/locale-spec.Tpo" ".deps/locale-spec.Po"; else rm -f ".deps/locale-spec.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT charmap-dir.o -MD -MP -MF ".deps/charmap-dir.Tpo" -c -o charmap-dir.o charmap-dir.c; \
then mv -f ".deps/charmap-dir.Tpo" ".deps/charmap-dir.Po"; else rm -f ".deps/charmap-dir.Tpo"; exit 1; fi
charmap-dir.c: In function 'charmap_aliases':
charmap-dir.c:270: warning: format '%a' expects type 'float *', but argument 3 has type 'char **'
charmap-dir.c:271: warning: format '%a' expects type 'float *', but argument 3 has type 'char **'
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT simple-hash.o -MD -MP -MF ".deps/simple-hash.Tpo" -c -o simple-hash.o simple-hash.c; \
then mv -f ".deps/simple-hash.Tpo" ".deps/simple-hash.Po"; else rm -f ".deps/simple-hash.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT xmalloc.o -MD -MP -MF ".deps/xmalloc.Tpo" -c -o xmalloc.o xmalloc.c; \
then mv -f ".deps/xmalloc.Tpo" ".deps/xmalloc.Po"; else rm -f ".deps/xmalloc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT xstrdup.o -MD -MP -MF ".deps/xstrdup.Tpo" -c -o xstrdup.o xstrdup.c; \
then mv -f ".deps/xstrdup.Tpo" ".deps/xstrdup.Po"; else rm -f ".deps/xstrdup.Tpo"; exit 1; fi
gcc -O2 -g -Wall -o locale locale.o locale-spec.o charmap-dir.o simple-hash.o xmalloc.o xstrdup.o
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT localedef.o -MD -MP -MF ".deps/localedef.Tpo" -c -o localedef.o localedef.c; \
then mv -f ".deps/localedef.Tpo" ".deps/localedef.Po"; else rm -f ".deps/localedef.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-address.o -MD -MP -MF ".deps/ld-address.Tpo" -c -o ld-address.o ld-address.c; \
then mv -f ".deps/ld-address.Tpo" ".deps/ld-address.Po"; else rm -f ".deps/ld-address.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-collate.o -MD -MP -MF ".deps/ld-collate.Tpo" -c -o ld-collate.o ld-collate.c; \
then mv -f ".deps/ld-collate.Tpo" ".deps/ld-collate.Po"; else rm -f ".deps/ld-collate.Tpo"; exit 1; fi
ld-collate.c: In function 'insert_value':
ld-collate.c:1019: warning: pointer targets in passing argument 2 of 'new_element' differ in signedness
ld-collate.c: In function 'handle_ellipsis':
ld-collate.c:1413: warning: pointer targets in passing argument 2 of 'new_element' differ in signedness
ld-collate.c: At top level:
3level.h:177: warning: 'wchead_table_iterate' defined but not used
ld-collate.c: In function 'collate_read':
ld-collate.c:3711: warning: 'seqp' may be used uninitialized in this function
ld-collate.c:2982: warning: 'endsymbol' may be used uninitialized in this function
ld-collate.c:2980: warning: 'symbol' may be used uninitialized in this function
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-ctype.o -MD -MP -MF ".deps/ld-ctype.Tpo" -c -o ld-ctype.o ld-ctype.c; \
then mv -f ".deps/ld-ctype.Tpo" ".deps/ld-ctype.Po"; else rm -f ".deps/ld-ctype.Tpo"; exit 1; fi
ld-ctype.c: In function 'ctype_finish':
ld-ctype.c:651: warning: pointer targets in passing argument 2 of 'charmap_find_symbol' differ in signedness
ld-ctype.c:752: warning: pointer targets in passing argument 2 of 'charmap_find_symbol' differ in signedness
ld-ctype.c: In function 'set_class_defaults':
ld-ctype.c:3836: warning: pointer targets in passing argument 2 of 'charmap_find_symbol' differ in signedness
ld-ctype.c: In function 'allocate_arrays':
ld-ctype.c:4388: warning: pointer targets in passing argument 2 of 'charmap_find_symbol' differ in signedness
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-identification.o -MD -MP -MF ".deps/ld-identification.Tpo" -c -o ld-identification.o ld-identification.c; \
then mv -f ".deps/ld-identification.Tpo" ".deps/ld-identification.Po"; else rm -f ".deps/ld-identification.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-measurement.o -MD -MP -MF ".deps/ld-measurement.Tpo" -c -o ld-measurement.o ld-measurement.c; \
then mv -f ".deps/ld-measurement.Tpo" ".deps/ld-measurement.Po"; else rm -f ".deps/ld-measurement.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-messages.o -MD -MP -MF ".deps/ld-messages.Tpo" -c -o ld-messages.o ld-messages.c; \
then mv -f ".deps/ld-messages.Tpo" ".deps/ld-messages.Po"; else rm -f ".deps/ld-messages.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-monetary.o -MD -MP -MF ".deps/ld-monetary.Tpo" -c -o ld-monetary.o ld-monetary.c; \
then mv -f ".deps/ld-monetary.Tpo" ".deps/ld-monetary.Po"; else rm -f ".deps/ld-monetary.Tpo"; exit 1; fi
ld-monetary.c: In function 'monetary_finish':
ld-monetary.c:349: warning: comparison is always false due to limited range of data type
ld-monetary.c:349: warning: comparison is always false due to limited range of data type
ld-monetary.c:350: warning: comparison is always false due to limited range of data type
ld-monetary.c:350: warning: comparison is always false due to limited range of data type
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-name.o -MD -MP -MF ".deps/ld-name.Tpo" -c -o ld-name.o ld-name.c; \
then mv -f ".deps/ld-name.Tpo" ".deps/ld-name.Po"; else rm -f ".deps/ld-name.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-numeric.o -MD -MP -MF ".deps/ld-numeric.Tpo" -c -o ld-numeric.o ld-numeric.c; \
then mv -f ".deps/ld-numeric.Tpo" ".deps/ld-numeric.Po"; else rm -f ".deps/ld-numeric.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-paper.o -MD -MP -MF ".deps/ld-paper.Tpo" -c -o ld-paper.o ld-paper.c; \
then mv -f ".deps/ld-paper.Tpo" ".deps/ld-paper.Po"; else rm -f ".deps/ld-paper.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-telephone.o -MD -MP -MF ".deps/ld-telephone.Tpo" -c -o ld-telephone.o ld-telephone.c; \
then mv -f ".deps/ld-telephone.Tpo" ".deps/ld-telephone.Po"; else rm -f ".deps/ld-telephone.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT ld-time.o -MD -MP -MF ".deps/ld-time.Tpo" -c -o ld-time.o ld-time.c; \
then mv -f ".deps/ld-time.Tpo" ".deps/ld-time.Po"; else rm -f ".deps/ld-time.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT charmap.o -MD -MP -MF ".deps/charmap.Tpo" -c -o charmap.o charmap.c; \
then mv -f ".deps/charmap.Tpo" ".deps/charmap.Po"; else rm -f ".deps/charmap.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT linereader.o -MD -MP -MF ".deps/linereader.Tpo" -c -o linereader.o linereader.c; \
then mv -f ".deps/linereader.Tpo" ".deps/linereader.Po"; else rm -f ".deps/linereader.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT locfile.o -MD -MP -MF ".deps/locfile.Tpo" -c -o locfile.o locfile.c; \
then mv -f ".deps/locfile.Tpo" ".deps/locfile.Po"; else rm -f ".deps/locfile.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT repertoire.o -MD -MP -MF ".deps/repertoire.Tpo" -c -o repertoire.o repertoire.c; \
then mv -f ".deps/repertoire.Tpo" ".deps/repertoire.Po"; else rm -f ".deps/repertoire.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/build/buildd/belocs-locales-bin-2.4/locale/programs -I../.. -I.. -std=gnu99 -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DDEFDIR='"/etc/belocs"' -O2 -g -Wall -MT locarchive.o -MD -MP -MF ".deps/locarchive.Tpo" -c -o locarchive.o locarchive.c; \
then mv -f ".deps/locarchive.Tpo" ".deps/locarchive.Po"; else rm -f ".deps/locarchive.Tpo"; exit 1; fi
gcc -O2 -g -Wall -o localedef localedef.o ld-address.o ld-collate.o ld-ctype.o ld-identification.o ld-measurement.o ld-messages.o ld-monetary.o ld-name.o ld-numeric.o ld-paper.o ld-telephone.o ld-time.o charmap.o linereader.o locfile.o repertoire.o locarchive.o charmap-dir.o simple-hash.o xmalloc.o xstrdup.o ../../crypt/md5.o
make[4]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/locale/programs'
make[4]: Entering directory `/build/buildd/belocs-locales-bin-2.4/locale'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/locale'
make[3]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/locale'
make[3]: Entering directory `/build/buildd/belocs-locales-bin-2.4'
make[3]: Leaving directory `/build/buildd/belocs-locales-bin-2.4'
make[2]: Leaving directory `/build/buildd/belocs-locales-bin-2.4'
make[1]: Leaving directory `/build/buildd/belocs-locales-bin-2.4'
# Build translated manual pages
make -C manpages
make[1]: Entering directory `/build/buildd/belocs-locales-bin-2.4/manpages'
po4a -v po4a.cfg
Updating po/man.pot:
(85 entries)
Updating po/de.po:
......... done.
85 translated messages.
Updating po/es.po:
......... done.
32 translated messages, 6 fuzzy translations, 47 untranslated messages.
Updating po/fr.po:
......... done.
85 translated messages.
Updating po/id.po:
......... done.
3 translated messages, 34 fuzzy translations, 48 untranslated messages.
Updating po/pl.po:
......... done.
32 translated messages, 5 fuzzy translations, 48 untranslated messages.
Updating po/pt_BR.po:
......... done.
32 translated messages, 5 fuzzy translations, 48 untranslated messages.
validlocale.de.8 is 100% translated (27 strings).
validlocale.es.8 is 100% translated (27 strings).
locale-gen.conf.fr.5 is 100% translated (21 strings).
locale.gen.fr.5 is 100% translated (15 strings).
locale-gen.fr.8 is 100% translated (37 strings).
validlocale.fr.8 is 100% translated (27 strings).
Discard validlocale.id.8 (1 of 27 strings; only 3.7% translated; need 80%).
validlocale.pl.8 is 100% translated (27 strings).
validlocale.pt_BR.8 is 100% translated (27 strings).
rm -f po/*.po~
make[1]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/manpages'
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean
dh_installdirs -pbelocs-locales-bin
make DESTDIR=/build/buildd/belocs-locales-bin-2.4/debian/belocs-locales-bin install
make[1]: Entering directory `/build/buildd/belocs-locales-bin-2.4'
Making install in crypt
make[2]: Entering directory `/build/buildd/belocs-locales-bin-2.4/crypt'
make[3]: Entering directory `/build/buildd/belocs-locales-bin-2.4/crypt'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/crypt'
make[2]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/crypt'
Making install in locale
make[2]: Entering directory `/build/buildd/belocs-locales-bin-2.4/locale'
Making install in programs
make[3]: Entering directory `/build/buildd/belocs-locales-bin-2.4/locale/programs'
make[4]: Entering directory `/build/buildd/belocs-locales-bin-2.4/locale/programs'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/belocs-locales-bin-2.4/debian/belocs-locales-bin/usr/bin"
/usr/bin/ginstall -c 'locale' '/build/buildd/belocs-locales-bin-2.4/debian/belocs-locales-bin/usr/bin/locale'
/usr/bin/ginstall -c 'localedef' '/build/buildd/belocs-locales-bin-2.4/debian/belocs-locales-bin/usr/bin/localedef'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/locale/programs'
make[3]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/locale/programs'
make[3]: Entering directory `/build/buildd/belocs-locales-bin-2.4/locale'
make[4]: Entering directory `/build/buildd/belocs-locales-bin-2.4/locale'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/locale'
make[3]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/locale'
make[2]: Leaving directory `/build/buildd/belocs-locales-bin-2.4/locale'
make[2]: Entering directory `/build/buildd/belocs-locales-bin-2.4'
make[3]: Entering directory `/build/buildd/belocs-locales-bin-2.4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd/belocs-locales-bin-2.4'
make[2]: Leaving directory `/build/buildd/belocs-locales-bin-2.4'
make[1]: Leaving directory `/build/buildd/belocs-locales-bin-2.4'
install -m 755 sbin/locale-gen /build/buildd/belocs-locales-bin-2.4/debian/belocs-locales-bin/usr/sbin/
install -m 755 sbin/update-locale /build/buildd/belocs-locales-bin-2.4/debian/belocs-locales-bin/usr/sbin/
install -m 755 sbin/validlocale /build/buildd/belocs-locales-bin-2.4/debian/belocs-locales-bin/usr/sbin/
install -m 644 debian/locale-gen.conf /build/buildd/belocs-locales-bin-2.4/debian/belocs-locales-bin/etc/belocs/
# Substitute __SUPPORTED_LOCALES__.
# We cannot Build-Depends: belocs-locales-data because for now
# belocs-locales-data depends on belocs-locales-bin, so a copy
# is shipped into debian/SUPPORTED until this is solved.
perl -pe 'BEGIN {undef $/; open(IN, "debian/SUPPORTED"); $j=<IN>;} s/__SUPPORTED_LOCALES__/$j/g;' debian/config.in > debian/config
dh_testdir
dh_testroot
dh_installdocs debian/README.magic debian/NEWS.Debian
dh_installman
dh_installchangelogs
dh_installdebconf
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `belocs-locales-bin' in `../belocs-locales-bin_2.4-2.1_m32r.deb'.
dpkg-genchanges -B
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20070306-1916
chroot-unstable/build/buildd/belocs-locales-bin_2.4-2.1_m32r.deb:
new debian package, version 2.0.
size 177364 bytes: control archive= 13875 bytes.
28 bytes, 1 lines conffiles
10103 bytes, 466 lines * config #!/bin/sh
544 bytes, 14 lines control
1596 bytes, 23 lines md5sums
2384 bytes, 77 lines * postinst #!/bin/sh
704 bytes, 27 lines * postrm #!/bin/sh
377 bytes, 13 lines * preinst #!/bin/sh
121 bytes, 14 lines * prerm #!/bin/sh
20009 bytes, 196 lines templates
Package: belocs-locales-bin
Version: 2.4-2.1
Section: misc
Priority: extra
Architecture: m32r
Depends: libc6 (>= 2.3.5-1), debconf (>= 0.5) | debconf-2.0, belocs-locales-data
Conflicts: base-config
Replaces: base-config
Installed-Size: 552
Maintainer: Denis Barbier <barbier at debian.org>
Description: tools for compiling locale data files
This package provides the executables needed to compile locale data
files. Source files come from GNU libc, but are slightly improved
to allow changes in language and territory definitions at run-time.
chroot-unstable/build/buildd/belocs-locales-bin_2.4-2.1_m32r.deb:
drwxr-xr-x root/root 0 2007-03-06 19:13 ./
drwxr-xr-x root/root 0 2007-03-06 19:12 ./etc/
drwxr-xr-x root/root 0 2007-03-06 19:13 ./etc/belocs/
-rw-r--r-- root/root 1437 2007-03-06 19:13 ./etc/belocs/locale-gen.conf
drwxr-xr-x root/root 0 2007-03-06 19:13 ./usr/
drwxr-xr-x root/root 0 2007-03-06 19:13 ./usr/sbin/
-rwxr-xr-x root/root 2834 2007-03-06 19:13 ./usr/sbin/update-locale
-rwxr-xr-x root/root 1773 2007-03-06 19:13 ./usr/sbin/validlocale
-rwxr-xr-x root/root 6048 2007-03-06 19:13 ./usr/sbin/locale-gen
drwxr-xr-x root/root 0 2007-03-06 19:14 ./usr/bin/
-rwxr-xr-x root/root 278024 2007-03-06 19:14 ./usr/bin/localedef
-rwxr-xr-x root/root 26732 2007-03-06 19:14 ./usr/bin/locale
drwxr-xr-x root/root 0 2007-03-06 19:13 ./usr/share/
drwxr-xr-x root/root 0 2007-03-06 19:13 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-03-06 19:14 ./usr/share/doc/belocs-locales-bin/
-rw-r--r-- root/root 635 2007-03-06 18:47 ./usr/share/doc/belocs-locales-bin/README.magic
-rw-r--r-- root/root 760 2007-03-06 18:47 ./usr/share/doc/belocs-locales-bin/copyright
-rw-r--r-- root/root 336 2007-03-06 18:47 ./usr/share/doc/belocs-locales-bin/NEWS.Debian.gz
-rw-r--r-- root/root 6721 2007-03-06 18:47 ./usr/share/doc/belocs-locales-bin/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-03-06 19:13 ./usr/share/man/
drwxr-xr-x root/root 0 2007-03-06 19:13 ./usr/share/man/pl/
drwxr-xr-x root/root 0 2007-03-06 19:14 ./usr/share/man/pl/man8/
-rw-r--r-- root/root 757 2007-03-06 19:12 ./usr/share/man/pl/man8/validlocale.8.gz
drwxr-xr-x root/root 0 2007-03-06 19:14 ./usr/share/man/man1/
-rw-r--r-- root/root 2966 2007-03-06 18:47 ./usr/share/man/man1/localedef.1.gz
-rw-r--r-- root/root 1093 2007-03-06 18:47 ./usr/share/man/man1/locale.1.gz
drwxr-xr-x root/root 0 2007-03-06 19:14 ./usr/share/man/man8/
-rw-r--r-- root/root 635 2007-03-06 18:47 ./usr/share/man/man8/validlocale.8.gz
-rw-r--r-- root/root 1038 2007-03-06 18:47 ./usr/share/man/man8/locale-gen.8.gz
-rw-r--r-- root/root 728 2007-03-06 18:47 ./usr/share/man/man8/update-locale.8.gz
drwxr-xr-x root/root 0 2007-03-06 19:13 ./usr/share/man/es/
drwxr-xr-x root/root 0 2007-03-06 19:14 ./usr/share/man/es/man8/
-rw-r--r-- root/root 842 2007-03-06 19:11 ./usr/share/man/es/man8/validlocale.8.gz
drwxr-xr-x root/root 0 2007-03-06 19:14 ./usr/share/man/man5/
-rw-r--r-- root/root 916 2007-03-06 18:47 ./usr/share/man/man5/locale-gen.conf.5.gz
-rw-r--r-- root/root 830 2007-03-06 18:47 ./usr/share/man/man5/locale.gen.5.gz
drwxr-xr-x root/root 0 2007-03-06 19:13 ./usr/share/man/fr/
drwxr-xr-x root/root 0 2007-03-06 19:14 ./usr/share/man/fr/man8/
-rw-r--r-- root/root 883 2007-03-06 19:12 ./usr/share/man/fr/man8/validlocale.8.gz
-rw-r--r-- root/root 1309 2007-03-06 19:12 ./usr/share/man/fr/man8/locale-gen.8.gz
drwxr-xr-x root/root 0 2007-03-06 19:14 ./usr/share/man/fr/man5/
-rw-r--r-- root/root 1195 2007-03-06 19:11 ./usr/share/man/fr/man5/locale-gen.conf.5.gz
-rw-r--r-- root/root 961 2007-03-06 19:11 ./usr/share/man/fr/man5/locale.gen.5.gz
drwxr-xr-x root/root 0 2007-03-06 19:13 ./usr/share/man/pt_BR/
drwxr-xr-x root/root 0 2007-03-06 19:14 ./usr/share/man/pt_BR/man8/
-rw-r--r-- root/root 743 2007-03-06 19:12 ./usr/share/man/pt_BR/man8/validlocale.8.gz
drwxr-xr-x root/root 0 2007-03-06 19:12 ./usr/lib/
drwxr-xr-x root/root 0 2007-03-06 19:12 ./usr/lib/locale/
belocs-locales-bin_2.4-2.1_m32r.changes:
Format: 1.7
Date: Mon, 26 Feb 2007 18:48:03 +0100
Source: belocs-locales-bin
Binary: belocs-locales-bin
Architecture: m32r
Version: 2.4-2.1
Distribution: unstable
Urgency: low
Maintainer: Denis Barbier <barbier at debian.org>
Changed-By: Christian Perrier <bubulle at debian.org>
Description:
belocs-locales-bin - tools for compiling locale data files
Closes: 400625 400660
Changes:
belocs-locales-bin (2.4-2.1) unstable; urgency=low
.
* Non-maintainer upload to fix pending l10n issues.
* Debconf translations:
- German. Closes: #400625
* Man pages translations:
- German. Closes: #400660
Files:
ae4dab05d2220e3c0df57c2983c4d2ce 177364 misc extra belocs-locales-bin_2.4-2.1_m32r.deb
******************************************************************************
Built successfully
NOTE: The package could have used binaries from the following packages
(access time changed) without a source dependency:
gettext: /usr/bin/msgmerge /usr/bin/msgfmt /usr/bin/xgettext
Purging chroot-unstable/build/buildd/belocs-locales-bin-2.4
------------------------------------------------------------------------------
******************************************************************************
Finished at 20070306-1916
Build needed 00:29:35, 5976k disk space
More information about the build-status
mailing list