This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: another problem


Hi!

Thanks you,for your work 
 
I have done compiling glibc,but I found a typo.

 
Kaoru

----------------------------------------------

2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>

	* manual/charset.texi: fix typo @w[ISO 6937] to  @w{ISO 6937}


-------------------------------------------------------------------
diff -urN base/libc/manual/charset.texi fixed/libc/manual/charset.texi
--- base/libc/manual/charset.texi	Tue Nov  6 15:20:57 2001
+++ fixed/libc/manual/charset.texi	Wed Nov  7 12:28:35 2001
@@ -277,7 +277,7 @@
 one has to write @code{0xc2 0x20} (the non-spacing acute followed by a
 space).
 
-Character sets like @w[ISO 6937] are used in some embedded systems such
+Character sets like @w{ISO 6937} are used in some embedded systems such
 as teletex.
 
 @item
@@ -2893,4 +2893,4 @@
 C library sources.  It contains many examples of working and optimized
 modules.
 
-@c File charset.texi edited October 2001 by Dennis Grace, IBM Corporation
\ No newline at end of file
+@c File charset.texi edited October 2001 by Dennis Grace, IBM Corporation

----------------------------------------------------------------------
/bin/sh ../scripts/move-if-change summary-tmp summary.texi
touch stamp-summary
AWK=gawk /bin/sh libc-texinfo.sh 'intro.texi errno.texi memory.texi ctype.texi string.texi 
charset.texi locale.texi message.texi search.texi pattern.texi io.texi stdio.texi llio.texi 
filesys.texi pipe.texi socket.texi terminal.texi syslog.texi math.texi arith.texi time.texi 
resource.texi setjmp.texi signal.texi startup.texi process.texi job.texi nss.texi users.texi 
sysinfo.texi conf.texi crypt.texi debug.texi' '../linuxthreads/linuxthreads.texi' '
lang.texi header.texi install.texi maint.texi contrib.texi freemanuals.texi'
LANGUAGE=C LC_ALL=C makeinfo libc.texinfo
./charset.texi:280: Unknown command `w[ISO'.
./charset.texi:508: @code expected `{...}'.
./charset.texi:508: Misplaced {.
./charset.texi:508: Misplaced }.
./charset.texi:514: @code expected `{...}'.
./charset.texi:514: Misplaced {.
./charset.texi:514: Misplaced }.
./charset.texi:518: @code expected `{...}'.
./charset.texi:518: Misplaced {.
./charset.texi:518: Misplaced }.
./charset.texi:518: @code missing close brace.
./charset.texi:514: @code missing close brace.
./charset.texi:508: @code missing close brace.
makeinfo: Removing output file `/usr/src/redhat/BUILD/libc/manual/libc.info' due to 
errors; use --force to preserve.
make[2]: *** [libc.info] Error 2
make[2]: Leaving directory `/usr/src/redhat/BUILD/libc/manual'
make[1]: *** [manual/subdir_install] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/libc'
make: *** [install] Error 2
make: Leaving directory `/usr/src/redhat/BUILD/libc/build-ppc-linux'
error: Bad exit status from /var/tmp/rpm-tmp.39682 (%install)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.39682 (%install)
[root@g4mpKFUKUI SPECS]# 




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]