Your message dated Mon, 30 Jul 2007 12:17:22 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#427596: fixed in sysklogd 1.5-1
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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: sysklogd
version: 1.4.1-20
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
dpkg-source: building sysklogd in sysklogd_1.4.1-20.dsc
 debian/rules build
/usr/bin/make DEB="-DDEBRELEASE=\\\"20\\\"" \
                CFLAGS="-O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-DSYSV -fomit-frame-pointer -fno-strength-reduce" \
                LDFLAGS=""
make[1]: Entering directory `/build/user/sysklogd-1.4.1'
gcc -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSYSV 
-fomit-frame-pointer -fno-strength-reduce -DSYSLOG_INET -DSYSLOG_UNIXAF 
-DNO_SCCS -DFSSTND -DSYSLOGD_PIDNAME=\"syslogd.pid\" -DDEBRELEASE=\"20\" -c 
syslogd.c
gcc -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSYSV 
-fomit-frame-pointer -fno-strength-reduce -c pidfile.c
gcc  -o syslogd syslogd.o pidfile.o 
gcc -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSYSV 
-fomit-frame-pointer -fno-strength-reduce -DFSSTND  -DDEBRELEASE=\"20\" -c 
klogd.c
gcc -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSYSV 
-fomit-frame-pointer -fno-strength-reduce -DALLOW_KERNEL_LOGGING -c syslog.c
gcc -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSYSV 
-fomit-frame-pointer -fno-strength-reduce -DFSSTND  -c ksym.c
gcc -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSYSV 
-fomit-frame-pointer -fno-strength-reduce -DFSSTND  -c ksym_mod.c
ksym_mod.c:102:27: error: linux/linkage.h: No such file or directory
make[1]: *** [ksym_mod.o] Error 1
make[1]: Leaving directory `/build/user/sysklogd-1.4.1'
make: *** [build] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: sysklogd
Source-Version: 1.5-1

We believe that the bug you reported is fixed in the latest version of
sysklogd, which is due to be installed in the Debian FTP archive:

klogd_1.5-1_i386.deb
  to pool/main/s/sysklogd/klogd_1.5-1_i386.deb
sysklogd_1.5-1.diff.gz
  to pool/main/s/sysklogd/sysklogd_1.5-1.diff.gz
sysklogd_1.5-1.dsc
  to pool/main/s/sysklogd/sysklogd_1.5-1.dsc
sysklogd_1.5-1_i386.deb
  to pool/main/s/sysklogd/sysklogd_1.5-1_i386.deb
sysklogd_1.5.orig.tar.gz
  to pool/main/s/sysklogd/sysklogd_1.5.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Schulze <[EMAIL PROTECTED]> (supplier of updated sysklogd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 30 Jul 2007 12:13:46 +0200
Source: sysklogd
Binary: sysklogd klogd
Architecture: source i386
Version: 1.5-1
Distribution: unstable
Urgency: low
Maintainer: Martin Schulze <[EMAIL PROTECTED]>
Changed-By: Martin Schulze <[EMAIL PROTECTED]>
Description: 
 klogd      - Kernel Logging Daemon
 sysklogd   - System Logging Daemon
Closes: 107501 118856 136190 144499 166433 166763 178000 192841 196521 197602 
201231 203710 238507 284877 291442 315605 415136 426271 427596 428964
Changes: 
 sysklogd (1.5-1) unstable; urgency=low
 .
   * New upstream version
     . Use proper facility for MARK messages (closes: Bug#107501)
     . Properly handle buffer full condition (closes: Bug#118856)
     . Spelling fixes (closes: Bug#136190)
     . Reconnect klogd to syslogd when disconnected (closes: Bug#144499,
       Bug#178000, Bug#284877, Bug#415136)
     . Fixed symbol lookup (closes: Bug#166433)
     . Don't die too soon (closes: Bug#166763)
     . No special rule for '%' in klogd anymore (closes: Bug#192841)
     . Don't hang during broken startup anymore (closes: Bug#196521)
     . Don't resolve hostnames needlessly (closes: Bug#197602)
     . Stop using obsolete SO_BSDCOMPAT option (closes: Bug#201231, Bug#291442)
     . Update klogd symbol parser (closes: Bug#203710)
     . Don't add extra space when forwarding messages (closes: Bug#238507)
     . Don't eat too much suspicious characters (closes: Bug#315605)
     . Improved documentation (closes: Bug#426271)
     . Removed <asm/linkage.h> (closes: Bug#427596)
   * One of the many changes fixed another bug (closes: Bug#428964)
   * Adjusted klogd stop method
Files: 
 1dc8840f6b1fc897690cae94e6dfcb7b 567 admin important sysklogd_1.5-1.dsc
 e053094e8103165f98ddafe828f6ae4b 86557 admin important sysklogd_1.5.orig.tar.gz
 c69e7bac5286b75293aa85ca697a71c2 23263 admin important sysklogd_1.5-1.diff.gz
 cb2fc9a8cf1354977e24fa48bed42700 61064 admin important sysklogd_1.5-1_i386.deb
 87b3164f94cbb882c536c5ed8f001003 42232 admin important klogd_1.5-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGrdOuW5ql+IAeqTIRAmQaAJ4ybZzkZ6zSyCIYx/LCpVoEHzWg0gCfRHG2
ZMzsIjd2MxnEhsZzlIgB2bA=
=jPKX
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to