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!

previous patch was not enouph.
Right now compilation has done and also instalation.
I will check glibc.

Thank you very much all

Kaoru

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

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

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

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

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 15:32:38 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
@@ -505,17 +505,17 @@
 @comment wchar.h
 @comment ISO
 @deftypefun int mbsinit (const mbstate_t *@var{ps})
-The @code {mbsinit} function determines whether the state object
pointed
+The @code{mbsinit} function determines whether the state object pointed

 to by @var{ps} is in the initial state.  If @var{ps} is a null pointer
or
 the object is in the initial state the return value is nonzero.
Otherwise
 it is zero.

 @pindex wchar.h
-@code {mbsinit} was introduced in @w{Amendment 1} to @w{ISO C90} and is

+@code{mbsinit} was introduced in @w{Amendment 1} to @w{ISO C90} and is
 declared in @file{wchar.h}.
 @end deftypefun

-Code using @code {mbsinit} often looks similar to this:
+Code using @code{mbsinit} often looks similar to this:

 @c Fix the example to explicitly say how to generate the escape
sequence
 @c to restore the initial state.
@@ -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]