From nobody@FreeBSD.org  Mon Oct  4 08:51:51 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 D12F3106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Oct 2010 08:51:51 +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 C102F8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Oct 2010 08:51:51 +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 o948ppcL018981
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 4 Oct 2010 08:51:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o948ppbb018980;
	Mon, 4 Oct 2010 08:51:51 GMT
	(envelope-from nobody)
Message-Id: <201010040851.o948ppbb018980@www.freebsd.org>
Date: Mon, 4 Oct 2010 08:51:51 GMT
From: Ivan Klymenko <fidaj@ukr.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: make delete-old "Syntax error"
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         151194
>Category:       kern
>Synopsis:       make delete-old "Syntax error"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jilles
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 04 09:00:14 UTC 2010
>Closed-Date:    Sun Oct 24 16:48:28 UTC 2010
>Last-Modified:  Sun Oct 24 16:48:28 UTC 2010
>Originator:     Ivan Klymenko
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
individual
>Environment:
>Description:
Yesterday I updated all the source code (Kernel and world) ...
after running <make delete-old> get the following error:
# make delete-old
>How-To-Repeat:
cd /usr/src/ && make delete-old
>Fix:


>Release-Note:
>Audit-Trail:

From: Alexander Best <arundel@freebsd.org>
To: Ivan Klymenko <fidaj@ukr.net>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: kern/151194: make delete-old "Syntax error"
Date: Tue, 5 Oct 2010 22:03:45 +0000

 On Mon Oct  4 10, Ivan Klymenko wrote:
 > 
 > >Number:         151194
 > >Category:       kern
 > >Synopsis:       make delete-old "Syntax error"
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-bugs
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Mon Oct 04 09:00:14 UTC 2010
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Ivan Klymenko
 > >Release:        FreeBSD 9.0-CURRENT amd64
 > >Organization:
 > individual
 > >Environment:
 > >Description:
 > Yesterday I updated all the source code (Kernel and world) ...
 > after running <make delete-old> get the following error:
 > # make delete-old
 > >How-To-Repeat:
 > cd /usr/src/ && make delete-old
 > >Fix:
 > 
 > 
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 >  >>> Removing old directories
 >  rmdir: /usr/include/clang/2.0: Directory not empty
 >  >>> Old directories removed
 >  >>> Removing old files (only deletes safe to delete libs)
 >  remove /usr/share/man/man9/sbuf_overflowed.9.gz? remove /usr/share/man/man9/choo
 >  seproc.9.gz? remove /usr/share/man/man3/ascftime.3.gz? remove /usr/share/man/man
 >  3/cfree.3.gz? remove /usr/share/man/man3/cftime.3.gz? remove /usr/share/man/man3
 >  /getpw.3.gz? remove /usr/share/zoneinfo/Pacific/Ponape? remove /usr/share/zonein
 >  fo/Pacific/Truk? remove /usr/share/man/man4/acpi_aiboost.4.gz? remove /usr/inclu
 >  de/nfsclient/nfs_lock.h? remove /usr/include/clang/2.0/emmintrin.h? remove /usr/
 >  include/clang/2.0/mm_malloc.h? remove /usr/include/clang/2.0/mmintrin.h? remove
 >  /usr/include/clang/2.0/pmmintrin.h? remove /usr/include/clang/2.0/tmmintrin.h? r
 >  emove /usr/include/clang/2.0/xmmintrin.h? remove /usr/share/pc-sysinstall/backen
 >  d-query/detect-vmware.sh? remove /etc/printcap? Syntax error: Unterminated quote
 
 could you update your sources again and check that you have no local changes in
 your src tree (svn stat --no-ignore /usr/src).
 
 if the problem remains during buildworld you might get more feedback sending a
 mail to freebsd-current@. in general issues related to CURRENT are probably
 better off being sent to the mailinglists.
 
 cheers.
 alex
 
 >  d string
 >  *** Error code 2
 >  1 error
 >  *** Error code 2
 >  
 >  Stop in /usr/src.
 >  #
 
 -- 
 a13x
State-Changed-From-To: open->closed 
State-Changed-By: arundel 
State-Changed-When: Sun Oct 24 02:39:09 UTC 2010 
State-Changed-Why:  
Close this PR, since it's very likely that the issue has either been fixed or 
the user had some kind of file corruption in /usr/src 

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

From: Ivan Klymenko <fidaj@ukr.net>
To: bug-followup@FreeBSD.org, fidaj@ukr.net
Cc:  
Subject: Re: kern/151194: make delete-old "Syntax error"
Date: Sun, 24 Oct 2010 11:13:21 +0300

 >By:	arundel
 >When:	Sun Oct 24 02:39:09 UTC 2010
 >Why:	Close this PR, since it's very likely that the issue has
 >either been fixed or the user had some kind of file corruption
 >in /usr/src 
 no.
 problem remains to this moment.
 
 r214124
State-Changed-From-To: closed->feedback 
State-Changed-By: jilles 
State-Changed-When: Sun Oct 24 15:05:06 UTC 2010 
State-Changed-Why:  
Please rerun make with -dl (e.g. make -dl delete-old) 
and make the full (long) output available. 
Also check /etc/make.conf and /etc/src.conf for unmatched quotes. 


Responsible-Changed-From-To: freebsd-bugs->jilles 
Responsible-Changed-By: jilles 
Responsible-Changed-When: Sun Oct 24 15:05:06 UTC 2010 
Responsible-Changed-Why:  
Track. 

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

From: Ivan Klymenko <fidaj@ukr.net>
To: bug-followup@FreeBSD.org, fidaj@ukr.net
Cc:  
Subject: Re: kern/151194: make delete-old "Syntax error"
Date: Sun, 24 Oct 2010 19:35:30 +0300

 >From-To:	closed->feedback
 >By:	jilles
 >When:	Sun Oct 24 15:05:06 UTC 2010
 >Why:	Please rerun make with -dl (e.g. make -dl delete-old)
 >and make the full (long) output available.
 >Also check /etc/make.conf and /etc/src.conf for unmatched quotes.
 
 you were right - the cause of this error was my bad make.conf
 I deleted my make.conf - everything went well
 sorry for the noise. :(
 PR can be closed.
State-Changed-From-To: feedback->closed 
State-Changed-By: jilles 
State-Changed-When: Sun Oct 24 16:48:27 UTC 2010 
State-Changed-Why:  
Submitter reports this was a local configuration error. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151194 
>Unformatted:
 >>> Removing old directories
 rmdir: /usr/include/clang/2.0: Directory not empty
 >>> Old directories removed
 >>> Removing old files (only deletes safe to delete libs)
 remove /usr/share/man/man9/sbuf_overflowed.9.gz? remove /usr/share/man/man9/choo
 seproc.9.gz? remove /usr/share/man/man3/ascftime.3.gz? remove /usr/share/man/man
 3/cfree.3.gz? remove /usr/share/man/man3/cftime.3.gz? remove /usr/share/man/man3
 /getpw.3.gz? remove /usr/share/zoneinfo/Pacific/Ponape? remove /usr/share/zonein
 fo/Pacific/Truk? remove /usr/share/man/man4/acpi_aiboost.4.gz? remove /usr/inclu
 de/nfsclient/nfs_lock.h? remove /usr/include/clang/2.0/emmintrin.h? remove /usr/
 include/clang/2.0/mm_malloc.h? remove /usr/include/clang/2.0/mmintrin.h? remove
 /usr/include/clang/2.0/pmmintrin.h? remove /usr/include/clang/2.0/tmmintrin.h? r
 emove /usr/include/clang/2.0/xmmintrin.h? remove /usr/share/pc-sysinstall/backen
 d-query/detect-vmware.sh? remove /etc/printcap? Syntax error: Unterminated quote
 d string
 *** Error code 2
 1 error
 *** Error code 2
 
 Stop in /usr/src.
 #
