Bug#332997: d4x: FTBFS on GNU/kFreeBSD

2005-11-05 Thread Aurelien Jarno
reopen 332997
found 332997 2.5.6-1
thanks

The bug reappeared with version 2.5.6-1. Same patch applies.


-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#332997: d4x: FTBFS on GNU/kFreeBSD

2005-11-05 Thread Julien BLACHE
Aurelien Jarno [EMAIL PROTECTED] wrote:

Hi,

 The bug reappeared with version 2.5.6-1. Same patch applies.

Yeah, indeed, I suppressed this hunk. There should be a new upload
soon.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - [EMAIL PROTECTED] 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


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



Bug#332997: d4x: FTBFS on GNU/kFreeBSD

2005-10-10 Thread Julien BLACHE
Aurelien Jarno [EMAIL PROTECTED] wrote:

Hi Aurélien,

 d4x fails to build on GNU/kFreeBSD due to missing support. 
 Please find attached a patch to fix that. Could you please add it in
 the next upload?

Thanks, queued. I'll do an upload soon for the libssl0.9.8 transition
if needed.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - [EMAIL PROTECTED] 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



Bug#332997: d4x: FTBFS on GNU/kFreeBSD

2005-10-09 Thread Aurelien Jarno
Package: d4x
Severity: important
Tags: patch

Hi,

d4x fails to build on GNU/kFreeBSD due to missing support. 
Please find attached a patch to fix that. Could you please add it in
the next upload?

Don't hesitate to contact me if you need more information.

Thanks in advance,
Aurelien




-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32
Status: in BTS

--- d4x-2.5.5.orig/main/signal.cc
+++ d4x-2.5.5/main/signal.cc
@@ -110,7 +110,7 @@
 
 
 void my_pthreads_mutex_init(pthread_mutex_t *lock){
-#if defined(__linux__)
+#if defined(__linux__) || defined(__GLIBC__)
 /* manual page for mutexes said that mutexes in linux is fast by
default...
  */