From owner-freebsd-ports@freebsd.org Tue Aug 16 22:51:59 2016 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 2F9D3BBC4CA for ; Tue, 16 Aug 2016 22:51:59 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from h2.pinyon.org (h2.pinyon.org [65.101.5.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0005E17B0 for ; Tue, 16 Aug 2016 22:51:58 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id 04FC630C92; Tue, 16 Aug 2016 15:51:57 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on h2.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.1 Received: from [10.0.10.15] (h4.esturion.net [65.101.5.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h2.pinyon.org (Postfix) with ESMTPSA id 6453E30C8C for ; Tue, 16 Aug 2016 15:51:56 -0700 (MST) To: FreeBSD Ports ML From: "Russell L. Carter" Subject: net/qt5-network failing on stable/10 Message-ID: <9d71b1e1-f8af-3a55-8566-a66efbe96b8d@pinyon.org> Date: Tue, 16 Aug 2016 15:51:56 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2016 22:51:59 -0000 Hi, For about a week now I have been having some build failures that cause a lot of dependent port builds in poudriere to get skipped. Focusing on one of the first ones, net/qt5-network fails in 'build'. poudriere tells me it saved the wrkdir to: /ssd1/poudriere/data/wrkdirs/10-stable-amd64-default/default/qt5-network-5.5.1.tbz Which I untarred and poked around a bit, but I don't see any obvious problems. What's the best way to debug this? The problems seem to have started around the libressl update, and I have the following /usr/local/etc/poudriere.d/make.conf: # Build ports against security/libressl WITH_OPENSSL_PORT= yes OPENSSL_PORT= security/libressl # See ~ports/Mk/bsd.default-versions.mk DEFAULT_VERSIONS=pgsql=9.5 ssl=libressl # Set this to the list of ports you wish to rebuild every time the # kernel is built. PORTS_MODULES=nvidia-driver-340 nvidia-driver Also failing: stunnel, xca, calibre, ssvnc. Thanks, Russell