NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/56394: 'build release' misses ld.elf_so but includes ld.elf_so-i386
The following reply was made to PR install/56394; it has been noted by GNATS.
From: Paul Goyette <paul%whooppee.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: install/56394: 'build release' misses ld.elf_so but includes
ld.elf_so-i386
Date: Thu, 9 Sep 2021 20:58:16 -0700 (PDT)
Just to eliminate the ''update build'' aspect, I completely wiped all
of my $DESTDIR $OBJDIR $TOOLDIR $RELEASE directories and ran build.sh
"from scratch".
===> build.sh command: ./build.sh -T /build/netbsd-current/tools/x86_64/amd64 -D /build/netbsd-current/dest/amd64 -O /build/netbsd-current/obj/amd64 -R /build/netbsd-current/release -V RELEASEMACHINEDIR=amd64 -V MKDEBUG=yes -V MKKDEBUG=yes -V MKDEBUGLIB=yes -V KERNEL_DIR=no -U -N0 -m amd64 -j12 release
===> build.sh started: Fri Sep 10 02:36:40 UTC 2021
===> NetBSD version: 9.99.88
===> MACHINE: amd64
===> MACHINE_ARCH: x86_64
===> Build platform: NetBSD 9.99.87 amd64
===> HOST_SH: /bin/sh
===> MAKECONF file: /etc/mk.conf
===> TOOLDIR path: /build/netbsd-current/tools/x86_64/amd64
===> DESTDIR path: /build/netbsd-current/dest/amd64
===> RELEASEDIR path: /build/netbsd-current/release
===> Updated makewrapper: /build/netbsd-current/tools/x86_64/amd64/bin/nbmake-amd64
distribution ===> .
build ===> . (with: NOPOSTINSTALL=1)
Build started at: Fri Sep 10 02:36:41 UTC 2021
...
Successful make release
build.sh ended: Fri Sep 10 03:51:49 UTC 2021
===> .
It successfully built and included in base.tar.xz both the amd64 and
i386 versions of ld.elf.so
# tar tzvf base.tar.xz | grep ld.elf
-r-xr-xr-x 0 root wheel 140448 Sep 9 20:16 ./libexec/ld.elf_so
-r-xr-xr-x 0 root wheel 135888 Sep 9 20:17 ./libexec/ld.elf_so-i386
lrwxr-xr-x 0 root wheel 0 Sep 9 20:16 ./usr/libexec/ld.elf_so -> /libexec/ld.elf_so
lrwxr-xr-x 0 root wheel 0 Sep 9 20:17 ./usr/libexec/ld.elf_so-i386 -> /libexec/ld.elf_so-i386
I would definitely investigate further to see what might be happening
in your local set-up.
FWIW, several other developers have also reported (via IRC) that their
builds have also included all appropriate files.
Home |
Main Index |
Thread Index |
Old Index