From owner-freebsd-ports@FreeBSD.ORG Tue Jul 29 13:13:41 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF0A4A14; Tue, 29 Jul 2014 13:13:41 +0000 (UTC) Received: from so.liwest.at (so.liwest.at [212.33.55.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F6F12D55; Tue, 29 Jul 2014 13:13:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=liwest.at; s=20140502; h=Mime-Version:To:Cc:Message-Id:Date:Subject:Content-Type:From; bh=fY6Fzg52chcyJWj8JU1OFTt3Ks1NEhI8gIQzECLE+uY=; b=vStBjuPLYye8dFLc8q9KHnjbdf1YBNm0HvQXdAz0Lbsd2YfuGxrzFjZBPUpccc4bVuEoi+ZQSqeWQZMu2FkTAACTtq04bCUFRnWeaaKZEIHvHSuShGAAOBZgLLcMCd0nbxi7vdyS5H09IJSbsTY7fwEj4Ms7ZKvtuXVvtdqqP3eB2yWBsGkgmjb5VE2naeUHlT4B81Ott7YwjmdbFuEZ6FYCwsI9blWQxw6DY+9h670L3Z02gnV+SJYX5uvaZmtpDQ3El8/6tX6mEl67K7vk2P/c33n52CFcEMUH2uvIsV6m7TDdActRbo9mYnUtkAPuztXvukHsoBBtxELDC1M9pQ==; Received: from [90.146.7.130] (helo=lap01.it4health.at) by so.liwest.at with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1XC7Dn-0003tu-Sb; Tue, 29 Jul 2014 15:13:40 +0200 From: horst leitenmueller Subject: Problem Installing Perl inside Jail with NO_STAGE Date: Tue, 29 Jul 2014 15:13:38 +0200 Message-Id: To: perl@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-Spam-Score: -1.0 (-) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2014 13:13:42 -0000 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=