Re: [ixp1200] Compiling armtoolchain
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 According to David Mentre:
Hello,
From: Mohammad Shorfuzzaman [mailto:szaman@cs.umanitoba.ca]
I've downloaded the necessary tar files in the download directory and performed instruction as said in the README file. The completiion of "make" ends with these errors:
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
Your are not giving us enough information. You should give us the error messages from the command executed before make aborts the compilation.
As a rule of thumb, always give the last command executed by make.
Anyway, I would say that your compilation fails to produce documentation, probably because you don't have a needed package (info probably).
Best regards, d. -- David Mentré
- Research engineer Mitsubishi Electric ITE-TCL / European Telecommunication Research Laboratory Phone: +33 2 23 45 58 29 / Fax: +33 2 23 45 58 59 http://www.mitsubishi-electric-itce.fr
-- M. Rasit Eskicioglu E-mail: rasit@cs.umanitoba.ca Department of Computer Science Phone : (204) 474-8835 (Office) 528 Machray Hall (204) 474-8313 (Messages) University of Manitoba Fax : (204) 474-7609 Winnipeg, Manitoba R3T 2N2 Canada URL : http://www.cs.umanitoba.ca/~rasit
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
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
participants (2)
-
Abhijeet Joglekar
-
rasit@cs.umanitoba.ca