Your message dated Thu, 24 Feb 2005 05:02:36 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#296008: fixed in sctplib-stable 1.0.1a-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 296008-close) by bugs.debian.org; 24 Feb 2005 10:09:04 +0000
>From [EMAIL PROTECTED] Thu Feb 24 02:09:03 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 1D4Fvb-0003tH-00; Thu, 24 Feb 2005 02:09:03 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D4FpM-0005Ym-00; Thu, 24 Feb 2005 05:02:36 -0500
From: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#296008: fixed in sctplib-stable 1.0.1a-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 24 Feb 2005 05:02:36 -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: 
X-CrossAssassin-Score: 2

Source: sctplib-stable
Source-Version: 1.0.1a-2

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

sctplib-stable-dev_1.0.1a-2_i386.deb
  to pool/main/s/sctplib-stable/sctplib-stable-dev_1.0.1a-2_i386.deb
sctplib-stable-doc_1.0.1a-2_all.deb
  to pool/main/s/sctplib-stable/sctplib-stable-doc_1.0.1a-2_all.deb
sctplib-stable1_1.0.1a-2_i386.deb
  to pool/main/s/sctplib-stable/sctplib-stable1_1.0.1a-2_i386.deb
sctplib-stable_1.0.1a-2.diff.gz
  to pool/main/s/sctplib-stable/sctplib-stable_1.0.1a-2.diff.gz
sctplib-stable_1.0.1a-2.dsc
  to pool/main/s/sctplib-stable/sctplib-stable_1.0.1a-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-stable 
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 20:37:52 +1100
Source: sctplib-stable
Binary: sctplib-stable-doc sctplib-stable1 sctplib-stable-dev
Architecture: source i386 all
Version: 1.0.1a-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Changed-By: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Description: 
 sctplib-stable-dev - stable userland implementation of the SCTP protocol RFC 
2960
 sctplib-stable-doc - stable userland implementation of the SCTP protocol RFC 
2960
 sctplib-stable1 - stable userland implementation of the SCTP protocol RFC 2960
Closes: 295874 296008
Changes: 
 sctplib-stable (1.0.1a-2) unstable; urgency=low
 .
    * Fixed "Wrong dir in libsctp.la" (Closes: #296008).
      Patch by Kurt Roeckx <[EMAIL PROTECTED]>.
    * Fixed "needs libtool update for arm" (Closes: #295874).
Files: 
 a0778b6ef5e37423e8f8389ffa846395 640 net optional sctplib-stable_1.0.1a-2.dsc
 32162a780102557aac4f8985956451fb 247404 net optional 
sctplib-stable_1.0.1a-2.diff.gz
 a71f10900a542eb7d21878a3484a4597 643574 doc optional 
sctplib-stable-doc_1.0.1a-2_all.deb
 ae64ecf3a38e81f0ddd22970ef7be463 77146 libs optional 
sctplib-stable1_1.0.1a-2_i386.deb
 02cd21af420f9be46a9f1bc9a506b8d6 86032 libdevel optional 
sctplib-stable-dev_1.0.1a-2_i386.deb

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

iD8DBQFCHaPpgY5NIXPNpFURAriXAJ433HBsrLtBCvZN6W5AD5rSNFJmGwCaA4MH
TF3hT1WpICinZWELKD2Y4hQ=
=Mojk
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to