[cl-debian] Bug#345220: marked as done (cl-uffi: FTBFS on GNU/kFreeBSD)

Debian Bug Tracking System owner at bugs.debian.org
Sat Dec 31 18:33:06 UTC 2005


Your message dated Sat, 31 Dec 2005 10:17:09 -0800
with message-id <E1EslHx-0005xq-Up at spohr.debian.org>
and subject line Bug#345220: fixed in cl-uffi 1.5.7-2
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; 29 Dec 2005 18:12:45 +0000
>From aurel32 at debian.org Thu Dec 29 10:12:45 2005
Return-path: <aurel32 at debian.org>
Received: from farad.aurel32.net ([82.232.2.251])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1Es2Gb-0008Lh-BU
	for submit at bugs.debian.org; Thu, 29 Dec 2005 10:12:45 -0800
Received: from hertz.aurel32.net ([2001:618:400:fc13:2e0:18ff:fea3:b80f])
	by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
	(Exim 4.50)
	id 1Es2Ga-0000JB-Cd; Thu, 29 Dec 2005 19:12:44 +0100
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.60)
	(envelope-from <aurel32 at debian.org>)
	id 1Es2Ga-000J1U-9l; Thu, 29 Dec 2005 19:12:44 +0100
Content-Type: multipart/mixed; boundary="===============1318788242=="
MIME-Version: 1.0
From: Aurelien Jarno <aurel32 at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: cl-uffi: FTBFS on GNU/kFreeBSD
Message-ID: <20051229181244.73107.64709.reportbug at hertz.aurel32.net>
X-Mailer: reportbug 3.18
Date: Thu, 29 Dec 2005 19:12:44 +0100
Delivered-To: submit at bugs.debian.org
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-Level: 
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
	HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============1318788242==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: cl-uffi
Severity: important
Tags: patch

Hi,

cl-uffi fails to build on GNU/kFreeBSD due to missing check for this
platform. Please find attached a patch to fix that. It would be nice if
you could include it in the next upload cl-uffi.

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)

--===============1318788242==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="cl-uffi.diff"

Status: in BTS
Author: aurel32

--- cl-uffi-1.5.7.orig/tests/make.sh
+++ cl-uffi-1.5.7/tests/make.sh
@@ -3,6 +3,7 @@
 case "`uname`" in
     Linux) os_linux=1 ;;
     FreeBSD) os_freebsd=1 ;;
+    GNU/kFreeBSD) os_gnukfreebsd=1;;
     Darwin) os_darwin=1 ;;
     SunOS) os_sunos=1 ;;
     AIX) os_aix=1 ;;
@@ -18,6 +19,10 @@
     gcc -fPIC -DPIC -c $SOURCE -o $OBJECT
     gcc -shared $OBJECT -o $SHARED_LIB
 
+elif [ "$os_gnukfreebsd" ]; then
+    gcc -fPIC -DPIC -c $SOURCE -o $OBJECT
+    gcc -shared $OBJECT -o $SHARED_LIB
+
 elif [ "$os_darwin" ]; then
     cc -dynamic -c $SOURCE -o $OBJECT
     ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $BASE.dylib $OBJECT

--===============1318788242==--

---------------------------------------
Received: (at 345220-close) by bugs.debian.org; 31 Dec 2005 18:20:45 +0000
>From katie at ftp-master.debian.org Sat Dec 31 10:20:45 2005
Return-path: <katie at ftp-master.debian.org>
Received: from katie by spohr.debian.org with local (Exim 4.50)
	id 1EslHx-0005xq-Up; Sat, 31 Dec 2005 10:17:09 -0800
From: kmr at debian.org (Kevin M. Rosenberg)
To: 345220-close at bugs.debian.org
X-Katie: $Revision: 1.65 $
Subject: Bug#345220: fixed in cl-uffi 1.5.7-2
Message-Id: <E1EslHx-0005xq-Up at spohr.debian.org>
Sender: Archive Administrator <katie at ftp-master.debian.org>
Date: Sat, 31 Dec 2005 10:17:09 -0800
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-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: cl-uffi
Source-Version: 1.5.7-2

We believe that the bug you reported is fixed in the latest version of
cl-uffi, which is due to be installed in the Debian FTP archive:

cl-uffi-tests_1.5.7-2_i386.deb
  to pool/main/c/cl-uffi/cl-uffi-tests_1.5.7-2_i386.deb
cl-uffi_1.5.7-2.diff.gz
  to pool/main/c/cl-uffi/cl-uffi_1.5.7-2.diff.gz
cl-uffi_1.5.7-2.dsc
  to pool/main/c/cl-uffi/cl-uffi_1.5.7-2.dsc
cl-uffi_1.5.7-2_all.deb
  to pool/main/c/cl-uffi/cl-uffi_1.5.7-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 345220 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kevin M. Rosenberg <kmr at debian.org> (supplier of updated cl-uffi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 31 Dec 2005 11:11:36 -0700
Source: cl-uffi
Binary: cl-uffi-tests cl-uffi
Architecture: source all i386
Version: 1.5.7-2
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg <kmr at debian.org>
Changed-By: Kevin M. Rosenberg <kmr at debian.org>
Description: 
 cl-uffi    - Universal Foreign Function Library for Common Lisp
 cl-uffi-tests - Regression tests for UFFI Common Lisp Library
Closes: 345220
Changes: 
 cl-uffi (1.5.7-2) unstable; urgency=low
 .
   * Commit patch for GNU/kFreeBSD (closes: 345220)
Files: 
 e247263917a5089ba92e7857b704233b 633 devel optional cl-uffi_1.5.7-2.dsc
 4b379f31f1809e599fc3510dc3630f38 7655 devel optional cl-uffi_1.5.7-2.diff.gz
 db8577ce184dd2c2f09745b5333b7011 112732 devel optional cl-uffi_1.5.7-2_all.deb
 f13808afffba7ccda91b0db8c97f672f 24406 devel optional cl-uffi-tests_1.5.7-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDtsoWES7N8sSjgj4RAhIzAJ9X78fVD+TRfiWVvrB1vFmMbfsu0gCfUJYz
re3q0Mi4+07DOPjM2sQp7No=
=9tI6
-----END PGP SIGNATURE-----





More information about the Cl-debian mailing list