[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#224437: marked as done (libtool1.4: Port to GNU/kNetBSD)



Your message dated Tue, 01 Nov 2005 09:49:55 +0100
with message-id <87ll0821n0.fsf@diziet.irb.hr>
and subject line libtool1.4 removed
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; 19 Dec 2003 00:49:47 +0000
>From rmh@debian.org Thu Dec 18 18:49:46 2003
Return-path: <rmh@debian.org>
Received: from 86.red-80-24-13.pooles.rima-tde.net (bilbo) [80.24.13.86] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AX8dJ-0002qO-00; Thu, 18 Dec 2003 18:36:47 -0600
Received: from aragorn ([192.168.0.3])
	by bilbo with esmtp (Exim 3.35 #1 (Debian))
	id 1AX8m4-0007Ls-00; Fri, 19 Dec 2003 01:45:48 +0100
Received: from rmh by aragorn with local (Exim 3.36 #1 (Debian))
	id 1AX8Zp-0001Xn-00; Fri, 19 Dec 2003 01:33:09 +0100
Content-Type: multipart/mixed; boundary="===============0723741313=="
MIME-Version: 1.0
From: Robert Millan <rmh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libtool1.4: Port to GNU/kNetBSD
X-Mailer: reportbug 2.37
Date: Fri, 19 Dec 2003 01:33:08 +0100
Message-Id: <E1AX8Zp-0001Xn-00@aragorn>
Sender: <rmh@aragorn>
X-BadReturnPath: rmh@aragorn rewritten as rmh@debian.org
  using "From" header
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15
X-Spam-Level: 

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

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

Package: libtool1.4
Severity: wishlist
Tags: patch

Hi!

This patch ports libtool1.4-1.4 to GNU/kNetBSD. It has been tested and passes
"make check".

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux aragorn 2.4.23-1 #1 dt des 16 19:02:26 CET 2003 i686
Locale: LANG=ca_ES@euro, LC_CTYPE=ca_ES@euro


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

--- libtool1.4-1.4.3.old/libtool.m4	2003-12-18 12:33:41.000000000 +0100
+++ libtool1.4-1.4.3/libtool.m4	2003-12-18 13:35:11.000000000 +0100
@@ -2085,18 +2085,6 @@
   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='GNU/FreeBSD ld.so'
-  ;;
-
 freebsd*)
   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
   version_type=freebsd-$objformat
@@ -2133,6 +2121,30 @@
   hardcode_into_libs=yes
   ;;
 
+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='GNU ld.so'
+  ;;
+
+knetbsd*-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='GNU ld.so'
+  ;;
+
 hpux9* | hpux10* | hpux11*)
   # Give a soname corresponding to the major version so that dld.sl refuses to
   # link against other versions.
--- libtool1.4-1.4.3.old/ltdl.m4	2003-12-18 12:33:41.000000000 +0100
+++ libtool1.4-1.4.3/ltdl.m4	2003-12-18 13:35:33.000000000 +0100
@@ -128,7 +128,7 @@
         hpux10*|hpux11*)
           libltdl_cv_sys_dlopen_deplibs=yes
           ;;
-	linux*|kfreebsd*-gnu*)
+	linux*|kfreebsd*-gnu|knetbsd*-gnu)
 	  libltdl_cv_sys_dlopen_deplibs=yes
 	  ;;
 	netbsd*)

--===============0723741313==--

---------------------------------------
Received: (at 224437-done) by bugs.debian.org; 1 Nov 2005 08:50:03 +0000
>From vela@debian.org Tue Nov 01 00:50:03 2005
Return-path: <vela@debian.org>
Received: from mail.irb.hr [161.53.22.8] (UNKNOWN)
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EWrqE-0006bg-00; Tue, 01 Nov 2005 00:50:02 -0800
Received: from diziet.irb.hr (diziet.irb.hr [161.53.22.31])
	by mail.irb.hr (8.13.3/8.13.3/Debian-6) with ESMTP id jA18nrH2019445;
	Tue, 1 Nov 2005 09:49:53 +0100
Received: from diziet.irb.hr (localhost [127.0.0.1])
	by diziet.irb.hr (8.13.5/8.13.5/Debian-3) with ESMTP id jA18ntrZ014696;
	Tue, 1 Nov 2005 09:49:55 +0100
Received: (from mvela@localhost)
	by diziet.irb.hr (8.13.5/8.13.5/Submit) id jA18ntQM014694;
	Tue, 1 Nov 2005 09:49:55 +0100
From: Matej Vela <vela@debian.org>
To: 157072-done@bugs.debian.org, 216313-done@bugs.debian.org,
        224437-done@bugs.debian.org, 226997-done@bugs.debian.org,
        241862-done@bugs.debian.org, 247299-done@bugs.debian.org,
        252245-done@bugs.debian.org, 253574-done@bugs.debian.org
Subject: libtool1.4 removed
Date: Tue, 01 Nov 2005 09:49:55 +0100
Message-ID: <87ll0821n0.fsf@diziet.irb.hr>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Scanned-By: MIMEDefang 2.51 on 161.53.22.8
Delivered-To: 224437-done@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=-2.0 required=4.0 tests=BAYES_00,SORTED_RECIPS 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 6

libtool1.4 no longer has any reverse dependencies and has been removed
from Debian.



Reply to: