From owner-freebsd-ports@FreeBSD.ORG Sun Sep 9 20:25:03 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44ACD1065674 for ; Sun, 9 Sep 2012 20:25:03 +0000 (UTC) (envelope-from never@nevermind.kiev.ua) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id E3C978FC18 for ; Sun, 9 Sep 2012 20:25:02 +0000 (UTC) Received: by qadc11 with SMTP id c11so658144qad.13 for ; Sun, 09 Sep 2012 13:25:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=4wKAvtBF4JeFMn8R7xVPODtbe5VVuuoyQtueCh88JrQ=; b=pRKmc3pvs6TDSW6zN58H3d8Osy4POa77cdmxYdFpaj/IrW3suIgxp6/pp8zWmEVuMO 7a9CPEDArcZDoaNFcMFX5UULxXzi1RWng0VCWE+uINQ8U4uZYir9vRR1Q61w0+zSRaFh R51JIoAYCiCRR3k28HMeDgpdmBZnkoSlc+PM1v4H5NdIC51FWuIRY457w/BtToXBdcKI Rp1bEWAjSWUa6Or8i6Z9gWt8bX4G7AocTVORodJHC/cZOmZPJQsSoOU+U8incupbkGHA 1LWCBKFGwwy4naHsJikhUIs12I+cf79v4Hfp12i8Lp+4fHvAMq1TxWRVHBWgkO2jqEzC YDiA== MIME-Version: 1.0 Received: by 10.224.53.18 with SMTP id k18mr14508650qag.1.1347222301844; Sun, 09 Sep 2012 13:25:01 -0700 (PDT) Received: by 10.49.27.168 with HTTP; Sun, 9 Sep 2012 13:25:01 -0700 (PDT) In-Reply-To: <20120909192438.GF11175@ithaqua.etoilebsd.net> References: <20120909192438.GF11175@ithaqua.etoilebsd.net> Date: Sun, 9 Sep 2012 23:25:01 +0300 Message-ID: From: Alexandr Kovalenko To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmhKxzAVRpT+U3Ff6dpXlWnUjSm6u/Zlh7x5ixfwEtkFstMBrlgrZRn7wQAOfloW2XRz1x2 Cc: freebsd-ports@freebsd.org Subject: Re: poudriere && building for "." X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 20:25:03 -0000 On Sun, Sep 9, 2012 at 10:24 PM, Baptiste Daroussin wrote: > On Sun, Sep 09, 2012 at 07:48:37PM +0300, Alexandr Kovalenko wrote: >> I have a quick question about poudriere and building for HEAD (AKA . >> AKA 10.0-CURRENT). >> >> When I created my buildjail, I used "." to specify version and method "csup". >> >> The funny thing is that now I get (please note "." instead of "10.0"): >> >> checking build system type... i386-portbld-freebsd. >> checking host system type... i386-portbld-freebsd. >> >> in all package builds. >> >> Most of packages do not dislike this, but there is at least one, which >> does - namely lsof - it fails to detect FreeBSD version. >> >> Could you please advise a solution for this? > > This should "normally" have been fixed in 2.0 and -devel, but it would needs you > to destroy/recreate your jail. > > Can you tell me which version of poudriere you were using when creating your > jail? poudriere-1.5.4_1 Port build and test system > Another way and simpler way to deal with package building on HEAD, is to use the > new allbsd method, which will fetch the latest current sets build by allbsd.org > people. Not quite sure I understand what you are talking about, could you, please, be more precise? :) -- Alexandr Kovalenko