public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Freddie Chopin <freddie_chopin@op.pl>
To: newlib@sourceware.org
Subject: Re: [PATCH 2/2, newlib] Allow locking routine to be retargeted
Date: Sun, 29 Jan 2017 11:19:00 -0000	[thread overview]
Message-ID: <1485688761.1358.1.camel@op.pl> (raw)
In-Reply-To: <53697464-af87-8917-c5ec-b1a0d06cca00@foss.arm.com>

Hello!

After applying this patch to newlib master and _NOT_ enabling the "
--enable-newlib-retargetable-locking" option, I'm seeing a failure
during generation of HTML docs:

--- 8< --- 8< --- 8< --- 8< --- 8< --- 8< --- 8< --- 8< ---

./targetdep.tex:1420: @menu reference to nonexistent node `lock'
stdlib/div.def:1: warning: node next `div' in menu `ecvtbuf' and in
sectioning `ecvt' differ
stdlib/efgcvt.def:1: warning: node next `ecvt' in menu `__env_lock' and
in sectioning `gcvt' differ
stdlib/efgcvt.def:1: warning: node prev `ecvt' in menu `ecvtbuf' and in
sectioning `div' differ
stdlib/efgcvt.def:60: warning: node next `gcvt' in menu `exit' and in
sectioning `ecvtbuf' differ
stdlib/efgcvt.def:60: warning: node prev `gcvt' in menu `__env_lock'
and in sectioning `ecvt' differ
stdlib/ecvtbuf.def:1: warning: node next `ecvtbuf' in menu `ecvt' and
in sectioning `__env_lock' differ
stdlib/ecvtbuf.def:1: warning: node prev `ecvtbuf' in menu `div' and in
sectioning `gcvt' differ
stdlib/envlock.def:1: warning: node next `__env_lock' in menu `gcvt'
and in sectioning `exit' differ
stdlib/envlock.def:1: warning: node prev `__env_lock' in menu `ecvt'
and in sectioning `ecvtbuf' differ
stdlib/exit.def:1: warning: node prev `exit' in menu `gcvt' and in
sectioning `__env_lock' differ
stdlib/mlock.def:1: warning: node next `__malloc_lock' in menu
`mbsrtowcs' and in sectioning `mblen' differ
stdlib/mblen.def:1: warning: node next `mblen' in menu `mbtowc' and in
sectioning `mbsrtowcs' differ
stdlib/mblen.def:1: warning: node prev `mblen' in menu `mbstowcs' and
in sectioning `__malloc_lock' differ
stdlib/mbsnrtowcs.def:1: warning: node prev `mbsrtowcs' in menu
`__malloc_lock' and in sectioning `mblen' differ
stdlib/mbstowcs.def:1: warning: node next `mbstowcs' in menu `mblen'
and in sectioning `mbtowc' differ
stdlib/mbtowc.def:1: warning: node prev `mbtowc' in menu `mblen' and in
sectioning `mbstowcs' differ
ctype/iswalpha.def:1: warning: node next `iswalpha' in menu `iswblank'
and in sectioning `iswcntrl' differ
ctype/iswcntrl.def:1: warning: node next `iswcntrl' in menu `iswdigit'
and in sectioning `iswblank' differ
ctype/iswcntrl.def:1: warning: node prev `iswcntrl' in menu `iswblank'
and in sectioning `iswalpha' differ
ctype/iswblank.def:1: warning: node next `iswblank' in menu `iswcntrl'
and in sectioning `iswdigit' differ
ctype/iswblank.def:1: warning: node prev `iswblank' in menu `iswalpha'
and in sectioning `iswcntrl' differ
ctype/iswdigit.def:1: warning: node prev `iswdigit' in menu `iswcntrl'
and in sectioning `iswblank' differ
misc/ffs.def:1: warning: node next `ffs' in menu `unctrl' and in
sectioning `__retarget_lock_init' differ
misc/lock.def:1: warning: unreferenced node `__retarget_lock_init'
misc/lock.def:1: warning: node `unctrl' is next for
`__retarget_lock_init' in sectioning but not in menu
misc/lock.def:1: warning: node `ffs' is prev for `__retarget_lock_init'
in sectioning but not in menu
misc/lock.def:1: warning: node `Misc' is up for `__retarget_lock_init'
in sectioning but not in menu
./targetdep.tex:1414: node `Misc' lacks menu item for
`__retarget_lock_init' despite being its Up target
misc/unctrl.def:1: warning: node prev `unctrl' in menu `ffs' and in
sectioning `__retarget_lock_init' differ
reent/execr.def:19: warning: node next `_fork_r' in menu `_fstat_r' and
in sectioning `_wait_r' differ
reent/execr.def:36: warning: node next `_wait_r' in menu `_write_r' and
in sectioning `_fstat_r' differ
reent/execr.def:36: warning: node prev `_wait_r' in menu `_unlink_r'
and in sectioning `_fork_r' differ
reent/fstatr.def:1: warning: node next `_fstat_r' in menu `_getpid_r'
and in sectioning `_link_r' differ
reent/fstatr.def:1: warning: node prev `_fstat_r' in menu `_fork_r' and
in sectioning `_wait_r' differ
reent/linkr.def:1: warning: node prev `_link_r' in menu `_kill_r' and
in sectioning `_fstat_r' differ
reent/sbrkr.def:1: warning: node next `_sbrk_r' in menu `_stat_r' and
in sectioning `_kill_r' differ
reent/signalr.def:1: warning: node next `_kill_r' in menu `_link_r' and
in sectioning `_getpid_r' differ
reent/signalr.def:1: warning: node prev `_kill_r' in menu `_getpid_r'
and in sectioning `_sbrk_r' differ
reent/signalr.def:18: warning: node next `_getpid_r' in menu `_kill_r'
and in sectioning `_stat_r' differ
reent/signalr.def:18: warning: node prev `_getpid_r' in menu `_fstat_r'
and in sectioning `_kill_r' differ
reent/statr.def:1: warning: node prev `_stat_r' in menu `_sbrk_r' and
in sectioning `_getpid_r' differ
reent/unlinkr.def:1: warning: node next `_unlink_r' in menu `_wait_r'
and in sectioning `_write_r' differ
reent/writer.def:1: warning: node prev `_write_r' in menu `_wait_r' and
in sectioning `_unlink_r' differ
make[1]: *** [Makefile:561: libc.html] Error 1
make[1]: Leaving directory '/home/freddie/bleeding-edge-
toolchain/buildNative/newlib-2.5.0/arm-none-eabi/newlib/libc'
make: *** [Makefile:680: install-html-recursive] Error 1

--- 8< --- 8< --- 8< --- 8< --- 8< --- 8< --- 8< --- 8< ---

Regards,
FCh

  parent reply	other threads:[~2017-01-29 11:19 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24 16:05 Thomas Preudhomme
2017-01-25 11:39 ` Corinna Vinschen
2017-01-25 20:43   ` Jeff Johnston
2017-01-31 17:19     ` [PATCH 3/3, " Thomas Preudhomme
2017-02-01  8:43       ` Freddie Chopin
2017-02-02 10:21         ` Thomas Preudhomme
2017-02-02 16:16           ` Freddie Chopin
2017-02-02 16:25             ` Freddie Chopin
2017-02-02 23:24           ` Freddie Chopin
2017-02-07 21:36           ` Jeff Johnston
2017-02-08  9:07             ` Thomas Preudhomme
     [not found]               ` <1199540764.24714361.1486590050100.JavaMail.zimbra@redhat.com>
2017-02-10 11:15                 ` Thomas Preudhomme
2017-02-13 22:16                   ` Jeff Johnston
2017-02-01  9:06       ` Freddie Chopin
2017-02-02 10:21         ` Thomas Preudhomme
2017-01-29 11:19 ` Freddie Chopin [this message]
2017-01-29 17:07   ` [PATCH 2/2, " Freddie Chopin
2017-01-29 22:09 ` Freddie Chopin
2017-01-30 18:53 ` Freddie Chopin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485688761.1358.1.camel@op.pl \
    --to=freddie_chopin@op.pl \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).