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/35211] New: Dist tarball is missing (Bison-generated) java/parse-scan.c


Build failed with:

----begin----
/tg/freeport/src/gcc/gcc--4.2.3/missing bison -t  -o java/parse-scan.c
/tg/freeport/src/gcc/gcc--4.2.3/gcc/java/parse-scan.y
WARNING: `bison' missing on your system.  You should only need it if
         you modified a `.y' file.  You may need the `Bison' package
         in order for those modifications to take effect.  You can get
         `Bison' from any GNU archive site.
/mnt/scratch/build/gcc--4.2.3.build/./prev-gcc/xgcc
-B/mnt/scratch/build/gcc--4.2.3.build/./prev-gcc/
-B/opt/tg/alphaev56-dec-osf4.0g/bin/ -c   -g -O2 -DIN_GCC   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wmissing-format-attribute  -Wno-error  -DHAVE_CONFIG_H
-I. -Ijava -I/tg/freeport/src/gcc/gcc--4.2.3/gcc
-I/tg/freeport/src/gcc/gcc--4.2.3/gcc/java
-I/tg/freeport/src/gcc/gcc--4.2.3/gcc/../include
-I/tg/freeport/src/gcc/gcc--4.2.3/gcc/../libcpp/include 
-I/tg/freeport/src/gcc/gcc--4.2.3/gcc/../libdecnumber -I../libdecnumber   
java/parse-scan.c -o java/parse-scan.o
xgcc: java/parse-scan.c: No such file or directory
xgcc: no input files
gmake[3]: *** [java/parse-scan.o] Error 1
gmake[3]: Leaving directory `/mnt/scratch/build/gcc--4.2.3.build/gcc'
gmake[2]: *** [all-stage2-gcc] Error 2
gmake[2]: Leaving directory `/mnt/scratch/build/gcc--4.2.3.build'
gmake[1]: *** [stage2-bubble] Error 2
gmake[1]: Leaving directory `/mnt/scratch/build/gcc--4.2.3.build'
gmake: *** [bootstrap-lean] Error 2
----end----

$ tar tvjf gcc-4.2.3.tar.bz2 | grep parse-scan
-rw-rw-r-- joseph/joseph   31171 2007-08-31 04:27:50
gcc-4.2.3/gcc/java/parse-scan.y
$ omgwtf


-- 
           Summary: Dist tarball is missing (Bison-generated) java/parse-
                    scan.c
           Product: gcc
           Version: 4.2.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: skunk at iskunk dot org
 GCC build triplet: alphaev56-dec-osf4.0g
  GCC host triplet: alphaev56-dec-osf4.0g
GCC target triplet: alphaev56-dec-osf4.0g


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


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