This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc 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 libc/942] New: Problem compiling glibc 2.3.5


# make
make -r PARALLELMFLAGS="" CVSOPTS="" -C .. objdir=`pwd` all
make[1]: Entering directory `/tmp/glibc-2.3.5'
make  -C csu subdir_lib
make[2]: Entering directory `/tmp/glibc-2.3.5/csu'
make[2]: Leaving directory `/tmp/glibc-2.3.5/csu'
make[2]: Entering directory `/tmp/glibc-2.3.5/csu'
gcc version.c -c -std=gnu99 -O3 -Wall -Winline -Wstrict-prototypes
-Wwrite-strings -march=i686 -s -mpreferred-stack-boundary=4  -g0 -O99
-fomit-frame-pointer -D__USE_STRING_INLINES    -I../include -I.
-I/tmp/glibc-2.3.5/build/csu -I.. -I../libio -I../nptl -I/tmp/glibc-2.3.5/build
-I../sysdeps/i386/elf -I../libidn/sysdeps/unix
-I../nptl/sysdeps/unix/sysv/linux/i386/i686
-I../nptl/sysdeps/unix/sysv/linux/i386 -I../nptl/sysdeps/unix/sysv/linux
-I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../nptl/sysdeps/unix/sysv
-I../nptl/sysdeps/unix -I../nptl/sysdeps/i386/i686 -I../nptl/sysdeps/i386
-I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu
-I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet
-I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386
-I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu
-I../sysdeps/i386/i686 -I../sysdeps/i386/i486 -I../nptl/sysdeps/i386/i486
-I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32
-I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64
-I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf
-I../sysdeps/generic  -D_LIBC_REENTRANT -D_LIBC_REENTRANT -include
../include/libc-symbols.h       -DHAVE_INITFINI -o
/tmp/glibc-2.3.5/build/csu/version.o -MD -MP -MF
/tmp/glibc-2.3.5/build/csu/version.o.dt -MT /tmp/glibc-2.3.5/build/csu/version.o
In file included from version.c:33:
/tmp/glibc-2.3.5/build/csu/version-info.h:2: error: missing terminating " character
/tmp/glibc-2.3.5/build/csu/version-info.h:3: error: missing terminating " character
version.c:40: error: parse error before string constant
make[2]: *** [/tmp/glibc-2.3.5/build/csu/version.o] Error 1
make[2]: Leaving directory `/tmp/glibc-2.3.5/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/tmp/glibc-2.3.5'
make: *** [all] Error 2

-- 
           Summary: Problem compiling glibc 2.3.5
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: pierre42d at 9online dot fr
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=942

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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