Your message dated Thu, 07 May 2020 04:34:10 +0000
with message-id <e1jwyec-000fyt...@fasolo.debian.org>
and subject line Bug#959509: fixed in xosview 1.22-1
has caused the Debian Bug report #959509,
regarding xosview: build failure on armhf and riscv64 (patch)
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 ow...@bugs.debian.org
immediately.)


-- 
959509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959509
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xosview
Version: 1.21-2
Severity: serious

http://debomatic-armhf.debian.net/distribution#unstable/xosview/1.21-2ubuntu2/buildlog

Hello, looks like since some time, it started failing on armhf and riscv64, 
because of the sys/io.h removal from glibc.

g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -O3 -I. 
-MMD -Ilinux/  -c -o linux/raidmeter.o linux/raidmeter.cc
g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -O3 -I. 
-MMD -Ilinux/  -c -o linux/serialmeter.o linux/serialmeter.cc
linux/serialmeter.cc:34:10: fatal error: sys/io.h: No such file or directory
   34 | #include <sys/io.h>
      |          ^~~~~~~~~~
compilation terminated.
make[1]: *** [<builtin>: linux/serialmeter.o] Error 1

something like this
--- xosview-1.21.orig/linux/serialmeter.cc
+++ xosview-1.21/linux/serialmeter.cc
@@ -30,10 +30,10 @@ typedef unsigned long long u64;
 #endif

 #if defined(GNULIBC) || defined(__GLIBC__)
-#if !defined(__powerpc__) && !defined(__hppa__) && !defined(__mips__) && 
!defined(__sparc__) && !defined(__sh__) && !defined(__s390__) && 
!defined(__s390x__) && !defined(__m68k__) && !defined(__aarch64__)
+#if !defined(__powerpc__) && !defined(__hppa__) && !defined(__mips__) && 
!defined(__sparc__) && !defined(__sh__) && !defined(__s390__) && 
!defined(__s390x__) && !defined(__m68k__) && !defined(__aarch64__) && 
!defined(__arm__) && !defined(__riscv)
 #include <sys/io.h>
 #endif
-#if !defined(__alpha__) && !defined(__sparc__) && !defined(__powerpc__) && 
!defined(__ia64__) && !defined(__hppa__) && !defined(__arm__) && 
!defined(__mips__) && !defined(__sh__) && !defined(__s390__) && !defined 
(__s390x__) && !defined(__m68k__) && !defined(__aarch64__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__powerpc__) && 
!defined(__ia64__) && !defined(__hppa__) && !defined(__arm__) && 
!defined(__mips__) && !defined(__sh__) && !defined(__s390__) && !defined 
(__s390x__) && !defined(__m68k__) && !defined(__aarch64__) && !defined(__arm__) 
&& !defined(__riscv)
 #include <sys/perm.h>
 #define HAVE_IOPERM
 #endif

(I didn't tag it patch because I'm not sure about riscv define and armel status)

G.

--- End Message ---
--- Begin Message ---
Source: xosview
Source-Version: 1.22-1
Done: Kartik Mistry <kar...@debian.org>

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

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 959...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kartik Mistry <kar...@debian.org> (supplier of updated xosview 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 06 May 2020 21:29:15 +0530
Source: xosview
Architecture: source
Version: 1.22-1
Distribution: unstable
Urgency: medium
Maintainer: Kartik Mistry <kar...@debian.org>
Changed-By: Kartik Mistry <kar...@debian.org>
Closes: 959509
Changes:
 xosview (1.22-1) unstable; urgency=medium
 .
   * New upstream release:
     + Fix build on arm by not including sys/io.h (Closes: #959509)
   * debian/control:
     + Switched to debhelper-compat.
     + Updated Standards-Version to 4.5.0
     + Added 'Rules-Requires-Root' field.
   * Use dh sequence in debian/rules.
Checksums-Sha1:
 0772500e008f932a456e846615e7186eb8056ed3 1895 xosview_1.22-1.dsc
 47bf5fe6f61ac828bc7707abec0c1e4bb8da9e13 147492 xosview_1.22.orig.tar.gz
 36f1d763c21c9bd55ebf93bd3e71c1d449c3e1e8 14152 xosview_1.22-1.debian.tar.xz
Checksums-Sha256:
 781b2ae4fba687304133cf06b6e28c85ddc8fe0bc3f766abd4306678708e9754 1895 
xosview_1.22-1.dsc
 ef427cdcbbe65e64d6e0c415378ab0b7ce35656ed24791e99cb7d3c49db0e698 147492 
xosview_1.22.orig.tar.gz
 8295d16a5bace9d266b641c41722ffa596525d39865639ce0384dda7f96c75c4 14152 
xosview_1.22-1.debian.tar.xz
Files:
 71705747dadc23333102775c6a82a600 1895 utils optional xosview_1.22-1.dsc
 99195e0bd83376389e795b70e9781ef7 147492 utils optional xosview_1.22.orig.tar.gz
 9a6176d5c41a743f2e209b04f2a6258a 14152 utils optional 
xosview_1.22-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEa2MbXvVUr2sRlmKSAsHT8ng6pN4FAl6zi50ACgkQAsHT8ng6
pN6dKg/+M7/EzvpaOh2Q2wHU1uT4bwxBtDEgGUJF2lunDKdKUuGYGCgqMIYJ5saZ
ABUnZMzBFeAS87LwTrVES+5ZOyYMwZFGQP7owtbxJ2wS3dA4+W1ehcnHnvhvXDT9
JSpsZD7pCpKQ9q1doUfGI8RicxpRi20UCEfO2nOzpBq06t4dV7enav2myoH+TJRx
wduTQp7fg5wKiRi68KJeKI6T8UUHpG3kDk82o+/2l7972BkFkmuhnWCsomEQfh8H
GibdueVhtmQHU6uN1oiSab0lcERfErdNFtfcswYK+3hAfWmYzSN7GvJ49zXsk1iK
yOQ66eAwaCDqALMbPZbyd4/uizlsy+Yx55h0IRWQu//sgu5Hpq1jApq71GsjxGj+
w6QDAipBdZQhPD7ra6oWWWfiW7vMwl0bPngYhUy8tOi1xTMKKAGIljzp8goEvoAk
miln+2o3jnH4uyphdsKjxGF0iZy/138KLpQx+s8hAkWbliM3CG/JDDpLfDqdEOQk
qOevvDjBepmC3owpwJUwt7JeXBmuo99J8qlFnsoCdS9MRoD8Q+gOoxTm3FE79Lr8
tnPAfhFmRt27MoqSvHhbQTo1MuWiQx97oR/yb26RA9YyIi7tyz4liGsDOm5EhYvN
KqVChatlzeZZQSZTlmXCf5kzA1CiVpm9eYlbUaomgJRTZ/lm7y4=
=ln6b
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to