[Bug 1270355] Review Request: nacl-binutils - A GNU collection of binary utilities

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 8 10:36:37 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1270355



--- Comment #17 from Jonathan Dieter <jdieter at lesbg.com> ---
$ x86_64-nacl-ld -o test.out test.o
x86_64-nacl-ld: cannot open linker script file ldscripts/elf32_x86_64_nacl.xc:
No such file or directory

$ strace -etrace=open,stat x86_64-nacl-ld -o test.out test.o
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
open("/lib64/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/bin/x86_64-nacl-ld", {st_mode=S_IFREG|0755, st_size=1870536, ...}) =
0
stat("/usr/bin/../x86_64-nacl/sys-root", 0x7ffefdfc39e0) = -1 ENOENT (No such
file or directory)
stat("/usr/bin/x86_64-nacl-ld", {st_mode=S_IFREG|0755, st_size=1870536, ...}) =
0
stat("/usr/bin/../x86_64-nacl/sys-root", 0x7ffefdfc39e0) = -1 ENOENT (No such
file or directory)
open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 3
open("ldscripts/elf32_x86_64_nacl.xc", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat("/usr/bin/x86_64-nacl-ld", {st_mode=S_IFREG|0755, st_size=1870536, ...}) =
0
stat("/usr/bin/../lib/ldscripts", 0x7ffefdfc3990) = -1 ENOENT (No such file or
directory)
stat("/usr/bin/x86_64-nacl-ld", {st_mode=S_IFREG|0755, st_size=1870536, ...}) =
0
stat("/usr/bin/../lib/ldscripts", 0x7ffefdfc3990) = -1 ENOENT (No such file or
directory)
stat("/usr/bin/x86_64-nacl-ld", {st_mode=S_IFREG|0755, st_size=1870536, ...}) =
0
stat("/usr/bin//ldscripts", 0x7ffefdfc3990) = -1 ENOENT (No such file or
directory)
open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/x86_64-nacl-ld.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/x86_64-nacl-ld.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/x86_64-nacl-ld.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/x86_64-nacl-ld.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/x86_64-nacl-ld.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/x86_64-nacl-ld.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
x86_64-nacl-ld: cannot open linker script file ldscripts/elf32_x86_64_nacl.xc:
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such
file or directory)
No such file or directory
+++ exited with 1 +++

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component


More information about the package-review mailing list