Is amd64 a supported Debian architecture?
http://packages.debian.org/testing/libs/ia32-libs shows a binary
package for ia64, but not for amd64.

Should ia32-libs-devel be build-essential for amd64, and could
dh_shlibdeps thus pick up the ia32-libs dependency automatically?

Cheers,
Shaun

On 4/25/05, Andreas Jochens <[EMAIL PROTECTED]> wrote:
> 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:

Reply via email to