Your message dated Fri, 21 Oct 2016 08:14:53 +0000
with message-id <[email protected]>
and subject line Bug#841395: Removed package(s) from unstable
has caused the Debian Bug report #626931,
regarding FTBFS on GNU/Hurd
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.)


-- 
626931: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626931
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: firebird2.5
Version: 2.5.0.26074-0.ds4
Severity: normal
Tags: patch

Firebird FTBFS on GNU/Hurd because MAXPATHLEN is not defined on that
platform.

Attached is a patch which fixes that.  Please apply, it is a simple
fix and it blocks php5 build on GNU/Hurd.

O.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- a/src/jrd/common.h
+++ b/src/jrd/common.h
@@ -545,6 +545,10 @@ extern "C" int remove(const char* path);
 #define SYS_ERR		Arg::Unix
 #endif /* UNIX */
 
+#ifndef MAXPATHLEN
+#define MAXPATHLEN 4096
+#endif
+
 #ifndef SYS_ERR
 #define SYS_ERR		Arg::Unix
 #endif

--- End Message ---
--- Begin Message ---
Version: 2.5.6.27020.ds4-3+rm

Dear submitter,

as the package firebird2.5 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/841395

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

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.
Chris Lamb (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to