From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 18 23:12:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F033A58 for ; Sun, 18 Jan 2015 23:12:15 +0000 (UTC) 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 mx1.freebsd.org (Postfix) with ESMTPS id CF6EECB5 for ; Sun, 18 Jan 2015 23:12:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0INCE4F014023 for ; Sun, 18 Jan 2015 23:12:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196856] emulators/x49gp fails to build with GCC 4.9 (but uses USE_GCC=yes) Date: Sun, 18 Jan 2015 23:12:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: gerald@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: shaun@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter blocked flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 23:12:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196856 Bug ID: 196856 Summary: emulators/x49gp fails to build with GCC 4.9 (but uses USE_GCC=yes) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: shaun@FreeBSD.org Reporter: gerald@FreeBSD.org Blocks: 196712 Assignee: shaun@FreeBSD.org Flags: maintainer-feedback?(shaun@FreeBSD.org) This is important since it blocks the upgrade of the default version of GCC from GCC 4.8 to GCC 4.9. If you cannot fix it, please change to USE_GCC=4.8 for the time being. CC arm-softmmu/cpu-exec.o In file included from /wrkdirs/usr/ports/emulators/x49gp/work/x49gp/x49gp-code/qemu/qemu-git/target-arm/exec.h:26:0, from /wrkdirs/usr/ports/emulators/x49gp/work/x49gp/x49gp-code/qemu/qemu-git/cpu-exec.c:20: /wrkdirs/usr/ports/emulators/x49gp/work/x49gp/x49gp-code/qemu/qemu-git/cpu-exec.c: In function 'cpu_arm_exec': /wrkdirs/usr/ports/emulators/x49gp/work/x49gp/x49gp-code/qemu/qemu-git/target-arm/cpu.h:409:18: error: frame pointer required, but reserved #define cpu_exec cpu_arm_exec ^ /wrkdirs/usr/ports/emulators/x49gp/work/x49gp/x49gp-code/qemu/qemu-git/cpu-exec.c:214:5: note: in expansion of macro 'cpu_exec' int cpu_exec(CPUState *env1) ^ In file included from /wrkdirs/usr/ports/emulators/x49gp/work/x49gp/x49gp-code/qemu/qemu-git/cpu-exec.c:20:0: /wrkdirs/usr/ports/emulators/x49gp/work/x49gp/x49gp-code/qemu/qemu-git/target-arm/exec.h:22:30: note: for 'env' register struct CPUARMState *env asm(AREG0); ^ /wrkdirs/usr/ports/emulators/x49gp/work/x49gp/x49gp-code/qemu/qemu-git/rules.mak:18: recipe for target 'cpu-exec.o' failed gmake[3]: *** [cpu-exec.o] Error 1 --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer shaun@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.