NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
install/57008: CD-ROM built without dynamic root has no /usr/libexec/ld.elf_so
>Number: 57008
>Category: install
>Synopsis: /usr/src/distrib/sets/lists/base/shl.mi ld.elf_so mis-tagged
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: install-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Sep 13 08:05:00 +0000 2022
>Originator: greywolf%starwolf.com@localhost
>Release: NetBSD 9.99.99
>Organization:
--*greywolf;
>Environment:
System: NetBSD valentina.serenity.starwolf.com 9.99.99 NetBSD 9.99.99 (VALENTINA_NVMM) #0: Sat Sep 10 18:57:48 PDT 2022 greywolf%valentina.serenity.starwolf.com@localhost:/usr/src/sys/arch/amd64/compile/VALENTINA_NVMM amd64
Architecture: x86_64
Machine: amd64
>Description:
When building 'release', the cdrom/boot.iso image does not have
/usr/libexec/ld.elf_so present on it. I believe this is because,
in /usr/src/distrib/sets/lists/base/shl.mi, /usr/libexec/ld.elf_so is
tagged with "dynamicroot". /libexec/ld.elf_so would be understandable,
however, even with a static root, the binaries under /usr are NOT
statically linked and still require a dynamic linker.
In particular, on the CDROM, one kind of needs "sysinst" to work --
which it does not if ld.elf_so is missing.
>How-To-Repeat:
put MKDYNAMICROOT=no in /etc/mk.conf
build.sh {other-args} release
>Fix:
Change the tag in distrib/sets/lists/base/shl.mi for
/usr/libexec/ld.elf_so from dynamicroot to compatfile or something
else meaningful.
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index