Your message dated Sun, 25 Aug 2024 22:34:28 +0000
with message-id <[email protected]>
and subject line Bug#1079308: Removed package(s) from unstable
has caused the Debian Bug report #675280,
regarding picprog: FTBFS on Debian GNU/Hurd [Patch attached]
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.)


-- 
675280: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675280
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: picprog
Version: 1.9.1-2
Severity: normal
User: [email protected]
Usertags: hurd
Tags: patch

Hi,

Currently picprog fails to build on Debian GNU/Hurd.  Hurd does not support 
iopl even though we have
a stub in io.h.

The following patch works though I am not sure it is the "best" solution.  You 
obviously must also
add hurd-any to debian/control.

Thank you,

Barry deFreese
Index: picprog-1.9.1/picport.cc
===================================================================
--- picprog-1.9.1.orig/picport.cc       2012-05-30 15:04:37.000000000 +0000
+++ picprog-1.9.1/picport.cc    2012-05-30 15:06:03.000000000 +0000
@@ -39,9 +39,11 @@
 
 #include <sys/ioctl.h>
 
-#if defined(__i386__) || defined(__x86_64__)
-  #include <sys/io.h>
-  #define HAVE_IOPL
+#ifndef __GNU__
+  #if defined(__i386__) || defined(__x86_64__)
+    #include <sys/io.h>
+    #define HAVE_IOPL
+  #endif
 #endif
 
 #include <fcntl.h>

--- End Message ---
--- Begin Message ---
Version: 1.9.1-5+rm

Dear submitter,

as the package picprog has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1079308

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to