From owner-freebsd-ports@freebsd.org Wed Mar 29 17:18:19 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49CAFD24F26 for ; Wed, 29 Mar 2017 17:18:19 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from hz.citrin.ru (hz.citrin.ru [IPv6:2a01:4f8:d16:10c3::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C3076945F for ; Wed, 29 Mar 2017 17:18:19 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from x220.lan (unknown [IPv6:2601:18a:c680:9888:1d1c:fa2c:283e:a781]) by hz.citrin.ru (Postfix) with ESMTPSA id CD64F29A300 for ; Wed, 29 Mar 2017 17:18:15 +0000 (UTC) Subject: Re: Cannot build x11/libX11 in poudriere To: freebsd-ports@freebsd.org References: <58DBEB29.6010000@quip.cz> From: Anton Yuzhaninov Message-ID: <0689f0bd-8494-aff2-d036-0c93a0ff7c7d@citrin.ru> Date: Wed, 29 Mar 2017 13:18:14 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <58DBEB29.6010000@quip.cz> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1490807896; bh=jopXKVHMCULwjkc+QagCcnBx449nt7sxqoEMikZ+KnM=; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=CdrxEepv1sKOZPLYrljzH8QZsDz62OKmmym1bs4uV8VmQKWJxDfgVybYjapUmaSWjZyKtkcyqu/Alu76fEXTmC68LwepZDnAWhFea+/XU4elMFoyb/kYWGCDVQDWoWhgzCC1hog3w56T2zvZVh0P0tu/LsaoKJtdb11wRV+BRTI= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 17:18:19 -0000 I also can't build x11/libX11 in poudriere: checking for X11... no configure: error: Package requirements (xproto >= 7.0.17 xextproto xtrans xcb >= 1.11.1 kbproto inputproto) were not met: Package pthread-stubs was not found in the pkg-config search path. Perhaps you should add the directory containing `pthread-stubs.pc' to the PKG_CONFIG_PATH environment variable Package 'pthread-stubs', required by 'xcb', not found Is anybody working on this problem?