[build-status: 125817] Log for successful build of simpleproxy_3.4-3 (dist=unstable)

Build Daemon 3 buildd3 at linux-m32r.org
Fri May 16 02:52:56 JST 2008


Automatic build of simpleproxy_3.4-3 on mappi006 by sbuild/m32r 
Build started at 20080516-0239
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 36.2kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main simpleproxy 3.4-3 (dsc) [639B]
Get:2 http://debian.linux-m32r.org 06_devonian/main simpleproxy 3.4-3 (tar) [31.9kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main simpleproxy 3.4-3 (diff) [3667B]
Fetched 36.2kB in 0s (50.7kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>> 3.0.0), dpatch
Checking for already installed source dependencies...
debhelper: already installed (7.0.8 >> 3.0.0 is satisfied)
dpatch: already installed (2.0.29)
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.2 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 simpleproxy in simpleproxy-3.4
dpkg-source: info: unpacking simpleproxy_3.4.orig.tar.gz
dpkg-source: info: applying simpleproxy_3.4-3.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 simpleproxy
dpkg-buildpackage: source version 3.4-3
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
dpatch  deapply-all  
fix_manpage not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
dh_testroot
rm -f build-stamp 
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || /usr/bin/make distclean
rm -f config.status
rm -rf debian/simpleproxy || true
dh_clean
 debian/rules build
dh_testdir
# Add here commands to configure the package.
./configure --host=m32r-linux-gnu --build=m32r-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -Wall -g -O2 ) works... yes
checking whether the C compiler (gcc -Wall -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/ginstall -c
checking for lint... no
checking for gethostbyname in -lnsl... yes
checking for connect in -lsocket... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for syslog.h... yes
checking for termio.h... yes
checking for unistd.h... yes
checking for sys/filio.h... no
checking for stropts.h... yes
checking for working const... yes
checking whether time.h and sys/time.h may both be included... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for syslog... yes
checking for openlog... yes
checking for closelog... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strtol... yes
checking for vsnprintf... yes
checking for vsprintf... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
test -d debian/patched || install -d debian/patched
dpatch  apply-all  
applying patch fix_manpage to ./ ... ok.
dpatch  cat-all  >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/build/buildd3/simpleproxy-3.4'
gcc -Wall -g -O2  -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_TERMIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STROPTS_H=1 -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_SYSLOG=1 -DHAVE_OPENLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRTOL=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1  -c simpleproxy.c
simpleproxy.c:123: warning: conflicting types for built-in function 'log'
simpleproxy.c: In function 'main':
simpleproxy.c:378: warning: pointer targets in passing argument 3 of 'accept' differ in signedness
simpleproxy.c: In function 'trace':
simpleproxy.c:1169: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness
simpleproxy.c: In function 'process_remote':
simpleproxy.c:858: warning: control reaches end of non-void function
gcc -Wall -g -O2  -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_TERMIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STROPTS_H=1 -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_SYSLOG=1 -DHAVE_OPENLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRTOL=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1  -c cfg.c
cfg.c: In function 'cfgfind':
cfg.c:46: warning: unused variable 'j'
cfg.c: In function 'readcfg':
cfg.c:135: warning: unused variable 'pvalue'
cfg.c:135: warning: unused variable 'pname'
cfg.c:134: warning: unused variable 'i'
cfg.c:134: warning: unused variable 'n'
gcc -Wall -g -O2  -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_TERMIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STROPTS_H=1 -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_SYSLOG=1 -DHAVE_OPENLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRTOL=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1  -o simpleproxy simpleproxy.o cfg.o -lnsl 
make[1]: Leaving directory `/build/buildd3/simpleproxy-3.4'
#/usr/bin/docbook-to-man debian/simpleproxy.sgml > simpleproxy.1
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/simpleproxy.
/usr/bin/make install prefix=/build/buildd3/simpleproxy-3.4/debian/simpleproxy/usr
make[1]: Entering directory `/build/buildd3/simpleproxy-3.4'
./mkinstalldirs /build/buildd3/simpleproxy-3.4/debian/simpleproxy/usr/bin
/usr/bin/ginstall -c   simpleproxy /build/buildd3/simpleproxy-3.4/debian/simpleproxy/usr/bin
./mkinstalldirs /build/buildd3/simpleproxy-3.4/debian/simpleproxy/usr/share/man/man1
mkdir /build/buildd3/simpleproxy-3.4/debian/simpleproxy/usr/share
mkdir /build/buildd3/simpleproxy-3.4/debian/simpleproxy/usr/share/man
mkdir /build/buildd3/simpleproxy-3.4/debian/simpleproxy/usr/share/man/man1
/usr/bin/ginstall -c   simpleproxy.man /build/buildd3/simpleproxy-3.4/debian/simpleproxy/usr/share/man/man1/simpleproxy.1
make[1]: Leaving directory `/build/buildd3/simpleproxy-3.4'
dh_testdir
dh_testroot
dh_installdocs
dh_installexamples
dh_installmenu
dh_installcron
dh_installman
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
dh_installinfo
dh_installchangelogs ChangeLog
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: warning: dependency on libnsl.so.1 could be avoided if "debian/simpleproxy/usr/bin/simpleproxy" were not uselessly linked against it (they use none of its symbols).
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `simpleproxy' in `../simpleproxy_3.4-3_m32r.deb'.
 dpkg-genchanges -B -mHirokazu Takata <takata\@linux-m32r.org> >../simpleproxy_3.4-3_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 20080516-0252

chroot-unstable/build/buildd3/simpleproxy_3.4-3_m32r.deb:
 new debian package, version 2.0.
 size 15814 bytes: control archive= 760 bytes.
     453 bytes,    13 lines      control              
     627 bytes,     9 lines      md5sums              
 Package: simpleproxy
 Version: 3.4-3
 Architecture: m32r
 Maintainer: Andrew Pollock <apollock at debian.org>
 Installed-Size: 88
 Depends: libc6 (>= 2.3.5-1)
 Section: net
 Priority: optional
 Homepage: http://www.sourceforge.net/projects/simpleproxy
 Description: Simple TCP proxy
  simpleproxy acts as a simple TCP proxy. It opens a listening socket on
  the local machine and forwards any connection to a remote host. It can be
  run as a daemon or through inetd.

chroot-unstable/build/buildd3/simpleproxy_3.4-3_m32r.deb:
drwxr-xr-x root/root         0 2008-05-16 02:49 ./
drwxr-xr-x root/root         0 2008-05-16 02:48 ./usr/
drwxr-xr-x root/root         0 2008-05-16 02:49 ./usr/bin/
-rwxr-xr-x root/root     16984 2008-05-16 02:49 ./usr/bin/simpleproxy
drwxr-xr-x root/root         0 2008-05-16 02:48 ./usr/share/
drwxr-xr-x root/root         0 2008-05-16 02:48 ./usr/share/man/
drwxr-xr-x root/root         0 2008-05-16 02:49 ./usr/share/man/man1/
-rw-r--r-- root/root      1131 2008-05-16 02:49 ./usr/share/man/man1/simpleproxy.1.gz
drwxr-xr-x root/root         0 2008-05-16 02:48 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-05-16 02:49 ./usr/share/doc/simpleproxy/
-rw-r--r-- root/root       982 2005-08-23 10:31 ./usr/share/doc/simpleproxy/README
-rw-r--r-- root/root       442 2003-08-16 05:18 ./usr/share/doc/simpleproxy/TODO
-rw-r--r-- root/root       129 1999-12-11 03:58 ./usr/share/doc/simpleproxy/pop3users.txt
-rw-r--r-- root/root       258 2008-05-16 02:44 ./usr/share/doc/simpleproxy/README.Debian
-rw-r--r-- root/root       404 2008-05-16 02:44 ./usr/share/doc/simpleproxy/copyright
-rw-r--r-- root/root      1564 2005-08-26 13:45 ./usr/share/doc/simpleproxy/changelog.gz
-rw-r--r-- root/root      1004 2008-05-16 02:44 ./usr/share/doc/simpleproxy/changelog.Debian.gz

simpleproxy_3.4-3_m32r.changes:
Format: 1.8
Date: Fri, 21 Mar 2008 23:11:22 -0700
Source: simpleproxy
Binary: simpleproxy
Architecture: m32r
Version: 3.4-3
Distribution: unstable
Urgency: low
Maintainer: Hirokazu Takata <takata\@linux-m32r.org>
Changed-By: Andrew Pollock <apollock at debian.org>
Description: 
 simpleproxy - Simple TCP proxy
Closes: 450112
Changes: 
 simpleproxy (3.4-3) unstable; urgency=low
 .
   * debian/watch: fixed URL (closes: #450112)
   * debian/control: bumped Standards-Version (no changes)
   * Removed a bunch of cruft from the diff.gz
   * debian/rules: stopped copying in /usr/share/misc/config.{sub,guess} as it
     seems to be unnecessary
Checksums-Sha1: 
 d8b87d558b5dae6bcf2adea53d8f69e4ff206388 15814 simpleproxy_3.4-3_m32r.deb
Checksums-Sha256: 
 dacec0c69365cd1be5763dbdb670a7eeea1607bd679a766816328a6b6d85cdd7 15814 simpleproxy_3.4-3_m32r.deb
Files: 
 488b6cc7d456b13a620c0a7fe81e58dc 15814 net optional simpleproxy_3.4-3_m32r.deb

******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd3/simpleproxy-3.4
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080516-0252
Build needed 00:09:25, 512k disk space




More information about the build-status mailing list