Your message dated Fri, 21 Jan 2005 02:13:45 -0500
with message-id <[EMAIL PROTECTED]>
and subject line SableVM should work on GNU/k*BSD since long time
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Jul 2004 20:20:18 +0000
>From [EMAIL PROTECTED] Fri Jul 23 13:20:18 2004
Return-path: <[EMAIL PROTECTED]>
Received: from 86.red-80-24-13.pooles.rima-tde.net (khazad.dyndns.org) 
[80.24.13.86] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bo6Wf-0003PL-00; Fri, 23 Jul 2004 13:20:17 -0700
Received: from bilbo ([192.168.0.3])
        by khazad.dyndns.org with smtp (Exim 3.36 #1 (Debian))
        id 1Bo6W6-0000mo-00; Fri, 23 Jul 2004 22:19:42 +0200
Received: (nullmailer pid 93341 invoked by uid 1000);
        Fri, 23 Jul 2004 20:26:08 -0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Robert Millan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS on GNU/k*BSD
X-Mailer: reportbug 2.63
Date: Fri, 23 Jul 2004 22:26:08 +0200
Message-Id: <[EMAIL PROTECTED]>
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
  using "From" header
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: sablevm-classlib
Severity: wishlist
Tags: patch

Hi! The following patch fixes FTBFS on GNU/k*BSD.

diff -ur 
sablevm-classlib-1.1.6.old/native/target/generic/target_generic_network.h 
sablevm-classlib-1.1.6/native/target/generic/target_generic_network.h
--- sablevm-classlib-1.1.6.old/native/target/generic/target_generic_network.h   
2004-07-10 18:31:07.000000000 +0200
+++ sablevm-classlib-1.1.6/native/target/generic/target_generic_network.h       
2004-07-23 21:37:40.000000000 +0200
@@ -568,6 +568,9 @@
   #include <sys/types.h>
   #include <sys/socket.h>
   #include <netinet/in.h>
+  #ifndef MSG_NOSIGNAL
+    #define MSG_NOSIGNAL 0
+  #endif
   #define 
TARGET_NATIVE_NETWORK_SOCKET_SEND(socketDescriptor,buffer,length,bytesSent) \
     do { \
       bytesSent=send(socketDescriptor,buffer,length,MSG_NOSIGNAL); \

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i386)
Kernel: GNU/kFreeBSD 5.2.1-5
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to C)

---------------------------------------
Received: (at 261129-done) by bugs.debian.org; 21 Jan 2005 07:14:32 +0000
>From [EMAIL PROTECTED] Thu Jan 20 23:14:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from griffin.griffaction.ca [66.11.181.4] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Crt03-0006tF-00; Thu, 20 Jan 2005 23:14:31 -0800
Received: from glue.info.uqam.ca ([132.208.135.95])
        by griffin.griffaction.ca with esmtp (Exim 4.34 #1 (Debian))
        id 1Crt03-0001Us-67
        for <[EMAIL PROTECTED]>; Fri, 21 Jan 2005 02:14:31 -0500
Received: from localhost ([127.0.0.1] helo=localhost.localdomain)
        by glue.info.uqam.ca with esmtp (Exim 4.34)
        id 1Crr7y-0003P9-84
        for [EMAIL PROTECTED]; Fri, 21 Jan 2005 00:14:34 -0500
Subject: SableVM should work on GNU/k*BSD since long time
From: "Grzegorz B. Prokopski" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: text/plain
Organization: Debian http://www.debian.org - The Free Operating System
Date: Fri, 21 Jan 2005 02:13:45 -0500
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.3 
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

The fix for this problem should have been merged into mainline SableVM
long ago, so I am pretty sure this bug should be closed as well.

Feel invited to open it, in case I was wrong though,

                        GBP
-- 
Grzegorz B. Prokopski           <[EMAIL PROTECTED]>
SableVM - Free, LGPL'ed Java VM  http://sablevm.org
Why SableVM ?!?                  http://sablevm.org/wiki/Features
Debian GNU/Linux - the Free OS   http://www.debian.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to