Re: buildworld error BETA1

From: Ed Schouten <ed_at_80386.nl>
Date: Wed, 15 Jul 2009 12:51:18 +0200
* 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)
_at__at_ -925,7 +925,7 _at__at_
 _ar=		usr.bin/ar
 .endif
 
-.if ${BOOTSTRAPPING} < 800013
+.if ${BOOTSTRAPPING} < 800104
 _mklocale=	usr.bin/mklocale
 .endif
 
I'll send it to re_at_ if it fixes the issue properly.

-- 
 Ed Schouten <ed_at_80386.nl>
 WWW: http://80386.nl/

Received on Wed Jul 15 2009 - 08:51:19 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:51 UTC