From nobody@FreeBSD.org  Tue Jul 13 09:18:18 2010
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 6D3CB106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Jul 2010 09:18:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 459478FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Jul 2010 09:18:18 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6D9IHDl092253
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Jul 2010 09:18:17 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6D9IHub092252;
	Tue, 13 Jul 2010 09:18:17 GMT
	(envelope-from nobody)
Message-Id: <201007130918.o6D9IHub092252@www.freebsd.org>
Date: Tue, 13 Jul 2010 09:18:17 GMT
From: Bernard Steiner <bernard.steiner@lahmeyer.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: src upgrade RELENG_7 to RELENG_8 fails
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         148538
>Category:       misc
>Synopsis:       src upgrade RELENG_7 to RELENG_8 fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 13 09:20:00 UTC 2010
>Closed-Date:    Fri Nov 12 21:20:37 UTC 2010
>Last-Modified:  Mon Nov 15 07:00:14 UTC 2010
>Originator:     Bernard Steiner
>Release:        7.3-STABLE
>Organization:
>Environment:
FreeBSD zd033.lif.de 7.3-STABLE FreeBSD 7.3-STABLE #14: Mon Jul  5 16:19:54 CEST 2010     root@zd033.lif.de:/usr/obj/usr
/src/sys/GENERIC  i386

>Description:
On a machine hitherto running RELENG_7, grabbed RELENG_8 via csup.
make buildworld fails with
--------------------------------------------------------------
>How-To-Repeat:

>Fix:
Using old-fashioned /usr/src/lib/libc/stdlib/Makefile.inc line 19, instead of .sinclude seems tdtrt:

# machine-dependent stdlib sources
#.sinclude "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
.if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc)
.include "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
.endif


>Release-Note:
>Audit-Trail:

From: Remko Lodder <remko@elvandar.org>
To: Bernard Steiner <bernard.steiner@lahmeyer.de>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/148538: src upgrade RELENG_7 to RELENG_8 fails
Date: Tue, 13 Jul 2010 21:29:53 +0200

 On Jul 13, 2010, at 11:18 AM, Bernard Steiner wrote:
 
 >=20
 >> Number:         148538
 >> Category:       misc
 >> Synopsis:       src upgrade RELENG_7 to RELENG_8 fails
 >> Confidential:   no
 >> Severity:       non-critical
 >> Priority:       low
 >> Responsible:    freebsd-bugs
 >> State:          open
 >> Quarter:       =20
 >> Keywords:      =20
 >> Date-Required:
 >> Class:          sw-bug
 >> Submitter-Id:   current-users
 >> Arrival-Date:   Tue Jul 13 09:20:00 UTC 2010
 >> Closed-Date:
 >> Last-Modified:
 >> Originator:     Bernard Steiner
 >> Release:        7.3-STABLE
 >> Organization:
 >> Environment:
 > FreeBSD zd033.lif.de 7.3-STABLE FreeBSD 7.3-STABLE #14: Mon Jul  5 =
 16:19:54 CEST 2010     root@zd033.lif.de:/usr/obj/usr
 > /src/sys/GENERIC  i386
 >=20
 >> Description:
 > On a machine hitherto running RELENG_7, grabbed RELENG_8 via csup.
 > make buildworld fails with
 > --------------------------------------------------------------
 >> How-To-Repeat:
 >=20
 >> Fix:
 > Using old-fashioned /usr/src/lib/libc/stdlib/Makefile.inc line 19, =
 instead of .sinclude seems tdtrt:
 >=20
 > # machine-dependent stdlib sources
 > #.sinclude "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
 > .if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc)
 > .include "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
 > .endif
 >=20
 
 
 Hello,
 
 I come from 7.2 recently towards 8-stable and I didn't have this glitch. =
 I have the .sinclude without any problems.
 Can you confirm that you use the default settings, no changes made in =
 /etc/make.conf etc?
 
 Thanks,
 Remko
 
 --=20
 /"\   Best regards,                        | remko@FreeBSD.org
 \ /   Remko Lodder                      | remko@EFnet
 X    http://www.evilcoder.org/    |
 / \   ASCII Ribbon Campaign    | Against HTML Mail and News
 
State-Changed-From-To: open->feedback 
State-Changed-By: remko 
State-Changed-When: Tue Jul 13 19:30:10 UTC 2010 
State-Changed-Why:  
Note that I asked for feedback because I cannot reproduce this with my 
setup. 



Responsible-Changed-From-To: freebsd-bugs->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Tue Jul 13 19:30:10 UTC 2010 
Responsible-Changed-Why:  
Assign to myself so that I can easily keep track of feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148538 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Nov 12 21:19:54 UTC 2010 
State-Changed-Why:  
Feedback timeout (4 months).  If this is still a problem, please let us know. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148538 

From: "Steiner, Bernard" <Bernard.Steiner@lahmeyer.de>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: misc/148538: src upgrade RELENG_7 to RELENG_8 fails
Date: Mon, 15 Nov 2010 07:45:52 +0100

 Indeed the problem persists even into 8-STABLE as of Nov 3rd 2010 on a
 GENERIC-i386 machine.
 It seems to work OK on 8-STABLE for GENERIC-amd64.
 
 -- 
 i.A. Dipl.-Inform. Bernard Steiner
 Netzwerk- und Systemadministrator
 Phone: +49 6101 55 1280, Fax: +49 6101 55 1623
 
 Lahmeyer International GmbH
 Friedberger Strasse 173, 61118 Bad Vilbel, Deutschland/Germany
 
 Geschaeftsfuehrer/Managing Directors:
 Dr. Bernd Kordes (Vorsitzender/President & CEO), Burkhard Neumann
 
 Firmensitz/Registered office: Bad Vilbel
 Registergericht/Registry court: Frankfurt am Main HRB 80852
 
 Internet: http://www.lahmeyer.de/
 Disclaimer: http://www.lahmeyer.de/disclaimer/
>Unformatted:
 >>> stage 2.1: cleaning up the object tree
 --------------------------------------------------------------
 cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE=pentium4  GROFF_BIN_PATH=/usr/obj/usr/s
 rc/tmp/legacy/usr/bin  GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font  GROFF_TMAC_PATH=/usr/obj/usr/sr
 c/tmp/legacy/usr/share/tmac  _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp  VERSION="FreeBSD 7.3-STABLE i386 703100"  INSTALL="sh
  /usr/src/tools/install.sh"  PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/
 src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin
 :/bin:/usr/sbin:/usr/bin NO_CTF=1 /usr/obj/usr/src/make.i386/make -f Makefile.inc1 DESTDIR=/usr/obj/usr/src/tmp par-clea
 ndir
 ===> share/info (cleandir)
 ===> lib (cleandir)
 ===> lib/csu/i386-elf (cleandir)
 ===> lib/libc (cleandir)
 "/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.
 *** Error code 1
 
 Stop in /usr/src.
 
