From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15182 invoked by alias); 20 Feb 2003 17:42:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15171 invoked from network); 20 Feb 2003 17:42:05 -0000 Received: from unknown (HELO disaster.jaj.com) (66.93.21.106) by 172.16.49.205 with SMTP; 20 Feb 2003 17:42:05 -0000 Received: (from phil@localhost) by disaster.jaj.com (8.11.4/8.11.4) id h1KHg4V08946; Thu, 20 Feb 2003 12:42:04 -0500 Date: Thu, 20 Feb 2003 17:42:00 -0000 From: Phil Edwards To: gdb-patches@sources.redhat.com, carlton@math.stanford.edu Subject: SYMBOL_SOURCE_NAME breakage Message-ID: <20030220174204.GA8906@disaster.jaj.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i X-SW-Source: 2003-02/txt/msg00484.txt.bz2 The recent rename of SYMBOL_SOURCE_NAME missed a couple spots in gdb/gdbtk/generic/gdbtk-cmds.c, leading to link failure using current (as of 10 minutes ago) CVS HEAD. Doing the 2 renames in that file allows the build to pass. (I'm not fixing it myself because I don't have write privs to src repo.) make[1]: Entering directory `/home/pme/build/build-2003-02-20/gdb' rm -f gdb gcc -g -O2 \ -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-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-disas.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o gdbtk.o gdbtk-bp.o gdbtk-cmds.o gdbtk-hooks.o gdbtk-interp.o gdbtk-register.o gdbtk-stack.o gdbtk-varobj.o gdbtk-wrapper.o libgdb.a \ ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a ../libiberty/libiberty.a ../libgui/src/libgui.a -L/home/pme/build/build-2003-02-20/itcl/itcl -litcl3.2 -L/home/pme/build/build-2003-02-20/itcl/itk -litk3.2 -L/home/pme/build/build-2003-02-20/tk/unix -ltk8.4 -Wl,-rpath,/home/pme/build/install-2003-02-20/lib -L/home/pme/build/build-2003-02-20/tcl/unix -ltcl8.4 -L/usr/X11R6/lib -lX11 -ldl -lieee -lm -ltermcap -lm ../libiberty/libiberty.a -ldl -rdynamic gdbtk-cmds.o(.text+0x12e6): In function `gdb_search': /home/pme/src/unified/gdb/gdbtk/generic/gdbtk-cmds.c:1375: undefined reference to `SYMBOL_SOURCE_NAME' collect2: ld returned 1 exit status make[1]: *** [gdb] Error 1 make[1]: Leaving directory `/home/pme/build/build-2003-02-20/gdb' -- I would therefore like to posit that computing's central challenge, viz. "How not to make a mess of it," has /not/ been met. - Edsger Dijkstra, 1930-2002