From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Wed, 15 Dec 2010 15:58:53 +0000 (UTC) Subject: [Buildroot] [Bug 2971] New: rootfs lacks /lib64 directory for 64 bits arch Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=2971 Summary: rootfs lacks /lib64 directory for 64 bits arch Product: buildroot Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P5 Component: Other AssignedTo: unassigned at buildroot.uclibc.org ReportedBy: bardon.pro at gmail.com CC: buildroot at uclibc.org Estimated Hours: 0.0 bug version: Buildroot-2010.11 (does not exists in version field). When x86_64/generic (Crosstool-NG toolchain, glibc) architecture is chosen compiled executables expect to have pure 64 bit libs in lib64 : /src/buildroot-2010.11$ ldd output/target/bin/bash linux-vdso.so.1 => (0x00007fff50fff000) libncurses.so.5 => /lib/libncurses.so.5 (0x00007fe7f6c2b000) libdl.so.2 => /lib/libdl.so.2 (0x00007fe7f6a27000) libc.so.6 => /lib/libc.so.6 (0x00007fe7f66d4000) /lib64/ld-linux-x86-64.so.2 (0x00007fe7f6e6a000) ld-linux-x86-64.so.2 is located in /lib. Need to have a link from lib64 to lib in fs/skeleton : cd fs/skeleton ln -s /lib lib64 4 drwxr-xr-x 16 andromede andromede 4096 d?c 15 16:51 . 4 drwxr-xr-x 14 andromede andromede 4096 nov 30 16:52 .. 4 drwxr-xr-x 2 andromede andromede 4096 nov 30 16:52 bin 4 drwxr-xr-x 3 andromede andromede 4096 nov 30 16:52 dev 4 drwxr-xr-x 5 andromede andromede 4096 nov 30 16:52 etc 4 drwxr-xr-x 2 andromede andromede 4096 nov 30 16:52 home 4 drwxr-xr-x 2 andromede andromede 4096 nov 30 16:52 lib 0 lrwxrwxrwx 1 andromede andromede 4 d?c 15 16:51 lib64 -> /lib 4 drwxr-xr-x 2 andromede andromede 4096 nov 30 16:52 mnt 4 drwxr-xr-x 2 andromede andromede 4096 nov 30 16:52 opt 4 drwxr-xr-x 2 andromede andromede 4096 nov 30 16:52 proc 4 drwxr-xr-x 2 andromede andromede 4096 nov 30 16:52 root 4 drwxr-xr-x 2 andromede andromede 4096 nov 30 16:52 sbin 4 drwxr-xr-x 2 andromede andromede 4096 nov 30 16:52 sys 4 drwxr-xr-x 2 andromede andromede 4096 nov 30 16:52 tmp 4 drwxr-xr-x 6 andromede andromede 4096 nov 30 16:52 usr 4 drwxr-xr-x 3 andromede andromede 4096 nov 30 16:52 var refs: GCC 4.3.5 Glibc 2.11.1 (generated by Crosstool-NG 1.9) target is Intel x86_64. -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.