[build-status: 57418] Log for successful build of www-sql_0.5.7-20 (dist=unstable)
Build Daemon
buildd at linux-m32r.org
Wed Feb 21 03:54:32 JST 2007
Automatic build of www-sql_0.5.7-20 on mappi005 by sbuild/m32r 1.7
Build started at 20070221-0340
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 151kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main www-sql 0.5.7-20 (dsc) [724B]
Get:2 http://debian.linux-m32r.org 06_devonian/main www-sql 0.5.7-20 (tar) [144kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main www-sql 0.5.7-20 (diff) [5980B]
Fetched 151kB in 1s (83.2kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: libpq-dev, libmysqlclient15-dev, debhelper (>= 4)
**** Warning:
**** The following central src deps are (probably) missing:
!this-packages-does-not-exist, libmysqlclient10-dev
Checking for already installed source dependencies...
libpq-dev: already installed
libmysqlclient15-dev: missing
debhelper: already installed (in sufficient version 5.0.42 >= 4)
Checking for source dependency conflicts...
/usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install libmysqlclient15-dev
Reading package lists...
Building dependency tree...
The following packages will be REMOVED:
libmysqlclient12-dev*
The following NEW packages will be installed:
libmysqlclient15-dev
0 upgraded, 1 newly installed, 1 to remove and 8 not upgraded.
Need to get 0B/5997kB of archives.
After unpacking 8352kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libmysqlclient15-dev
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Authentication warning overridden.
(Reading database ... 63166 files and directories currently installed.)
Removing libmysqlclient12-dev ...
Selecting previously deselected package libmysqlclient15-dev.
(Reading database ... 63117 files and directories currently installed.)
Unpacking libmysqlclient15-dev (from .../libmysqlclient15-dev_5.0.18-8_m32r.deb) ...
Setting up libmysqlclient15-dev (5.0.18-8) ...
Checking correctness of source dependencies...
------------------------------------------------------------------------------
gpg: Signature made Sat Nov 11 15:10:13 2006 JST using RSA key ID EFA6B9D5
gpg: Can't check signature: public key not found
dpkg-source: extracting www-sql in www-sql-0.5.7
dpkg-source: unpacking www-sql_0.5.7.orig.tar.gz
dpkg-source: applying /debian/buildd/build/www-sql_0.5.7-20.diff.gz
dpkg-buildpackage: source package is www-sql
dpkg-buildpackage: source version is 0.5.7-20
dpkg-buildpackage: source changed by Hamish Moffatt <hamish at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 0.5.7-20
/usr/bin/fakeroot debian/rules clean
dh_testdir
rm -f config.h
rm -f build
make distclean
make[1]: Entering directory `/build/buildd/www-sql-0.5.7'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/build/buildd/www-sql-0.5.7'
make: [clean] Error 2 (ignored)
rm -f `find . -name "*~"`
dh_clean
debian/rules build
dh_testdir
./configure --prefix=/usr --with-pgsql-libs=/usr/lib --with-pgsql-headers=/usr/include/postgresql --enable-apache-action-check --enable-recursive
creating cache ./config.cache
Using mysql as the database system
checking location of CGI directory... /usr/local/etc/httpd/cgi-bin
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for flex... lex
checking for yywrap in -ll... no
checking for bison... bison -y
checking for a BSD compatible install... /usr/bin/ginstall -c
checking for socket in -lxnet... no
checking for socket in -lsocket... no
checking location of mysqlclient library... no
*** MySQL library not found
checking for crypt in -lcrypt... yes
checking for ANSI C header files... yes
checking location of mysql.h header... -I/usr/include/mysql
checking for working const... yes
checking for inline... inline
checking for working alloca.h... yes
checking for alloca... yes
checking for strftime... yes
checking for memcpy... yes
checking for re_compile_pattern... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
make CFLAGS="-O2 -g -Wall" www-mysql
make[1]: Entering directory `/build/buildd/www-sql-0.5.7'
gcc -O2 -g -Wall -I. -DHAVE_CONFIG_H -c cgi.c -o cgi.o
cgi.c: In function 'initCGI':
cgi.c:180: warning: suggest explicit braces to avoid ambiguous 'else'
gcc -O2 -g -Wall -I. -DHAVE_CONFIG_H -c newexpr.c -o newexpr.o
y.tab.c: In function 'yyparse':
y.tab.c:480: warning: suggest parentheses around assignment used as truth value
y.tab.c:523: warning: label 'yynewerror' defined but not used
y.tab.c: At top level:
newexpr.c:2: warning: 'yysccsid' defined but not used
gcc -O2 -g -Wall -I. -DHAVE_CONFIG_H -c cmds.c -o cmds.o
gcc -O2 -g -Wall -I. -DHAVE_CONFIG_H -c func.c -o func.o
gcc -O2 -g -Wall -I. -DHAVE_CONFIG_H -c if.c -o if.o
gcc -O2 -g -Wall -I. -DHAVE_CONFIG_H -c newscan.c -o newscan.o
gcc -O2 -g -Wall -I. -DHAVE_CONFIG_H -c www-sql.c -o www-sql.o
www-sql.c:48: warning: return type of 'main' is not 'int'
gcc -O2 -g -Wall -I. -DHAVE_CONFIG_H -c lib/xmalloc.c -o lib/xmalloc.o
lib/xmalloc.c: In function 'fixup_null_alloc':
lib/xmalloc.c:68: warning: statement with no effect
gcc -O2 -g -Wall -I. -DHAVE_CONFIG_H -c lib/xstrdup.c -o lib/xstrdup.o
gcc -O2 -g -Wall -I. -DHAVE_CONFIG_H -DSQL_USER=\"www-data\" -DSQL_PASS=\"\" -I/usr/include/mysql -c mysql.c -o mysql.o
mysql.c: In function 'cmdQuery':
mysql.c:196: warning: format '%ld' expects type 'long int', but argument 3 has type 'my_ulonglong'
mysql.c:198: warning: format '%ld' expects type 'long int', but argument 3 has type 'my_ulonglong'
mysql.c:220: warning: format '%ld' expects type 'long int', but argument 3 has type 'my_ulonglong'
gcc cgi.o newexpr.o cmds.o func.o if.o newscan.o www-sql.o lib/xmalloc.o lib/xstrdup.o mysql.o -o www-mysql -lmysqlclient -lm
make[1]: Leaving directory `/build/buildd/www-sql-0.5.7'
make CFLAGS="-O2 -g -Wall" www-pgsql
make[1]: Entering directory `/build/buildd/www-sql-0.5.7'
gcc -O2 -g -Wall -I. -DHAVE_CONFIG_H -DSQL_USER=\"www-data\" -DSQL_PASS=\"\" -I/usr/include/postgresql -c pgsql.c -o pgsql.o
gcc cgi.o newexpr.o cmds.o func.o if.o newscan.o www-sql.o lib/xmalloc.o lib/xstrdup.o pgsql.o -o www-pgsql -L/usr/lib -lpq -lcrypt -lm
make[1]: Leaving directory `/build/buildd/www-sql-0.5.7'
touch build
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
make: Circular binary <- binary-arch dependency dropped.
dh_clean
dh_installdirs
# set up www-mysql package
install www-mysql `pwd`/debian/www-mysql/usr/lib/cgi-bin
cp example.sql `pwd`/debian/www-mysql/usr/share/doc/www-mysql/examples
cp debian/examples/srm.conf `pwd`/debian/www-mysql/usr/share/doc/www-mysql/examples
# set up www-pgsql package
install www-pgsql `pwd`/debian/www-pgsql/usr/lib/cgi-bin
cp example.pgsql `pwd`/debian/www-pgsql/usr/share/doc/www-pgsql/examples
cp debian/examples/srm.conf `pwd`/debian/www-pgsql/usr/share/doc/www-pgsql/examples
dh_installdocs -A www-sql.html README debian/README.Debian
dh_installchangelogs Changelog
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `www-mysql' in `../www-mysql_0.5.7-20_m32r.deb'.
dpkg-deb: building package `www-pgsql' in `../www-pgsql_0.5.7-20_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 20070221-0352
chroot-unstable/build/buildd/www-mysql_0.5.7-20_m32r.deb:
new debian package, version 2.0.
size 47336 bytes: control archive= 854 bytes.
636 bytes, 17 lines control
640 bytes, 9 lines md5sums
Package: www-mysql
Version: 0.5.7-20
Section: web
Priority: extra
Architecture: m32r
Depends: libc6 (>= 2.3.5-1), libmysqlclient15 (>= 5.0.15-1), apache | apache-ssl | wn | apache2-common
Conflicts: www-sql
Replaces: www-sql
Installed-Size: 144
Maintainer: Hamish Moffatt <hamish at debian.org>
Source: www-sql
Description: a WWW interface for the TCX mySQL database
www-mysql is a web interface for the mySQL database.
SQL commands can be embedded into web pages; these are executed
on the server by www-mysql and the resulting web page sent to
the browser. All SQL commands and queries supported by
mySQL can be used via www-mysql.
chroot-unstable/build/buildd/www-pgsql_0.5.7-20_m32r.deb:
new debian package, version 2.0.
size 47616 bytes: control archive= 843 bytes.
634 bytes, 17 lines control
642 bytes, 9 lines md5sums
Package: www-pgsql
Version: 0.5.7-20
Section: web
Priority: extra
Architecture: m32r
Depends: libc6 (>= 2.3.5-1), libpq4 (>= 8.1.4), apache | apache-ssl | wn | apache2-common
Conflicts: www-sql
Replaces: www-sql
Installed-Size: 144
Maintainer: Hamish Moffatt <hamish at debian.org>
Source: www-sql
Description: a WWW interface for the PostgreSQL database
www-pgsql is a web interface for the PostgreSQL database.
SQL commands can be embedded into web pages; these are executed
on the server by www-pgsql and the resulting web page sent to
the browser. All SQL commands and queries supported by
PostgreSQL can be used via www-pgsql.
chroot-unstable/build/buildd/www-mysql_0.5.7-20_m32r.deb:
drwxr-xr-x root/root 0 2007-02-21 03:49 ./
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/share/
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/share/doc/www-mysql/
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/share/doc/www-mysql/examples/
-rw-r--r-- root/root 1073 2007-02-21 03:49 ./usr/share/doc/www-mysql/examples/example.sql
-rw-r--r-- root/root 363 2007-02-21 03:49 ./usr/share/doc/www-mysql/examples/srm.conf
-rw-r--r-- root/root 32901 1998-11-03 12:25 ./usr/share/doc/www-mysql/www-sql.html
-rw-r--r-- root/root 958 2007-02-21 03:43 ./usr/share/doc/www-mysql/copyright
-rw-r--r-- root/root 8048 1998-11-17 16:39 ./usr/share/doc/www-mysql/changelog.gz
-rw-r--r-- root/root 2526 2007-02-21 03:43 ./usr/share/doc/www-mysql/README.Debian
-rw-r--r-- root/root 3799 1998-02-23 16:22 ./usr/share/doc/www-mysql/README
-rw-r--r-- root/root 2539 2007-02-21 03:43 ./usr/share/doc/www-mysql/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/lib/
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/lib/cgi-bin/
-rwxr-xr-x root/root 39956 2007-02-21 03:49 ./usr/lib/cgi-bin/www-mysql
chroot-unstable/build/buildd/www-pgsql_0.5.7-20_m32r.deb:
drwxr-xr-x root/root 0 2007-02-21 03:50 ./
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/share/
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/share/doc/www-pgsql/
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/share/doc/www-pgsql/examples/
-rw-r--r-- root/root 1209 2007-02-21 03:49 ./usr/share/doc/www-pgsql/examples/example.pgsql
-rw-r--r-- root/root 363 2007-02-21 03:49 ./usr/share/doc/www-pgsql/examples/srm.conf
-rw-r--r-- root/root 32901 1998-11-03 12:25 ./usr/share/doc/www-pgsql/www-sql.html
-rw-r--r-- root/root 958 2007-02-21 03:43 ./usr/share/doc/www-pgsql/copyright
-rw-r--r-- root/root 8048 1998-11-17 16:39 ./usr/share/doc/www-pgsql/changelog.gz
-rw-r--r-- root/root 2526 2007-02-21 03:43 ./usr/share/doc/www-pgsql/README.Debian
-rw-r--r-- root/root 3799 1998-02-23 16:22 ./usr/share/doc/www-pgsql/README
-rw-r--r-- root/root 2539 2007-02-21 03:43 ./usr/share/doc/www-pgsql/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/lib/
drwxr-xr-x root/root 0 2007-02-21 03:49 ./usr/lib/cgi-bin/
-rwxr-xr-x root/root 40360 2007-02-21 03:49 ./usr/lib/cgi-bin/www-pgsql
www-sql_0.5.7-20_m32r.changes:
Format: 1.7
Date: Sat, 11 Nov 2006 17:08:10 +1100
Source: www-sql
Binary: www-pgsql www-mysql
Architecture: m32r
Version: 0.5.7-20
Distribution: unstable
Urgency: low
Maintainer: Hamish Moffatt <hamish at debian.org>
Changed-By: Hamish Moffatt <hamish at debian.org>
Description:
www-mysql - a WWW interface for the TCX mySQL database
www-pgsql - a WWW interface for the PostgreSQL database
Closes: 358822
Changes:
www-sql (0.5.7-20) unstable; urgency=low
.
* Upgrade build-deps to libmysqlclient15; thanks to Andreas Jochens for the
patch (closes: #358822)
* Updated FSF address in copyright file
* Updated standards-revision to 3.6.2
Files:
248354ed0e6833f6513ec5c0aceed567 47336 web extra www-mysql_0.5.7-20_m32r.deb
9a7128dc25af606ca5562cb9b4fe9160 47616 web extra www-pgsql_0.5.7-20_m32r.deb
******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd/www-sql-0.5.7
------------------------------------------------------------------------------
/usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install apache2-common* libmysqlclient12-dev*
Reading package lists...
Building dependency tree...
Note, selecting apache2-common for regex 'apache2-common*'
Note, selecting libmysqlclient12-dev for regex 'libmysqlclient12-dev*'
The following extra packages will be installed:
libmysqlclient12-dev
The following packages will be REMOVED:
libmysqlclient15-dev*
The following NEW packages will be installed:
libmysqlclient12-dev
0 upgraded, 1 newly installed, 1 to remove and 8 not upgraded.
Need to get 0B/2858kB of archives.
After unpacking 8352kB disk space will be freed.
WARNING: The following packages cannot be authenticated!
libmysqlclient12-dev
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Authentication warning overridden.
(Reading database ... 63206 files and directories currently installed.)
Removing libmysqlclient15-dev ...
Selecting previously deselected package libmysqlclient12-dev.
(Reading database ... 63117 files and directories currently installed.)
Unpacking libmysqlclient12-dev (from .../libmysqlclient12-dev_4.0.24-10sarge1_m32r.deb) ...
Setting up libmysqlclient12-dev (4.0.24-10sarge1) ...
/usr/bin/sudo dpkg --root=/debian/buildd/build/chroot-unstable --purge libmysqlclient15-dev
dpkg - warning: ignoring request to remove libmysqlclient15-dev which isn't installed.
******************************************************************************
Finished at 20070221-0354
Build needed 00:08:39, 1568k disk space
More information about the build-status
mailing list