Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libc
Yup, this is failing on port-amd64, too:
In file included from
/build/netbsd-local/src/tools/mklocale/../../usr.bin/mklocale/lex.l:55:
/build/netbsd-local/src/lib/libc/locale/runetype_file.h:42:28: error:
sys/ctype_bits.h: No such file or directory
In file included from
/build/netbsd-local/src/tools/mklocale/../../usr.bin/mklocale/lex.l:55:/build/netbsd-local/src/lib/libc/locale/runetype_file.h:
In function '_runetype_to_ctype':
/build/netbsd-local/src/lib/libc/locale/runetype_file.h:91: error: '_U'
undeclared (first use in this function)
/build/netbsd-local/src/lib/libc/locale/runetype_file.h:91: error: (Each
undeclared identifier is reported only once
/build/netbsd-local/src/lib/libc/locale/runetype_file.h:91: error: for each
function it appears in.)
/build/netbsd-local/src/lib/libc/locale/runetype_file.h:93: error: '_L'
undeclared (first use in this function)
/build/netbsd-local/src/lib/libc/locale/runetype_file.h:95: error: '_N'
undeclared (first use in this function)
...
On Sat, 19 Jun 2010, Jeff Rizzo wrote:
This commit seems to have broken the build. It's failing when building
'tools/mklocale'.
In file included from
/Users/riz/Documents/code/netbsd/src/tools/mklocale/../../usr.bin/mklocale/yacc.y:63:
/Users/riz/Documents/code/netbsd/src/lib/libc/locale/runetype_file.h:42:28:
error: sys/ctype_bits.h: No such file or directory
I appreciate the work on locale, but it seems like it would be a good idea to
run a full build before making commits to locale support, as it affects so
many different things...
+j
On 6/19/10 6:26 AM, Takehiko NOZAKI wrote:
Module Name: src
Committed By: tnozaki
Date: Sat Jun 19 13:26:52 UTC 2010
Modified Files:
src/lib/libc/citrus: citrus_lc_ctype.c
src/lib/libc/locale: Makefile.inc bsdctype.c bsdctype_local.h
global_locale.c localeio.c localeio.h localeio_lc_ctype.c rune.c
runetable.c runetype_file.h runetype_local.h
Removed Files:
src/lib/libc/locale: runeglue.c
Log Message:
1. refactoring new locale-db(RuneCT10) loading method with mmap(2).
2. remove unused field from _RuneLocale.
3. localeio(CITRUS=no) can read new locale-db(RuneCT10) now.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/citrus/citrus_lc_ctype.c
cvs rdiff -u -r1.57 -r1.58 src/lib/libc/locale/Makefile.inc
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/locale/bsdctype.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/locale/bsdctype_local.h \
src/lib/libc/locale/runetype_file.h
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/locale/global_locale.c \
src/lib/libc/locale/runetype_local.h
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/locale/localeio.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/localeio.h
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/locale/localeio_lc_ctype.c
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/locale/rune.c
cvs rdiff -u -r1.20 -r0 src/lib/libc/locale/runeglue.c
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/locale/runetable.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-------------------------------------------------------------------------
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer | | pgoyette at netbsd.org |
-------------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index