Your message dated Mon, 31 Oct 2005 10:47:11 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#329446: fixed in apt-rpm 0.5.15cnc6-6
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; 21 Sep 2005 21:22:48 +0000
>From [EMAIL PROTECTED] Wed Sep 21 14:22:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from farad.aurel32.net [82.232.2.251]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EIC3E-0006hE-00; Wed, 21 Sep 2005 14:22:48 -0700
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 1EIC3C-0005Ie-VN; Wed, 21 Sep 2005 23:22:47 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.52)
id 1EIC3C-000PFc-Q7; Wed, 21 Sep 2005 23:22:46 +0200
Content-Type: multipart/mixed; boundary="===============0477264739=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt-rpm: FTBFS on GNU/kFreeBSD: out of date libtool
X-Mailer: reportbug 3.17
Date: Wed, 21 Sep 2005 23:22:46 +0200
Message-Id: <[EMAIL PROTECTED]>
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-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.
--===============0477264739==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: apt-rpm
Severity: important
Tags: patch
Hi,
The current version of apt-rpm fails to build on
GNU/kFreeBSD, because of outdated libtool.
The version of libtool in apt-rpm is too old to correctly
support Debian GNU/kFreeBSD.
As you are using a debian/patch system, I am providing you a patch to
update libtool with the minimum changes to support GNU/kFreeBSD.
It would also be nice if you can ask upstream to update libtool
in their next release. Here is how to proceed (Make sure you are
using libtool 1.5.2-1 or later):
libtoolize -c -f
aclocal (-Im4 might be needed if there's an "m4" template dir)
autoconf
Thanks for your cooperation,
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)
--===============0477264739==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="apt-rpm.diff"
--- apt-rpm-0.5.15cnc6.orig/debian/patches/libtool.patch
+++ apt-rpm-0.5.15cnc6/debian/patches/libtool.patch
@@ -0,0 +1,80 @@
+# Libtool update for GNU/kFreeBSD
+
+--- apt-rpm-0.5.15cnc6.orig/aclocal.m4
++++ apt-rpm-0.5.15cnc6/aclocal.m4
+@@ -2443,7 +2443,7 @@
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+- freebsd*)
++ freebsd* | kfreebsd*-gnu)
+ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+@@ -2898,6 +2898,18 @@
+ dynamic_linker=no
+ ;;
+
++kfreebsd*-gnu)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}.so$versuffix
${libname}${release}.so$major $libname.so'
++ soname_spec='${libname}${release}.so$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ dynamic_linker='ld.so'
++ ;;
++
+ freebsd*)
+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ version_type=freebsd-$objformat
+@@ -4147,7 +4159,7 @@
+ esac
+ ;;
+
+-freebsd*)
++freebsd* | kfreebsd*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+ case $host_cpu in
+ i*86 )
+--- apt-rpm-0.5.15cnc6.orig/configure
++++ apt-rpm-0.5.15cnc6/configure
+@@ -3456,7 +3456,7 @@
+ esac
+ ;;
+
+-freebsd*)
++freebsd* | kfreebsd*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+ case $host_cpu in
+ i*86 )
+@@ -5940,7 +5940,7 @@
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+- freebsd*)
++ freebsd* | kfreebsd*-gnu)
+ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+@@ -6402,6 +6402,18 @@
+ dynamic_linker=no
+ ;;
+
++kfreebsd*-gnu)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}.so$versuffix
${libname}${release}.so$major $libname.so'
++ soname_spec='${libname}${release}.so$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ dynamic_linker='ld.so'
++ ;;
++
+ freebsd*)
+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ version_type=freebsd-$objformat
--===============0477264739==--
---------------------------------------
Received: (at 329446-close) by bugs.debian.org; 31 Oct 2005 18:47:42 +0000
>From [EMAIL PROTECTED] Mon Oct 31 10:47:42 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EWegZ-0007WI-00; Mon, 31 Oct 2005 10:47:11 -0800
From: Peter Eisentraut <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#329446: fixed in apt-rpm 0.5.15cnc6-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 31 Oct 2005 10:47:11 -0800
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-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: apt-rpm
Source-Version: 0.5.15cnc6-6
We believe that the bug you reported is fixed in the latest version of
apt-rpm, which is due to be installed in the Debian FTP archive:
apt-rpm-repository_0.5.15cnc6-6_i386.deb
to pool/main/a/apt-rpm/apt-rpm-repository_0.5.15cnc6-6_i386.deb
apt-rpm_0.5.15cnc6-6.diff.gz
to pool/main/a/apt-rpm/apt-rpm_0.5.15cnc6-6.diff.gz
apt-rpm_0.5.15cnc6-6.dsc
to pool/main/a/apt-rpm/apt-rpm_0.5.15cnc6-6.dsc
libapt-rpm-pkg-dev_0.5.15cnc6-6_i386.deb
to pool/main/a/apt-rpm/libapt-rpm-pkg-dev_0.5.15cnc6-6_i386.deb
libapt-rpm-pkg-libc6.3-6-0_0.5.15cnc6-6_i386.deb
to pool/main/a/apt-rpm/libapt-rpm-pkg-libc6.3-6-0_0.5.15cnc6-6_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated apt-rpm 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 31 Oct 2005 02:32:58 +0100
Source: apt-rpm
Binary: apt-rpm-repository libapt-rpm-pkg-libc6.3-6-0 libapt-rpm-pkg-dev
Architecture: source i386
Version: 0.5.15cnc6-6
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description:
apt-rpm-repository - tools to create an APT RPM repository
libapt-rpm-pkg-dev - development files for APT for RPM library
libapt-rpm-pkg-libc6.3-6-0 - APT for RPM library
Closes: 329446
Changes:
apt-rpm (0.5.15cnc6-6) unstable; urgency=low
.
* Added libtool support for Debian GNU/kFreeBSD (closes: #329446)
Files:
a20550d57311e6434be2dcb4feda3b9d 748 admin extra apt-rpm_0.5.15cnc6-6.dsc
a00eba049683698738dc8de88e38298e 9573 admin extra apt-rpm_0.5.15cnc6-6.diff.gz
ad1161ed2e371d9e7f67363eab3a5087 531960 libdevel extra
libapt-rpm-pkg-dev_0.5.15cnc6-6_i386.deb
0256edd606cd36189d5ee6bdd78ee913 359986 libs extra
libapt-rpm-pkg-libc6.3-6-0_0.5.15cnc6-6_i386.deb
866fc19bcf52e9b803670674176c943e 41594 admin extra
apt-rpm-repository_0.5.15cnc6-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDZmSzTTx8oVVPtMYRApYnAKC8Lb3Vnr80yiwLSDvMHDYBVyyL/ACeJ5Gx
+BNYTJu3P7mjG644+4gqVng=
=5nII
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]