Oh, forgot to mention the file name. :) This would be in glibc-2.3.1/Makeconfig. On Wed, 23 Jul 2003, Abhijeet Joglekar wrote:
Hi Rasit,
You would probably have compiled things by now, so this is maybe too late, Today, I was building the armtoolchain on RHL 7.3, and I came across the same problem.
FWIW...
As David Mentre suggested, you would need to disable building the documentation for glibc since that is not needed. One way to do that would be to remove the "manual" subdirectory from the list all-subdirs below.
all-subdirs = csu assert ctype db db2 locale intl catgets math setjmp signal\ # stdlib stdio-common $(stdio) malloc string wcsmbs time dirent \ # grp pwd posix io termios resource misc socket sysvipc gmon \ # gnulib iconv iconvdata wctype manual shadow md5-crypt po argp \ # $(add-ons) nss localedata timezone rt debug $(sysdep-subdirs) \ # $(binfmt-subdir)
That should bypass the documentation build for glibc.
-- abhijeet
On Fri, 16 May 2003, M. Rasit Eskicioglu wrote:
Hi David,
Moh'd is my student, so I can reply in behalf of him. Actually, unless 3 disk RH9 distribution is missing some package, your suggestion is not valid, as we installed *everything* on the host system, i.e., all packages on all 3 discs.
As for the command *before* the failure, the whole package is build by a single make, so we don't know unless we dissect the makefile.
You comments are still appreciated.
Thanks,
Rasit
makeinfo: Removing output file `/root/ixp1200_linux/src/glibc-2.1.3/manual/libc.info' due to errors; use --force to preserve. make[3]: *** [libc.info] Error 2 make[3]: Leaving directory `/root/ixp1200_linux/src/glibc-2.1.3/manual' make[2]: *** [manual/subdir_install] Error 2 make[2]: Leaving directory `/root/ixp1200_linux/src/glibc-2.1.3' make[1]: *** [install] Error 2 make[1]: Leaving directory `/root/ixp1200_linux/build/glibc-2.1.3' make: *** [glibc] Error 2