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/15990] New: nawk: illegal primary in regular expression ).* at .*


Current mainline CVS gcc bootstrap terminated with error:

---8X-----------------------------
echo timestamp > s-gtype
AWK=nawk /bin/sh /home/wanderer/pkg/build/gcc/src/gcc/gcc/gcc/opts.sh \
               '/bin/sh /home/wanderer/pkg/build/gcc/src/gcc/gcc/gcc/../move-
if-change' \
               options.c 
options.h /home/wanderer/pkg/build/gcc/src/gcc/gcc/gcc/c.opt /home/wanderer/pkg
/build/gcc/src/gcc/g
cc/gcc/common.opt
nawk: illegal primary in regular expression ).* at .*
 source line number 29
 context is
                sub(").*", "", >>>  flags) <<< ;
mv: rename tmp-options.h to options.h: No such file or directory
mv: rename tmp-options.c to options.c: No such file or directory
gmake[2]: *** [s-options] Error 1
gmake[2]: Leaving directory `/usr/home/wanderer/pkg/build/gcc/obj/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/usr/home/wanderer/pkg/build/gcc/obj/gcc'
gmake: *** [bootstrap] Error 2
---X8-----------------------------

-- 
           Summary: nawk: illegal primary in regular expression ).* at .*
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wanderer at rsu dot ru
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-freebsd5.1
  GCC host triplet: i386-unknown-freebsd5.1
GCC target triplet: i386-unknown-freebsd5.1


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


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