[build-status: 124652] Log for successful build of xwatch_2.11-13 (dist=unstable)

Build Daemon 1 buildd at linux-m32r.org
Fri May 2 20:02:07 JST 2008


Automatic build of xwatch_2.11-13 on mappi005 by sbuild/m32r 98-farm
Build started at 20080502-1929
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 53.6kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main xwatch 2.11-13 (dsc) [691B]
Get:2 http://debian.linux-m32r.org 06_devonian/main xwatch 2.11-13 (tar) [41.1kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main xwatch 2.11-13 (diff) [11.9kB]
Fetched 53.6kB in 0s (53.7kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4), libforms-dev, yodl
Checking for already installed source dependencies...
debhelper: already installed (7.0.2 >= 4 is satisfied)
libforms-dev: missing
Using default version 1.0-7 (Priority: 500)
yodl: already installed (2.11-1)
Checking for source dependency conflicts...
  /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install libforms-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libforms1
Suggested packages:
  libforms-bin libforms-doc
The following NEW packages will be installed:
  libforms-dev libforms1
0 upgraded, 2 newly installed, 0 to remove and 84 not upgraded.
Need to get 0B/859kB of archives.
After this operation, 2216kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libforms1 libforms-dev
Authentication warning overridden.
Selecting previously deselected package libforms1.
(Reading database ... 74594 files and directories currently installed.)
Unpacking libforms1 (from .../libforms1_1.0-7_m32r.deb) ...
Selecting previously deselected package libforms-dev.
Unpacking libforms-dev (from .../libforms-dev_1.0-7_m32r.deb) ...
Setting up libforms1 (1.0-7) ...
Setting up libforms-dev (1.0-7) ...
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
------------------------------------------------------------------------------
gpg: Signature made Thu Mar 27 10:06:21 2008 JST using RSA key ID D2A913A1
gpg: Can't check signature: public key not found
dpkg-source: extracting xwatch in xwatch-2.11
dpkg-source: info: unpacking xwatch_2.11.orig.tar.gz
dpkg-source: info: applying xwatch_2.11-13.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 xwatch
dpkg-buildpackage: source version 2.11-13
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
test -f debian/rules
cd src; rm -f build
cd src; make clean
make[1]: Entering directory `/build/buildd/xwatch-2.11/src'
rm -f xwatch xwatch.o usage.o ui.o parsegag.o xmalloc.o xrealloc.o xstrdup.o alarmhandler.o addfile.o scanfile.o parsecolorstring.o warning.o addline.o error.o checksetting.o getcolorindex.o parsegeometry.o parseignore.o colorname2rgb.o parsecolors.o colorname2index.o  core
make[1]: Leaving directory `/build/buildd/xwatch-2.11/src'
mv src/addline.c.orig src/addline.c-orig
mv src/.makedist.orig src/.makedist-orig
dh_clean
mv src/addline.c-orig src/addline.c.orig 
mv src/.makedist-orig src/.makedist.orig
rm -rf doc/tmp
 debian/rules build
test -f debian/rules 
cd src; make final "STDLFLAGS=-L/usr/X11R6/lib"	"RGB_FILEFLAG = -DRGB_FILE=\\\"/usr/share/xwatch/rgb.txt\\\""
make[1]: Entering directory `/build/buildd/xwatch-2.11/src'
make xwatch CFLAGS="-c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE=\"/usr/share/xwatch/rgb.txt\" " LFLAGS="-L/usr/X11R6/lib"
make[2]: Entering directory `/build/buildd/xwatch-2.11/src'
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" xwatch.c
xwatch.c:38: warning: return type of 'main' is not 'int'
data.inc:17: warning: array 'ignorestring' assumed to have one element
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" usage.c
usage.c: In function 'usage':
usage.c:89: warning: implicit declaration of function 'exit'
usage.c:89: warning: incompatible implicit declaration of built-in function 'exit'
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" ui.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" parsegag.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" xmalloc.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" xrealloc.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" xstrdup.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" alarmhandler.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" addfile.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" scanfile.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" parsecolorstring.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" warning.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" addline.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" error.c
error.c: In function 'error':
error.c:42: warning: implicit declaration of function 'exit'
error.c:42: warning: incompatible implicit declaration of built-in function 'exit'
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" checksetting.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" getcolorindex.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" parsegeometry.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" parseignore.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" colorname2rgb.c
colorname2rgb.c:30:1: warning: "RGB_FILE" redefined
<command line>:1:1: warning: this is the location of the previous definition
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" parsecolors.c
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"  -DVER=\"2.11\" colorname2index.c
cc -o xwatch xwatch.o usage.o ui.o parsegag.o xmalloc.o xrealloc.o xstrdup.o alarmhandler.o addfile.o scanfile.o parsecolorstring.o warning.o addline.o error.o checksetting.o getcolorindex.o parsegeometry.o parseignore.o colorname2rgb.o parsecolors.o colorname2index.o   -lforms -lX11 -lm -L/usr/X11R6/lib
make[2]: Leaving directory `/build/buildd/xwatch-2.11/src'
make[1]: Leaving directory `/build/buildd/xwatch-2.11/src'
cd src; touch build
 /usr/bin/fakeroot debian/rules binary-arch
test -f debian/rules
test root = "`whoami`"
test -f debian/rules 
cd src; make final "STDLFLAGS=-L/usr/X11R6/lib"	"RGB_FILEFLAG = -DRGB_FILE=\\\"/usr/share/xwatch/rgb.txt\\\""
make[1]: Entering directory `/build/buildd/xwatch-2.11/src'
make xwatch CFLAGS="-c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE=\"/usr/share/xwatch/rgb.txt\" " LFLAGS="-L/usr/X11R6/lib"
make[2]: Entering directory `/build/buildd/xwatch-2.11/src'
make[2]: `xwatch' is up to date.
make[2]: Leaving directory `/build/buildd/xwatch-2.11/src'
make[1]: Leaving directory `/build/buildd/xwatch-2.11/src'
cd src; touch build
test -f debian/rules
rm -rf debian/xwatch
install -d debian/xwatch/etc/X11/app-defaults
install -d debian/xwatch/usr/bin
install -d debian/xwatch/usr/share/man/man1
install -m 755 src/xwatch `pwd`/debian/xwatch/usr/bin
install -m 644 XWatch.ap `pwd`/debian/xwatch/etc/X11/app-defaults/XWatch
install -d doc/tmp
cp doc/xwatch.yo doc/tmp
(cd doc/tmp/; patch < ../../debian/xwatch.yo.debian-patch; yodl2html xwatch && yodl2txt xwatch && yodl2man xwatch )
patching file xwatch.yo
Yodl2html 2.11
Yodl is processing a(n) report
Document title: XWatch <br> The Logfiles Watcher
Yodl2html 2.11
Yodl is processing a(n) report
Document title: XWatch 
 The Logfiles Watcher
Yodl2man 2.11
Yodl is processing a(n) report
install -d debian/xwatch/usr/share/doc/xwatch/html
install -m 644 doc/tmp/xwatch.txt `pwd`/debian/xwatch/usr/share/doc/xwatch/
install -m 644 doc/tmp/xwatch.html `pwd`/debian/xwatch/usr/share/doc/xwatch/html/
install -m 644 doc/tmp/xwatch01.html `pwd`/debian/xwatch/usr/share/doc/xwatch/html/
install -m 644 doc/tmp/xwatch02.html `pwd`/debian/xwatch/usr/share/doc/xwatch/html/
install -m 644 doc/tmp/xwatch03.html `pwd`/debian/xwatch/usr/share/doc/xwatch/html/
install -m 644 doc/tmp/xwatch04.html `pwd`/debian/xwatch/usr/share/doc/xwatch/html/
install -m 644 doc/tmp/xwatch05.html `pwd`/debian/xwatch/usr/share/doc/xwatch/html/
(cd debian/xwatch/usr/share/doc/xwatch/html ; ln -s xwatch.html index.html)
install -m 644 doc/tmp/xwatch.man `pwd`/debian/xwatch/usr/share/man/man1/xwatch.1
rm doc/tmp/*
rmdir doc/tmp
install -d debian/xwatch/usr/share/xwatch
install -m 644 debian/rgb.txt debian/xwatch/usr/share/xwatch/
dh_installdirs
install -m 644 ChangeLog `pwd`/debian/xwatch/usr/share/doc/xwatch/changelog
gzip --best `pwd`/debian/xwatch/usr/share/doc/xwatch/changelog
dh_installdocs MAINTAINER.README xwatch.README
dh_installexamples
dh_installchangelogs
dh_installmenu
dh_installcron
dh_strip
dh_compress
dh_fixperms
dh_shlibdeps
dpkg-shlibdeps: warning: dependency on libX11.so.6 could be avoided if "debian/xwatch/usr/bin/xwatch" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libm.so.6 could be avoided if "debian/xwatch/usr/bin/xwatch" were not uselessly linked against it (they use none of its symbols).
dh_gencontrol
dh_makeshlibs
dh_installdeb
dh_md5sums
dh_builddeb
dpkg-deb: building package `xwatch' in `../xwatch_2.11-13_m32r.deb'.
 dpkg-genchanges -B -mHirokazu Takata <takata at linux-m32r.org> >../xwatch_2.11-13_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 20080502-1959

chroot-unstable/build/buildd/xwatch_2.11-13_m32r.deb:
 new debian package, version 2.0.
 size 39912 bytes: control archive= 1355 bytes.
      29 bytes,     1 lines      conffiles            
     687 bytes,    16 lines      control              
    1159 bytes,    17 lines      md5sums              
     185 bytes,     7 lines   *  postinst             #!/bin/sh
     160 bytes,     5 lines   *  postrm               #!/bin/sh
 Package: xwatch
 Version: 2.11-13
 Architecture: m32r
 Maintainer: Peter S Galbraith <psg at debian.org>
 Installed-Size: 180
 Depends: libc6 (>= 2.3.5-1), libforms1, libx11-6
 Suggests: rsyslog | system-log-daemon
 Section: admin
 Priority: optional
 Description: A logfile monitor that displays in an X window.
  The displayed logs are colour-coded according to severity.  Basically, you
  get to see what's going on _during_ say a break-in, instead of having to
  check the logfiles after the damage is done. Of course, you need to have
  the syslog daemons configured right, so that the logfiles are
  created. Xwatch reads options from its commandline as well as from a
  app-defaults resource file.

chroot-unstable/build/buildd/xwatch_2.11-13_m32r.deb:
drwxr-xr-x root/root         0 2008-05-02 19:58 ./
drwxr-xr-x root/root         0 2008-05-02 19:53 ./etc/
drwxr-xr-x root/root         0 2008-05-02 19:53 ./etc/X11/
drwxr-xr-x root/root         0 2008-05-02 19:53 ./etc/X11/app-defaults/
-rw-r--r-- root/root      2493 2008-05-02 19:53 ./etc/X11/app-defaults/XWatch
drwxr-xr-x root/root         0 2008-05-02 19:53 ./usr/
drwxr-xr-x root/root         0 2008-05-02 19:56 ./usr/bin/
-rwxr-xr-x root/root     17696 2008-05-02 19:56 ./usr/bin/xwatch
drwxr-xr-x root/root         0 2008-05-02 19:56 ./usr/share/
drwxr-xr-x root/root         0 2008-05-02 19:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-05-02 19:56 ./usr/share/doc/xwatch/
-rw-r--r-- root/root      3408 1999-06-11 22:56 ./usr/share/doc/xwatch/xwatch.README
drwxr-xr-x root/root         0 2008-05-02 19:54 ./usr/share/doc/xwatch/html/
-rw-r--r-- root/root       928 2008-05-02 19:54 ./usr/share/doc/xwatch/html/xwatch.html
-rw-r--r-- root/root      1235 2008-05-02 19:54 ./usr/share/doc/xwatch/html/xwatch03.html
-rw-r--r-- root/root      1803 2008-05-02 19:54 ./usr/share/doc/xwatch/html/xwatch05.html
-rw-r--r-- root/root      1699 2008-05-02 19:54 ./usr/share/doc/xwatch/html/xwatch04.html
-rw-r--r-- root/root      1919 2008-05-02 19:54 ./usr/share/doc/xwatch/html/xwatch01.html
-rw-r--r-- root/root     10468 2008-05-02 19:54 ./usr/share/doc/xwatch/html/xwatch02.html
-rw-r--r-- root/root      1705 2008-05-02 19:46 ./usr/share/doc/xwatch/copyright
-rw-r--r-- root/root       268 2008-05-02 19:55 ./usr/share/doc/xwatch/changelog.gz
-rw-r--r-- root/root      2560 1999-04-20 00:41 ./usr/share/doc/xwatch/MAINTAINER.README
-rw-r--r-- root/root      2109 2008-05-02 19:46 ./usr/share/doc/xwatch/README.Debian
-rw-r--r-- root/root      5088 2008-05-02 19:54 ./usr/share/doc/xwatch/xwatch.txt.gz
-rw-r--r-- root/root      2019 2008-05-02 19:46 ./usr/share/doc/xwatch/changelog.Debian.gz
drwxr-xr-x root/root         0 2008-05-02 19:54 ./usr/share/xwatch/
-rw-r--r-- root/root     17375 2008-05-02 19:54 ./usr/share/xwatch/rgb.txt
drwxr-xr-x root/root         0 2008-05-02 19:56 ./usr/share/menu/
-rw-r--r-- root/root       244 2008-05-02 19:46 ./usr/share/menu/xwatch
drwxr-xr-x root/root         0 2008-05-02 19:53 ./usr/share/man/
drwxr-xr-x root/root         0 2008-05-02 19:56 ./usr/share/man/man1/
-rw-r--r-- root/root      5241 2008-05-02 19:54 ./usr/share/man/man1/xwatch.1.gz
lrwxrwxrwx root/root         0 2008-05-02 19:54 ./usr/share/doc/xwatch/html/index.html -> xwatch.html

xwatch_2.11-13_m32r.changes:
Format: 1.8
Date: Wed, 26 Mar 2008 21:01:23 -0400
Source: xwatch
Binary: xwatch
Architecture: m32r
Version: 2.11-13
Distribution: unstable
Urgency: low
Maintainer: Hirokazu Takata <takata at linux-m32r.org>
Changed-By: Peter S Galbraith <psg at debian.org>
Description: 
 xwatch     - A logfile monitor that displays in an X window.
Closes: 464008
Changes: 
 xwatch (2.11-13) unstable; urgency=low
 .
   * Bug fix: "xwatch: Missing alternative dependency on
     system-log-daemon", thanks to Michael Biebl (Closes: #464008).
Checksums-Sha1: 
 129ee7e63a8b646fbe4d65f71fa62e9cbc363ff0 39912 xwatch_2.11-13_m32r.deb
Checksums-Sha256: 
 1223e8067a6be31e36cf0b0de7f7f9d41f3e468642ec91dc19717bce5bf38c0d 39912 xwatch_2.11-13_m32r.deb
Files: 
 77daac4ca969328d1a0535650235c648 39912 admin optional xwatch_2.11-13_m32r.deb

******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd/xwatch-2.11
------------------------------------------------------------------------------
  /usr/bin/sudo dpkg --root=/debian/buildd/build/chroot-unstable --purge libforms-dev libforms1
(Reading database ... 74614 files and directories currently installed.)
Removing libforms-dev ...
Removing libforms1 ...
Purging configuration files for libforms1 ...
******************************************************************************
Finished at 20080502-2002
Build needed 00:16:08, 772k disk space




More information about the build-status mailing list