Your message dated Thu, 2 Aug 2001 14:16:58 +0100 with message-id <[EMAIL PROTECTED]> and subject line asp bugs fixed by QA upload has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at maintonly) by bugs.debian.org; 28 Aug 2000 02:22:59 +0000 >From [EMAIL PROTECTED] Sun Aug 27 21:22:59 2000 Return-path: <[EMAIL PROTECTED]> Received: from (ngi.de) [::ffff:195.243.0.244] by master.debian.org with smtp (Exim 3.12 1 (Debian)) id 13TEZe-0001kD-00; Sun, 27 Aug 2000 21:22:58 -0500 Received: (qmail 29056 invoked from network); 28 Aug 2000 02:22:53 -0000 Received: from p3e9e1487.dip0.t-ipconnect.de (HELO dual.intern.brederlow.de) (@62.158.20.135) by 195.243.0.244 with SMTP; 28 Aug 2000 02:22:53 -0000 Received: from mrvn by dual.intern.brederlow.de with local (Exim 3.12 #1 (Debian)) id 13TMAL-0003f9-00 for <[EMAIL PROTECTED]>; Mon, 28 Aug 2000 12:29:21 +0200 From: Goswin Brederlow <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: automatic build fails for potato Message-Id: <[EMAIL PROTECTED]> Date: Mon, 28 Aug 2000 12:29:21 +0200 Delivered-To: [EMAIL PROTECTED] Package: asp Version: N/A; reported 2000-08-28 Severity: normal *** explain.txt I compiled all packages that have no "Build-Depends" in potato/main/Sources.gz. Your package failed to build together with about 1700 other packages. Since you have no "Build-Depends" you eigther forgot that your package build-depends on something (like debhelper?) or you don't know about build dependencies. The releavnt fields are descibed in: http://www.at.debian.org/doc/packaging-manuals/packaging.html/ch-relationships.html#s8.7 Please add build dependencies to your package or correct what ever else caused the package not to build. If you already did so for woody, please just close this bug report. If your Package is one of the rare cases with a Build-Depends-Indep and I overlooked it, also please just close. May the Source be with you. Goswin The compilation logfiles follows: *** asp/asp.log Reading Package Lists... Building Dependency Tree... Need to get 45.3kB of source archives. Get:1 ftp://alpha potato/main asp 1.7 (dsc) [597B] Get:2 ftp://alpha potato/main asp 1.7 (tar) [40.2kB] Get:3 ftp://alpha potato/main asp 1.7 (diff) [4499B] Fetched 45.3kB in 0s (156kB/s) dpkg-source: extracting asp in asp-1.7 dpkg-source: extracting asp in asp-1.7 shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory dpkg-source: extracting asp in asp-1.7 dpkg-buildpackage: source package is asp dpkg-buildpackage: source version is 1.7 dpkg-buildpackage: source maintainer is Ioannis Tambouras <[EMAIL PROTECTED]> debian/rules clean DEB_BUILD_ARCH=i386 DEB_BUILD_GNU_CPU=i386 DEB_BUILD_GNU_SYSTEM=linux DEB_BUILD_GNU_TYPE=i386-linux DEB_HOST_ARCH=i386 DEB_HOST_GNU_CPU=i386 DEB_HOST_GNU_SYSTEM=linux DEB_HOST_GNU_TYPE=i386-linux test -f debian/rules rm -f build make distclean make[1]: Entering directory `/mnt/raid0/builder/tmp/asp-1.7' make[1]: *** No rule to make target `distclean'. Stop. make[1]: Leaving directory `/mnt/raid0/builder/tmp/asp-1.7' make: [clean] Error 2 (ignored) rm -f `find . -name "*~"` rm -rf debian/tmp debian/files* core debian/substvars debian/rules build DEB_BUILD_ARCH=i386 DEB_BUILD_GNU_CPU=i386 DEB_BUILD_GNU_SYSTEM=linux DEB_BUILD_GNU_TYPE=i386-linux DEB_HOST_ARCH=i386 DEB_HOST_GNU_CPU=i386 DEB_HOST_GNU_SYSTEM=linux DEB_HOST_GNU_TYPE=i386-linux test -f debian/rules ./configure --prefix=/usr creating cache ./config.cache 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 for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for arpa/inet.h... yes checking for errno.h... yes checking for libc.h... no checking for limits.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for pwd.h... yes checking for string.h... yes checking for strings.h... yes checking for sys/ddi.h... no checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/socketvar.h... yes checking for sys/syslog.h... yes checking for sys/time.h... yes checking for sys/utsname.h... yes checking for syslog.h... yes checking for unistd.h... yes checking for working const... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for errno declaration... yes checking return type of signal handlers... void checking for inet_aton... yes checking for select... yes checking for strchr... yes checking for uname... yes checking for strtol... yes checking for inet_aton declaration... yes checking for gethostname... yes checking for socket... yes checking for strerror... yes checking for strsignal... yes checking for strsignal declaration... no checking if you want to compile-in debug support... no checking for hosts data base path... /etc/hosts updating cache ./config.cache creating ./config.status creating Makefile creating config.h make CFLAGS="-O2 -g -Wall" make[1]: Entering directory `/mnt/raid0/builder/tmp/asp-1.7' gcc -c -O2 -g -Wall -I. -DHAVE_CONFIG_H -o asp.o asp.c asp.c: In function `update_hosts': asp.c:252: warning: suggest explicit braces to avoid ambiguous `else' gcc -c -O2 -g -Wall -I. -DHAVE_CONFIG_H -o addr.o addr.c gcc -c -O2 -g -Wall -I. -DHAVE_CONFIG_H -o comm.o comm.c gcc -c -O2 -g -Wall -I. -DHAVE_CONFIG_H -o asplib.o asplib.c gcc -o asp asp.o addr.o comm.o asplib.o gcc -c -O2 -g -Wall -I. -DHAVE_CONFIG_H -o aspd.o aspd.c aspd.c: In function `asp_daemon': aspd.c:133: warning: suggest explicit braces to avoid ambiguous `else' gcc -o aspd aspd.o asplib.o comm.o make[1]: Leaving directory `/mnt/raid0/builder/tmp/asp-1.7' touch build debian/rules binary DEB_BUILD_ARCH=i386 DEB_BUILD_GNU_CPU=i386 DEB_BUILD_GNU_SYSTEM=linux DEB_BUILD_GNU_TYPE=i386-linux DEB_HOST_ARCH=i386 DEB_HOST_GNU_CPU=i386 DEB_HOST_GNU_SYSTEM=linux DEB_HOST_GNU_TYPE=i386-linux test -f debian/rules test root = "`whoami`" test -f debian/rules test -f debian/rules rm -rf debian/tmp install -d debian/tmp cd debian/tmp && install -d `cat ../dirs` make install prefix=`pwd`/debian/tmp/usr make[1]: Entering directory `/mnt/raid0/builder/tmp/asp-1.7' Attach asp entry to /etc/inetd.conf [Y/n]: Cannot copy /etc/inetd.conf to /etc/inetd.conf.asp /bin/sh: /etc/inetd.conf: Permission denied Use an alternate host name [y/N]: /bin/sh: /etc/inetd.conf: Permission denied make[1]: *** [append_entry] Error 1 make[1]: Leaving directory `/mnt/raid0/builder/tmp/asp-1.7' make: *** [binary-arch] Error 2 Build command 'cd asp-1.7 && dpkg-buildpackage -b -uc' failed. E: Child process failed -- System Information Debian Release: 2.2 Architecture: i386 Kernel: Linux dual 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i686 --------------------------------------- Received: (at 70129-done) by bugs.debian.org; 2 Aug 2001 13:17:18 +0000 >From [EMAIL PROTECTED] Thu Aug 02 08:17:18 2001 Return-path: <[EMAIL PROTECTED]> Received: from (mccoy.flatline.org.uk) [::ffff:195.8.181.200] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15SILh-0002PE-00; Thu, 02 Aug 2001 08:17:13 -0500 Received: from cjw44 by mccoy.flatline.org.uk with local (Exim 3.12 #1 (Debian)) id 15SILS-0003G4-00; Thu, 02 Aug 2001 14:16:58 +0100 Date: Thu, 2 Aug 2001 14:16:58 +0100 From: Colin Watson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: asp bugs fixed by QA upload Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: Colin Watson <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] These bugs were all fixed in a QA Group upload by Gergely Nagy. As such, I'm closing them now. asp (1.8-1) unstable; urgency=low * Non-maintainer upload, set maintainer to QA group * New upstream release, containing tmp race fix (Closes: Bug#58344) * Builds without requiring user input (Closes: Bug#50101, Bug#70129) * FHS Compliance (Closes: Bug#91111, Bug#91368, Bug#91388) * Bumped Standards-version to 3.5.2 * Converted to debhelper -- Gergely Nagy <[EMAIL PROTECTED]> Fri, 13 Apr 2001 18:06:53 +0200 Cheers, -- Colin Watson [EMAIL PROTECTED]