Your message dated Tue, 23 Aug 2005 15:35:32 -0700
with message-id <[EMAIL PROTECTED]>
and subject line eagle: FTBFS (amd64): Please add amd64 support
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; 25 Apr 2005 17:40:28 +0000
>From [EMAIL PROTECTED] Mon Apr 25 10:40:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c158131.adsl.hansenet.de (localhost.localdomain) 
[213.39.158.131] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DQ7ZM-0006dV-00; Mon, 25 Apr 2005 10:40:28 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DQ7ZN-0005Ji-9e; Mon, 25 Apr 2005 19:40:29 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: eagle: FTBFS (amd64): Please add amd64 support
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 25 Apr 2005 19:40:29 +0200
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: 

Package: eagle
Version: 4.11-8
Severity: wishlist
Tags: patch

When building 'eagle' on amd64/unstable,
I get the following error:

dh_shlibdeps
/usr/bin/ldd: line 171: /lib/ld-linux.so.2: No such file or directory
ldd: /lib/ld-linux.so.2 exited with unknown exit code (127)
dpkg-shlibdeps: failure: ldd on `debian/tmp/usr/share/eagle/bin/eagle' gave 
error exit status 1
dh_shlibdeps: command returned error code 256
make: *** [binary-arch] Error 1

With the attached patch 'eagle' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/eagle-4.11/debian/control ./debian/control
--- ../tmp-orig/eagle-4.11/debian/control       2004-09-13 11:51:10.419854302 
+0200
+++ ./debian/control    2004-09-13 11:50:34.667206075 +0200
@@ -2,12 +2,12 @@
 Section: non-free/electronics
 Priority: optional
 Maintainer: Shaun Jackman <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.16)
+Build-Depends: debhelper (>= 4.1.16), ia32-libs-dev [amd64]
 Standards-Version: 3.6.1.0
 
 Package: eagle
-Architecture: i386
-Depends: eagle-data (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
+Architecture: amd64 i386
+Depends: eagle-data (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}, 
ia32-libs [amd64]
 Description: Printed circuit board design tool
  Eagle includes a layout editor, schematic editor, and an autorouter.
  The following limitations apply to the EAGLE Light Edition:

---------------------------------------
Received: (at 306312-done) by bugs.debian.org; 23 Aug 2005 22:35:33 +0000
>From [EMAIL PROTECTED] Tue Aug 23 15:35:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from rproxy.gmail.com [64.233.170.204] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E7hMj-00045B-00; Tue, 23 Aug 2005 15:35:33 -0700
Received: by rproxy.gmail.com with SMTP id z35so1256733rne
        for <[EMAIL PROTECTED]>; Tue, 23 Aug 2005 15:35:32 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        
h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        
b=ZF1c1ZbkwiljiySX2q04R/IW0yBER6YZUAWXVjq+LJ2rK22vAhbOQTTCxUgHi2JlJWW+Mbs84ZABaxq5If/u3hC77TC9c2Z5WWUd8CSJKg13vsPRPUSnko0U/nE/uv370R/QuXDhROGBJAZ8IQTWqwHeb0Cez4jRkqdhkYO7Ebk=
Received: by 10.11.88.53 with SMTP id l53mr26690cwb;
        Tue, 23 Aug 2005 15:35:32 -0700 (PDT)
Received: by 10.11.99.47 with HTTP; Tue, 23 Aug 2005 15:35:32 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 23 Aug 2005 15:35:32 -0700
From: Shaun Jackman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: eagle: FTBFS (amd64): Please add amd64 support
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

On 4/26/05, Andreas Jochens <[EMAIL PROTECTED]> wrote:
> On 05-Apr-26 10:32, Shaun Jackman wrote:
> > This patch seems to confuse dpkg-gencontrol 1.10.27. If I include the
> > ia32-libs [amd64] dependency, the *entire* Depends line is removed
> > from the generated DEBIAN/control file. Any suggestions?
>=20
> Oops. I saw this strange behaviour myself once in a different package.
>=20
> Without the '[amd64]' part it worked fine, but with '[amd64]' added,
> the entire Depends line was removed. Unfortunately I did not yet find
> the reason for this.
>=20
> Regards
> Andreas Jochens

This issue seems to be resolved in dpkg-gencontrol 1.13.10.

Cheers,
Shaun


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

Reply via email to