From owner-freebsd-questions@FreeBSD.ORG Thu Jul 5 15:38:21 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22EF1106568A for ; Thu, 5 Jul 2012 15:38:21 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id DC06A8FC16 for ; Thu, 5 Jul 2012 15:38:20 +0000 (UTC) Received: from baby-jane.lamaiziere.net (mr129166.cri.univ-rennes1.fr [129.20.129.166]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 63783FAA2CCB for ; Thu, 5 Jul 2012 17:30:43 +0200 (CEST) Received: from mr129166 (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id B714F148ED for ; Thu, 5 Jul 2012 17:30:42 +0200 (CEST) Date: Thu, 5 Jul 2012 17:30:42 +0200 From: Patrick Lamaiziere To: freebsd-questions@FreeBSD.org Message-ID: <20120705173042.3bac91ff@mr129166> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Cc: Subject: poudriere X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2012 15:38:21 -0000 Hello, I'm trying to switch my ports to pkgng, using poudriere to build packages: Few questions: - Is there a way to ask for options while building (ie make config)? - How to keep the workdir of the jail on failure? I see a failure with ant and I would like to look the build log (ant-diagnostics.log). openjdk6/work/apache-ant-1.8.3/bin/ant -version >> /wrkdirs/usr/ports/java/openjdk6/work/build/bsd-amd64/langtools/build/ant-diagnostics.log gmake[2]: *** [/wrkdirs/usr/ports/java/openjdk6/work/build/bsd-amd64/langtools/build/ant-diagnostics.log] Error 1 gmake[2]: Leaving directory `/wrkdirs/usr/ports/java/openjdk6/work/langtools/make' gmake[1]: *** [langtools-build] Error 2 gmake[1]: Leaving directory `/wrkdirs/usr/ports/java/openjdk6/work' gmake: *** [build_product_image] Error 2 *** Error code 1 Stop in /usr/ports/java/openjdk6. *** Error code 1 Stop in /usr/ports/devel/apache-ant. *** Error code 1 Thanks, regards