Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 15:13:38 +0200
From:      horst leitenmueller <horst.leitenmueller@liwest.at>
To:        perl@FreeBSD.org
Cc:        ports@freebsd.org
Subject:   Problem Installing Perl inside Jail with NO_STAGE
Message-ID:  <C8781098-C8A1-440B-ADA9-2D9C53CCF177@liwest.at>

next in thread | raw e-mail | index | archive | help
hi,

i have a problem installing perl inside jail=20


in the makefile of perl5.16

	${INSTALL_DATA} ${WRKDIR}/perl5_version ${STAGEDIR}${PREFIX}/etc
>>>	${FIND} ${STAGEDIR} -name '*.bs' -size 0 -delete
.if ${OSVERSION} >=3D 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 ?=20

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-applicatio=
n.html)  staging is not working at all
also discussed here:  =
http://lists.freebsd.org/pipermail/freebsd-ports/2013-October/086895.html=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C8781098-C8A1-440B-ADA9-2D9C53CCF177>