Solved Can't compile wine-staging from ports?

I am trying to make wine-staging 2.14 from the ports tree. I have it all updated.
I am using FreeBSD 11.1 i386

This is the error log ...
Code:
root@bsdminger-pc:/usr/ports/emulators/wine-staging # make install clean
===>  License LGPL21 LGPL3 accepted by the user
===>   wine-staging-2.14,1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by wine-staging-2.14,1 for building
===>  Extracting for wine-staging-2.14,1
=> SHA256 Checksum OK for wine-2.14.tar.xz.
=> SHA256 Checksum OK for v2.14.tar.gz.
===>   wine-staging-2.14,1 depends on executable: bash - found
===>   wine-staging-2.14,1 depends on executable: git - found
===>   wine-staging-2.14,1 depends on file: /usr/local/bin/autoconf-2.69 - not found
===>   autoconf-2.69_1 depends on executable: gm4 - not found
===>   m4-1.4.18,1 depends on executable: makeinfo - not found
===>   texinfo-6.4_1,1 depends on executable: help2man - not found
===>   help2man-1.47.4 depends on package: p5-Locale-gettext>=0 - not found
===>   p5-Locale-gettext-1.07 depends on executable: msgfmt - found
===>   p5-Locale-gettext-1.07 depends on package: perl5>=5.24<5.25 - found
===>   p5-Locale-gettext-1.07 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===>  Configuring for p5-Locale-gettext-1.07
env: /usr/local/bin/perl5.24.2: No such file or directory
*** Error code 127

Stop.
make[9]: stopped in /usr/ports/devel/p5-Locale-gettext
*** Error code 1

Stop.
make[8]: stopped in /usr/ports/misc/help2man
*** Error code 1

Stop.
make[7]: stopped in /usr/ports/misc/help2man
*** Error code 1

Stop.
make[6]: stopped in /usr/ports/print/texinfo
*** Error code 1

Stop.
make[5]: stopped in /usr/ports/print/texinfo
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/devel/m4
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/devel/m4
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/devel/autoconf
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/emulators/wine-staging
*** Error code 1

Stop.
make: stopped in /usr/ports/emulators/wine-staging
 
Solved the issue by removing portmaster. running autoclean and trying to build it with make again.
marked as solved
 
Back
Top