[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#415100: marked as done (nbio: FTBFS on GNU/k*BSD: missing OS detection)



Your message dated Tue, 3 Jul 2007 16:08:29 +0200
with message-id <20070703140829.GA23868@deprecation.cyrius.com>
and subject line Removed
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: nbio
Version: 2.0-14
Severity: important
Tags: patch

Hi,

please find attached a patch to make nbio build successfully on
GNU/kFreeBSD (at least) and maybe on other GNU/* platforms.

(Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=nbio>.)

Once applied, "autoconf" has to be run in the directory containing the
patched file.

Cheers,

-- 
Cyril Brulebois
--- nbio-2.0/seda/src/seda/nbio/jni/configure.in	2007-03-16 04:41:59.578489000 +0100
+++ nbio-2.0/seda/src/seda/nbio/jni/configure.in	2007-03-16 04:42:20.000000000 +0100
@@ -7,6 +7,8 @@
 case $host_os in
     solaris*)   PLATFORM=solaris;;
     linux-*)    PLATFORM=linux;;
+    k*bsd*)     PLATFORM=linux;;
+    gnu*)       PLATFORM=linux;;
 esac
 AC_SUBST(PLATFORM)
 

--- End Message ---
--- Begin Message ---
This package has been removed from Debian unstable.  I'm therefore
closing thi bug report.  The package has been removed because it was
orphaned.

-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---

Reply to: