public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/8800: make install fails to find install-sh
@ 2003-05-14 10:50 giovannibajo
  0 siblings, 0 replies; 3+ messages in thread
From: giovannibajo @ 2003-05-14 10:50 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, hughett, nobody

Synopsis: make install fails to find install-sh

State-Changed-From-To: open->feedback
State-Changed-By: bajo
State-Changed-When: Wed May 14 10:50:11 2003
State-Changed-Why:
    See Dara's question.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8800


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

* Re: bootstrap/8800: make install fails to find install-sh
@ 2003-05-14  9:56 Dara Hazeghi
  0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-05-14  9:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/8800; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org, hughett@bbl.med.upenn.edu
Cc:  
Subject: Re: bootstrap/8800: make install fails to find install-sh
Date: Wed, 14 May 2003 02:46:57 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=8800
 
 Hello,
 
 there were a lot of problems with building gcc in the same directory as  
 its sources. To the best of my knowledge these have been solved in 3.3.  
 Would it be possibly for you to confirm this? Thanks,
 
 Dara
 


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

* bootstrap/8800: make install fails to find install-sh
@ 2002-12-03  8:36 hughett
  0 siblings, 0 replies; 3+ messages in thread
From: hughett @ 2002-12-03  8:36 UTC (permalink / raw)
  To: gcc-gnats


>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:


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

end of thread, other threads:[~2003-05-14 10:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-14 10:50 bootstrap/8800: make install fails to find install-sh giovannibajo
  -- strict thread matches above, loose matches on Subject: below --
2003-05-14  9:56 Dara Hazeghi
2002-12-03  8:36 hughett

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