From owner-freebsd-ports@FreeBSD.ORG Fri Mar 22 18:12:55 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 361EEBDC for ; Fri, 22 Mar 2013 18:12:55 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-pb0-f52.google.com (mail-pb0-f52.google.com [209.85.160.52]) by mx1.freebsd.org (Postfix) with ESMTP id 15E0673E for ; Fri, 22 Mar 2013 18:12:54 +0000 (UTC) Received: by mail-pb0-f52.google.com with SMTP id ma3so3261594pbc.39 for ; Fri, 22 Mar 2013 11:12:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=LANG61FkxaKrswE90d6613LIZDHpAVQkjj5BGusv5B8=; b=bal7nrmv6MtSEYg/o7Zj3OhCV01SL10LDer9MKwO32QYsQHp2nfxG1NMGO3nxLgob4 AdQCFxpyrL+hDIJSCEv66ZMtXvzVYxYYKxgDvhvtRX0u8GJXLgqNmm3HmrQ5w7lxABmW N7FVs7w+QWOxERTC1jl7Nq01Jn2XuWotsY3/FRhrF8u8C0HjFSo7J0c29qsIpl/B/XBY Kh62ycgpCL1lIWbUccwK0LdqkZkB69PlfKGNStE4EbJVrhp1RyHseRJcMiSx7pLRSk22 tZ8O5HZ5lwZXEC2TB//sB+vgRHr4e9N+AwXRN4XbkgNgUtMEKlThzGB8d1r91BtF0TrE 166A== MIME-Version: 1.0 X-Received: by 10.68.91.66 with SMTP id cc2mr4204731pbb.51.1363975974624; Fri, 22 Mar 2013 11:12:54 -0700 (PDT) Received: by 10.68.36.69 with HTTP; Fri, 22 Mar 2013 11:12:54 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Mar 2013 20:12:54 +0200 Message-ID: Subject: Re: How to see errors with poudriere? From: Alexander Yerenkow To: J David 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 18:12:55 -0000 2013/3/22 J David > We are rapidly converting all of our ports-building infrastructure to > poudriere, which is a fantastic tool and has been a huge improvement for > us. > > However, I do run across the occasional stubborn ports that refuse to build > (example: lang/ghc) under poudriere, and I'm not sure how to debug this. > > I am pretty sure this is possible/easy and I'm just being stupid. If > anyone would mind giving me a shove in the right direction, I would really > appreciate it. > > You just should edit poudriere.conf to enable problem's storing SAVE_WRKDIR=yes # Choose the default format for the workdir packing: could be tar,tgz,tbz,txz # default is tbz # WRKDIR_ARCHIVE_FORMAT=tbz If that's not enough, there is something really wrong with port :) Thanks! > _______________________________________________ > 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