Your message dated Fri, 19 Aug 2005 08:47:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#323973: fixed in openexr 1.2.2-4
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 Aug 2005 14:23:58 +0000
>From [EMAIL PROTECTED] Fri Aug 19 07:23:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 84-120-66-144.onocable.ono.com (chistera.yi.org) [84.120.66.144] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E67mo-0002Em-00; Fri, 19 Aug 2005 07:23:58 -0700
Received: from userid 1000 by chistera.yi.org with local (Exim 4.52) 
          id 1E67mn-0006Ru-64; Fri, 19 Aug 2005 16:23:57 +0200
Date: Fri, 19 Aug 2005 16:23:57 +0200
From: Adeodato =?utf-8?B?U2ltw7M=?= <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: openexr: FTBFS in several arches because of --as-needed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="5mCyUwZo2JvN/JJP"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-No-CC: Please respect my Mail-Followup-To header
User-Agent: Mutt/1.5.10i
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


--5mCyUwZo2JvN/JJP
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

Package: openexr
Version: 1.2.2-3
Severity: wishlist
Tags: patch

Hello,

  the cause of the openexr failures in alpha, hppa and sparc is the use
  of --as-needed. This is an experimental feature of binutils that is
  also known to be broken in several arches, so please don't use it for
  now.

  Patch attached.

-- 
Adeodato Simó
    EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
The first step on the road to wisdom is the admission of ignorance. The
second step is realizing that you don't have to blab it to the world.

--5mCyUwZo2JvN/JJP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="fix-openexr-FTBFS.diff"

diff -ru openexr-1.2.2-3/debian/rules openexr-1.2.2-4/debian/rules
--- openexr-1.2.2-3/debian/rules        2005-08-19 14:20:22.000000000 +0000
+++ openexr-1.2.2-4/debian/rules        2005-08-19 14:16:58.000000000 +0000
@@ -14,7 +14,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 
 # Compilation options
-DEB_CONFIGURE_SCRIPT_ENV := LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+DEB_CONFIGURE_SCRIPT_ENV := LDFLAGS="-Wl,-O1"
 DEB_CONFIGURE_EXTRA_FLAGS := --with-openexr-prefix=/usr
 
 # Debhelper Arguments

--5mCyUwZo2JvN/JJP--


---------------------------------------
Received: (at 323973-close) by bugs.debian.org; 19 Aug 2005 15:49:40 +0000
>From [EMAIL PROTECTED] Fri Aug 19 08:49:40 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E695G-0005RT-00; Fri, 19 Aug 2005 08:47:06 -0700
From: Andrew Lau <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323973: fixed in openexr 1.2.2-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 19 Aug 2005 08:47:06 -0700
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: openexr
Source-Version: 1.2.2-4

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

libopenexr-dev_1.2.2-4_i386.deb
  to pool/main/o/openexr/libopenexr-dev_1.2.2-4_i386.deb
libopenexr2c2_1.2.2-4_i386.deb
  to pool/main/o/openexr/libopenexr2c2_1.2.2-4_i386.deb
openexr_1.2.2-4.diff.gz
  to pool/main/o/openexr/openexr_1.2.2-4.diff.gz
openexr_1.2.2-4.dsc
  to pool/main/o/openexr/openexr_1.2.2-4.dsc
openexr_1.2.2-4_i386.deb
  to pool/main/o/openexr/openexr_1.2.2-4_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.
Andrew Lau <[EMAIL PROTECTED]> (supplier of updated openexr 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: Sat, 20 Aug 2005 00:52:05 +1000
Source: openexr
Binary: openexr libopenexr-dev libopenexr2c2
Architecture: source i386
Version: 1.2.2-4
Distribution: unstable
Urgency: medium
Maintainer: Andrew Lau <[EMAIL PROTECTED]>
Changed-By: Andrew Lau <[EMAIL PROTECTED]>
Description: 
 libopenexr-dev - development files for the OpenEXR image library
 libopenexr2c2 - runtime files for the OpenEXR image library
 openexr    - viewer and docs for the OpenEXR image format
Closes: 323973
Changes: 
 openexr (1.2.2-4) unstable; urgency=medium
 .
   * FTBFS fix: Remove usage "ld --as-needed".
     (closes: #323973)
Files: 
 03b1c3a559e975d1c286845e4c05e3f7 785 graphics optional openexr_1.2.2-4.dsc
 23effc8bc233447ea8f352e2430b4284 8297 graphics optional openexr_1.2.2-4.diff.gz
 51d3852a960404453b9be8b8381b4e66 734838 graphics optional 
openexr_1.2.2-4_i386.deb
 5a7fd345657919858f0c3ae413db6e36 564430 libdevel optional 
libopenexr-dev_1.2.2-4_i386.deb
 cfc8b5a4b233d8071153ea03b934c128 297312 libs optional 
libopenexr2c2_1.2.2-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Signed by Adeodato Simó <[EMAIL PROTECTED]>

iEYEARECAAYFAkMF+YwACgkQgyNlRdHEGIJSgwCfflbhXHCycf08C43lLU6hxfE+
yYcAoNDtMSKJ4KUfWh/+KX7UQUDGRVTp
=2vRe
-----END PGP SIGNATURE-----


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

Reply via email to