public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/13820] New: [3.3 Regression] A GCC release tarball can no longer be built without bison/flex
@ 2004-01-22 21:35 kcook at gcc dot gnu dot org
  2004-01-22 21:49 ` [Bug bootstrap/13820] [3.4 Regression] "make dvi" crashes when configured from a relative source directory kcook at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kcook at gcc dot gnu dot org @ 2004-01-22 21:35 UTC (permalink / raw)
  To: gcc-bugs

I just noticed that changing the *.dvi files to be built in the doc directory
has caused a regression.  This occurs on mainline and the 3.4 branch

To recreate:

../gcc-srcdir/configure
make configure-gcc
cd gcc
make dvi

The problem is the texi2dvi (at least the version that comes with texinfo 4.2)
does not appear to work with include directories with relative path names and
the rules for making dvi files refers to $(docdir) which is defined as
$(srcdir)/doc.
$(srcdir) is a relative path name.

On the plus side I think this is easy to fix and a patch will be forthcoming
within the day

-- 
           Summary: [3.3 Regression] A GCC release tarball can no longer be
                    built without bison/flex
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: kcook at gcc dot gnu dot org
        ReportedBy: kcook at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-22 21:35 [Bug bootstrap/13820] New: [3.3 Regression] A GCC release tarball can no longer be built without bison/flex kcook at gcc dot gnu dot org
2004-01-22 21:49 ` [Bug bootstrap/13820] [3.4 Regression] "make dvi" crashes when configured from a relative source directory kcook at gcc dot gnu dot org
2004-01-23  2:36 ` [Bug bootstrap/13820] [3.4/3.5 " pinskia at gcc dot gnu dot org
2004-01-23 18:44 ` kcook at gcc dot gnu dot org
2004-01-31  0:57 ` kcook at gcc dot gnu dot org
2004-03-11 17:10 ` 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).