From owner-freebsd-ports@FreeBSD.ORG Fri Oct 11 06:52:38 2013 Return-Path: Delivered-To: freebsd-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 ESMTP id 2F324C57 for ; Fri, 11 Oct 2013 06:52:38 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-vb0-x22e.google.com (mail-vb0-x22e.google.com [IPv6:2607:f8b0:400c:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E39B52C0B for ; Fri, 11 Oct 2013 06:52:37 +0000 (UTC) Received: by mail-vb0-f46.google.com with SMTP id p13so2447992vbe.33 for ; Thu, 10 Oct 2013 23:52:37 -0700 (PDT) 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=ufz+DQSKogJr8IcDj9D9vj4eYO+fM61TgzNdONzCcHE=; b=Akw4iYZYirTajc+c8UV0OwiD1yqHpFL2jiqzp9/FFsqXzHR8t9nHmZTf6aUVse00Zj ZdDKjConH+e8qUXjXVMUYr+75wdPuQEd6EgaqwqFbpWRJogXNu+es+3+WikPv7w/Pbj8 fST83cLW+ndfiHMcLJDcxZogoRQu58D3QJUKNgkUB6kssjTq9YJj+NqCXa1xp1BSUy5I iZrl8C9KB8dVtxZh1OAsVyyiogDX+8k7HeCWZMAUkvxtg0Zekdezrf/VKfeRPXtXdtxQ zWjvUr4x4WnZhjTL2boGigomGJ8U0l+1V2jqjyCUFZhAAyudu3VzIdRAgPxbZwKV2f0I mjcg== MIME-Version: 1.0 X-Received: by 10.220.174.200 with SMTP id u8mr13958838vcz.6.1381474357010; Thu, 10 Oct 2013 23:52:37 -0700 (PDT) Received: by 10.52.27.201 with HTTP; Thu, 10 Oct 2013 23:52:36 -0700 (PDT) In-Reply-To: <1381473199.36649.YahooMailNeo@web142801.mail.bf1.yahoo.com> References: <1381473199.36649.YahooMailNeo@web142801.mail.bf1.yahoo.com> Date: Fri, 11 Oct 2013 09:52:36 +0300 Message-ID: Subject: Re: poudriere and networking From: Alexander Yerenkow To: Kimo Rosenbaum Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 06:52:38 -0000 I had exactly same issue with JBoss. Since build was made by maven - which downloads required files to local cache dir I had to: - Create clean dir with all downloaded - make archive with all files, add it to port. - specify to maven build that all files in WRKDIR somewhere, so maven not download anything. There's no other way currently, since accessing internet while building treated as incorrect behavior of port and are not tolerated. Maybe this will help you find solution. 2013/10/11 Kimo Rosenbaum > Hello, > > I'm running poudriere-devel-3.0.99.20130927 on 9.1-RELEASE. I'm trying to > build a private port which requires downloading files after the extract > target. However, it seems as though networking isn't available after > post-fetch. I do have RESOLV_CONF set in poudriere.conf and cat'ing > /etc/resolv.conf in post-patch shows the correct contents. The build is > able to run the fetch but once past post-fetch I can't do any DNS lookups > nor ping anything external. The host itself can do those things. Also when > I enter the jail via jexec I can perform those things. > > Any ideas? > > Thanks > Kimo > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Regards, Alexander Yerenkow