From nobody@FreeBSD.org  Mon Mar 19 20:53:27 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 56908106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Mar 2012 20:53:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 25EFB8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Mar 2012 20:53:27 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q2JKrQ9V086708
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Mar 2012 20:53:26 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q2JKrQxO086702;
	Mon, 19 Mar 2012 20:53:26 GMT
	(envelope-from nobody)
Message-Id: <201203192053.q2JKrQxO086702@red.freebsd.org>
Date: Mon, 19 Mar 2012 20:53:26 GMT
From: Ivan Rozhuk <rozhuk.im@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: build fail in pmap.c
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         166256
>Category:       arm
>Synopsis:       build fail in pmap.c
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    linimon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 19 21:00:28 UTC 2012
>Closed-Date:    Sun Apr 20 00:18:14 UTC 2014
>Last-Modified:  Sun Apr 20 00:18:14 UTC 2014
>Originator:     Ivan Rozhuk
>Release:        9.0
>Organization:
>Environment:
FreeBSD firewall 9.0-STABLE FreeBSD 9.0-STABLE #10: Fri Mar 16 02:49:53 IRKT 2012     root@firewall:/usr/obj/usr/src/sys/RIMx64  amd64
>Description:
Kernel build for arm fail:

--------------------------------------------------------------
>How-To-Repeat:
 mdmfs -S -o async -s 1024m md /usr/obj

 cd /usr/src/
 make -j 3 -s kernel-toolchain TARGET=arm TARGET_ARCH=arm
 make -j 3 -s buildkernel TARGET=arm TARGET_ARCH=arm KERNCONF=EQUULEUS.RIM
 >>> Kernel build for EQUULEUS.RIM started on Tue Mar 20 03:28:10 IRKT 2012
 --------------------------------------------------------------
 ===> EQUULEUS.RIM
 --------------------------------------------------------------
 >>> stage 1: configuring the kernel
 --------------------------------------------------------------
 WARNING: duplicate option `GEOM_PART_BSD' encountered.
 WARNING: duplicate option `GEOM_PART_MBR' encountered.
 /usr/src/sys/arm/conf/EQUULEUS.RIM: option "MAXUSERS" redefined from 0 to 4
 Kernel build directory is /usr/obj/arm.arm/usr/src/sys/EQUULEUS.RIM
 Don't forget to do ``make cleandepend && make depend''
 --------------------------------------------------------------
 >>> stage 2.1: cleaning up the object tree
 --------------------------------------------------------------
 --------------------------------------------------------------
 >>> stage 2.2: rebuilding the object tree
 --------------------------------------------------------------
 --------------------------------------------------------------
 >>> stage 2.3: build tools
 --------------------------------------------------------------
 --------------------------------------------------------------
 >>> stage 3.1: making dependencies
 --------------------------------------------------------------
 --------------------------------------------------------------
 >>> stage 3.2: building everything
 --------------------------------------------------------------
 cc1: warnings being treated as errors
 /usr/src/sys/arm/arm/pmap.c: In function 'pmap_mapdev':
 /usr/src/sys/arm/arm/pmap.c:2785: warning: inlining failed in call to 'pmap_kenter_internal': --param max-inline-insns-single limit reached [-Winline]
 /usr/src/sys/arm/arm/pmap.c:4622: warning: called from here [-Winline]
 *** Error code 1
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 Exit 2
 
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Apr 20 00:16:44 UTC 2014 
State-Changed-Why:  
To submitter: this PR is probably obsolete by now.  Please let us know 
if not. 


Responsible-Changed-From-To: freebsd-arm->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Apr 20 00:16:44 UTC 2014 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=166256 
>Unformatted:
