public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/14536] New: make dvi broken under gcc-3.4
@ 2004-03-11 17:10 kcook at gcc dot gnu dot org
  2004-03-11 17:10 ` [Bug other/14536] " kcook at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kcook at gcc dot gnu dot org @ 2004-03-11 17:10 UTC (permalink / raw)
  To: gcc-bugs

Problem:

On a recent commit to the branch, HP inadvertently used autoconf 2.58 to
regenerate the gcc directory which unfortunately contains a bug in which it
outputs a relative pathname when an absolute one is requested; autoconf 2.59 was
released a few days later because of this bug.

"make dvi" requires absolute path names (PR13820), so it no longer works with
the current 3.4 branch.
---------
Steps to recreate:

$ ../{relative-path-to-src}/configure
$ make maybe-configure-gcc
$ cd gcc
$ make dvi
-------------
Proposed action:

Regenerate the gcc directory with autoheader/autoconf 2.57 which is the
documented version in gcc-3.4's install.texi.

Note: Mainline now uses autoconf 2.59, so it does not have the bug is not
present there.

-- 
           Summary: make dvi broken under gcc-3.4
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kcook at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,mark at codesourcery dot
                    com
 BugsThisDependsOn: 13820


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


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

* [Bug other/14536] make dvi broken under gcc-3.4
  2004-03-11 17:10 [Bug other/14536] New: make dvi broken under gcc-3.4 kcook at gcc dot gnu dot org
@ 2004-03-11 17:10 ` kcook at gcc dot gnu dot org
  2004-03-11 17:16 ` mark at codesourcery dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kcook at gcc dot gnu dot org @ 2004-03-11 17:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.1


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


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

* [Bug other/14536] make dvi broken under gcc-3.4
  2004-03-11 17:10 [Bug other/14536] New: make dvi broken under gcc-3.4 kcook at gcc dot gnu dot org
  2004-03-11 17:10 ` [Bug other/14536] " kcook at gcc dot gnu dot org
@ 2004-03-11 17:16 ` mark at codesourcery dot com
  2004-03-11 21:43 ` cvs-commit at gcc dot gnu dot org
  2004-03-11 21:46 ` kcook at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mark at codesourcery dot com @ 2004-03-11 17:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mark at codesourcery dot com  2004-03-11 17:16 -------
Subject: Re:  New: make dvi broken under gcc-3.4

kcook at gcc dot gnu dot org wrote:

> Regenerate the gcc directory with autoheader/autoconf 2.57 which is the
> documented version in gcc-3.4's install.texi.

That's fine, and such a patch is pre-approved.

In fact, if you can also change configure.in to forbid the use of 2.58, 
that's pre-approved as well.



-- 


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


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

* [Bug other/14536] make dvi broken under gcc-3.4
  2004-03-11 17:10 [Bug other/14536] New: make dvi broken under gcc-3.4 kcook at gcc dot gnu dot org
  2004-03-11 17:10 ` [Bug other/14536] " kcook at gcc dot gnu dot org
  2004-03-11 17:16 ` mark at codesourcery dot com
@ 2004-03-11 21:43 ` cvs-commit at gcc dot gnu dot org
  2004-03-11 21:46 ` kcook at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-03-11 21:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-11 21:43 -------
Subject: Bug 14536

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	kcook@gcc.gnu.org	2004-03-11 21:43:07

Modified files:
	gcc            : ChangeLog configure config.in 

Log message:
	2004-03-11  Kelley Cook  <kcook@gcc.gnu.org>
	
	PR other/14536
	* configure: Regenerated with autoconf 2.57.
	* config.in: Regenerated with autoheader 2.57.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.329&r2=2.2326.2.330
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.794.2.11&r2=1.794.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.181.4.1&r2=1.181.4.2



-- 


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


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

* [Bug other/14536] make dvi broken under gcc-3.4
  2004-03-11 17:10 [Bug other/14536] New: make dvi broken under gcc-3.4 kcook at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-03-11 21:43 ` cvs-commit at gcc dot gnu dot org
@ 2004-03-11 21:46 ` kcook at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: kcook at gcc dot gnu dot org @ 2004-03-11 21:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kcook at gcc dot gnu dot org  2004-03-11 21:46 -------
Suggested patch checked into 3.4 branch.  Issue fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.4.1                       |3.4.0


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


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

end of thread, other threads:[~2004-03-11 21:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-11 17:10 [Bug other/14536] New: make dvi broken under gcc-3.4 kcook at gcc dot gnu dot org
2004-03-11 17:10 ` [Bug other/14536] " kcook at gcc dot gnu dot org
2004-03-11 17:16 ` mark at codesourcery dot com
2004-03-11 21:43 ` cvs-commit at gcc dot gnu dot org
2004-03-11 21:46 ` kcook 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).