[build-status: 128118] Log for successful build of t1utils_1.33-1 (dist=unstable)
Build Daemon 2
buildd2 at linux-m32r.org
Fri May 23 22:13:59 JST 2008
Automatic build of t1utils_1.33-1 on mappi005 by sbuild/m32r 98-farm
Build started at 20080523-2146
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 156kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main t1utils 1.33-1 (dsc) [581B]
Get:2 http://debian.linux-m32r.org 06_devonian/main t1utils 1.33-1 (tar) [131kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main t1utils 1.33-1 (diff) [24.5kB]
Fetched 156kB in 4s (32.6kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper
Checking for already installed source dependencies...
debhelper: already installed (7.0.8)
Checking for source dependency conflicts...
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.18.1~cvs20080103-1 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
dpkg-source: extracting t1utils in t1utils-1.33
dpkg-source: info: unpacking t1utils_1.33.orig.tar.gz
dpkg-source: info: applying t1utils_1.33-1.diff.gz
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value:
dpkg-buildpackage: set LDFLAGS to default value:
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package t1utils
dpkg-buildpackage: source version 1.33-1
dpkg-buildpackage: host architecture m32r
/usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || /usr/bin/make clean
[ ! -f Makefile ] || /usr/bin/make distclean
dh_clean
debian/rules build
dh_testdir
./configure --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --enable-warnings
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 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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for an ANSI C-conforming const... yes
checking for strerror... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 for inttypes.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for uintptr_t... yes
checking for void *... yes
checking size of void *... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for unsigned int... yes
checking size of unsigned int... 4
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/build/buildd2/t1utils-1.33'
cd . && /bin/sh /build/buildd2/t1utils-1.33/missing --run autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd2/t1utils-1.33'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -g -O2 -W -Wall -MT clp.o -MD -MP -MF ".deps/clp.Tpo" \
-c -o clp.o `test -f 'clp.c' || echo './'`clp.c; \
then mv -f ".deps/clp.Tpo" ".deps/clp.Po"; \
else rm -f ".deps/clp.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -g -O2 -W -Wall -MT t1lib.o -MD -MP -MF ".deps/t1lib.Tpo" \
-c -o t1lib.o `test -f 't1lib.c' || echo './'`t1lib.c; \
then mv -f ".deps/t1lib.Tpo" ".deps/t1lib.Po"; \
else rm -f ".deps/t1lib.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -g -O2 -W -Wall -MT t1ascii.o -MD -MP -MF ".deps/t1ascii.Tpo" \
-c -o t1ascii.o `test -f 't1ascii.c' || echo './'`t1ascii.c; \
then mv -f ".deps/t1ascii.Tpo" ".deps/t1ascii.Po"; \
else rm -f ".deps/t1ascii.Tpo"; exit 1; \
fi
gcc -g -O2 -W -Wall -o t1ascii clp.o t1lib.o t1ascii.o
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -g -O2 -W -Wall -MT t1binary.o -MD -MP -MF ".deps/t1binary.Tpo" \
-c -o t1binary.o `test -f 't1binary.c' || echo './'`t1binary.c; \
then mv -f ".deps/t1binary.Tpo" ".deps/t1binary.Po"; \
else rm -f ".deps/t1binary.Tpo"; exit 1; \
fi
gcc -g -O2 -W -Wall -o t1binary clp.o t1lib.o t1binary.o
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -g -O2 -W -Wall -MT t1asm.o -MD -MP -MF ".deps/t1asm.Tpo" \
-c -o t1asm.o `test -f 't1asm.c' || echo './'`t1asm.c; \
then mv -f ".deps/t1asm.Tpo" ".deps/t1asm.Po"; \
else rm -f ".deps/t1asm.Tpo"; exit 1; \
fi
gcc -g -O2 -W -Wall -o t1asm clp.o t1lib.o t1asm.o
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -g -O2 -W -Wall -MT t1disasm.o -MD -MP -MF ".deps/t1disasm.Tpo" \
-c -o t1disasm.o `test -f 't1disasm.c' || echo './'`t1disasm.c; \
then mv -f ".deps/t1disasm.Tpo" ".deps/t1disasm.Po"; \
else rm -f ".deps/t1disasm.Tpo"; exit 1; \
fi
gcc -g -O2 -W -Wall -o t1disasm clp.o t1lib.o t1disasm.o
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -g -O2 -W -Wall -MT t1unmac.o -MD -MP -MF ".deps/t1unmac.Tpo" \
-c -o t1unmac.o `test -f 't1unmac.c' || echo './'`t1unmac.c; \
then mv -f ".deps/t1unmac.Tpo" ".deps/t1unmac.Po"; \
else rm -f ".deps/t1unmac.Tpo"; exit 1; \
fi
gcc -g -O2 -W -Wall -o t1unmac clp.o t1lib.o t1unmac.o
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -g -O2 -W -Wall -MT t1mac.o -MD -MP -MF ".deps/t1mac.Tpo" \
-c -o t1mac.o `test -f 't1mac.c' || echo './'`t1mac.c; \
then mv -f ".deps/t1mac.Tpo" ".deps/t1mac.Po"; \
else rm -f ".deps/t1mac.Tpo"; exit 1; \
fi
gcc -g -O2 -W -Wall -o t1mac clp.o t1lib.o t1mac.o
make[2]: Leaving directory `/build/buildd2/t1utils-1.33'
make[1]: Leaving directory `/build/buildd2/t1utils-1.33'
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/tmp.
/usr/bin/make prefix=`pwd`/debian/`dh_listpackages`/usr install
make[1]: Entering directory `/build/buildd2/t1utils-1.33'
make[2]: Entering directory `/build/buildd2/t1utils-1.33'
/bin/sh ./mkinstalldirs /build/buildd2/t1utils-1.33/debian/t1utils/usr/bin
mkdir -p -- /build/buildd2/t1utils-1.33/debian/t1utils/usr/bin
/usr/bin/ginstall -c t1ascii /build/buildd2/t1utils-1.33/debian/t1utils/usr/bin/t1ascii
/usr/bin/ginstall -c t1binary /build/buildd2/t1utils-1.33/debian/t1utils/usr/bin/t1binary
/usr/bin/ginstall -c t1asm /build/buildd2/t1utils-1.33/debian/t1utils/usr/bin/t1asm
/usr/bin/ginstall -c t1disasm /build/buildd2/t1utils-1.33/debian/t1utils/usr/bin/t1disasm
/usr/bin/ginstall -c t1unmac /build/buildd2/t1utils-1.33/debian/t1utils/usr/bin/t1unmac
/usr/bin/ginstall -c t1mac /build/buildd2/t1utils-1.33/debian/t1utils/usr/bin/t1mac
/bin/sh ./mkinstalldirs /build/buildd2/t1utils-1.33/debian/t1utils/usr/share/man/man1
mkdir -p -- /build/buildd2/t1utils-1.33/debian/t1utils/usr/share/man/man1
/usr/bin/ginstall -c -m 644 ./t1ascii.1 /build/buildd2/t1utils-1.33/debian/t1utils/usr/share/man/man1/t1ascii.1
/usr/bin/ginstall -c -m 644 ./t1binary.1 /build/buildd2/t1utils-1.33/debian/t1utils/usr/share/man/man1/t1binary.1
/usr/bin/ginstall -c -m 644 ./t1asm.1 /build/buildd2/t1utils-1.33/debian/t1utils/usr/share/man/man1/t1asm.1
/usr/bin/ginstall -c -m 644 ./t1disasm.1 /build/buildd2/t1utils-1.33/debian/t1utils/usr/share/man/man1/t1disasm.1
/usr/bin/ginstall -c -m 644 ./t1unmac.1 /build/buildd2/t1utils-1.33/debian/t1utils/usr/share/man/man1/t1unmac.1
/usr/bin/ginstall -c -m 644 ./t1mac.1 /build/buildd2/t1utils-1.33/debian/t1utils/usr/share/man/man1/t1mac.1
make[2]: Leaving directory `/build/buildd2/t1utils-1.33'
make[1]: Leaving directory `/build/buildd2/t1utils-1.33'
dh_testdir
dh_testroot
dh_installchangelogs NEWS
dh_installdocs
dh_installman
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `t1utils' in `../t1utils_1.33-1_m32r.deb'.
dpkg-genchanges -B -mHirokazu Takata <takata at linux-m32r.org> >../t1utils_1.33-1_m32r.changes
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 20080523-2213
chroot-unstable/build/buildd2/t1utils_1.33-1_m32r.deb:
new debian package, version 2.0.
size 55460 bytes: control archive= 1761 bytes.
2467 bytes, 53 lines control
1036 bytes, 17 lines md5sums
Package: t1utils
Version: 1.33-1
Architecture: m32r
Maintainer: C.M. Connelly <cmc at debian.org>
Installed-Size: 236
Depends: libc6 (>= 2.3.5-1)
Section: text
Priority: optional
Homepage: http://www.lcdf.org/type/
Description: Collection of simple Type 1 font manipulation programs
The t1utils tools allow you to convert between PFA (ASCII) and PFB
(binary) formats; disassemble PFA or PFB files into human-readable
form; and reassemble the human-readable files into PFA or PFB format
files. You can also extract font resources from a Macintosh font
file (ATM/Laserwriter), or create a Macintosh Type 1 font file from a
PFA or PFB font.
.
There are currently six programs:
.
t1ascii Converts PFB files to PFA format.
.
t1binary Converts PFA files to PFB format.
.
t1disasm Disassembles a Type 1 font (PFA or PFB format) into a raw,
human-readable text form for subsequent hand editing,
tweaking, hint fixing, etcetera...
.
t1asm Assembles a Type 1 font into PFA or PFB format from
the human-readable form produced by t1disasm.
.
t1unmac Extracts POST resources from a Macintosh Type 1 font file
(ATM/Laserwriter) into PFA or PFB format for use outside
the Macintosh environment. The Macintosh file should be
stored in MacBinary, AppleSingle, AppleDouble, or BinHex
format, or as a raw resource fork. Note that t1unmac does
not have to run on a Macintosh, but makes Macintosh Type 1
fonts available for use on Unix machines and PCs.
.
t1mac Creates a Macintosh Type 1 file from a PFA- or PFB-format
Type 1 font. Writes the Macintosh file in MacBinary,
AppleSingle, AppleDouble, or BinHex format, or as a raw
resource fork. WARNING: This tool will not suffice to
allow you to use the new font on a Macintosh, as
Macintoshes cannot read raw Type 1 fonts. You will need
to create a font suitcase containing bitmap fonts. If you
do not already have such a suitcase for the font, T1utils
will not help you create one.
.
This version of the t1utils programs has been maintained by Eddie
Kohler <eddietwo at lcs.mit.edu> since version 1.5, based on the
original code by I. Lee Hetherington. As such, it is a complete
replacement for the t1utils Debian package, which is based on version
1.2 of I. Lee Hetherington's code.
chroot-unstable/build/buildd2/t1utils_1.33-1_m32r.deb:
drwxr-xr-x root/root 0 2008-05-23 22:09 ./
drwxr-xr-x root/root 0 2008-05-23 22:08 ./usr/
drwxr-xr-x root/root 0 2008-05-23 22:09 ./usr/bin/
-rwxr-xr-x root/root 20900 2008-05-23 22:09 ./usr/bin/t1ascii
-rwxr-xr-x root/root 28640 2008-05-23 22:09 ./usr/bin/t1mac
-rwxr-xr-x root/root 20400 2008-05-23 22:09 ./usr/bin/t1binary
-rwxr-xr-x root/root 25292 2008-05-23 22:09 ./usr/bin/t1asm
-rwxr-xr-x root/root 25048 2008-05-23 22:09 ./usr/bin/t1disasm
-rwxr-xr-x root/root 25600 2008-05-23 22:09 ./usr/bin/t1unmac
drwxr-xr-x root/root 0 2008-05-23 22:08 ./usr/share/
drwxr-xr-x root/root 0 2008-05-23 22:08 ./usr/share/doc/
drwxr-xr-x root/root 0 2008-05-23 22:09 ./usr/share/doc/t1utils/
-rw-r--r-- root/root 983 2008-05-23 21:59 ./usr/share/doc/t1utils/copyright
-rw-r--r-- root/root 3744 2008-01-09 13:13 ./usr/share/doc/t1utils/changelog.gz
-rw-r--r-- root/root 561 2008-05-23 21:59 ./usr/share/doc/t1utils/README.Debian
-rw-r--r-- root/root 3042 2008-01-09 13:15 ./usr/share/doc/t1utils/README
-rw-r--r-- root/root 1899 2008-05-23 21:59 ./usr/share/doc/t1utils/changelog.Debian.gz
drwxr-xr-x root/root 0 2008-05-23 22:08 ./usr/share/man/
drwxr-xr-x root/root 0 2008-05-23 22:09 ./usr/share/man/man1/
-rw-r--r-- root/root 1013 2008-05-23 22:09 ./usr/share/man/man1/t1disasm.1.gz
-rw-r--r-- root/root 599 2008-05-23 22:09 ./usr/share/man/man1/t1binary.1.gz
-rw-r--r-- root/root 1388 2008-05-23 22:09 ./usr/share/man/man1/t1asm.1.gz
-rw-r--r-- root/root 744 2008-05-23 22:09 ./usr/share/man/man1/t1ascii.1.gz
-rw-r--r-- root/root 867 2008-05-23 22:09 ./usr/share/man/man1/t1mac.1.gz
-rw-r--r-- root/root 1013 2008-05-23 22:09 ./usr/share/man/man1/t1unmac.1.gz
t1utils_1.33-1_m32r.changes:
Format: 1.8
Date: Thu, 10 Jan 2008 12:43:10 -0800
Source: t1utils
Binary: t1utils
Architecture: m32r
Version: 1.33-1
Distribution: unstable
Urgency: low
Maintainer: Hirokazu Takata <takata at linux-m32r.org>
Changed-By: C.M. Connelly <cmc at debian.org>
Description:
t1utils - Collection of simple Type 1 font manipulation programs
Changes:
t1utils (1.33-1) unstable; urgency=low
.
* New upstream release. Fixes signedness comparison warnings during
compilation.
Checksums-Sha1:
162638a133472cb52eaff67d457413524ade454a 55460 t1utils_1.33-1_m32r.deb
Checksums-Sha256:
adf730da796d1573d3d5afac759091781ca8580d2d66fbbb891215fbbe7a5e68 55460 t1utils_1.33-1_m32r.deb
Files:
f60ff247cb4e092552936004d91fea06 55460 text optional t1utils_1.33-1_m32r.deb
******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd2/t1utils-1.33
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080523-2213
Build needed 00:16:06, 1916k disk space
More information about the build-status
mailing list