Solved unable to compile from ports: dns/libidn2

Hello,

Unable to compile dns/libidn2
receiving output:
Code:
Making install in reference
 install  -m 0644 ./html/api-index-full.html
 install  -m 0644 ./html/home.png
 install  -m 0644 ./html/index.html
 install  -m 0644 ./html/left-insensitive.png
 install  -m 0644 ./html/left.png
 install  -m 0644 ./html/libidn2-idn2.html
 install  -m 0644 ./html/libidn2.devhelp2
 install  -m 0644 ./html/libidn2.html
 install  -m 0644 ./html/right-insensitive.png
 install  -m 0644 ./html/right.png
 install  -m 0644 ./html/style.css
 install  -m 0644 ./html/up-insensitive.png
 install  -m 0644 ./html/up.png
/bin/sh: /usr/local/bin/gtkdoc-rebase: not found
*** Error code 127

Stop.
make[7]: stopped in /usr/ports/dns/libidn2/work/libidn2-2.3.1/doc/reference
*** Error code 1

Thanks in advance
 
Installs fine on my system without textproc/gtk-doc. During configuration it checks gtk-doc and emits a warning but It doesn't call for /usr/local/bin/gtkdoc-rebase:

Code:
checking for gtk-doc... no
configure: WARNING:
  You will not be able to create source packages with 'make dist'
  because gtk-doc >= 1.14 is not found.
checking for gtkdoc-check... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
...
===>  Checking if libidn2 is already installed
===>   Registering installation for libidn2-2.3.1

This is version 2.3.1 from main ports tree. Which tree are you tracking, quarterly or main?
 
T-Daemon, i'm on a git, origin/main.
I just ran in to this problem while doing regular update of ports: portmaster -da, note that this package where installed previously with no issues.
BTW, I have BSD13.0R
 
Having the same on 12-STABLE.
Deleting gtk-doc was the appears the only means to get libidn2 to succeed.

A similiar problem with p11-kit was finally overcome by disabling its documentation.
libraqm was failing in a similar fashion, though now that I've delete gtk-doc it tries to build gtk-doc as a depend and gtk-doc now fails to build.
On my 12-Stable system I'm suspicious of meson that doesn't seem to see applications which are in place.
 
Back
Top