Your message dated Sat, 13 Jan 2007 16:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#406004: fixed in blktrace 0~git-20061221162513-2
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: blktrace
Version: 0~git-20061221162513-1
Severity: serious
Hi,
your package fails to build on sparc:
| Automatic build of blktrace_0~git-20061221162513-1 on odin by sbuild/sparc 79
| Build started at 20070107-0839
| ******************************************************************************
| Checking available source versions...
| Fetching source files...
| Reading Package Lists...
| Building Dependency Tree...
| Need to get 1012kB of source archives.
| Get:1 http://ftp.de.debian.org experimental/main blktrace
0~git-20061221162513-1 (dsc) [636B]
| Get:2 http://ftp.de.debian.org experimental/main blktrace
0~git-20061221162513-1 (tar) [998kB]
| Get:3 http://ftp.de.debian.org experimental/main blktrace
0~git-20061221162513-1 (diff) [12.8kB]
| Fetched 1012kB in 0s (1192kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 5), texlive-latex-base | tetex-bin
| Checking for already installed source dependencies...
| debhelper: missing
| Using default version 5.0.42
| texlive-latex-base: missing
| tetex-bin: missing
[...]
| Checking correctness of source dependencies...
| Toolchain package versions: libc6-dev_2.3.6.ds1-8
linux-kernel-headers_2.6.18-6 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.17-3
libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
| ------------------------------------------------------------------------------
| dpkg-source: extracting blktrace in blktrace-0~git-20061221162513
| dpkg-buildpackage: source package is blktrace
| dpkg-buildpackage: source version is 0~git-20061221162513-1
| dpkg-buildpackage: host architecture sparc
| dpkg-buildpackage: source version without epoch 0~git-20061221162513-1
| /usr/bin/fakeroot debian/rules clean
| dh_testdir
| rm -rf build/
| rm -f *-stamp
| dh_clean
| debian/rules build
| # Building for a Linux-type OS, everything's fine
| #
| # variables are:
| # TOPDIR /build/buildd/blktrace-0~git-20061221162513
| # PKGNAME blktrace
| # FULLVERSION 0~git-20061221162513-1
| # UPSTREAMVER git-20061221162513
| # SRCARCHIVE
| # UNPACKDIR
| # BUILDDIRBASE
| # BUILDDIR build/
| touch check-stamp
| # unpack
| [ -d "build/" ] || mkdir "build/"
| /bin/sh debian/lndir.sh . build/
| rm -r build//build
| rm -r build//debian
| # VERSION=
| dh_testdir
| # patch
| for p in
/build/buildd/blktrace-0~git-20061221162513/debian/patches/10_btrace_paths.patch;
do \
| echo "# applying patch $p"; \
| cd build/ && patch -p1 < $p && \
| echo "# OK"; \
| done
| # applying patch
/build/buildd/blktrace-0~git-20061221162513/debian/patches/10_btrace_paths.patch
| patching file btrace
| # OK
| # build
| cd build/ && make CFLAGS="-Wall -Wshadow -g -O2" all docs
| make[1]: Entering directory
`/build/buildd/blktrace-0~git-20061221162513/build'
| In file included from blktrace.c:48:
| barrier.h:15:2: error: #error Define store_barrier() for your CPU
| make[1]: *** [depend] Error 1
| make[1]: Leaving directory `/build/buildd/blktrace-0~git-20061221162513/build'
| make: *** [build-stamp] Error 2
| ******************************************************************************
| Build finished at 20070107-0842
| FAILED [dpkg-buildpackage died]
Full build log(s):
http://experimental.ftbfs.de/build.php?&ver=0~git-20061221162513-1&pkg=blktrace&arch=sparc
Gruesse,
--
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/
--- End Message ---
--- Begin Message ---
Source: blktrace
Source-Version: 0~git-20061221162513-2
We believe that the bug you reported is fixed in the latest version of
blktrace, which is due to be installed in the Debian FTP archive:
blktrace_0~git-20061221162513-2.diff.gz
to pool/main/b/blktrace/blktrace_0~git-20061221162513-2.diff.gz
blktrace_0~git-20061221162513-2.dsc
to pool/main/b/blktrace/blktrace_0~git-20061221162513-2.dsc
blktrace_0~git-20061221162513-2_i386.deb
to pool/main/b/blktrace/blktrace_0~git-20061221162513-2_i386.deb
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.
Bas Zoetekouw <[EMAIL PROTECTED]> (supplier of updated blktrace 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: Sat, 13 Jan 2007 16:00:03 +0100
Source: blktrace
Binary: blktrace
Architecture: source i386
Version: 0~git-20061221162513-2
Distribution: experimental
Urgency: low
Maintainer: Bas Zoetekouw <[EMAIL PROTECTED]>
Changed-By: Bas Zoetekouw <[EMAIL PROTECTED]>
Description:
blktrace - utilities for block layer IO tracing
Closes: 405935 406004
Changes:
blktrace (0~git-20061221162513-2) experimental; urgency=low
.
* Fixed a typo in the description (Thanks to Loïc for noticing!)
(closes: #405935)
* Rather than defining our own store_barrier() for each architecture, just
use wmb() from <asm/system.h>. This fixes build problems on lots of
architectures (I hope).
(closes: #406004)
* Added Build-depends on patch
* Fix applying of pacthes in debian/rules. This would fail if there was
more than 1 patch present
Files:
431c99e38c3e3074e6948c226b4c1572 665 utils optional
blktrace_0~git-20061221162513-2.dsc
58d258d61f84e7c2f41d30dc3d99fc1d 13759 utils optional
blktrace_0~git-20061221162513-2.diff.gz
fd740680aed4a977ec6a18dac4a781c9 199756 utils optional
blktrace_0~git-20061221162513-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFqQq8K67kHwZE+rcRApZcAKDaGZiWWqPsIbK4sYo5bX8P6MzeYACfQNlt
bDzgKMBKWQhqzlMCcbk2o6I=
=pSfm
-----END PGP SIGNATURE-----
--- End Message ---