Date: Fri, 20 Feb 2004 00:14:42 -0500 (EST) From: Hendrik Scholz <hendrik@scholz.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mp@FreeBSD.org Subject: ports/63108: amd64/bento-fix: devel/gdb52 and devel/gdb53 Message-ID: <20040220051442.7E45C39845@slurmcan.wormulon.net> Resent-Message-ID: <200402200520.i1K5KJTs036422@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63108 >Category: ports >Synopsis: amd64/bento-fix: devel/gdb52 and devel/gdb53 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 19 21:20:19 PST 2004 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.2.1-RC amd64 >Organization: >Environment: System: FreeBSD slurmcan.wormulon.net 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Jan 31 12:38:34 GMT 2004 root@ngoc.NUXI.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: gdb52 and gdb53 both do not support amd64: http://bento.freebsd.org/errorlogs/amd64-5-latest/gdb-5.3_1,1.log http://bento.freebsd.org/errorlogs/amd64-5-latest/gdb-5.3_1,1.log There is no amd64 and no x86_64 target in config.bfd so limit to supported ARCHes. The attached patch is for gdb53 only, just apply something similar to gdb52. >How-To-Repeat: >Fix: --- gdb53-amd64.diff begins here --- Index: Makefile =================================================================== RCS file: /home/FreeBSD-CVS/ports/devel/gdb53/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 4 Feb 2004 05:19:30 -0000 1.23 +++ Makefile 20 Feb 2004 05:10:54 -0000 @@ -21,6 +21,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-suffix=53 +ONLY_FOR_ARCHS= alpha i386 sparc64 pre-configure: cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo --- gdb53-amd64.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040220051442.7E45C39845>