> On Feb 1, 2025, at 9:16 AM, Valery Ushakov wrote:
>
>>
>
> Not really. What I am confused about is (as I said in the original
> mail) how does AT_SUN_EXECNAME get into the picture. When a program
> is executed - the kernel passes the name used to execute the program
> in the aux vector.
On Sat, Feb 01, 2025 at 14:08:09 -, Christos Zoulas wrote:
> In article ,
> Valery Ushakov wrote:
> >On Fri, Jan 31, 2025 at 13:52:37 -0500, Christos Zoulas wrote:
> >
> >> Module Name: src
> >> Committed By: christos
> >> Date: Fri Jan 31 18:52:37 UTC 2025
> >>
> >>
In article ,
Valery Ushakov wrote:
>On Fri, Jan 31, 2025 at 13:52:37 -0500, Christos Zoulas wrote:
>
>> Module Name: src
>> Committed By:christos
>> Date:Fri Jan 31 18:52:37 UTC 2025
>>
>> Modified Files:
>> src/usr.bin/ldd: ldd.1
>>
>> Log Message:
>> update %a des
On Fri, Jan 31, 2025 at 13:52:37 -0500, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Fri Jan 31 18:52:37 UTC 2025
>
> Modified Files:
> src/usr.bin/ldd: ldd.1
>
> Log Message:
> update %a description (it was wrong before; it was never __progname).
+T
Hi,
matthew green writes:
>> With this change, ldd /lib/libc.so.12.220 fails under NetBSD/amd64 9.99.101.
>>
>>
>> /lib/libc.so.12.220:
>> ldd: /lib/libc.so.12.220: invalid ELF class 2, expected 1
>>
>> It seems that elf32_ldd() fails.
>>
>> Builds of some pkgsrc packages that use gobject intros
> With this change, ldd /lib/libc.so.12.220 fails under NetBSD/amd64 9.99.101.
>
>
> /lib/libc.so.12.220:
> ldd: /lib/libc.so.12.220: invalid ELF class 2, expected 1
>
> It seems that elf32_ldd() fails.
>
> Builds of some pkgsrc packages that use gobject introspection and meson fails
> because they
Hi,
With this change, ldd /lib/libc.so.12.220 fails under NetBSD/amd64 9.99.101.
/lib/libc.so.12.220:
ldd: /lib/libc.so.12.220: invalid ELF class 2, expected 1
It seems that elf32_ldd() fails.
Builds of some pkgsrc packages that use gobject introspection and meson fails
because they uses ldd c
On 22.06.2018 15:38, matthew green wrote:
> "Kamil Rytarowski" writes:
>> Module Name: src
>> Committed By:kamil
>> Date:Thu Jun 21 10:41:46 UTC 2018
>>
>> Modified Files:
>> src/usr.bin/ldd/build: Makefile
>> src/usr.bin/ldd/elf32: Makefile
>> src/usr.bin/ldd
"Kamil Rytarowski" writes:
> Module Name: src
> Committed By: kamil
> Date: Thu Jun 21 10:41:46 UTC 2018
>
> Modified Files:
> src/usr.bin/ldd/build: Makefile
> src/usr.bin/ldd/elf32: Makefile
> src/usr.bin/ldd/elf32_compat: Makefile
> src/usr.bin/ldd/elf64: Makefi