On Sat, Oct 26, 2013 at 01:43:43AM +0200, Herbert J. Skuhra wrote:
> Hi,
> 
> On Fri, 25 Oct 2013 21:27:36 +0000 (UTC)
> Glen Barber wrote:
> 
> > Author: gjb
> > Date: Fri Oct 25 21:27:35 2013
> > New Revision: 257136
> > URL: http://svnweb.freebsd.org/changeset/base/257136
> > 
> > Log:
> >   MFC r257079:
> >    Fix build host pollution by avoiding calling 'uname -srp' to
> >    determine values for 'VERSION'.
> >   
> >   Approved by:      re (glebius)
> > 
> > Modified:
> >   stable/10/Makefile.inc1   (contents, props changed)
> 
> When running make (check|delete)-old I am still getting:
> 
> >>> Checking for old files
> make[3]: chdir /usr/obj/usr/src/release: No such file or directory
> make[2]: "/usr/src/Makefile.inc1" line 132: warning: "make -C 
> /usr/obj/usr/src/release -V REVISION" returned non-zero status
> make[3]: chdir /usr/obj/usr/src/release: No such file or directory
> make[2]: "/usr/src/Makefile.inc1" line 133: warning: "make -C 
> /usr/obj/usr/src/release -V BRANCH" returned non-zero status
> awk: can't open file /usr/obj/usr/src/sys/sys/param.h
>  source line number 1
> make[2]: "/usr/src/Makefile.inc1" line 135: warning: "awk 
> '/^#define[[:space:]]*__FreeBSD_version/ { print $3 }'  
> /usr/obj/usr/src/sys/sys/param.h" returned non-zero status
> /usr/lib/libbsdyml.a
> /usr/lib/libbsdyml.so
> /usr/lib/libbsdyml_p.a
> /usr/share/man/man3/libbsdyml.3.gz
> /usr/include/bsdyml.h
> >>> Checking for old libraries
> make[3]: chdir /usr/obj/usr/src/release: No such file or directory
> make[2]: "/usr/src/Makefile.inc1" line 132: warning: "make -C 
> /usr/obj/usr/src/release -V REVISION" returned non-zero status
> make[3]: chdir /usr/obj/usr/src/release: No such file or directory
> make[2]: "/usr/src/Makefile.inc1" line 133: warning: "make -C 
> /usr/obj/usr/src/release -V BRANCH" returned non-zero status
> awk: can't open file /usr/obj/usr/src/sys/sys/param.h
>  source line number 1
> make[2]: "/usr/src/Makefile.inc1" line 135: warning: "awk 
> '/^#define[[:space:]]*__FreeBSD_version/ { print $3 }'  
> /usr/obj/usr/src/sys/sys/param.h" returned non-zero status
> /usr/lib/libbsdyml.so.0
> >>> Checking for old directories
> make[3]: chdir /usr/obj/usr/src/release: No such file or directory
> make[2]: "/usr/src/Makefile.inc1" line 132: warning: "make -C 
> /usr/obj/usr/src/release -V REVISION" returned non-zero status
> make[3]: chdir /usr/obj/usr/src/release: No such file or directory
> make[2]: "/usr/src/Makefile.inc1" line 133: warning: "make -C 
> /usr/obj/usr/src/release -V BRANCH" returned non-zero status
> awk: can't open file /usr/obj/usr/src/sys/sys/param.h
>  source line number 1
> make[2]: "/usr/src/Makefile.inc1" line 135: warning: "awk 
> '/^#define[[:space:]]*__FreeBSD_version/ { print $3 }'  
> /usr/obj/usr/src/sys/sys/param.h" returned non-zero status
> /usr/share/doc/bind9
> /usr/share/doc/bind9/arm
> /usr/share/doc/bind9/misc
> To remove old files and directories run 'make delete-old'.
> To remove old libraries run 'make delete-old-libs'.
> 

This will be fixed after -BETA2.  I realize the output is annoying, but
in these cases, they are non-fatal warnings.  It *is* very high on my
priority list, but the fix right now is not clear.

I'll follow up on -stable@ and -current@ shortly with a full explanation
of why -BETA2 is taking so long, by the way, which is directly related
to the update this commit makes, and why it is important in order to
move forward with this change in the tree, versus reverting it (again).

Glen

Attachment: pgpsHanulWiaD.pgp
Description: PGP signature

Reply via email to