public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/26500]  New: info/gfortran.info is no longer being installed
@ 2006-02-28 20:23 gerald at pfeifer dot com
  2006-02-28 20:35 ` [Bug fortran/26500] [4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gerald at pfeifer dot com @ 2006-02-28 20:23 UTC (permalink / raw)
  To: gcc-bugs

Current CVS trunk no longer installs $prefix/info/gfortran.info, though
the Fortran frontend is being built and installed into $prefix/bin/gfortran
(so it's not an --enable-languages issues nor missing prerequisites).

FreeBSD 5.4, and makeinfo 4.6.


-- 
           Summary: info/gfortran.info is no longer being installed
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gerald at pfeifer dot com
  GCC host triplet: i386-unknown-freebsd5.4


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


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

* [Bug fortran/26500] [4.2 Regression] info/gfortran.info is no longer being installed
  2006-02-28 20:23 [Bug fortran/26500] New: info/gfortran.info is no longer being installed gerald at pfeifer dot com
@ 2006-02-28 20:35 ` pinskia at gcc dot gnu dot org
  2006-02-28 23:12 ` kargl at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-28 20:35 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|info/gfortran.info is no    |[4.2 Regression]
                   |longer being installed      |info/gfortran.info is no
                   |                            |longer being installed
   Target Milestone|---                         |4.2.0


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


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

* [Bug fortran/26500] [4.2 Regression] info/gfortran.info is no longer being installed
  2006-02-28 20:23 [Bug fortran/26500] New: info/gfortran.info is no longer being installed gerald at pfeifer dot com
  2006-02-28 20:35 ` [Bug fortran/26500] [4.2 Regression] " pinskia at gcc dot gnu dot org
@ 2006-02-28 23:12 ` kargl at gcc dot gnu dot org
  2006-03-02 10:45 ` bonzini at gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kargl at gcc dot gnu dot org @ 2006-02-28 23:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kargl at gcc dot gnu dot org  2006-02-28 22:33 -------
I don't build other language frontends, but I suspect that this bug
is caused by

    2006-02-20  Paolo Bonzini  <bonzini@gnu.org>

        * configure.ac (target_list): Add install-info, dvi, html.
        * configure: Regenerate.

        * ada/Make-lang.in, cp/Make-lang.in, fortran/Make-lang.in,
        java/Make-lang.in, objc/Make-lang.in, objcp/Make-lang.in,
        treelang/Make-lang.in: Do not use double-colon rules.

so ada, java, objc, etc will have a problem.


-- 


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


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

* [Bug fortran/26500] [4.2 Regression] info/gfortran.info is no longer being installed
  2006-02-28 20:23 [Bug fortran/26500] New: info/gfortran.info is no longer being installed gerald at pfeifer dot com
  2006-02-28 20:35 ` [Bug fortran/26500] [4.2 Regression] " pinskia at gcc dot gnu dot org
  2006-02-28 23:12 ` kargl at gcc dot gnu dot org
@ 2006-03-02 10:45 ` bonzini at gnu dot org
  2006-03-02 10:47 ` bonzini at gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bonzini at gnu dot org @ 2006-03-02 10:45 UTC (permalink / raw)
  To: gcc-bugs



-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bonzini at gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-02 10:45:07
               date|                            |


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


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

* [Bug fortran/26500] [4.2 Regression] info/gfortran.info is no longer being installed
  2006-02-28 20:23 [Bug fortran/26500] New: info/gfortran.info is no longer being installed gerald at pfeifer dot com
                   ` (2 preceding siblings ...)
  2006-03-02 10:45 ` bonzini at gnu dot org
@ 2006-03-02 10:47 ` bonzini at gnu dot org
  2006-03-06 15:30 ` [Bug bootstrap/26500] " patchapp at dberlin dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bonzini at gnu dot org @ 2006-03-02 10:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bonzini at gnu dot org  2006-03-02 10:47 -------
Recategorizing to bootstrap since it is a build system bug.


-- 


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


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

* [Bug bootstrap/26500] [4.2 Regression] info/gfortran.info is no longer being installed
  2006-02-28 20:23 [Bug fortran/26500] New: info/gfortran.info is no longer being installed gerald at pfeifer dot com
                   ` (3 preceding siblings ...)
  2006-03-02 10:47 ` bonzini at gnu dot org
@ 2006-03-06 15:30 ` patchapp at dberlin dot org
  2006-03-08 16:11 ` bonzini at gcc dot gnu dot org
  2006-03-08 16:11 ` bonzini at gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: patchapp at dberlin dot org @ 2006-03-06 15:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from patchapp at dberlin dot org  2006-03-06 15:30 -------
Subject: Bug number PR bootstrap/26500

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-03/msg00124.html


-- 


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


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

* [Bug bootstrap/26500] [4.2 Regression] info/gfortran.info is no longer being installed
  2006-02-28 20:23 [Bug fortran/26500] New: info/gfortran.info is no longer being installed gerald at pfeifer dot com
                   ` (4 preceding siblings ...)
  2006-03-06 15:30 ` [Bug bootstrap/26500] " patchapp at dberlin dot org
@ 2006-03-08 16:11 ` bonzini at gcc dot gnu dot org
  2006-03-08 16:11 ` bonzini at gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2006-03-08 16:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from bonzini at gnu dot org  2006-03-08 16:10 -------
Subject: Bug 26500

Author: bonzini
Date: Wed Mar  8 16:10:44 2006
New Revision: 111845

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111845
Log:
2006-03-08  Paolo Bonzini  <bonzini@gnu.org>

        PR bootstrap/26500
        * Makefile.in (dvi, html, install-info): Invoke the corresponding
        language hook targets.
        * ada/Make-lang.in, cp/Make-lang.in, objc/Make-lang.in,
        objcp/Make-lang.in: Create stub rules for dvi, html, install-info
        if language hook targets were missing.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/ada/Make-lang.in
    trunk/gcc/cp/Make-lang.in
    trunk/gcc/objc/Make-lang.in
    trunk/gcc/objcp/Make-lang.in


-- 


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


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

* [Bug bootstrap/26500] [4.2 Regression] info/gfortran.info is no longer being installed
  2006-02-28 20:23 [Bug fortran/26500] New: info/gfortran.info is no longer being installed gerald at pfeifer dot com
                   ` (5 preceding siblings ...)
  2006-03-08 16:11 ` bonzini at gcc dot gnu dot org
@ 2006-03-08 16:11 ` bonzini at gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: bonzini at gnu dot org @ 2006-03-08 16:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from bonzini at gnu dot org  2006-03-08 16:11 -------
patch committed


-- 

bonzini at gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-03-08 16:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-28 20:23 [Bug fortran/26500] New: info/gfortran.info is no longer being installed gerald at pfeifer dot com
2006-02-28 20:35 ` [Bug fortran/26500] [4.2 Regression] " pinskia at gcc dot gnu dot org
2006-02-28 23:12 ` kargl at gcc dot gnu dot org
2006-03-02 10:45 ` bonzini at gnu dot org
2006-03-02 10:47 ` bonzini at gnu dot org
2006-03-06 15:30 ` [Bug bootstrap/26500] " patchapp at dberlin dot org
2006-03-08 16:11 ` bonzini at gcc dot gnu dot org
2006-03-08 16:11 ` bonzini at 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).