Your message dated Wed, 12 Oct 2011 07:02:10 +0000
with message-id <[email protected]>
and subject line Bug#561891: fixed in fio 1.59-1
has caused the Debian Bug report #561891,
regarding Please support sh4
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
561891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561891
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fio
Version: 1.33.1-1
Severity: important
User: [email protected]
Tags: patch
Usertags: sh4
X-Debbugs-CC: [email protected]
Hi,
I am now trying to run Debian on Renesas SH(sh4) CPU.
http://buildd.debian-ports.org/status/architecture.php?suite=unstable&a=sh4
fio FTBFS on sh4.
Because fio supports SuperH, but information is not enough in header
file (arch/arch.h).
-----
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/build/buildd-fio_1.33.1-1-sh4-NFt0ru/fio-1.33.1'
CC gettime.o
In file included from fio.h:22,
from gettime.c:8:
arch/arch.h:37:2: error: #error "Unsupported arch"
make[1]: *** [gettime.o] Error 1
-----
I created patch which revised this problem.
Could you check and apply this patch?
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
diff -urN fio-1.33.1/arch/arch-sh.h fio-1.33.1.sh4/arch/arch-sh.h
--- fio-1.33.1/arch/arch-sh.h 2009-12-21 10:48:12.000000000 +0900
+++ fio-1.33.1.sh4/arch/arch-sh.h 2009-12-21 10:35:56.000000000 +0900
@@ -25,5 +25,3 @@
#define write_barrier() __asm__ __volatile__ (" " : : : "memory")
#endif
-
-#endif
diff -urN fio-1.33.1/arch/arch.h fio-1.33.1.sh4/arch/arch.h
--- fio-1.33.1/arch/arch.h 2009-09-10 17:30:19.000000000 +0900
+++ fio-1.33.1.sh4/arch/arch.h 2009-12-21 10:35:25.000000000 +0900
@@ -33,6 +33,8 @@
#include "arch-arm.h"
#elif defined(__mips__) || defined(__mips64__)
#include "arch-mips.h"
+#elif defined(__sh__)
+#include "arch-sh.h"
#else
#error "Unsupported arch"
#endif
--- End Message ---
--- Begin Message ---
Source: fio
Source-Version: 1.59-1
We believe that the bug you reported is fixed in the latest version of
fio, which is due to be installed in the Debian FTP archive:
fio_1.59-1.debian.tar.gz
to main/f/fio/fio_1.59-1.debian.tar.gz
fio_1.59-1.dsc
to main/f/fio/fio_1.59-1.dsc
fio_1.59-1_amd64.deb
to main/f/fio/fio_1.59-1_amd64.deb
fio_1.59.orig.tar.gz
to main/f/fio/fio_1.59.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 Steigerwald <[email protected]> (supplier of updated fio 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.8
Date: Wed, 10 Oct 2011 17:19:00 +0200
Source: fio
Binary: fio
Architecture: source amd64
Version: 1.59-1
Distribution: unstable
Urgency: low
Maintainer: Martin Steigerwald <[email protected]>
Changed-By: Martin Steigerwald <[email protected]>
Description:
fio - Flexible I/O Tester
Closes: 561891
Changes:
fio (1.59-1) unstable; urgency=low
.
* Imported Upstream version 1.59.
- Added support for SuperH architecture (Closes: #561891).
Thanks to Nobuhiro Iwamatsu for the patch and build testing.
* debian/patches/manpage: Escape minus signs to fix lintian warning
I: fio: hyphen-used-as-minus-sign usr/share/man/man1/fio.1.gz:934
* New rdma engine in engines/rdma.c:
* debian/rules: Add variables for makefile to build new rdma engine.
* debian/control: Added build dependencies for new rdma engine.
Checksums-Sha1:
aa551af5959effc7d9b40c31573457c414eca47f 1214 fio_1.59-1.dsc
da4f23fa0a037d043b3bbc1d680293dbe1f605c1 440376 fio_1.59.orig.tar.gz
5ae49dfce93097c9b9920fad134ba06cc005c210 5701 fio_1.59-1.debian.tar.gz
dcfe6c4020010c87ed2d2ff4598735120fda9a61 198876 fio_1.59-1_amd64.deb
Checksums-Sha256:
3e3b5c8212701f9f8368cc5c87119f07de7179ad2ff0a3c7cffd3d99e310ccad 1214
fio_1.59-1.dsc
fd21bfdec98cd2de76cf0dfe52dcbc952a9e1ac775cfef8b03635c848605ea5c 440376
fio_1.59.orig.tar.gz
2564a7abcdaeecd5b1f8a285fa9160d67e24e844caf8faaa2e7aa6b2c9d828ab 5701
fio_1.59-1.debian.tar.gz
e6cce61f6dd179b3b17095573a60417413bd04abcfda42ad73d112244ad24db0 198876
fio_1.59-1_amd64.deb
Files:
f0a5af3e1244cb891a9308dfe263b25c 1214 utils optional fio_1.59-1.dsc
271d34d4e612c4a182628663662ba3ae 440376 utils optional fio_1.59.orig.tar.gz
b8ec07ecf6578a8ddf87d1523313eb52 5701 utils optional fio_1.59-1.debian.tar.gz
969b7bb33691070deb9edb2dabd28c81 198876 utils optional fio_1.59-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk6UObwACgkQEFEKc4UBx/z1EgCfZsQD8WBsCdf1fkM/5zLov06O
DmsAnA7Kp5GKunjex2hV7zmZk+wb1pr7
=PIp8
-----END PGP SIGNATURE-----
--- End Message ---