From owner-freebsd-ports@freebsd.org Sun Feb 19 13:27:49 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 E2B27CE5255 for ; Sun, 19 Feb 2017 13:27:49 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 AF39E11E0 for ; Sun, 19 Feb 2017 13:27:49 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5682A205BC for ; Sun, 19 Feb 2017 08:27:48 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Sun, 19 Feb 2017 08:27:48 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Vw1TnzoEbHVrRiI Y4OGoGSk4FmE=; b=nxT7hXeQHTnwrh4X9yN/Hc6SNuZwH41I8FTSRe5RoDiFa8Y L2pgKfbU3uIuVFm3GrXkLLH83gzMfnoA+4kdVfAqw7vvlDkT92XgeiNOwHBvGpEx HAD20aozdCbV/Kw5g/4ijMl/hn72ha//PO8CgHpafZyi0AzomvxDnHxKnV1E= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=Vw1TnzoEbHVrRiIY4OGoGSk4FmE=; b=iv96JDgOe0tWciCzCnoj HvYLs9dibdbxZMBaeSAPr/Hn7HUz+/Q1LBIjRHb9Z7BbseF8kGxuzzbAdx4xlKjf kB1WsM1R5TvUZQgBbwQ16r79/wZcoyBrwTTkx22JRPocDSut1QBoVbXDte2sX0NJ oCIHwvxbTzHABR1eWAjwl0Q= X-ME-Sender: X-Sasl-enc: f4ipvhBoUTfzuv7X+jOqfU2EA0j3n8d5a2CNfFfCqgZY 1487510868 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id EC30B24432 for ; Sun, 19 Feb 2017 08:27:47 -0500 (EST) Subject: Re: qt5 fails to build To: freebsd-ports@freebsd.org References: <5eca2d3f-971f-8781-fc49-d9647df88f86@zyxst.net> <867f4mo0tn.fsf@orwell> <8637fanym7.fsf@orwell> <3395df9f-fd9a-b592-528c-cce53ac38cc2@zyxst.net> <86y3x2mj0n.fsf@orwell> <4997447b-3b90-e127-4927-fdf930409b51@zyxst.net> <86tw7qmii0.fsf@orwell> From: tech-lists Message-ID: <789f755e-e7b0-8ff1-1155-980f5029c854@zyxst.net> Date: Sun, 19 Feb 2017 13:27:46 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <86tw7qmii0.fsf@orwell> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Sun, 19 Feb 2017 13:27:50 -0000 On 19/02/2017 13:12, Raphael Kubo da Costa wrote: > Hmm, the -qtconf option that it's complaining about was introduced in Qt > 5.7.0. devel/qt5-qmake should have been updated automatically before > qt5-concurrent. > > Can you make sure qt5-qmake (which used to be called devel/qmake5) is at > 5.7.1 before updating these other Qt5 ports? aha! I think you're onto something: # pkg info qt5-qmake qt5-qmake-5.6.2_1 Name : qt5-qmake Version : 5.6.2_1 Installed on : Mon Dec 26 16:16:14 2016 GMT Origin : devel/qmake5 Architecture : freebsd:11:x86:64 Prefix : /usr/local Categories : devel Licenses : LGPL21 Maintainer : kde@FreeBSD.org WWW : http://qt-project.org Comment : Qt Makefile generator Annotations : Flat size : 5.15MiB Description : now it's # pkg info qt5-qmake qt5-qmake-5.7.1 Name : qt5-qmake Version : 5.7.1 Installed on : Sun Feb 19 13:23:05 2017 GMT Origin : devel/qt5-qmake Architecture : freebsd:11:x86:64 Prefix : /usr/local Categories : devel Licenses : LGPL21 Maintainer : kde@FreeBSD.org WWW : http://qt-project.org Comment : Qt Makefile generator Annotations : Flat size : 4.34MiB Description : Shall I try building qt5-concurrent again? thanks, -- J.