Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44175 - gdb-6.0-r1 fails to build on ia64
Summary: gdb-6.0-r1 fails to build on ia64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: IA64 All
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-09 13:30 UTC by Aron Griffis (RETIRED)
Modified: 2004-03-09 14:11 UTC (History)
0 users

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 Aron Griffis (RETIRED) gentoo-dev 2004-03-09 13:30:36 UTC
gcc -O2 -pipe       \
        -o gdb gdb.o main.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o cli-logging.o cli-interp.o mi-out.o mi-console.o mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o libgdb.a \
           ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a  ../libiberty/libiberty.a     -lncurses -lm   ../libiberty/libiberty.a  -ldl -rdynamic
libgdb.a(infrun.o)(.text+0x2322): In function `handle_inferior_event':
: undefined reference to `xfreemod_add'
libgdb.a(infrun.o)(.text+0x3e22): In function `handle_inferior_event':
: undefined reference to `xfreemod_add'
libgdb.a(fork-child.o)(.text+0xec2): In function `fork_inferior':
: undefined reference to `xfreemod_create_inferior_hook'
collect2: ld returned 1 exit status
make[1]: *** [gdb] Error 1
make[1]: Leaving directory `/var/tmp/portage/gdb-6.0-r1/work/gdb-6.0/gdb'
make: *** [all-gdb] Error 2

!!! ERROR: sys-devel/gdb-6.0-r1 failed.
!!! Function src_compile, Line 39, Exitcode 2
!!! (no error message)

--------
emerge --info
Portage 2.0.50-r1 (default-ia64-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.4-rc1)
=================================================================
System uname: 2.6.4-rc1 ia64 
Gentoo Base System version 1.4.3.13p1
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="ia64 ~ia64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="ia64-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/distfiles"
FEATURES="autoaddcvs buildpkg ccache cvs noauto noclean sandbox"
GENTOO_MIRRORS="http://kant.zk3.dec.com/gentoo/mirror/sources/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/home/agriffis/portage"
PORTDIR_OVERLAY=""
SYNC="never_sync_me"
USE="X arts berkdb bonobo cdr crypt cscope cups encode esd foomaticdb gdbm gif gnome gpm gtk gtk2 guile ia64 imap imlib jpeg ldap libg++ libwww mikmod motif mozilla moznocompose moznoirc moznomail nas ncurses nls oggvorbis opengl oss pam pdflib perl png postgres python qt quicktime readline ruby sdl snmp socks5 spell ssl tcltk tcpd tetex truetype video_cards_radeon xml2 xmms xv zlib"
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-03-09 14:11:05 UTC
Well, 6.0 builds, good enough for now...