pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: firefox and rust build failure
Date: Tue, 7 Jul 2020 19:26:06 -0400 (EDT)
From: mlh%goathill.org@localhost (MLH)
Message-ID: <20200707232606.3A86E12AB8%chopper.goathill.org@localhost>
| > $ ll /usr/libexec/ld.elf_so
| > lrwxr-xr-x 1 root wheel 18 Jun 14 20:46 /usr/libexec/ld.elf_so -> /libexec/ld
Is that really what the symlink is, or is that output truncated?
But if it is what you have, that is a problem, the symlink should be
to /libexec/ld.elf_so not to /libexec/ld
Try
ls -lL /usr/libexec/ld.elf_so
that should show something like
-r-xr-xr-x 1 root wheel 90864 Jan 31 2018 /usr/libexec/ld.elf_so
if it still shows a symlink, then the symlink is not aimed at an
existing file, and needs fixing.
Without the -L I get
lrwxr-xr-x 1 root wheel 18 Jan 31 2018 /usr/libexec/ld.elf_so -> /libexec/ld.elf_so
where the "d" in "ld" (the target of the symlink) is at column 80,
and so makes it plausible that the missing ".elf_so" is simply a cut
and paste error.
If the correct symlink exists (regardless of why /usr/libexec is
embedded in the binary rather than /libexec) then there must be some other
reason why the exec is failing.
kre
Home |
Main Index |
Thread Index |
Old Index