ports/63108: amd64/bento-fix: devel/gdb52 and devel/gdb53

Hendrik Scholz hendrik at scholz.net
Fri Feb 20 05:20:19 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list