From owner-svn-ports-all@freebsd.org Wed Dec 20 06:59:29 2017 Return-Path: Delivered-To: svn-ports-all@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 199CCE9A256; Wed, 20 Dec 2017 06:59:29 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F16898054B; Wed, 20 Dec 2017 06:59:28 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 3C45514B00; Wed, 20 Dec 2017 06:59:28 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r456777 - head/x11-toolkits/mygui References: <201712200648.vBK6mPZT066703@repo.freebsd.org> Date: Wed, 20 Dec 2017 07:59:21 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 06:59:29 -0000 Jan Beich writes: > Author: jbeich > Date: Wed Dec 20 06:48:25 2017 > New Revision: 456777 > URL: https://svnweb.freebsd.org/changeset/ports/456777 > > Log: > x11-toolkits/mygui: lift BROKEN after r456766 [...] > -BROKEN_aarch64= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string *' with an rvalue of type 'int' > -BROKEN_armv6= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string *' with an rvalue of type 'int' > -BROKEN_armv7= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string *' with an rvalue of type 'int' Build logs: - 11.1 aarch64: https://clbin.com/B9XuA - 11.1 armv6: https://clbin.com/pN8yJ - 12.0 aarch64: https://clbin.com/VRMoJ - 12.0 armv6: https://clbin.com/yp4h2 - 12.0 armv7: https://clbin.com/wAdTv 11.{0,1} aarch64/armv6 weren't affected, anyway.