public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/15435] New: bootstrap / install / fixinc fails on HPUX 11.11/11.00/10.20 with gsyslimits.h
@ 2004-05-14 19:17 Tuomo dot Tikkanen at nokia dot com
  2004-06-20  6:48 ` [Bug bootstrap/15435] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tuomo dot Tikkanen at nokia dot com @ 2004-05-14 19:17 UTC (permalink / raw)
  To: gcc-bugs

For some reason bootstrap (to be exact install phase) does remove gsyslimits.h
while gcc 3.4.0 is being installed on HPUX platform. There was no problems what
so ever to install 3.4.0 on Solaris (2.6 and 8) and Linux (glibx 2.2 and 2.3).
On HPUX though last few lines from screen before installation is stoped are:

(Example from HPUX 11.00 "make install" phase)

echo timestamp > full-stamp
./fixincl -v < /dev/null
'fixincl version 1.1'
chmod 755 ../fixinc.sh
make[3]: Leaving directory
`/tmp_mnt/share/wrk/tikkanen/maketus/gcc340/hp11/gcc/fixinc'
make[2]: *** No rule to make target `gsyslimits.h', needed by `stmp-fixinc'.  Stop.
make[2]: Leaving directory `/tmp_mnt/share/wrk/tikkanen/maketus/gcc340/hp11/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/tmp_mnt/share/wrk/tikkanen/maketus/gcc340/hp11/gcc'
make: *** [bootstrap] Error 2

However there is a fix to this (or should it be called hack): Before giving
"configure"-command one should set environment variable MVPROG to value cp
(setenv MVPROG cp). By default the MVPROG is "mv" which just sounds very
natural. For some unfortune reason the default value does not work in HPUX though.

There were no similar problems to compile and install gcc 3.3.3 (or earlier) on
the same HPUX machine and thus this error is first seen in 3.4.0 where to
configure-system is renoved somehow. To my surprise the very same "hack" was
needed to install latest GDB (Gnu debugger) version 6.1 (I have never tried with
6.0, but 5.3 installed just OK back when I did the installation) which seems to
have also changed to similar kind of configure-configuration that 3.4.0 is
using. So problem may be holed up in the configure-confguration-platform used by
both of the tools.

-- 
           Summary: bootstrap / install / fixinc fails on HPUX
                    11.11/11.00/10.20 with gsyslimits.h
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Tuomo dot Tikkanen at nokia dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15435


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-01-06  1:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-14 19:17 [Bug bootstrap/15435] New: bootstrap / install / fixinc fails on HPUX 11.11/11.00/10.20 with gsyslimits.h Tuomo dot Tikkanen at nokia dot com
2004-06-20  6:48 ` [Bug bootstrap/15435] " pinskia at gcc dot gnu dot org
2004-10-07  9:41 ` giovannibajo at libero dot it
2004-10-07 13:41 ` danglin at gcc dot gnu dot org
2004-10-07 14:04 ` giovannibajo at libero dot it
2005-01-06  1:06 ` pinskia at gcc dot gnu dot org

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).