Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216718 - sys-devel/gdb-6.8 fails to compile with 1.1 patchset
Summary: sys-devel/gdb-6.8 fails to compile with 1.1 patchset
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
: 216808 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-04-07 14:53 UTC by Dmitry Karasik
Modified: 2008-04-08 01:48 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Karasik 2008-04-07 14:53:57 UTC
CONFIG_HEADERS=config.h:config.in \
          CONFIG_COMMANDS=default \
          CONFIG_FILES= \
          CONFIG_LINKS= \
          /bin/sh config.status
.././gdb/observer.sh h .././gdb/doc/observer.texi observer.h
CONFIG_COMMANDS=gdb_stdint.h \
          CONFIG_FILES= \
          CONFIG_HEADERS= \
          CONFIG_LINKS= \
          /bin/sh config.status
Creating observer.htmp
i686-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fomit-frame-pointer   -I. -I.././gdb -I.././gdb/config -DLOCALEDIR="\"/usr/share/locale\"" -DHAVE_CONFIG_H -I.././gdb/../include/opcode  -I../bfd -I.././gdb/../bfd -I.././gdb/../include -I../libdecnumber -I.././gdb/../libdecnumber   -DMI_OUT=1 -DTUI=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wno-switch -Wno-char-subscripts  cp-name-parser.c
rm -f version.c-tmp version.c
echo '#include "version.h"' >> version.c-tmp
echo 'const char version[] = "'"`sed q .././gdb/version.in`"'";' >> version.c-tmp
echo 'const char host_name[] = "i686-pc-linux-gnu";' >> version.c-tmp
echo 'const char target_name[] = "i686-pc-linux-gnu";' >> version.c-tmp
Moving observer.htmp to observer.h
mv version.c-tmp version.c
.././gdb/observer.sh inc .././gdb/doc/observer.texi observer.inc
Creating observer.itmp
i686-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fomit-frame-pointer   -I. -I.././gdb -I.././gdb/config -DLOCALEDIR="\"/usr/share/locale\"" -DHAVE_CONFIG_H -I.././gdb/../include/opcode  -I../bfd -I.././gdb/../bfd -I.././gdb/../include -I../libdecnumber -I.././gdb/../libdecnumber   -DMI_OUT=1 -DTUI=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wno-switch -Wno-char-subscripts  duelgdb.c
config.status: creating config.h
config.status: executing gdb_stdint.h commands
echo stamp > stamp-int
duelgdb.c: In function 'duel_target_func_call':
duelgdb.c:321: warning: cast from pointer to integer of different size
duelgdb.c: In function 'duel_convert_type_from_gdb':
duelgdb.c:409: error: 'duel_debug' undeclared (first use in this function)
duelgdb.c:409: error: (Each undeclared identifier is reported only once
duelgdb.c:409: error: for each function it appears in.)
rm -f xml-builtin.tmp
AWK="gawk" \
          /bin/sh .././gdb/features/feature_to_c.sh \
          xml-builtin.tmp .././gdb/features/gdb-target.dtd .././gdb/features/xinclude.dtd .././gdb/features/library-list.dtd
duelgdb.c: In function '_initialize_duel':
duelgdb.c:694: error: expected declaration or statement at end of input
make[2]: *** [duelgdb.o] Error 1
make[2]: *** Waiting for unfinished jobs....
config.status: config.h is unchanged
config.status: executing default commands
/bin/sh .././gdb/../move-if-change xml-builtin.tmp xml-builtin.c
Moving observer.itmp to observer.inc
echo stamp > stamp-xml
make[2]: Leaving directory `/var/tmp/portage/sys-devel/gdb-6.8/work/gdb-6.8/gdb'
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory `/var/tmp/portage/sys-devel/gdb-6.8/work/gdb-6.8'
make: *** [all] Error 2
 *
 * ERROR: sys-devel/gdb-6.8 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2360:  Called die
 * The specific snippet of code:
 *       emake || die
 *  The die message:
 *   (no error message)
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-devel/gdb-6.8/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gdb-6.8/temp/environment'.
 *
Comment 1 SpanKY gentoo-dev 2008-04-07 23:03:36 UTC
blah, stupid cvs keywords screwing up the patches again

fixed in cvs
Comment 2 Jan Kundrát (RETIRED) gentoo-dev 2008-04-08 01:48:23 UTC
*** Bug 216808 has been marked as a duplicate of this bug. ***