Re: poudriere && git

2023-08-07 Thread void
On Sun, Aug 06, 2023 at 04:11:00PM +0200, Matthias Apitz wrote: I'm now already running a new "make buildworld" again, which perhaps will but the actual tools into .../legacy/... and they will work because tools and shared libs fit together. I think there is something broken in buildworld with

Re: poudriere && git

2023-08-06 Thread Matthias Apitz
El día domingo, agosto 06, 2023 a las 10:03:48a. m. -0600, Warner Losh escribió: > Unless there's a way to reproduce the problem from a clean build, I doubt > it will ever be addressed. It works for me, so I need the exact steps to do > from a clean state to get to failure. I just did a

Re: poudriere && git

2023-08-06 Thread Warner Losh
On Sun, Aug 6, 2023 at 10:01 AM Matthias Apitz wrote: > El día domingo, agosto 06, 2023 a las 04:11:00p. m. +0200, Matthias Apitz > escribió: > > > -- > > --- installworld --- > > mkdir -p /tmp/install.j76anzU56j > > > > ... > >

Re: poudriere && git

2023-08-06 Thread Matthias Apitz
El día domingo, agosto 06, 2023 a las 04:11:00p. m. +0200, Matthias Apitz escribió: > -- > --- installworld --- > mkdir -p /tmp/install.j76anzU56j > > ... > Required library libdialog.so.8 not found. > *** [installworld] Error code 1 >

Re: poudriere && git

2023-08-06 Thread Matthias Apitz
El día domingo, agosto 06, 2023 a las 03:50:15p. m. +0200, Michael Grimm escribió: > Matthias Apitz wrote > > Creation: > poudriere jail -c -j stable -m src=/usr/src > Thanks. I tested this as well some hours ago and it failed for the reason I detailed some minutes ago in the other mail with

Re: poudriere && git

2023-08-06 Thread Michael Grimm
Matthias Apitz wrote > poudriere jail -c -j head -m null -S /usr/src > > which gives an error: > > [00:00:00] Error: Must set -M to path of jail to use > > I don't know what to set for the path to -M. The host system is in > /usr/src and /usr/obj. My old existing jail is: > > poudriere jail

Re: poudriere && git

2023-08-06 Thread Matthias Apitz
El día sábado, agosto 05, 2023 a las 10:08:11a. m. +0200, Kurt Jaeger escribió: > Hi! > > > In the past I created the jails based on svn, for example with > > > > # poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166 > > I have the src repo in /usr/src, build the host system >

Re: poudriere && git

2023-08-05 Thread Kurt Jaeger
Hi! > In the past I created the jails based on svn, for example with > > # poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166 I have the src repo in /usr/src, build the host system from that tree and then use: poudriere jail -j head -u -m null -S /usr/src -- p...@opsec.eu

Re: poudriere && git

2023-08-05 Thread Michael Grimm
Matthias Apitz wrote: > In the past I created the jails based on svn, for example with > > # poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166 Use "-m src=/usr/src" instead. It is documented in man poudriere-jail: -m methodSpecify which method to use to create

poudriere && git

2023-08-05 Thread Matthias Apitz
Hello, I'm updating my poudriere build server, not used for some time. I've already fetched /usr/src and /usr/ports from git, compiled world and kernel... In the past I created the jails based on svn, for example with # poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166 How