Your message dated Thu, 24 Feb 2005 03:48:03 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#296078: fixed in sctplib 1.3.1-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; 19 Feb 2005 16:59:50 +0000
>From [EMAIL PROTECTED] Sat Feb 19 08:59:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from adicia.telenet-ops.be [195.130.132.56]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D2XxN-0005EZ-00; Sat, 19 Feb 2005 08:59:49 -0800
Received: from localhost (localhost.localdomain [127.0.0.1])
by adicia.telenet-ops.be (Postfix) with SMTP id 3737144300
for <[EMAIL PROTECTED]>; Sat, 19 Feb 2005 17:59:48 +0100 (MET)
Received: from Q.roeckx.be (dD5775FD9.access.telenet.be [213.119.95.217])
by adicia.telenet-ops.be (Postfix) with ESMTP id 12F52441F1
for <[EMAIL PROTECTED]>; Sat, 19 Feb 2005 17:59:48 +0100 (MET)
Received: by Q.roeckx.be (Postfix, from userid 501)
id AAB6A26136; Sat, 19 Feb 2005 17:59:47 +0100 (CET)
Date: Sat, 19 Feb 2005 17:59:47 +0100
From: Kurt Roeckx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: sctplib-stable: Wrong dir in libsctp.la
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="FCuugMFkClbJLl1L"
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--FCuugMFkClbJLl1L
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: sctplib-stable
Version: 1.0.1a-1
Severity: important
Tags: patch
The libdir directory in the libsctp.la is wrong. This is because
you do "$(MAKE) install prefix=$(CURDIR)/shared". And the prefix
gets used in that file.
What you should do is use using DESTDIR:
$(MAKE) install DESTDIR=$(CURDIR)/shared
You'll also have to change other things since now the libs won't
be in "shared/lib" but in "shared/usr/lib".
The attached patch seems to work for me.
Kurt
--FCuugMFkClbJLl1L
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="sctplib-stable_libdir.diff"
--- debian/rules.orig 2005-02-19 17:55:21.165002019 +0100
+++ debian/rules 2005-02-19 17:55:04.601061745 +0100
@@ -16,10 +16,10 @@
build:
$(checkdir)
./configure --prefix=/usr --enable-shared
- $(MAKE) install prefix=$(CURDIR)/shared
+ $(MAKE) install DESTDIR=$(CURDIR)/shared
-$(MAKE) distclean
./configure --prefix=/usr --enable-static
- $(MAKE) install prefix=$(CURDIR)/static
+ $(MAKE) install DESTDIR=$(CURDIR)/static
touch build
clean:
@@ -62,14 +62,14 @@
cd debian && install -m 644 shlibs $(plib)/DEBIAN
- cd shared/lib && $(STRIP) --strip-unneeded $(namelib).so.1.0.1
- cd static/lib && strip --strip-debug $(namelib).a
+ cd shared/usr/lib && $(STRIP) --strip-unneeded $(namelib).so.1.0.1
+ cd static/usr/lib && strip --strip-debug $(namelib).a
- mv shared/lib/$(namelib).so.* debian/$(plib)/usr/lib
- mv shared/lib/$(namelib).so debian/$(plibdev)/usr/lib
- mv shared/lib/$(namelib).la debian/$(plibdev)/usr/lib
- mv static/lib/$(namelib).a debian/$(plibdev)/usr/lib
- mv static/include debian/$(plibdev)/usr
+ mv shared/usr/lib/$(namelib).so.* debian/$(plib)/usr/lib
+ mv shared/usr/lib/$(namelib).so debian/$(plibdev)/usr/lib
+ mv shared/usr/lib/$(namelib).la debian/$(plibdev)/usr/lib
+ mv static/usr/lib/$(namelib).a debian/$(plibdev)/usr/lib
+ mv static/usr/include debian/$(plibdev)/usr
cp -p debian/copyright $(ldocdir)
cp -p ChangeLog $(ldocdir)/changelog
--FCuugMFkClbJLl1L--
---------------------------------------
Received: (at 296078-close) by bugs.debian.org; 24 Feb 2005 08:53:02 +0000
>From [EMAIL PROTECTED] Thu Feb 24 00:53:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D4Ek2-0005UD-00; Thu, 24 Feb 2005 00:53:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D4EfD-00008S-00; Thu, 24 Feb 2005 03:48:03 -0500
From: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#296078: fixed in sctplib 1.3.1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 24 Feb 2005 03:48:03 -0500
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-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
X-Spam-Level:
Source: sctplib
Source-Version: 1.3.1-2
We believe that the bug you reported is fixed in the latest version of
sctplib, which is due to be installed in the Debian FTP archive:
sctplib-dev_1.3.1-2_i386.deb
to pool/main/s/sctplib/sctplib-dev_1.3.1-2_i386.deb
sctplib-doc_1.3.1-2_all.deb
to pool/main/s/sctplib/sctplib-doc_1.3.1-2_all.deb
sctplib1_1.3.1-2_i386.deb
to pool/main/s/sctplib/sctplib1_1.3.1-2_i386.deb
sctplib_1.3.1-2.diff.gz
to pool/main/s/sctplib/sctplib_1.3.1-2.diff.gz
sctplib_1.3.1-2.dsc
to pool/main/s/sctplib/sctplib_1.3.1-2.dsc
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.
Anibal Monsalve Salazar <[EMAIL PROTECTED]> (supplier of updated sctplib
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: Thu, 24 Feb 2005 18:55:44 +1100
Source: sctplib
Binary: sctplib-doc sctplib1 sctplib-dev
Architecture: source i386 all
Version: 1.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Changed-By: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Description:
sctplib-dev - userland implementation of the SCTP protocol (RFC 2960)
sctplib-doc - userland implementation of the SCTP protocol (RFC 2960)
sctplib1 - userland implementation of the SCTP protocol (RFC 2960)
Closes: 296078
Changes:
sctplib (1.3.1-2) unstable; urgency=low
.
* Fixed "Wrong dir in libsctp.la" (Closes: #296078).
Patch by Kurt Roeckx <[EMAIL PROTECTED]>.
Files:
6e69239d5bac8c3c037dc046ddf4ae63 593 net optional sctplib_1.3.1-2.dsc
ea1030d7f8acb090ede48c2d5105b8bc 3111 net optional sctplib_1.3.1-2.diff.gz
9ed9fbcefc2cacf955e1da7c036bf4bd 590598 doc optional
sctplib-doc_1.3.1-2_all.deb
a874d2e7637a6dd06954bdfa54435b59 95514 libs optional sctplib1_1.3.1-2_i386.deb
1427a6427bc287e05b00dc125bfadff9 102660 libdevel optional
sctplib-dev_1.3.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFCHZA2gY5NIXPNpFURAlKIAKDSbsfvpcQGjyDUL1WZPCBtEXn3fACgqDUI
51GBuN80qYbGNZ+0EBx9V2U=
=8Zzi
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]