From owner-freebsd-ports@freebsd.org Wed Aug 17 13:56:38 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 684AABBD7CE for ; Wed, 17 Aug 2016 13:56:38 +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 4663513C4 for ; Wed, 17 Aug 2016 13:56:38 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id 6B0EB3077F; Wed, 17 Aug 2016 06:56:36 -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 9C37330774; Wed, 17 Aug 2016 06:56:35 -0700 (MST) Subject: Re: net/qt5-network failing on stable/10 To: Sascha Holzleiter References: <9d71b1e1-f8af-3a55-8566-a66efbe96b8d@pinyon.org> Cc: freebsd-ports@freebsd.org From: "Russell L. Carter" Message-ID: <035a360c-e295-a5df-1e26-4ce7ac251675@pinyon.org> Date: Wed, 17 Aug 2016 06:56:35 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; 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: Wed, 17 Aug 2016 13:56:38 -0000 On 08/17/16 00:59, Sascha Holzleiter wrote: > On 2016-08-17 00:51, Russell L. Carter wrote: >> 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'. > > Have a look at > for a patch. Thanks very much for the pointer. After reading through the reports, I have to conclude that libressl is not ready for primetime. Back to (shudder) openssl. Russell >> >> 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 >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"