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

Debian Bug Tracking System owner at bugs.debian.org
Mon Jan 16 23:19:13 UTC 2006


Your message dated Mon, 16 Jan 2006 14:48:09 -0800
with message-id <E1Eyd8z-0000RM-GZ at spohr.debian.org>
and subject line Bug#345220: fixed in cl-uffi 1.5.8-1
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; 16 Jan 2006 22:54:31 +0000
>From katie at ftp-master.debian.org Mon Jan 16 14:54:31 2006
Return-path: <katie at ftp-master.debian.org>
Received: from katie by spohr.debian.org with local (Exim 4.50)
	id 1Eyd8z-0000RM-GZ; Mon, 16 Jan 2006 14:48: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.8-1
Message-Id: <E1Eyd8z-0000RM-GZ at spohr.debian.org>
Sender: Archive Administrator <katie at ftp-master.debian.org>
Date: Mon, 16 Jan 2006 14:48: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.8-1

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.8-1_i386.deb
  to pool/main/c/cl-uffi/cl-uffi-tests_1.5.8-1_i386.deb
cl-uffi_1.5.8-1.diff.gz
  to pool/main/c/cl-uffi/cl-uffi_1.5.8-1.diff.gz
cl-uffi_1.5.8-1.dsc
  to pool/main/c/cl-uffi/cl-uffi_1.5.8-1.dsc
cl-uffi_1.5.8-1_all.deb
  to pool/main/c/cl-uffi/cl-uffi_1.5.8-1_all.deb
cl-uffi_1.5.8.orig.tar.gz
  to pool/main/c/cl-uffi/cl-uffi_1.5.8.orig.tar.gz



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: Mon, 16 Jan 2006 14:47:08 -0700
Source: cl-uffi
Binary: cl-uffi-tests cl-uffi
Architecture: source all i386
Version: 1.5.8-1
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.8-1) unstable; urgency=low
 .
   * Really commit patch for GNU/kFreeBSD (closes: 345220)
Files: 
 d7c8e16ef22252144452f6940b14ce49 633 devel optional cl-uffi_1.5.8-1.dsc
 1f2ef875a3d45c03a9613331b9c7488c 143822 devel optional cl-uffi_1.5.8.orig.tar.gz
 f12cbc90d4347feeb56edf53edb2c25f 7680 devel optional cl-uffi_1.5.8-1.diff.gz
 4eaa958311487c47f63807ffe33963e0 112752 devel optional cl-uffi_1.5.8-1_all.deb
 2f9f78153ae0621b43a6805a28bfe087 24500 devel optional cl-uffi-tests_1.5.8-1_i386.deb

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

iD8DBQFDzBSUES7N8sSjgj4RAq83AJ99+MTbIc9ibsSKCNhxvDDabcPhhACbBC+3
6uSHVJrQBH4MlmtbNehozek=
=3BYT
-----END PGP SIGNATURE-----





More information about the Cl-debian mailing list