[build-status: 168627] Log for successful build of ed_0.7-2 (dist=unstable)
Build Daemon 4
buildd4 at linux-m32r.org
Tue Sep 2 10:27:11 JST 2008
Automatic build of ed_0.7-2 on mappi006 by sbuild/m32r
Build started at 20080902-1005
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 83.3kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main ed 0.7-2 (dsc) [880B]
Get:2 http://debian.linux-m32r.org 06_devonian/main ed 0.7-2 (tar) [74.8kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main ed 0.7-2 (diff) [7687B]
Fetched 83.3kB in 1s (44.8kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: dpatch
Checking for already installed source dependencies...
dpatch: already installed (2.0.30)
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.0.3 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 ed in ed-0.7
dpkg-source: info: unpacking ed_0.7.orig.tar.gz
dpkg-source: info: applying ed_0.7-2.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 ed
dpkg-buildpackage: source version 0.7-2
dpkg-buildpackage: host architecture m32r
/usr/bin/fakeroot debian/rules clean
dpatch deapply-all
08_signal.c not applied to ./ .
07_ed.1-spelling-fixes not applied to ./ .
06_testsuite-Makefile not applied to ./ .
05_ed.1-warning-fix not applied to ./ .
03_ed.1-cleanup not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
test -f ed.h && test -f debian/rules
rm -f ed-test build debian/patched
/usr/bin/make -i distclean || /usr/bin/make -f Makefile.in distclean
make[1]: Entering directory `/build/buildd4/ed-0.7'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/build/buildd4/ed-0.7'
make[1]: Entering directory `/build/buildd4/ed-0.7'
rm -f p buf.o carg_parser.o glbl.o io.o main.o main_loop.o re.o signal.o
rm -f Makefile config.status *.tar *.bz2
make[1]: Leaving directory `/build/buildd4/ed-0.7'
find . -name \*~ | xargs rm -vf
rm -rf debian/tmp debian/files* debian/substvars*
debian/rules build
test -d debian/patched || install -d debian/patched
dpatch apply-all
applying patch 03_ed.1-cleanup to ./ ... ok.
applying patch 05_ed.1-warning-fix to ./ ... ok.
applying patch 06_testsuite-Makefile to ./ ... ok.
applying patch 07_ed.1-spelling-fixes to ./ ... ok.
applying patch 08_signal.c to ./ ... ok.
dpatch cat-all >>patch-stampT
mv -f patch-stampT patch-stamp
test -f ed.h && test -f debian/rules
./configure --prefix=/usr
creating config.status
creating Makefile
VPATH = .
prefix = /usr
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
datadir = $(prefix)/share
infodir = $(datadir)/info
mandir = $(datadir)/man
sysconfdir = $(prefix)/etc
CC = gcc
CXX = g++
CPPFLAGS =
CFLAGS = -Wall -W -O2
CXXFLAGS = -Wall -W -O2
LDFLAGS =
OK. Now you can run make.
/usr/bin/make CFLAGS="-O2 -g -Wall"
make[1]: Entering directory `/build/buildd4/ed-0.7'
gcc -O2 -g -Wall -c -o buf.o buf.c
gcc -O2 -g -Wall -c -o carg_parser.o carg_parser.c
gcc -O2 -g -Wall -c -o glbl.o glbl.c
gcc -O2 -g -Wall -c -o io.o io.c
gcc -O2 -g -Wall -DPROGVERSION=\"0.7\" -c -o main.o main.c
gcc -O2 -g -Wall -c -o main_loop.o main_loop.c
gcc -O2 -g -Wall -c -o re.o re.c
gcc -O2 -g -Wall -c -o signal.o signal.c
gcc -o ed buf.o carg_parser.o glbl.o io.o main.o main_loop.o re.o signal.o
make[1]: Leaving directory `/build/buildd4/ed-0.7'
touch build
/usr/bin/fakeroot debian/rules binary-arch
test -f ed.h && test -f debian/rules
make check || exit 127
make[1]: Entering directory `/build/buildd4/ed-0.7'
building test scripts for ed...
testing ed...
tests completed successfully.
make[1]: Leaving directory `/build/buildd4/ed-0.7'
test -f ed.h && test -f debian/rules
test root = "`whoami`"
test -f ed.h && test -f debian/rules
rm -rf debian/tmp
install -d -m 755 debian/tmp/DEBIAN/
install -m 755 debian/postinst debian/tmp/DEBIAN/
install -m 755 debian/prerm debian/tmp/DEBIAN/
install -d -m 755 debian/tmp/bin debian/tmp/usr/bin
install -m 755 -s ed debian/tmp/bin/
ln -s /bin/ed debian/tmp/usr/bin/red
install -d -m 755 debian/tmp/usr/share/info/
install -m 644 doc/ed.info debian/tmp/usr/share/info/
gzip -9v debian/tmp/usr/share/info/ed.info
debian/tmp/usr/share/info/ed.info: 68.1% -- replaced with debian/tmp/usr/share/info/ed.info.gz
install -d -m 755 debian/tmp/usr/share/man/man1/
install -m 644 doc/ed.1 debian/tmp/usr/share/man/man1/
gzip -9v debian/tmp/usr/share/man/man1/ed.1
debian/tmp/usr/share/man/man1/ed.1: 69.1% -- replaced with debian/tmp/usr/share/man/man1/ed.1.gz
ln -s ed.1.gz debian/tmp/usr/share/man/man1/red.1.gz
install -d -m 755 debian/tmp/usr/share/doc/ed/
install -m 644 README NEWS AUTHORS TODO debian/tmp/usr/share/doc/ed
install -m 644 debian/changelog debian/tmp/usr/share/doc/ed/changelog.Debian
install -m 644 ChangeLog debian/tmp/usr/share/doc/ed/changelog
gzip -9v debian/tmp/usr/share/doc/ed/*
debian/tmp/usr/share/doc/ed/AUTHORS: 37.0% -- replaced with debian/tmp/usr/share/doc/ed/AUTHORS.gz
debian/tmp/usr/share/doc/ed/changelog: 53.5% -- replaced with debian/tmp/usr/share/doc/ed/changelog.gz
debian/tmp/usr/share/doc/ed/changelog.Debian: 60.3% -- replaced with debian/tmp/usr/share/doc/ed/changelog.Debian.gz
debian/tmp/usr/share/doc/ed/NEWS: 12.4% -- replaced with debian/tmp/usr/share/doc/ed/NEWS.gz
debian/tmp/usr/share/doc/ed/README: 55.5% -- replaced with debian/tmp/usr/share/doc/ed/README.gz
debian/tmp/usr/share/doc/ed/TODO: 47.5% -- replaced with debian/tmp/usr/share/doc/ed/TODO.gz
install -m 644 debian/copyright debian/tmp/usr/share/doc/ed/
dpkg-shlibdeps ./ed
dpkg-gencontrol -isp
chown -R root.root debian/tmp
chmod -R go=rX debian/tmp
dpkg --build debian/tmp ..
dpkg-deb: building package `ed' in `../ed_0.7-2_m32r.deb'.
dpkg-genchanges -B -mHirokazu Takata <takata\@linux-m32r.org> >../ed_0.7-2_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 20080902-1024
chroot-unstable/build/buildd4/ed_0.7-2_m32r.deb:
new debian package, version 2.0.
size 47318 bytes: control archive= 797 bytes.
449 bytes, 15 lines control
487 bytes, 15 lines * postinst #!/bin/sh
392 bytes, 18 lines * prerm #!/bin/sh
Package: ed
Version: 0.7-2
Architecture: m32r
Maintainer: Martin Zobel-Helas <zobel at debian.org>
Installed-Size: 136
Depends: libc6 (>= 2.3.5-1)
Section: editors
Priority: important
Description: The classic unix line editor
ed is a line-oriented text editor. It is used to
create, display, modify and otherwise manipulate text
files.
.
red is a restricted ed: it can only edit files in the
current directory and cannot execute shell commands.
chroot-unstable/build/buildd4/ed_0.7-2_m32r.deb:
drwxr-xr-x root/root 0 2008-09-02 10:22 ./
drwxr-xr-x root/root 0 2008-09-02 10:22 ./bin/
-rwxr-xr-x root/root 34856 2008-09-02 10:22 ./bin/ed
drwxr-xr-x root/root 0 2008-09-02 10:22 ./usr/
drwxr-xr-x root/root 0 2008-09-02 10:22 ./usr/bin/
drwxr-xr-x root/root 0 2008-09-02 10:22 ./usr/share/
drwxr-xr-x root/root 0 2008-09-02 10:22 ./usr/share/info/
-rw-r--r-- root/root 10824 2008-09-02 10:22 ./usr/share/info/ed.info.gz
drwxr-xr-x root/root 0 2008-09-02 10:22 ./usr/share/man/
drwxr-xr-x root/root 0 2008-09-02 10:22 ./usr/share/man/man1/
-rw-r--r-- root/root 7074 2008-09-02 10:22 ./usr/share/man/man1/ed.1.gz
drwxr-xr-x root/root 0 2008-09-02 10:22 ./usr/share/doc/
drwxr-xr-x root/root 0 2008-09-02 10:22 ./usr/share/doc/ed/
-rw-r--r-- root/root 282 2008-09-02 10:22 ./usr/share/doc/ed/TODO.gz
-rw-r--r-- root/root 108 2008-09-02 10:22 ./usr/share/doc/ed/NEWS.gz
-rw-r--r-- root/root 2534 2008-09-02 10:22 ./usr/share/doc/ed/README.gz
-rw-r--r-- root/root 2303 2008-09-02 10:22 ./usr/share/doc/ed/copyright
-rw-r--r-- root/root 597 2008-09-02 10:22 ./usr/share/doc/ed/AUTHORS.gz
-rw-r--r-- root/root 1179 2008-09-02 10:22 ./usr/share/doc/ed/changelog.gz
-rw-r--r-- root/root 3076 2008-09-02 10:22 ./usr/share/doc/ed/changelog.Debian.gz
lrwxrwxrwx root/root 0 2008-09-02 10:22 ./usr/bin/red -> /bin/ed
lrwxrwxrwx root/root 0 2008-09-02 10:22 ./usr/share/man/man1/red.1.gz -> ed.1.gz
ed_0.7-2_m32r.changes:
Format: 1.8
Date: Tue, 26 Aug 2008 23:44:04 +0200
Source: ed
Binary: ed
Architecture: m32r
Version: 0.7-2
Distribution: unstable
Urgency: high
Maintainer: Hirokazu Takata <takata\@linux-m32r.org>
Changed-By: Martin Zobel-Helas <zobel at debian.org>
Description:
ed - The classic unix line editor
Changes:
ed (0.7-2) unstable; urgency=high
.
* Upload by new maintainer, thanks to James Troup for maintaining this
great package.
* Fix heap overflow in signal.c, reported by Core Security
Technologies and fixed upstream.
Checksums-Sha1:
f63418743e3765eb904da617bcea27b984389da3 47318 ed_0.7-2_m32r.deb
Checksums-Sha256:
7e1e8648821e9d71f00f489f9de0b96cdd56761d3782d1a09bce75f3d5a593c4 47318 ed_0.7-2_m32r.deb
Files:
e320b846ef808f2adfd4cf6d4febc731 47318 editors important ed_0.7-2_m32r.deb
******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd4/ed-0.7
------------------------------------------------------------------------------
/usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install cracklib2-dev cracklib2
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libcrack2: Conflicts: cracklib2
libselinux1-dev: Depends: libsepol1-dev (>= 1.12) but it is not going to be installed
openbsd-inetd: Depends: tcpd but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Build environment unusable, giving back
apt-get failed.
Failed to reinstall removed packages!
******************************************************************************
Finished at 20080902-1027
Build needed 00:11:57, 1684k disk space
More information about the build-status
mailing list