This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/13820] New: [3.3 Regression] A GCC release tarball can no longer be built without bison/flex


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]