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/46549] New: MinGW bootstrap failure regarding texi GFPL license


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

           Summary: MinGW bootstrap failure regarding texi GFPL license
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: anhvofrcaus@gmail.com


Boostrap failed with the output below. In addition, the latest snapshot,
gcc-4.6-20101113 fails the same way.

if [ xinfo = xinfo ]; then \
                makeinfo --split-size=5000000 --split-size=5000000
--split-size=
5000000 --no-split -I . -I ../../gcc-4.6-20101016/gcc/doc \
                        -I ../../gcc-4.6-20101016/gcc/doc/include -o
doc/gcc.inf
o ../../gcc-4.6-20101016/gcc/doc/gcc.texi; \
        fi
make[3]: Circular s-tm-texi <- ../../gcc-4.6-20101016/gcc/doc/tm.texi
dependency
 dropped.
build/genhooks.exe \
                        ../../gcc-4.6-20101016/gcc/doc/tm.texi.in > tmp-tm.texi
/bin/sh ../../gcc-4.6-20101016/gcc/../move-if-change tmp-tm.texi tm.texi

Verify that you have permission to grant a GFDL license for all
new text in tm.texi, then copy it to ../../gcc-4.6-20101016/gcc/doc/tm.texi.
make[3]: *** [s-tm-texi] Error 1
make[3]: Leaving directory `/c/Gcc/Build-4.6.x/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/c/Gcc/Build-4.6.x'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/c/Gcc/Build-4.6.x'
make: *** [all] Error 2


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