OPNsense Forum

Archive => 18.1 Legacy Series => Topic started by: bulmaro on June 18, 2018, 11:52:49 pm

Title: Compile package
Post by: bulmaro on June 18, 2018, 11:52:49 pm
Installing packages from ports, mark this the following error

Code: [Select]
install  -m 0644 'make.1' '/usr/obj/usr/ports/devel/gmake/work/stage/usr/local/man/man1/gmake.1'
====> Compressing man pages (compress-man)
===>  Installing for gmake-4.2.1_2
===>  Checking if gmake already installed
===>   Registering installation for gmake-4.2.1_2 as automatic
Installing gmake-4.2.1_2...
===>   help2man-1.47.6 depends on executable: gmake - found
===>   Returning to build of help2man-1.47.6
===>   help2man-1.47.6 depends on package: perl5>=5.24<5.25 - not found
===>  Installing for perl5-5.24.4
===>  Checking if perl5 already installed
===>   perl5-5.24.4 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of perl5
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1

Stop.
make[5]: stopped in /usr/ports/lang/perl5.24
*** Error code 1

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

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

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

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

Stop.
make: stopped in /usr/ports/net-mgmt/netdata
Title: Re: Compile package
Post by: franco on June 21, 2018, 10:40:03 am
It's an error, but it shouldn't be happening. It forces to install Perl, but it's installed which is a hard error in FreeBSD ports.


Cheers,
Franco