Date: Sat, 14 Jun 2003 21:59:01 +0200 From: User & <plexus@snafu.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/53325: /usr/bin/locale is not installed by make buildworld and installworld Message-ID: <E19RHAz-000JSu-WB@warpgondel2.xshare.com> Resent-Message-ID: <200306142000.h5EK0N3a065139@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53325
>Category: bin
>Synopsis: /usr/bin/locale is not installed by make buildworld and installworld
>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: Sat Jun 14 13:00:22 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Oliver Fischer
>Release: FreeBSD 5.1-RELEASE i386
>Organization:
<organization of PR author (multiple lines)
>Environment:
System: FreeBSD warpgondel2.xshare.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sat Jun 14 11:51:54 CEST 2003 root@warpgondel2.xshare.com:/usr/obj/usr/RELENG_5_1/sys/GENERIC i386
>Description:
The utility /usr/src/usr.bin/locale is neither build nor installed
>How-To-Repeat:
cd /usr/src
make buildworld
make installworld
reboot
login
locale
>Fix:
Change the Makefile /usr/src/usr.bin/Makefile
--- locale.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/usr.bin/Makefile,v
retrieving revision 1.239
diff -p -r1.239 Makefile
*** Makefile 19 May 2003 15:52:00 -0000 1.239
--- Makefile 14 Jun 2003 19:52:39 -0000
*************** SUBDIR= alias \
*** 98,103 ****
--- 98,104 ----
lesskey \
lex \
limits \
+ locale \
locate \
lock \
lockf \
--- locale.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19RHAz-000JSu-WB>
