From owner-freebsd-arm@FreeBSD.ORG Sun May 17 17:59:02 2015 Return-Path: Delivered-To: freebsd-arm@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 0D37E11D for ; Sun, 17 May 2015 17:59:02 +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 D17BD1B48 for ; Sun, 17 May 2015 17:59:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HHx1jX008069 for ; Sun, 17 May 2015 17:59:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 200271] lang/gcc "make install" fails with Malformed conditional error Date: Sun, 17 May 2015 17:59:01 +0000 X-Bugzilla-Reason: CC 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 Many People X-Bugzilla-Who: john@jfloren.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gerald@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 cc 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-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 17:59:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200271 Bug ID: 200271 Summary: lang/gcc "make install" fails with Malformed conditional error Product: Ports & Packages Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: gerald@FreeBSD.org Reporter: john@jfloren.net CC: freebsd-arm@FreeBSD.org CC: freebsd-arm@FreeBSD.org Assignee: gerald@FreeBSD.org Flags: maintainer-feedback?(gerald@FreeBSD.org) Running 10.1-STABLE on Raspberry Pi. Freshly installed system, attempted to build "news/cnews": ===> cnews-cr.g_12 depends on executable: gcc48 - not found ===> Verifying install for gcc48 in /usr/ports/lang/gcc make[2]: "/usr/ports/lang/gcc/Makefile" line 66: Malformed conditional (${COMPILER_TYPE} == clang) make[2]: Fatal errors encountered -- cannot continue make[2]: stopped in /usr/ports/lang/gcc *** Error code 1 Stop. make[1]: stopped in /usr/ports/news/cnews *** Error code 1 Stop. make: stopped in /usr/ports/news/cnews If I run "make install" in the /usr/ports/lang/gcc, I see the same "Malformed conditional" error. If I run "make install" in lang/gcc48, I see "===> gcc48-4.8.5.s20150423 is only for amd64 i386 powerpc powerpc64 sparc64, while you are running armv6." -- You are receiving this mail because: You are on the CC list for the bug.