This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with sln during install on ARM



On Fri, 3 Aug 2001, Philip Blundell wrote:

> >/var/tmp/glibc-2.2.4-root/usr/local/lib/libc.so.6: invalid destination:
> >Unknown error 33554432
>
> Can you run sln under strace to find out what its problem is?

build@compton elf]$ strace ./sln ld-2.2.4.so
/var/tmp/glibc-2.2.4-root/usr/local/lib/ld-linux.so.2
execve("./sln", ["./sln", "ld-2.2.4.so",
"/var/tmp/glibc-2.2.4-root/usr/local/lib/ld-linux.so.2"], [/* 27 vars */])
= 0
fcntl(0, F_GETFD)                       = 0
fcntl(1, F_GETFD)                       = 0
fcntl(2, F_GETFD)                       = 0
geteuid()                               = 1998
getuid()                                = 1998
getegid()                               = 2002
getgid()                                = 2002
brk(0)                                  = 0x2064e14
brk(0x2064e34)                          = 0x2064e34
brk(0x2065000)                          = 0x2065000
brk(0x2066000)                          = 0x2066000
getpid()                                = 31126
lstat("/var/tmp/glibc-2.2.4-root/usr/local/lib/ld-linux.so.2", 0xbffffb60)
= -1 ENOENT (No such file or directory)
write(2, "/var/tmp/glibc-2.2.4-root/usr/lo"...,
99/var/tmp/glibc-2.2.4-root/usr/local/lib/ld-linux.so.2: invalid
destination: Unknown error 33554432
) = 99
_exit(-1)                               = ?
[build@compton elf]$


Which is wrong as the directory /var/tmp/glibc-2.2.4-root/usr/local/lib
exist.  According to the man page I have on lstat
  ENOENT A component of the path file_name does not exist, or the path is
  an empty string.

Or am I missing something?

-Rms


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]