Your message dated Sun, 30 Jul 2006 04:02:35 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#378303: fixed in ltp 20060717-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: linux-kernel-headers
Version: 2.6.17.3-1
Severity: serious
Hello,
There was a problem while autobuilding ltp:
> Automatic build of ltp_20050107-3 on avidan by sbuild/i386 0.48
> Build started at 20060715-0410
> ******************************************************************************
...
> cc -Wall -I../../include -g -Wall -I../../../../include -O -g -Wall
> swapoff01.c -L../../../../lib -lltp -o swapoff01
> cc -Wall -I../../include -g -Wall -I../../../../include -O -g -Wall
> swapoff02.c -L../../../../lib -lltp -o swapoff02
> make[5]: Leaving directory
> `/build/buildd/ltp-20050107/build-tree/ltp-full-20050107/testcases/kernel/syscalls/swapoff'
> make[5]: Entering directory
> `/build/buildd/ltp-20050107/build-tree/ltp-full-20050107/testcases/kernel/syscalls/swapon'
> cc -Wall -I../../include -g -Wall -I../../../../include -g -Wall
> swapon01.c -L../../../../lib -lltp -o swapon01
> cc -Wall -I../../include -g -Wall -I../../../../include -g -Wall
> swapon02.c -L../../../../lib -lltp -o swapon02
> In file included from /usr/include/linux/cpumask.h:86,
> from /usr/include/asm-i486/processor.h:23,
> from /usr/include/asm/processor.h:8,
> from /usr/include/asm-i486/atomic.h:6,
> from /usr/include/asm/atomic.h:8,
> from swapon02.c:87:
> /usr/include/linux/bitmap.h: In function 'bitmap_zero':
> /usr/include/linux/bitmap.h:128: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h:128: error: (Each undeclared identifier is
> reported only once
> /usr/include/linux/bitmap.h:128: error: for each function it appears in.)
> /usr/include/linux/bitmap.h: In function 'bitmap_fill':
> /usr/include/linux/bitmap.h:143: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_copy':
> /usr/include/linux/bitmap.h:149: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_and':
> /usr/include/linux/bitmap.h:160: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_or':
> /usr/include/linux/bitmap.h:169: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_xor':
> /usr/include/linux/bitmap.h:178: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_andnot':
> /usr/include/linux/bitmap.h:187: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_complement':
> /usr/include/linux/bitmap.h:196: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_equal':
> /usr/include/linux/bitmap.h:205: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_intersects':
> /usr/include/linux/bitmap.h:214: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_subset':
> /usr/include/linux/bitmap.h:223: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_empty':
> /usr/include/linux/bitmap.h:231: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_full':
> /usr/include/linux/bitmap.h:239: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_shift_right':
> /usr/include/linux/bitmap.h:253: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> /usr/include/linux/bitmap.h: In function 'bitmap_shift_left':
> /usr/include/linux/bitmap.h:262: error: 'BITS_PER_LONG' undeclared (first use
> in this function)
> In file included from /usr/include/asm-i486/processor.h:23,
> from /usr/include/asm/processor.h:8,
> from /usr/include/asm-i486/atomic.h:6,
> from /usr/include/asm/atomic.h:8,
> from swapon02.c:87:
> /usr/include/linux/cpumask.h: At top level:
> /usr/include/linux/cpumask.h:88: error: expected specifier-qualifier-list
> before 'DECLARE_BITMAP'
> /usr/include/linux/cpumask.h: In function '__cpu_set':
> /usr/include/linux/cpumask.h:94: error: 'cpumask_t' has no member named 'bits'
> /usr/include/linux/cpumask.h: In function '__cpu_clear':
> /usr/include/linux/cpumask.h:100: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_setall':
> /usr/include/linux/cpumask.h:106: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_clear':
> /usr/include/linux/cpumask.h:112: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpu_test_and_set':
> /usr/include/linux/cpumask.h:121: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_and':
> /usr/include/linux/cpumask.h:128: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:128: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:128: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_or':
> /usr/include/linux/cpumask.h:135: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:135: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:135: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_xor':
> /usr/include/linux/cpumask.h:142: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:142: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:142: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_andnot':
> /usr/include/linux/cpumask.h:150: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:150: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:150: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_complement':
> /usr/include/linux/cpumask.h:157: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:157: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_equal':
> /usr/include/linux/cpumask.h:164: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:164: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_intersects':
> /usr/include/linux/cpumask.h:171: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:171: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_subset':
> /usr/include/linux/cpumask.h:178: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:178: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_empty':
> /usr/include/linux/cpumask.h:184: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_full':
> /usr/include/linux/cpumask.h:190: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_weight':
> /usr/include/linux/cpumask.h:196: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_shift_right':
> /usr/include/linux/cpumask.h:204: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:204: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_shift_left':
> /usr/include/linux/cpumask.h:212: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:212: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpumask_scnprintf':
> /usr/include/linux/cpumask.h:273: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpumask_parse':
> /usr/include/linux/cpumask.h:281: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpulist_scnprintf':
> /usr/include/linux/cpumask.h:289: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpulist_parse':
> /usr/include/linux/cpumask.h:295: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpu_remap':
> /usr/include/linux/cpumask.h:303: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:303: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h: In function '__cpus_remap':
> /usr/include/linux/cpumask.h:311: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:311: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:311: error: 'cpumask_t' has no member named
> 'bits'
> /usr/include/linux/cpumask.h:311: error: 'cpumask_t' has no member named
> 'bits'
> make[5]: *** [swapon02] Error 1
> make[5]: Leaving directory
> `/build/buildd/ltp-20050107/build-tree/ltp-full-20050107/testcases/kernel/syscalls/swapon'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory
> `/build/buildd/ltp-20050107/build-tree/ltp-full-20050107/testcases/kernel/syscalls'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory
> `/build/buildd/ltp-20050107/build-tree/ltp-full-20050107/testcases/kernel'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/build/buildd/ltp-20050107/build-tree/ltp-full-20050107/testcases'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory
> `/build/buildd/ltp-20050107/build-tree/ltp-full-20050107'
> make: *** [build] Error 2
> ******************************************************************************
> Build finished at 20060715-0416
> FAILED [dpkg-buildpackage died]
> ------------------------------------------------------------------------------
--
Julien Danjou
.''`. Debian Developer
: :' : http://julien.danjou.info
`. `' http://people.debian.org/~acid
`- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: ltp
Source-Version: 20060717-1
We believe that the bug you reported is fixed in the latest version of
ltp, which is due to be installed in the Debian FTP archive:
ltp-commands-test_20060717-1_i386.deb
to pool/main/l/ltp/ltp-commands-test_20060717-1_i386.deb
ltp-dev_20060717-1_i386.deb
to pool/main/l/ltp/ltp-dev_20060717-1_i386.deb
ltp-disc-test_20060717-1_i386.deb
to pool/main/l/ltp/ltp-disc-test_20060717-1_i386.deb
ltp-kernel-test_20060717-1_i386.deb
to pool/main/l/ltp/ltp-kernel-test_20060717-1_i386.deb
ltp-misc-test_20060717-1_i386.deb
to pool/main/l/ltp/ltp-misc-test_20060717-1_i386.deb
ltp-network-test_20060717-1_i386.deb
to pool/main/l/ltp/ltp-network-test_20060717-1_i386.deb
ltp-tools_20060717-1_i386.deb
to pool/main/l/ltp/ltp-tools_20060717-1_i386.deb
ltp_20060717-1.diff.gz
to pool/main/l/ltp/ltp_20060717-1.diff.gz
ltp_20060717-1.dsc
to pool/main/l/ltp/ltp_20060717-1.dsc
ltp_20060717-1_all.deb
to pool/main/l/ltp/ltp_20060717-1_all.deb
ltp_20060717.orig.tar.gz
to pool/main/l/ltp/ltp_20060717.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.
Alastair McKinstry <[EMAIL PROTECTED]> (supplier of updated ltp 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: Fri, 28 Jul 2006 14:27:41 +0100
Source: ltp
Binary: ltp-misc-test ltp-kernel-test ltp ltp-dev ltp-tools ltp-network-test
ltp-disc-test ltp-commands-test
Architecture: source i386 all
Version: 20060717-1
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry <[EMAIL PROTECTED]>
Changed-By: Alastair McKinstry <[EMAIL PROTECTED]>
Description:
ltp - The Linux Test Project test suite
ltp-commands-test - Command tests for the Linux Test Project
ltp-dev - development files for Linux Test Project
ltp-disc-test - Disk I/O tests for the Linux Test Project
ltp-kernel-test - kernel tests for the Linux Test Project
ltp-misc-test - Misc. tests for the Linux Test Project
ltp-network-test - Network tests for the Linux Test Project
ltp-tools - Utilities for running the Linux Test Project test suite
Closes: 305934 378303
Changes:
ltp (20060717-1) unstable; urgency=low
.
* New upstream release. Closes: #305934, #378303.
* Move to Standards-Version: 3.7.2. No changes required.
* Move to debhelper >= 5. No changes required.
Files:
0043c1173d344bba2db06cd19420d31a 734 misc optional ltp_20060717-1.dsc
5f2d374e515ef55c016e17106e9a8571 5536823 misc optional ltp_20060717.orig.tar.gz
61edd7b121806994530aecc4bd6cd990 25941 misc optional ltp_20060717-1.diff.gz
94579fac171a4e885deae4f8f469bcdb 106172 misc optional
ltp-tools_20060717-1_i386.deb
bdef062d55b909a25d74472eb0e6c2c1 78280 misc optional
ltp-dev_20060717-1_i386.deb
95af9da5c52b97a20b4c4ab47fc3c09f 8561608 misc optional
ltp-kernel-test_20060717-1_i386.deb
01bb3d68ae6298673e7ce21a71c74336 823124 misc optional
ltp-network-test_20060717-1_i386.deb
7308490d93d777e152cb7eb5ead36546 3202 misc optional
ltp-commands-test_20060717-1_i386.deb
19f5f5f0515d603171ed7dcbda5ea347 194070 misc optional
ltp-misc-test_20060717-1_i386.deb
684d970d7cd109d7d39cbfe1b2c33c5d 13350 misc optional
ltp-disc-test_20060717-1_i386.deb
f10de97cdd7f07f1fa0e636be9f1d844 30606 misc optional ltp_20060717-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEy8MKQTK/kCo4XFcRAhCOAJ4jHialhMhPI8AAjk3K030Fx4HxCgCffs6e
a91KxmsLhqqmOLKJogseE6U=
=RsIw
-----END PGP SIGNATURE-----
--- End Message ---