From owner-freebsd-ports@FreeBSD.ORG Fri Mar 22 19:28:43 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6B26C6F4 for ; Fri, 22 Mar 2013 19:28:43 +0000 (UTC) (envelope-from jdavidlists@gmail.com) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 415CCE47 for ; Fri, 22 Mar 2013 19:28:43 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id c11so5327063ieb.1 for ; Fri, 22 Mar 2013 12:28:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=3vgODSkUuIVXd8MV4+6pAzSSzWwl6LfJrmTBrlLzfYw=; b=peY2IHQMl44/a+d4YRfizVme6hlcUnOVEMSFj3enBl25+i+92z0QeeRiujkY4BTbmL aKvK85WJfwiujdpwSkcLVjr7HLMswQ/d7XpVvRIVSk2O9bZAXt5h6FWhHgjWGBwVm18+ jCWvkiuKF8F977sdrZffkfK3G+3R3dBC9m+wjp9wMXtw1anKCwC3zNgUMxRaSiFXdtnW M1/0/G1DRlkTLJjZK5RUueAJ5q9CeoquUbujruxEpu+BmS1JEws2Y5AYVYH+XWgNUS9R mhoaGa3iANM4wBsWonPCwGi+g9vMLPmCcTOOuAf0XM0NTXFpAJOKepdZvzGDXIbzIIbj 1+vA== MIME-Version: 1.0 X-Received: by 10.50.77.230 with SMTP id v6mr2085167igw.29.1363980522941; Fri, 22 Mar 2013 12:28:42 -0700 (PDT) Sender: jdavidlists@gmail.com Received: by 10.42.83.83 with HTTP; Fri, 22 Mar 2013 12:28:42 -0700 (PDT) In-Reply-To: <514C9ED1.4070601@marino.st> References: <514C9ED1.4070601@marino.st> Date: Fri, 22 Mar 2013 15:28:42 -0400 X-Google-Sender-Auth: W2JwahAQht6RiMcOOF1_L8Fyg-8 Message-ID: Subject: Re: How to see errors with poudriere? From: J David To: John Marino 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, 22 Mar 2013 19:28:43 -0000 On Fri, Mar 22, 2013 at 2:11 PM, John Marino wrote: > I wouldn't be so quick to blame poudriere. > I'm not interested in "blaming" anyone... it is probably a config problem. I simply asked how to get the error output for a port built inside poudriere. And this: > e.g. look in /usr/local/poudriere/data/**logs/.... > was the answer. Thanks!