public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/11625] New: TOT make install fails on RedHat Linux 8.0
@ 2003-07-22  1:36 zlaski at apple dot com
  2003-07-22  5:12 ` [Bug bootstrap/11625] " neroden at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zlaski at apple dot com @ 2003-07-22  1:36 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: TOT make install fails on RedHat Linux 8.0
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zlaski at apple dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

The TOT as of this writing (and the objc-improvements-merge-20030721 tag I created 
earlier
in the day) is now failing when the following sequence of commands is issued:

../../../src/gcc/HEAD/gcc/configure --prefix /home/zlaski/fsf/dst/gcc/HEAD --disable-
checking --enable-languages=c,objc
make 'CFLAGS=-O0 -g3'
make install

The failure looks as follows:

/bin/sh ../../../src/gcc/HEAD/gcc/mkinstalldirs /home/zlaski/fsf/dst/gcc/HEAD /home/zlaski/
fsf/dst/gcc/HEAD
make[1]: Entering directory `/home/zlaski/fsf/obj/gcc/HEAD/gcc'
for file in cc1  cc1obj; do \
  if [ -f $file ] ; then \
    rm -f /home/zlaski/fsf/dst/gcc/HEAD/lib/gcc-lib/i686-pc-linux-gnu/3.4/$file; \
    /usr/bin/install -c $file /home/zlaski/fsf/dst/gcc/HEAD/lib/gcc-lib/i686-pc-linux-gnu/3.4/
$file; \
  else true; \
  fi; \
done
/usr/bin/install: cannot create regular file `/home/zlaski/fsf/dst/gcc/HEAD/lib/gcc-lib/i686-
pc-linux-gnu/3.4/cc1': No such file or directory
/usr/bin/install: cannot create regular file `/home/zlaski/fsf/dst/gcc/HEAD/lib/gcc-lib/i686-
pc-linux-gnu/3.4/cc1obj': No such file or directory
make[1]: *** [install-common] Error 1
make[1]: Leaving directory `/home/zlaski/fsf/obj/gcc/HEAD/gcc'
make: *** [install-gcc] Error 2

This is on RedHat Linux 8.0, and used to work a few days ago.  I tried the above fragment 
by hand, and discovered that

  (1) /usr/bin/install will succeed if the /home/zlaski/fsf/dst/gcc/HEAD/lib/gcc-lib/i686-pc-
linux-gnu/3.4/ folder exists, and
  (2) the mkinstallhdrs script (or its minions) appears to nuke that very folder.

Initially, I had a vague suspicion about the following recent check-in:

  2003-07-20  Phil Edwards  <pme@gcc.gnu.org>

        * install-sh:  Update to newer upstream versions (associated with
        aclocal 1.7).
        * mkinstalldirs:  Likewise.
        * missing:  Likewise, plus $1Help2man -> $1 typo fix.

However, reverting it locally did not do the trick... :-(

Furthermore  --  On Monday, Jul 21, 2003, at 17:56 US/Pacific, Dara Hazeghi wrote:

I think this may be a result of:

Subject: Bug 11408

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	neroden@gcc.gnu.org	2003-07-13 20:47:32

Modified files:
	.              : ChangeLog Makefile.tpl Makefile.in
configure.in
	                 configure

Log message:
	PR bootstrap/11273
	PR bootstrap/11408
	* Makefile.tpl: Set INSTALL and friends using
autoconf.  Remove
	unused INSTALL_PROGRAM_ARGS.
	* configure.in: Use AC_PROG_INSTALL.
	* Makefile.in: Regenerate.
	* configure: Regenerate.

looks like install -d doesn't happen when it needs to
now. FWIW, I've seen this problem for the last few
days too :-(


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

* [Bug bootstrap/11625] TOT make install fails on RedHat Linux 8.0
  2003-07-22  1:36 [Bug bootstrap/11625] New: TOT make install fails on RedHat Linux 8.0 zlaski at apple dot com
@ 2003-07-22  5:12 ` neroden at gcc dot gnu dot org
  2003-07-22  6:20 ` dhazeghi at yahoo dot com
  2003-08-05 15:17 ` [Bug bootstrap/11625] [3.4 Regression] " pinskia at physics dot uc dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-07-22  5:12 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From neroden at gcc dot gnu dot org  2003-07-22 05:12 -------
I may have just fixed this by adding a missing dependency into Makefile.in
(obviously nobody else understands Makefiles, or they might have noticed it...)

Can that be confirmed so I can close this?

--Nathanael


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

* [Bug bootstrap/11625] TOT make install fails on RedHat Linux 8.0
  2003-07-22  1:36 [Bug bootstrap/11625] New: TOT make install fails on RedHat Linux 8.0 zlaski at apple dot com
  2003-07-22  5:12 ` [Bug bootstrap/11625] " neroden at gcc dot gnu dot org
@ 2003-07-22  6:20 ` dhazeghi at yahoo dot com
  2003-08-05 15:17 ` [Bug bootstrap/11625] [3.4 Regression] " pinskia at physics dot uc dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-22  6:20 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From dhazeghi at yahoo dot com  2003-07-22 06:20 -------
Yup, that seems to fix this one for me (RedHat 7.2). Does this work for you, 
Ziemowit?


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

* [Bug bootstrap/11625] [3.4 Regression] make install fails on RedHat Linux 8.0
  2003-07-22  1:36 [Bug bootstrap/11625] New: TOT make install fails on RedHat Linux 8.0 zlaski at apple dot com
  2003-07-22  5:12 ` [Bug bootstrap/11625] " neroden at gcc dot gnu dot org
  2003-07-22  6:20 ` dhazeghi at yahoo dot com
@ 2003-08-05 15:17 ` pinskia at physics dot uc dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-05 15:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-05 15:17 -------
Fixed by:
2003-07-22  Nathanael Nerode 

        * Makefile.in (install-common): Add dependency on installdirs.


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

end of thread, other threads:[~2003-08-05 15:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-22  1:36 [Bug bootstrap/11625] New: TOT make install fails on RedHat Linux 8.0 zlaski at apple dot com
2003-07-22  5:12 ` [Bug bootstrap/11625] " neroden at gcc dot gnu dot org
2003-07-22  6:20 ` dhazeghi at yahoo dot com
2003-08-05 15:17 ` [Bug bootstrap/11625] [3.4 Regression] " pinskia at physics dot uc dot edu

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