Your message dated Wed, 19 Mar 2008 23:36:08 +0100
with message-id <[EMAIL PROTECTED]>
and subject line fixed in some previous version
has caused the Debian Bug report #414519,
regarding hercules: FTBFS on GNU/kFreeBSD
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.)
--
414519: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414519
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: hercules
Version: 3.04.1-1
Severity: important
Tags: patch
Hi,
The current version of hercules fails to build on GNU/kFreeBSD.
It needs a small tweak to hostopts.h to correctly supports this
architecture. You will find the patch below.
It also needs an update of config.guess and config.sub from a recent
version (have a look in /usr/share/misc/, package autotools-dev).
Thanks in advance,
Aurelien
--- hercules-3.04.1.orig/hostopts.h
+++ hercules-3.04.1/hostopts.h
@@ -203,7 +203,7 @@
/*-------------------------------------------------------------------*/
/* Hard-coded FreeBSD-specific features and options... */
/*-------------------------------------------------------------------*/
-#elif defined(__FreeBSD__) /* "FreeBSD" options */
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) /* "FreeBSD" options
*/
#define DLL_IMPORT extern
#define DLL_EXPORT
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-xen-amd64
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---
--- End Message ---