This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] __fsetlocking


Hi,

I met some make info fails about the sectioning '__fsetlocking' and
'__fbufsize'. 
Maybe the problem is that the .def files are created with node names that
don't match the file name.

The command line (makeinfo versiong 5.2):
	makeinfo --split-size=5000000 --split-size=5000000  --html   -I
/newlib/newlib/libc -o libc.htp /newlib/newlib/libc/libc.texinfo

The fail messages:
	stdio/fseek.def:1: warning: node next `fseek' in menu `fsetpos' and
in sectioning `__fsetlocking' differ
	stdio/fsetlocking.def:1: warning: unreferenced node `__fsetlocking'
	stdio/fsetlocking.def:1: warning: node `fsetpos' is next for
`__fsetlocking' in sectioning but not in menu
	stdio/fsetlocking.def:1: warning: node `fseek' is prev for
`__fsetlocking' in sectioning but not in menu
	stdio/fsetlocking.def:1: warning: node `Stdio' is up for
`__fsetlocking' in sectioning but not in menu
	./targetdep.tex:335: node `Stdio' lacks menu item for
`__fsetlocking' despite being its Up target
	stdio/fsetpos.def:1: warning: node prev `fsetpos' in menu `fseek'
and in sectioning `__fsetlocking' differ
	stdio/sscanf.def:1: warning: node next `sscanf' in menu `swprintf'
and in sectioning `__fbufsize' differ
	stdio/stdio_ext.def:1: warning: unreferenced node `__fbufsize'
	stdio/stdio_ext.def:1: warning: node `swprintf' is next for
`__fbufsize' in sectioning but not in menu
	stdio/stdio_ext.def:1: warning: node `sscanf' is prev for
`__fbufsize' in sectioning but not in menu
	stdio/stdio_ext.def:1: warning: node `Stdio' is up for `__fbufsize'
in sectioning but not in menu
	./targetdep.tex:335: node `Stdio' lacks menu item for `__fbufsize'
despite being its Up target

Can you help me to have a look?

Thanks,
Hale

> -----Original Message-----
> From: newlib-owner@sourceware.org [mailto:newlib-
> owner@sourceware.org] On Behalf Of Yaakov Selkowitz
> Sent: Friday, December 12, 2014 2:09 AM
> To: newlib@sourceware.org
> Subject: [PATCH] __fsetlocking
> 
> Another of the stdio_ext functions from Solaris and glibc:
> 
> https://docs.oracle.com/cd/E19683-01/816-0213/6m6ne37vm/index.html
> http://man7.org/linux/man-pages/man3/stdio_ext.3.html
> 
> Patch attached.
> 
> --
> Yaakov Selkowitz
> Associate Software Engineer, ARM
> Red Hat, Inc.




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