Problem Installing Perl inside Jail with NO_STAGE

horst leitenmueller horst.leitenmueller at liwest.at
Tue Jul 29 13:13:42 UTC 2014


hi,

i have a problem installing perl inside jail 


in the makefile of perl5.16

	${INSTALL_DATA} ${WRKDIR}/perl5_version ${STAGEDIR}${PREFIX}/etc
>>>	${FIND} ${STAGEDIR} -name '*.bs' -size 0 -delete
.if ${OSVERSION} >= 900022


inside jail if you HAVE to write NO_STAGE this line creates a exception !

find -n not recognised parameter

perhaps a if would be nice here ? 

br horst

PS: reason why NO_STAGE
why i have this set? is easy because inside jails (setup with this guide http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-application.html)  staging is not working at all
also discussed here:  http://lists.freebsd.org/pipermail/freebsd-ports/2013-October/086895.html


More information about the freebsd-perl mailing list