From owner-freebsd-ports-bugs@freebsd.org Mon Jul 1 08:06:25 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 990DD15DAB2E for ; Mon, 1 Jul 2019 08:06:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 509E06B3DE for ; Mon, 1 Jul 2019 08:06:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0807615DAB21; Mon, 1 Jul 2019 08:06:25 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D73B015DAB1E for ; Mon, 1 Jul 2019 08:06:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 386C66B3D0 for ; Mon, 1 Jul 2019 08:06:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 68B2917EBC for ; Mon, 1 Jul 2019 08:06:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x6186NQb081566 for ; Mon, 1 Jul 2019 08:06:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x6186NUb081565 for ports-bugs@FreeBSD.org; Mon, 1 Jul 2019 08:06:23 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238330] [exp-run] Update GCC_DEFAULT from 8 to 9 Date: Mon, 01 Jul 2019 08:06:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jul 2019 08:06:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238330 --- Comment #20 from commit-hook@freebsd.org --- A commit references this bug: Author: tobik Date: Mon Jul 1 08:05:49 UTC 2019 New revision: 505552 URL: https://svnweb.freebsd.org/changeset/ports/505552 Log: emulators/pearpc: Lock to GCC 8 It does not build with GCC 9: ppc_fpu.cc: In function 'void ppc_opc_faddx()': ppc_fpu.cc:1017:51: error: cannot bind packed field 'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'} 1017 | gCPU.fpscr |=3D ppc_fpu_pack_double(D, gCPU.fpr[frD]); | ~~~~~~~~~~~~^ ppc_fpu.cc: In function 'void ppc_opc_faddsx()': ppc_fpu.cc:1056:61: error: cannot bind packed field 'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'} 1056 | gCPU.fpscr |=3D ppc_fpu_pack_double_as_single(D, gCPU.fpr[frD]); | ~~~~~~~~~~~~^ ppc_fpu.cc: In function 'void ppc_opc_fdivx()': ppc_fpu.cc:1272:51: error: cannot bind packed field 'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'} 1272 | gCPU.fpscr |=3D ppc_fpu_pack_double(D, gCPU.fpr[frD]); | ~~~~~~~~~~~~^ ppc_fpu.cc: In function 'void ppc_opc_fdivsx()': ppc_fpu.cc:1318:61: error: cannot bind packed field 'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'} 1318 | gCPU.fpscr |=3D ppc_fpu_pack_double_as_single(D, gCPU.fpr[frD]); | ~~~~~~~~~~~~^ ppc_fpu.cc: In function 'void ppc_opc_fmaddx()': ppc_fpu.cc:1342:51: error: cannot bind packed field 'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'} 1342 | gCPU.fpscr |=3D ppc_fpu_pack_double(D, gCPU.fpr[frD]); | ~~~~~~~~~~~~^ [...] =20 http://pb2.nyi.freebsd.org/data/120i386-default-PR238330/2019-06-09_20h27m2= 2s/logs/errors/pearpc-0.5_8.log This does not seem trivial to fix and there is no active upstream to report this to. Put an expiration date on the port too. PR: 238330 Changes: head/emulators/pearpc/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.=