<div dir="ltr">Hi,<div><br></div><div>Yes, I'm pretty sure. You can still use a multiarch apt after some setup, but normally it's easier to just install the 32bit things from the 64bit repos.</div><div><br></div><div>
<div>root@debian:~# cat /etc/debian_version</div><div>7.6</div><div>root@debian:~# uname -a</div><div>Linux debian 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u1 x86_64 GNU/Linux</div><div>root@debian:~# apt-cache search libc6:i386<br>
</div><div>root@debian:~# apt-cache search libc6-i386</div><div>libc6-i386 - Embedded GNU C Library: 32-bit shared libraries for AMD64</div></div><div><div>root@debian:~# apt-get install libc6:i386</div><div>Reading package lists... Done</div>
<div>Building dependency tree</div><div>Reading state information... Done</div><div>E: Unable to locate package libc6</div><div>root@debian:~# apt-get install libc6-i386</div><div>Reading package lists... Done</div><div>Building dependency tree</div>
<div>Reading state information... Done</div><div>libc6-i386 is already the newest version.</div><div>0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.</div></div><div><br></div><div>BR</div><div>Karoly</div></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 11, 2014 at 7:39 AM, Arnout Vandecappelle <span dir="ltr"><<a href="mailto:arnout@mind.be" target="_blank">arnout@mind.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On 10/07/14 12:36, Karoly Kasza wrote:<br>
> Debian renamed the 32bit compatibility packages.<br>
><br>
> Signed-off-by: Karoly Kasza <<a href="mailto:kaszak@gmail.com">kaszak@gmail.com</a>><br>
> ---<br>
>  support/dependencies/dependencies.sh |    4 ++--<br>
>  1 file changed, 2 insertions(+), 2 deletions(-)<br>
><br>
> diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh<br>
> index 255a07b..399bc06 100755<br>
> --- a/support/dependencies/dependencies.sh<br>
> +++ b/support/dependencies/dependencies.sh<br>
> @@ -205,8 +205,8 @@ if grep -q ^BR2_HOSTARCH_NEEDS_IA32_LIBS=y $BR2_CONFIG ; then<br>
>               echo "Your Buildroot configuration uses pre-built tools for the x86 architecture,"<br>
>               echo "but your build machine uses the x86-64 architecture without the 32 bits compatibility"<br>
>               echo "library."<br>
> -             echo "If you're running a Debian/Ubuntu distribution, install the libc6:i386,"<br>
> -             echo "libstdc++6:i386, and zlib1g:i386 packages."<br>
> +             echo "If you're running a Debian/Ubuntu distribution, install the libc6-i386,"<br>
> +             echo "lib32stdc++6, and lib32z1 packages."<br>
<br>
</div> Are you sure? With e.g. a sourcery toolchain, I get (on a Debian sid):<br>
<br>
bash 98826$ ldd host/opt/ext-toolchain/bin/i686-pc-linux-gnu-gcc<br>
        linux-gate.so.1 (0xf776e000)<br>
        libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xf76eb000)<br>
        libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xf7540000)<br>
        /lib/ld-linux.so.2 (0xf776f000)<br>
<br>
 /lib/i386-linux-gnu/* is part of the libc6:i386 package.<br>
<br>
<br>
 Regards,<br>
 Arnout<br>
<div class=""><br>
>               echo "For other distributions, refer to the documentation on how to install the 32 bits"<br>
>               echo "compatibility libraries."<br>
>               exit 1<br>
><br>
<br>
<br>
--<br>
</div>Arnout Vandecappelle                          arnout at mind be<br>
Senior Embedded Software Architect            <a href="tel:%2B32-16-286500" value="+3216286500">+32-16-286500</a><br>
Essensium/Mind                                <a href="http://www.mind.be" target="_blank">http://www.mind.be</a><br>
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven<br>
LinkedIn profile: <a href="http://www.linkedin.com/in/arnoutvandecappelle" target="_blank">http://www.linkedin.com/in/arnoutvandecappelle</a><br>
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F<br>
</blockquote></div><br></div>