Date: Fri, 28 Aug 2020 13:05:39 +0200 From: "Hartmann, O." <ohartmann@walstatt.org> To: Mateusz Guzik <mjguzik@gmail.com> Cc: "Hartmann, O." <ohartmann@walstatt.org>, FreeBSD CURRENT <freebsd-current@freebsd.org> Subject: Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71 Message-ID: <20200828130539.18ba7437@hermann.fritz.box> In-Reply-To: <CAGudoHHn9Z0=SJDXQKkb5rZtR4=TSQTJEddeFJR3KGR=aPiXAw@mail.gmail.com> References: <20200828120706.7b2c3396@hermann.fritz.box> <CAGudoHHn9Z0=SJDXQKkb5rZtR4=TSQTJEddeFJR3KGR=aPiXAw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/0O_xMaD6YE+oGI1ATO=6Z.u Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 28 Aug 2020 12:31:21 +0200 Mateusz Guzik <mjguzik@gmail.com> wrote: > Can you show more of the log? >=20 > When you installkernel you should see: > mkdir -p /boot/kernel > install -p -m 555 -o root -g wheel kernel /boot/kernel/ These lines are seen right after the beginning of "make installkernel". > mkdir -p /usr/lib/debug/boot/kernel > install -p -m 555 -o root -g wheel kernel.debug > /usr/lib/debug/boot/kernel/ I wouldn't expect these lines according to my /etc/src.conf, since I disbaled debugging and installing debugging infos. >=20 > Did these succeed? Do these dirs exist now? It is not existent, as expected: # ll /usr/lib/debug/boot/kernel/ ls: /usr/lib/debug/boot/kernel/: No such file or directory >=20 > On 8/28/20, Hartmann, O. <ohartmann@walstatt.org> wrote: > > On CURRENT (FreeBSD 13.0-CURRENT #185 r364767: Tue Aug 25 16:10:50 > > CEST 2020 amd64), /usr/src at revision 364907, installkernel fails > > now due to an error as shown below. For the record, "options ZFS" > > ist statically in the kernel config file. > > > > Also deleting /usr/obj and restarting buildworld and buildkernel > > from scratch doesn't solve the problem. The buildworld and > > buildkernel mutually finish without error (I do not see any on the > > console), installworld also finishes fine, but installkernel not. > > > > /etc/src.conf looks as follows: > > > > [...] > > CPUTYPE?=3D native > > # World > > CFLAGS+=3D -O3 > > #CFLAGS+=3D -DNDEBUG > > # Kernel > > COPTFLAGS+=3D -O3 > > #COPTFLAGS+=3D -DNDEBUG > > #CXXFLAGS+=3D -std=3Dc++17 > > WITH_CLANG_EXTRAS=3D YES > > WITH_LLDB=3D YES > > #WITH_BSD_GREP=3D YES > > WITH_OFED_EXTRA=3D YES > > WITH_NAND=3D YES > > #WITH_CTF=3D YES > > WITH_SVN=3D YES > > WITH_BEARSSL=3D YES > > WITH_PIE=3D YES > > WITH_SORT_THREADS=3D YES > > WITH_ZONEINFO_LEAPSECONDS_SUPPORT=3D YES > > MALLOC_PRODUCTION=3D YES > > WITHOUT_ASSERT_DEBUG=3D YES > > WITHOUT_TESTS=3D YES > > WITHOUT_PROFILE=3D YES > > WITHOUT_DEBUG_FILES=3D YES > > WITHOUT_REPRODUCIBLE_BUILD=3D YES > > > > [...] > > > > Debugging facilities are disabled as src.conf indicates. > > > > [...] > > install -T release -o root -g wheel -m 555 xz.ko > > /boot/kernel/ =3D=3D=3D> zfs (install) > > install -T release -o root -g wheel -m 555 zfs.ko /boot/kernel/ > > install -T dbg -o root -g wheel -m 555 zfs.ko.debug > > /usr/lib/debug/boot/kernel/ > > install: /usr/lib/debug/boot/kernel/: No such file or directory *** > > Error code 71 > > > > Stop. > > make[4]: stopped in /usr/src/sys/modules/zfs > > *** Error code 1 > > *** Error code 1 > > =20 >=20 >=20 --Sig_/0O_xMaD6YE+oGI1ATO=6Z.u Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQSy8IBxAPDkqVBaTJ44N1ZZPba5RwUCX0jlAwAKCRA4N1ZZPba5 Rzv4AQD8319gUb1VNvmWmmOpkxLmRjfDvIxLgAnxS9oxUTDqWwEAlpRNgsS0vqmJ JyeAIT/ASvzZ1HaZRCgRIWT0I5y/ywo= =X0qN -----END PGP SIGNATURE----- --Sig_/0O_xMaD6YE+oGI1ATO=6Z.u--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200828130539.18ba7437>