This is the mail archive of the libc-alpha@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]

libc/intl/plural.o causing libc to fail on alpha


Hello,
I found the following error today after building the current source in
cvs.
I built on alphaev56 with the basic-gcc_2.95.3 baseline.

gcc plural.c -c -O -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g
-mieee
    -I../include -I.
-I/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/
native/libc/intl -I.. -I../libio
-I/mnt/u9/toolchain/buildsys/build/alpha9/basi
c-gcc_2.95.3/native/libc -I../linuxthreads/sysdeps/alpha/elf
-I../sysdeps/alpha/
elf -I../linuxthreads/sysdeps/unix/sysv/linux
-I../linuxthreads/sysdeps/pthread
-I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv
-I../linuxthreads/sysde
ps/unix -I../linuxthreads/sysdeps/alpha
-I../sysdeps/unix/sysv/linux/alpha -I../
sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common
-I../sysdeps/u
nix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv
-I../sysdeps/unix/alpha -
I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/alpha/fpu
-I../sysdeps/alpha -I
../sysdeps/wordsize-64 -I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee754/dbl-64 -
I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic
-D_LIBC_REEN
TRANT -include ../include/libc-symbols.h
-D'LOCALEDIR="/mnt/u9/toolchain/bu
ildsys/install/alpha9/basic-gcc_2.95.3/native/libc/share/locale"'
-D'LOCALE_ALIA
S_PATH="/mnt/u9/toolchain/buildsys/install/alpha9/basic-gcc_2.95.3/native/libc/s

hare/locale"' -o
/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/native
/libc/intl/plural.o
plural.y:302: parse error before `<'
/castro/street/H-alpha-linux/share/bison/bison.simple:86: parse error
before `}'
/castro/street/H-alpha-linux/share/bison/bison.simple: In function
`__gettextpar
se':
/castro/street/H-alpha-linux/share/bison/bison.simple:518: sizeof
applied to an
incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:521: dereferencing
pointer
 to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:521: dereferencing
pointer
 to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:521: sizeof
applied to an
incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:521: dereferencing
pointer
 to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:521: arithmetic on
pointer
 to an incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:522: dereferencing
pointer
 to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:522: dereferencing
pointer
 to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:522: sizeof
applied to an
incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:522: dereferencing
pointer
 to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:522: arithmetic on
pointer
 to an incomplete type
plural.y:229: parse error before `<'
make[2]: ***
[/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/native/li
bc/intl/plural.o] Error 1
make[2]: Leaving directory `/mnt/u9/toolchain/buildsys/source/libc/intl'

make[1]: *** [intl/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/u9/toolchain/buildsys/source/libc'


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