From nobody@FreeBSD.org  Sat Mar 26 07:46:03 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DA3E516A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Mar 2005 07:46:03 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 811E543D55
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Mar 2005 07:46:03 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2Q7k3Oj045348
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Mar 2005 07:46:03 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j2Q7k3tN045347;
	Sat, 26 Mar 2005 07:46:03 GMT
	(envelope-from nobody)
Message-Id: <200503260746.j2Q7k3tN045347@www.freebsd.org>
Date: Sat, 26 Mar 2005 07:46:03 GMT
From: pac <pacatta68@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: latest releng_5 installworld fail
X-Send-Pr-Version: www-2.3

>Number:         79244
>Category:       kern
>Synopsis:       latest releng_5 installworld fail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    linimon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 26 07:50:02 GMT 2005
>Closed-Date:    Tue Apr 12 00:24:00 GMT 2005
>Last-Modified:  Tue Apr 12 00:24:00 GMT 2005
>Originator:     pac
>Release:        5.4-PRERELEASE
>Organization:
>Environment:
FreeBSD fullmetal_xrm0 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #6: Fri Mar 25 15:09:39 EST 2005     alice@fullmetal_xrm0:/usr/obj/usr/src/sys/BOG  i386
>Description:
      mtree -deU   -f /usr/src/include/../etc/mtree/BSD.include.dist  -p /usr/include
./dev/acpica missing (directory not created: File exists)
cd /usr/include/cam;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/geom;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/net;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/net80211;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/netatalk;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/netatm;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/netgraph;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/netinet;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/netinet6;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/netipsec;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/netipx;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/netkey;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/netnatm;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/netncp;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/netsmb;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/nfs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/nfsclient;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/nfsserver;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/pccard;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/posix4;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^M
cd /usr/include/sys;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/vm;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/cam/scsi;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/dev/acpica;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done^
cd: can't cd to /usr/include/dev/acpica
*** Error code 2

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

Stop in /usr/src
>How-To-Repeat:
      upgrade with cvsup make buildworld process
>Fix:
      no
>Release-Note:
>Audit-Trail:

From: Matteo Riondato <rionda@gufi.org>
To: bug-followup@freebsd.org
Cc: pac <pacatta68@yahoo.com>
Subject: Re: i386/79244: latest releng_5 installworld fail
Date: Sat, 2 Apr 2005 12:22:22 +0200

 --Y974o0GblB/Ae/yP
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 
 Are you still having this issue or can this PR be closed?
 Best Regards
 
 --=20
 Rionda aka Matteo Riondato
 Disinformato per default
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)
 
 --Y974o0GblB/Ae/yP
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCTnJd2Mp4pR7Fa+wRAsnVAJ4rY6kRzJzyz/xZhHx0JFfM+BQ+JgCeLdnN
 lro36abxwzKDn5nYMRL+iVY=
 =g3bE
 -----END PGP SIGNATURE-----
 
 --Y974o0GblB/Ae/yP--
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Apr 12 00:21:46 GMT 2005 
State-Changed-Why:  
Please report world build failures on the appropriate mailing list, 
in this case, freebsd-stable. 

In general problems building world are quickly found and fixed, due 
to the number of developers that track all updates, and the build 
tinderboxes that run constantly. 


Responsible-Changed-From-To: freebsd-i386->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Apr 12 00:21:46 GMT 2005 
Responsible-Changed-Why:  

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