public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: hughett@bbl.med.upenn.edu
To: gcc-gnats@gcc.gnu.org
Subject: bootstrap/8800: make install fails to find install-sh
Date: Tue, 03 Dec 2002 08:36:00 -0000	[thread overview]
Message-ID: <20021203162828.23546.qmail@sources.redhat.com> (raw)


>Number:         8800
>Category:       bootstrap
>Synopsis:       make install fails to find install-sh
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 03 08:36:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Paul Hughett
>Release:        gcc-3.2.1
>Organization:
>Environment:
alphaev6-dec-osf4.0f using native cc and make
(Tru64 4.0f)
>Description:
Make install fails with the following error:

...
(cd intl && make all)
...
if test 'yes' = yes; then  /bin/sh `case "../../gcc-3.2.1/gcc/../mkinstalldirs" in /*) echo "../../gcc-3.2.1/gcc/../mkinstalldirs" ;; *) echo "../../../gcc-3.2.1/gcc/../mkinstalldirs" ;; esac` /usr/local/gcc-3.2.1/lib;  temp=/usr/local/gcc-3.2.1/lib/t-charset.alias;  dest=/usr/local/gcc-3.2.1/lib/charset.alias;  if test -f /usr/local/gcc-3.2.1/lib/charset.alias; then  orig=/usr/local/gcc-3.2.1/lib/charset.alias;  sed -f ref-add.sed $orig > $temp;  ../../gcc-3.2.1/gcc/../install-sh -c -m 644 $temp $dest;  rm -f $temp;  else  if test no = no; then  orig=charset.alias;  sed -f ref-add.sed $orig > $temp;  ../../gcc-3.2.1/gcc/../install-sh -c -m 644 $temp $dest;  rm -f $temp;  fi;  fi;  /bin/sh `case "../../gcc-3.2.1/gcc/../mkinstalldirs" in /*) echo "../../gcc-3.2.1/gcc/../mkinstalldirs" ;; *) echo "../../../gcc-3.2.1/gcc/../mkinstalldirs" ;; esac` /usr/local/gcc-3.2.1/share/locale;  test -f /usr/local/gcc-3.2.1/share/locale/locale.alias  && orig=/usr/local/gcc-3.2.1/share/locale/locale.alias  || orig=../../../gcc-3.2.1/gcc/intl/locale.alias;  temp=/usr/local/gcc-3.2.1/share/locale/t-locale.alias;  dest=/usr/local/gcc-3.2.1/share/locale/locale.alias;  sed -f ref-add.sed $orig > $temp;  ../../gcc-3.2.1/gcc/../install-sh -c -m 644 $temp $dest;  rm -f $temp;  else  : ;  fi
sh: ../../gcc-3.2.1/gcc/../install-sh: not found

This appears to be the same as bug #7554 reported for gcc 3.1.
>How-To-Repeat:
Bootstrap gcc on this platform using the native tools and
the manual tweak reported in bug #8796.  Then type make
install.
>Fix:
After configure but before make install, in the file

   $bindir/gcc/intl/Makefile

change the line

   INSTALL = ../../gcc-3.2.1/gcc/../install-sh -c

to

   INSTALL = ../../../gcc-3.2.1/gcc/../install-sh -c
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2002-12-03 16:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-03  8:36 hughett [this message]
2003-05-14  9:56 Dara Hazeghi
2003-05-14 10:50 giovannibajo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021203162828.23546.qmail@sources.redhat.com \
    --to=hughett@bbl.med.upenn.edu \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).