From owner-freebsd-ports@freebsd.org Tue Jul 5 15:37:31 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13467B21F26 for ; Tue, 5 Jul 2016 15:37:31 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (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 CACA017FD for ; Tue, 5 Jul 2016 15:37:30 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-88-217-181-148.dynamic.mnet-online.de [88.217.181.148]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 9B0003DEF4; Tue, 5 Jul 2016 17:37:27 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 9B0003DEF4 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1467733047; bh=sc23V4Sh/jGsOL7yRo2kEKzddIAkwPnxyg4E5jY+lXI=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=ecpSH5LxpMEB56N8iS+jqCtqNct0hAV1hRx4uBNO0IZI3niK9bZDASNr3ggiE2T1X J9OCvQOp5QWRlK7YixvO7MjZlxAcL2/mZY/BDsjFmQew3TgmurYej4F4nSmy0LPhEV rrWdCbpTqad19Y4eNYTCxI2pLhGScILSqmRR88Mk= Received: from [192.168.0.151] (aftr-88-217-181-148.dynamic.mnet-online.de [88.217.181.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 90339417183; Tue, 5 Jul 2016 17:37:26 +0200 (CEST) Subject: Re: Remove options from poudriere option files for ports which were removed in the port To: John Marino , Kevin Oberman References: Cc: Kimmo Paasiala , FreeBSD Mailing List From: Matthias Fechner Message-ID: <08125827-377e-ae2b-6075-552fe9dae3b0@fechner.net> Date: Tue, 5 Jul 2016 17:36:29 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2016 15:37:31 -0000 Am 04.07.2016 um 22:03 schrieb John Marino: > sorry, the correct invocation is "synth status-everything". There is > a man page (man 1 synth) as well. thanks for this tip. As I have to check my poudriere build environment (I do not build my packages locally) I tried the following: poudriere testport -j 103amd64 -i -o ports-mgmt/synth This will compile the port, install it in a jail and will give me an interactive console in this jail. If I try to execute synth I get: mount: tmpfs: Operation not permitted raised REPLICANT.SCENARIO_UNEXPECTED : /sbin/mount -t tmpfs tmpfs /usr/obj/synth-live/SL09 => failed with code 1 I think running synth from a jail is not supported? Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook