public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/19420] New: make install fails
@ 2005-01-13  9:14 uros at kss-loka dot si
  2005-01-13 13:03 ` [Bug bootstrap/19420] make install fails if not preceded by make all bonzini at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: uros at kss-loka dot si @ 2005-01-13  9:14 UTC (permalink / raw)
  To: gcc-bugs

Currently, this procedure fails:
- create gcc-build directory.
- enter directory
- './configure'
- 'make install'


This will result in:
/bin/sh ../gcc/mkinstalldirs /usr/local /usr/local
/bin/sh: line 1: cd: fixincludes: No such file or directory
gmake: *** [install-fixincludes] Error 1

-- 
           Summary: make install fails
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: uros at kss-loka dot si
                CC: gcc-bugs at gcc dot gnu dot org
 BugsThisDependsOn: 17383


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


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

* [Bug bootstrap/19420] make install fails if not preceded by make all
  2005-01-13  9:14 [Bug bootstrap/19420] New: make install fails uros at kss-loka dot si
@ 2005-01-13 13:03 ` bonzini at gcc dot gnu dot org
  2005-01-13 13:19 ` bonzini at gcc dot gnu dot org
  2005-02-09  3:42 ` neroden at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-01-13 13:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bonzini at gcc dot gnu dot org  2005-01-13 13:03 -------
The problem is that install-* does not depend on all-*

On the other hand, that would slow down the installation process.  Making
install-* depend on configure-* is not enough as well, because even if the 'all'
target is run in the subdirectory, the installation process would not be sorted
according to the build dependencies (e.g. no guarantee that gcc is installed
before libiberty, which is ok usually but not when both still have to be built).

Paolo

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.4.3 4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-13 13:03:41
               date|                            |
            Summary|make install fails          |make install fails if not
                   |                            |preceded by make all


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


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

* [Bug bootstrap/19420] make install fails if not preceded by make all
  2005-01-13  9:14 [Bug bootstrap/19420] New: make install fails uros at kss-loka dot si
  2005-01-13 13:03 ` [Bug bootstrap/19420] make install fails if not preceded by make all bonzini at gcc dot gnu dot org
@ 2005-01-13 13:19 ` bonzini at gcc dot gnu dot org
  2005-02-09  3:42 ` neroden at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-01-13 13:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bonzini at gcc dot gnu dot org  2005-01-13 13:19 -------
Looking at the pre-autogen Makefile.in it looks like it never worked actually.
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in?rev=1.111&content-type=text/x-cvsweb-markup

-- 


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


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

* [Bug bootstrap/19420] make install fails if not preceded by make all
  2005-01-13  9:14 [Bug bootstrap/19420] New: make install fails uros at kss-loka dot si
  2005-01-13 13:03 ` [Bug bootstrap/19420] make install fails if not preceded by make all bonzini at gcc dot gnu dot org
  2005-01-13 13:19 ` bonzini at gcc dot gnu dot org
@ 2005-02-09  3:42 ` neroden at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: neroden at gcc dot gnu dot org @ 2005-02-09  3:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From neroden at gcc dot gnu dot org  2005-02-08 18:51 -------
This has never worked.  
  
It is recommended by the GNU coding standards, but it also requires truly  
substantial work to get right without forcing rebuilds if 'make all' is  
followed by 'make install'. 
 
Reducing priority and severity. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
           Priority|P2                          |P3


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


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

end of thread, other threads:[~2005-02-08 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-13  9:14 [Bug bootstrap/19420] New: make install fails uros at kss-loka dot si
2005-01-13 13:03 ` [Bug bootstrap/19420] make install fails if not preceded by make all bonzini at gcc dot gnu dot org
2005-01-13 13:19 ` bonzini at gcc dot gnu dot org
2005-02-09  3:42 ` neroden 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).