* glibc 2.1.3 Build - locale/C-ctype.c
@ 2000-11-30 22:56 Sean Upton
0 siblings, 0 replies; 2+ messages in thread
From: Sean Upton @ 2000-11-30 22:56 UTC (permalink / raw)
To: ultralinux
[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]
2 quick questions...
I have sort of naively stumbled on to a problem and
solution in building glibc 2.1.3 on sparc. Buillding
a custom distro, and I was trying to build glibc 2.1.3
on an Ultra 10 in sparc32 mode, and had a problems
building it with gcc 2.95.3 and 2.95.2, because
compile failed due to parse error in locale/C-ctype.c
that seemsed sort of weird. I believe this issue was
a syntax problem that prevented compilation on
big-endian arcitectures (look at the code, you'll see
what I mean). I added a comma to line 377 and tried
rebuilding, with 100% success. diff output is
attached. Has anyone else seen this, and would
patching this file in this manner cause problems for
little-endian boxes?
2.1.3 deals with endian issues with preprocessor
directives, from looking at the code in glibc 2.2, it
deals with the endian issues differently, so this
should be a non-issue with 2.2. Has anyone had decent
luck using glibc running on sparc/linux?
C-ctype.c:379: parse error before `{'
C-ctype.c:382: parse error before `}'
make[2]: ***
[/lfs/usr/src/glibc-build/locale/C-ctype.o] Error 1
Thanks in advance,
Sean
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
[-- Attachment #2: sparc.diff --]
[-- Type: application/x-unknown, Size: 141 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: glibc 2.1.3 Build - locale/C-ctype.c
@ 2000-12-01 8:24 Andreas Jaeger
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Jaeger @ 2000-12-01 8:24 UTC (permalink / raw)
To: ultralinux
>>>>> Sean Upton writes:
> 2 quick questions...
> I have sort of naively stumbled on to a problem and
> solution in building glibc 2.1.3 on sparc. Buillding
> a custom distro, and I was trying to build glibc 2.1.3
> on an Ultra 10 in sparc32 mode, and had a problems
> building it with gcc 2.95.3 and 2.95.2, because
> compile failed due to parse error in locale/C-ctype.c
> that seemsed sort of weird. I believe this issue was
> a syntax problem that prevented compilation on
> big-endian arcitectures (look at the code, you'll see
> what I mean). I added a comma to line 377 and tried
> rebuilding, with 100% success. diff output is
> attached. Has anyone else seen this, and would
> patching this file in this manner cause problems for
> little-endian boxes?
> 2.1.3 deals with endian issues with preprocessor
> directives, from looking at the code in glibc 2.2, it
> deals with the endian issues differently, so this
> should be a non-issue with 2.2. Has anyone had decent
> luck using glibc running on sparc/linux?
> C-ctype.c:379: parse error before `{'
> C-ctype.c:382: parse error before `}'
> make[2]: ***
> [/lfs/usr/src/glibc-build/locale/C-ctype.o] Error 1
Check the CVS archive via http://sources.redhat.com/glibc for this
patch to the 2.1 branch:
2000-03-07 H.J. Lu <hjl@gnu.org>
* locale/C-ctype.c (_nl_C_LC_CTYPE): Fix the initializer order
for _NL_CTYPE_TOXXXER32_EX.
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
-
To unsubscribe from this list: send the line "unsubscribe ultralinux" in
the body of a message to majordomo@vger.kernel.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-12-01 8:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-30 22:56 glibc 2.1.3 Build - locale/C-ctype.c Sean Upton
-- strict thread matches above, loose matches on Subject: below --
2000-12-01 8:24 Andreas Jaeger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox