Problems building bind 9.18.1 on FreeBSD

2022-03-17 Thread Borja Marcos
Hi Trying to compile bind 9.18.1 on FreeBSD I am stumbling upon a really silly problem. Getting plenty of errors like this building the man pages. building [man]: all source files updating environment: [new config] 34 added, 0 changed, 0 removed reading sources... [100%] tsig-keygen

Re: Problems building bind 9.18.1 on FreeBSD

2022-03-17 Thread Petr Špaček
Hello, On 17. 03. 22 8:49, Borja Marcos wrote: Trying to compile bind 9.18.1 on FreeBSD I am stumbling upon a really silly problem. Getting plenty of errors like this building the man pages. building [man]: all source files updating environment: [new config] 34 added, 0 changed, 0 removed read

Re: Problems building bind 9.18.1 on FreeBSD

2022-03-17 Thread Ondřej Surý
You don’t have to have sphinx-build installed for manpages to be generated. There’s nothing complicated in the build system. All is pretty standard stuff. Ondřej -- Ondřej Surý — ISC (He/Him) My working hours and your working hours may be different. Please do not feel obligated to reply outside

Re: Problems building bind 9.18.1 on FreeBSD

2022-03-17 Thread Borja Marcos
> On 17 Mar 2022, at 08:59, Petr Špaček wrote: > > Hello, > > On 17. 03. 22 8:49, Borja Marcos wrote: >> Trying to compile bind 9.18.1 on FreeBSD I am stumbling upon a really silly >> problem. Getting plenty of errors like this >> building the man pages. >> building [man]: all source files >>

Re: Problems building bind 9.18.1 on FreeBSD

2022-03-17 Thread Petr Špaček
On 17. 03. 22 10:02, Borja Marcos wrote: On 17 Mar 2022, at 08:59, Petr Špaček wrote: Hello, On 17. 03. 22 8:49, Borja Marcos wrote: Trying to compile bind 9.18.1 on FreeBSD I am stumbling upon a really silly problem. Getting plenty of errors like this building the man pages. building [man]:

Re: Problems building bind 9.18.1 on FreeBSD

2022-03-17 Thread Borja Marcos
> On 17 Mar 2022, at 10:41, Petr Špaček wrote: *** Error code 2 >>> Interesting! >>> >>> How do you build it? >> Pretty straightforward. >> ./configure with some options, >> ./configure --disable-linux-caps --localstatedir=/var >> --sysconfdir=/usr/local/etc/namedb --with-dlopen=yes --wit