From turutani@scphys.kyoto-u.ac.jp  Sat Feb 13 04:15:13 2010
Return-Path: <turutani@scphys.kyoto-u.ac.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 011841065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Feb 2010 04:15:12 +0000 (UTC)
	(envelope-from turutani@scphys.kyoto-u.ac.jp)
Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 83C358FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Feb 2010 04:15:12 +0000 (UTC)
Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1])
	by postfix.imss70 (Postfix) with ESMTP id 3117F100FA;
	Sat, 13 Feb 2010 13:15:11 +0900 (JST)
Received: from h120.65.226.10.32118.vlan.kuins.net (wd187.BFL38.vectant.ne.jp [210.131.171.187])
	by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 04945100F0;
	Sat, 13 Feb 2010 13:15:10 +0900 (JST)
Received: from h116.65.226.10.32118.vlan.kuins.net (h116.65.226.10.32118.vlan.kuins.net [192.168.3.116])
	by h120.65.226.10.32118.vlan.kuins.net (8.14.3/8.14.3/20071004-1) with ESMTP id o1D4F6Cr050937;
	Sat, 13 Feb 2010 13:15:06 +0900 (JST)
	(envelope-from turutani@scphys.kyoto-u.ac.jp)
Received: from h116.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1])
	by h116.65.226.10.32118.vlan.kuins.net (8.14.3/8.14.3/20070718-1) with ESMTP id o1D4F8vk057716;
	Sat, 13 Feb 2010 13:15:08 +0900 (JST)
	(envelope-from turutani@h116.65.226.10.32118.vlan.kuins.net)
Received: (from turutani@localhost)
	by h116.65.226.10.32118.vlan.kuins.net (8.14.3/8.14.3/Submit) id o1D4F84v057715;
	Sat, 13 Feb 2010 13:15:08 +0900 (JST)
	(envelope-from turutani)
Message-Id: <201002130415.o1D4F84v057715@h116.65.226.10.32118.vlan.kuins.net>
Date: Sat, 13 Feb 2010 13:15:08 +0900 (JST)
From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Reply-To: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: turutani@scphys.kyoto-u.ac.jp
Subject: error in make world
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         143854
>Category:       amd64
>Synopsis:       [build] error in make world during upgrade from 7 to 8
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-amd64
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 13 04:20:01 UTC 2010
>Closed-Date:    Sun Dec 05 13:10:32 UTC 2010
>Last-Modified:  Sun Dec 05 13:10:32 UTC 2010
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 7.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD h116.65.226.10.32118.vlan.kuins.net 7.2-STABLE FreeBSD 7.2-STABLE #21: Thu Jan 21 08:31:33 JST 2010 turutani@h116.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER13 amd64


	
>Description:
	i want to upgrade from 7-STABLE to 8-STABLE, by make world.
	but it fails with the following message;
===> lib/libc (clean)
"/usr/src/lib/libc/stdlib/Makefile.inc", line 19: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

	
>How-To-Repeat:
	after csup,
	% cd /usr/src
	% make buildworld
	...
	above error message follows.
	
>Fix:
	i do now know how to fix.
	i also tried on my FreeBSD/i386 7-STABLE host built on the same time,
	and found no error.
	i tried to use ".sinclude" in my original Makefile, and found no error.
	i found this problem only in this case.

	


>Release-Note:
>Audit-Trail:

From: Peter Jeremy <peterjeremy@acm.org>
To: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: amd64/143854: error in make world
Date: Mon, 15 Feb 2010 05:12:47 +1100

 --QXO0/MSS4VvK6f+D
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2010-Feb-13 13:15:08 +0900, Tsurutani Naoki <turutani@scphys.kyoto-u.ac.=
 jp> wrote:
 >	i want to upgrade from 7-STABLE to 8-STABLE, by make world.
 >	but it fails with the following message;
 >=3D=3D=3D> lib/libc (clean)
 >"/usr/src/lib/libc/stdlib/Makefile.inc", line 19: Need an operator
 >make: fatal errors encountered -- cannot continue
 >*** Error code 1
 
 This would probably get a quicker answer by asking on -stable instead
 of filing a PR.
 
 I have done a number of buildworlds from 7.x to 8-stable recently
 without problem.  Could you please forward me, off-list, a complete
 log from your "make buildworld" and a copy of
 /usr/src/lib/libc/stdlib/Makefile.inc.
 
 Do you have anything in /etc/make.conf or /etc/src.conf?
 
 --=20
 Peter Jeremy
 
 --QXO0/MSS4VvK6f+D
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.14 (FreeBSD)
 
 iEYEARECAAYFAkt4PR0ACgkQ/opHv/APuIePiwCgouuD9mlk4XsScYQydfeOH01D
 iYoAn0BaAk47ggUoaYgzEIDwaKRLBBuU
 =V/oj
 -----END PGP SIGNATURE-----
 
 --QXO0/MSS4VvK6f+D--
State-Changed-From-To: open->closed 
State-Changed-By: avg 
State-Changed-When: Sun Dec 5 13:09:40 UTC 2010 
State-Changed-Why:  
We do not have any permament buildworld errors. 
The issue should have been discussed on the mailing lists. 

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