Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2021 20:37:17 -0800
From:      bob prohaska <fbsd@www.zefox.net>
To:        freebsd-ports@freebsd.org
Cc:        bob prohaska <fbsd@www.zefox.net>
Subject:   Trouble compiling bind916
Message-ID:  <20210131043717.GA37099@www.zefox.net>

next in thread | raw e-mail | index | archive | help
While trying to compile bind 916 on a Raspberry Pi 3 running
FreeBSD pelorus.zefox.org 13.0-ALPHA2 FreeBSD 13.0-ALPHA2 #1 stable/13-c256213-g03d837b565a: Sat Jan 30 15:07:58 PST 2021     bob@pelorus.zefox.org:/usr/obj/usr/freebsd-src/arm64.aarch64/sys/GENERIC-MMCCAM  arm64

the effort stopped with

[1]    Exit 1                        make -DBATCH > make.log
root@pelorus:/usr/ports/dns/bind916 # tail *.log
===>   fstrm-0.6.0 depends on shared library: libevent.so - found (/usr/local/lib/libevent.so)
===>  Configuring for fstrm-0.6.0
*** Error code 127

Stop.
make[1]: stopped in /usr/ports/devel/fstrm

The punchline seems to be 

root@pelorus:/usr/ports/dns/bind916 # cd /usr/ports/devel/fstrm
root@pelorus:/usr/ports/devel/fstrm # make -DBATCH > make.log &
[1] 1626
root@pelorus:/usr/ports/devel/fstrm # exec: /usr/local/bin/autoreconf-2.69: not found

[1]    Exit 1                        make -DBATCH > make.log

but:

root@pelorus:/usr/ports/devel/fstrm # whereis autoreconf
autoreconf: /usr/local/bin/autoreconf
root@pelorus:/usr/ports/devel/fstrm # 

Is there a fix or workaround? /usr/ports is at Revision: 563453

Thanks for reading,

bob prohaska




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210131043717.GA37099>