From owner-freebsd-x11@FreeBSD.ORG Fri May 3 21:54:33 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CAF1A7A for ; Fri, 3 May 2013 21:54:33 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 784B31729 for ; Fri, 3 May 2013 21:54:33 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 36AE340013 for ; Fri, 3 May 2013 23:54:31 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 24B1140025; Fri, 3 May 2013 23:54:31 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (h-45-105.a163.priv.bahnhof.se [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id E4C5D4000D; Fri, 3 May 2013 23:54:30 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3b2RvV3t93z8hVt; Fri, 3 May 2013 23:54:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id rvhrs9ntjQjy; Fri, 3 May 2013 23:54:28 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3b2RvS10h1z8hVn; Fri, 3 May 2013 23:54:28 +0200 (CEST) Received: from [IPv6:::1] (celes.daemonic.se [IPv6:2001:470:dca9:1::3]) by mail.daemonic.se (Postfix) with ESMTPSA id 3b2RvS0MTKz9CwY; Fri, 3 May 2013 23:54:28 +0200 (CEST) Message-ID: <51843212.2010101@freebsd.org> Date: Fri, 03 May 2013 23:54:26 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Beeblebrox Subject: Re: xorg-devel x11/libxcb build error References: <1367597502194-5808580.post@n5.nabble.com> In-Reply-To: <1367597502194-5808580.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130503-1, 2013-05-03), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 21:54:33 -0000 On 2013-05-03 18:11, Beeblebrox wrote: > x11/libxcb does not build in poudriere but builds natively. poudriere log > shows: > "Failed to install the following 1 package(s): > /packages/All/xcb-proto-1.8.txz" > > Solution: I created a package for x11/xcb-proto and added it to the repo, > then re-ran poudriere. The run completed successfully (because xcb-proto > package was now available) > > The package dependency is missing the xcb-proto entry, which results with > broken poudriere run. > Using xorg-devel... Hi! Can you double check that you actually got xorg-devel properly? There should already be a port x11/xcb-proto in xorg-dev, and also in the regular ports tree, so there should be no need to create the port. If you have trouble building xcb-proto, I need to see a log of the failed build to be able to help you further. Regards! -- Niclas