From owner-freebsd-ports@FreeBSD.ORG Mon Mar 3 20:24:31 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 1881F6A1 for ; Mon, 3 Mar 2014 20:24:31 +0000 (UTC) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD52197F for ; Mon, 3 Mar 2014 20:24:30 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id i13so3871259qae.5 for ; Mon, 03 Mar 2014 12:24:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=t9N7jv0bqOQy3Zz0oZhuNqRbkb+y5T2Qr3kWcGy30G0=; b=dnJfOFbnwqsE/tZ3qMgs3TDRPmeEHSetT/tq6Z+A2srBAOC6kkTudrzStSKfRscSSp soDJ8zt36iOQ5os10NJ1fMmOR4DXSLuPiGKc1/U9YnalTKN/B1dsJgT1jrUmurvhqbXd A/pARU0qvmV7ZM7OpX2UcmNeT8ywmMcDDmf91KOqzRdrwr32dLdlWsmjYAMC/qIfsrAH vKHLjzzXF4+zYUAjmOss1FrqBOnMhsPF/RrNnoXFRbM5YUG2MUNqmuwtIrZk+GG67SRC /tRgMJBQjfkW2Wx0MK8Kdju4R8aJiZEBd6vYeK7B0emqindryMeq8cglUtu5M8r8EVBZ ybiw== MIME-Version: 1.0 X-Received: by 10.224.22.199 with SMTP id o7mr25795489qab.51.1393878270000; Mon, 03 Mar 2014 12:24:30 -0800 (PST) Received: by 10.229.81.5 with HTTP; Mon, 3 Mar 2014 12:24:29 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Mar 2014 21:24:29 +0100 Message-ID: Subject: Re: Issues with Poudriere builing packages depending on Perl From: Big Lebowski To: Big Lebowski Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 20:24:31 -0000 Anyone? On Mon, Mar 3, 2014 at 1:44 PM, Big Lebowski wrote: > Hi, > > I am trying to build bunch on packages in Poudriere on 10-R for 10-R and > 9.2-R. The packages are building fine, but for some reason at least one of > them builds with two different perl versions, 5.16 and 5.18. I would like > to get all my packages built with 5.18, so in my make.conf for Poudriere > jails I've the following: > > WITH_PKGNG=yes > WITHOUT_X11=yes > WITHOUT_X=yes > PERL5_DEFAULT=5.18 > PERL_PORT=perl5.18 > DEFAULT_VERSIONS= perl5=5.18 > > However, when trying to install it, I am getting the following result: > > root@machine:~ # pkg install nrpe > Updating repository catalogue > The following 4 packages will be installed: > > Installing perl5: 5.16.3_7 [FreeBSD] > Installing perl5.18: 5.18.2_1 [FreeBSD] > Installing nagios-plugins: 1.5_1,1 [localrepo] > Installing nrpe: 2.15 [localrepo] > > The installation will require 97 MB more space > > and then the installation of course fails due to the perl dependency > config. Has anyone a clue how to untangle that Poudriere/Perl mess? > > Also, any advices on the make.conf settings to absolutely avoid anything > related to x11/examples/docs? > > Thanks in advance! >