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]

[patch] Building newlib fails with --enable-newlib-iconv


Hi,

building newlib-cvs with --enable-newlib-iconv fails with this error:
...
rm -rf $backupdir; exit $rc
./targetdep.tex:1428: Node `Introduction' previously defined at line 179.
./targetdep.tex:1529: Prev field of node `Supported encodings' not pointed to.
../../../../gcc-4.6.1/newlib/libc/libc.texinfo:179: This node (Introduction) has the bad Next.
./iconv/iconv.def:1: Next field of node `iconv' not pointed to (perhaps incorrect sectioning?).
../../../../gcc-4.6.1/newlib/libc/libc.texinfo:179: This node (Introduction) has the bad Prev.
...


AFAIS, the origin of this breakdown is two texinfo nodes being named "Introduction", which is causing a conflict.

Below is my attempt to work-around to this issue.

Ralf


Attachment: newlib-iconv.patch
Description: Text document


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