buildworld error BETA1

Ed Schouten ed at 80386.nl
Wed Jul 15 10:51:19 UTC 2009


* Ed Schouten <ed at 80386.nl> wrote:
> Hmm... It seems it only builds mklocale if __FreeBSD_version is below
> 800013. I think you should rebuild mklocale by hand:
> 
> 	cd /usr/src/usr.bin/mklocale
> 	make
> 	make install clean

I'm currently testing this patch at home:

Index: Makefile.inc1
===================================================================
--- Makefile.inc1	(revision 195708)
+++ Makefile.inc1	(working copy)
@@ -925,7 +925,7 @@
 _ar=		usr.bin/ar
 .endif
 
-.if ${BOOTSTRAPPING} < 800013
+.if ${BOOTSTRAPPING} < 800104
 _mklocale=	usr.bin/mklocale
 .endif
 
I'll send it to re@ if it fixes the issue properly.

-- 
 Ed Schouten <ed at 80386.nl>
 WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20090715/9597ca6f/attachment.pgp


More information about the freebsd-current mailing list