This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 build/12959] New: src/gdb/osabi.c:539:10:error: âELFOSABI_HURDâ undeclared


http://sourceware.org/bugzilla/show_bug.cgi?id=12959

           Summary: src/gdb/osabi.c:539:10: error: âELFOSABI_HURDâ
                    undeclared
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: critical
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: phelippeneveu@gmail.com


Hi,

Overview:

I'm having issues building gdb on my system. It used to work a week or two ago.



Steps to Reproduce:

cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co gdb
src/configure --prefix=`pwd`
make -j8



Actual Results:

gcc -g -O2   -I. -I../src/gdb -I../src/gdb/common -I../src/gdb/config
-DLOCALEDIR="\"/home/pneveu/apps/gdb-src/share/locale\"" -DHAVE_CONFIG_H
-I../src/gdb/../include/opcode -I../src/gdb/../opcodes/..
-I../src/gdb/../readline/.. -I../bfd -I../src/gdb/../bfd
-I../src/gdb/../include -I../libdecnumber -I../src/gdb/../libdecnumber 
-I../src/gdb/gnulib -Ignulib   -DTUI=1  -Wall -Wdeclaration-after-statement
-Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused
-Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Werror -c -o
osabi.o -MT osabi.o -MMD -MP -MF .deps/osabi.Tpo ../src/gdb/osabi.c
../src/gdb/osabi.c: In function âgeneric_elf_osabi_snifferâ:
../src/gdb/osabi.c:539:10: error: âELFOSABI_HURDâ undeclared (first use in this
function)
../src/gdb/osabi.c:539:10: note: each undeclared identifier is reported only
once for each function it appears in
make[2]: *** [osabi.o] Error 1
make[2]: Leaving directory `/home/pneveu/apps/gdb-src/gdb'



Expected Results:

It should build without any errors.



Build Date & Platform:

2011-07-04 on openSUSE 11.3



Thanks,

Phelippe

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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