Re: make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Michael Gmelin
On 6. Aug 2023, at 18:12, Warner Losh wrote:On Sun, Aug 6, 2023 at 10:05 AM Matthias Apitz wrote:El día domingo, agosto 06, 2023 a las 09:58:32a. m. -0600, Warner Losh escribió: > On Sun, Aug 6, 2023 at 7:58 AM Matthias Apitz wrote: > > > > > I did, based

Re: make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Matthias Apitz
El día domingo, agosto 06, 2023 a las 10:12:03a. m. -0600, Warner Losh escribió: > So what's the vintage of the host you are building with? And what sources > are > you building... The vintage was (now updated): 13.0-CURRENT 1300130 r368164 and /usr/src was git cloned from yesterday's head.

Re: make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Warner Losh
On Sun, Aug 6, 2023 at 10:05 AM Matthias Apitz wrote: > El día domingo, agosto 06, 2023 a las 09:58:32a. m. -0600, Warner Losh > escribió: > > > On Sun, Aug 6, 2023 at 7:58 AM Matthias Apitz wrote: > > > > > > > > I did, based of a git clone of head, a clean compile of world and > kernel > > >

Re: make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Matthias Apitz
El día domingo, agosto 06, 2023 a las 09:58:32a. m. -0600, Warner Losh escribió: > On Sun, Aug 6, 2023 at 7:58 AM Matthias Apitz wrote: > > > > > I did, based of a git clone of head, a clean compile of world and kernel > > with > > > > # cd /usr > > # rm -rf obj > > # mkdir obj > > # cd src > >

Re: make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Warner Losh
On Sun, Aug 6, 2023 at 7:58 AM Matthias Apitz wrote: > > I did, based of a git clone of head, a clean compile of world and kernel > with > > # cd /usr > # rm -rf obj > # mkdir obj > # cd src > # make -j8 buildworld > # make -j8 buildkernel > ... > I installed the result and the system runs fine.

make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Matthias Apitz
I did, based of a git clone of head, a clean compile of world and kernel with # cd /usr # rm -rf obj # mkdir obj # cd src # make -j8 buildworld # make -j8 buildkernel ... I installed the result and the system runs fine. For some test I wanted to do another installation to some DESTDIR with #