Bug#444340: fglrx-kernel-src: Fails to build on amd64 (multiarch) kernel

2008-02-07 Thread Arturas K
hello, some hints/ideas: fglrx-driver in etch/amd64 have 32bit binaries in /emul/ia32-linux/ hierarchy. The purpose of these is clear. The question is are these the same ones found in etch/i386? digging deeper into the {src}/rules file excerpt: ifeq ($(DEB_BUILD_ARCH),amd64)

Bug#444340: fglrx-kernel-src: Fails to build on amd64 (multiarch) kernel

2008-02-07 Thread Romain Beauxis
Le Thursday 07 February 2008 14:10:38 Arturas K, vous avez écrit : hello, Hi ! some hints/ideas: fglrx-driver in etch/amd64 have 32bit binaries in /emul/ia32-linux/ hierarchy. The purpose of these is clear. The question is are these the same ones found in etch/i386? I think your

Bug#444340: fglrx-kernel-src: Fails to build on amd64 (multiarch) kernel

2008-02-07 Thread Arturas K
hi, Romain Beauxis wrote: I think your misunderstand the issue. definitely not :D The module is for 3D acceleration, which also needs a set of userspace binaries/libraries. Now, with a 64 bit kernel running a 32 bit userland, * The module should be 64 bits * The userspace needs to be 32

Bug#444340: fglrx-kernel-src: Fails to build on amd64 (multiarch) kernel

2008-02-07 Thread Romain Beauxis
Le Thursday 07 February 2008 15:34:36 Arturas K, vous avez écrit : do you now understand what I suggest? I am not sure, but MABY 32bit libs in x86 source tree are not capable to communicate to 64bit kernel module, and it fails; and 32bit ones from x86_64 MIGHT be tuned for this scenario.