[Bug 257245] dns/libidn2 not prefix-safe
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Jul 2021 10:28:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257245
Bug ID: 257245
Summary: dns/libidn2 not prefix-safe
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: sunpoet@FreeBSD.org
Reporter: mi@FreeBSD.org
Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
Assignee: sunpoet@FreeBSD.org
My PREFIX is set to /opt, but the port attempts to invoke
/usr/local/bin/gtkdoc-rebase anyway:
Making install in po
if test "libidn2" = "gettext-tools"; then /bin/mkdir -p
/spare/usr/ports/dns/libidn2/work/stage/opt/share/gettext/po; for file in
Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header
en@boldquot.header insert-header.sin Rules-quot Makevars.template; do
install -m 0644 ./$file
/spare/usr/ports/dns/libidn2/work/stage/opt/share/gettext/po/$file; done; for
file in Makevars; do rm -f
/spare/usr/ports/dns/libidn2/work/stage/opt/share/gettext/po/$file; done;
else : ; fi
Making install in doc
/usr/bin/make install-recursive
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
--
You are receiving this mail because:
You are the assignee for the bug.