Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2004 21:38:29 +0200 (CEST)
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        portmgr@FreeBSD.org
Subject:   ports/71679: Update: fix the build of guile on sparc64.
Message-ID:  <20040912193829.1A3BF61BE@ultra.rainbow-runner.nl>
Resent-Message-ID: <200409121940.i8CJeP5h021983@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71679
>Category:       ports
>Synopsis:       Update: fix the build of guile on sparc64.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 12 19:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Koop Mast
>Release:        FreeBSD 5.3-BETA4 sparc64
>Organization:
>Environment:
System: FreeBSD ultra.rainbow-runner.nl 5.3-BETA4 FreeBSD 5.3-BETA4 #26: Sat Sep 11 19:48:32 CEST 2004 root@ultra.rainbow-runner.nl:/usr/obj/usr/src/sys/BlackBird sparc64


	
>Description:
	Patch (well more a band aid) to get guile build on sparc64.
	I tried to make a better patch but that didn't work.
	After installing guile with this patch, I reinstalled gnomegames2
	(sol uses guile) and no problems.
	
>How-To-Repeat:
	
>Fix:

	

--- guile-pointyhat.diff begins here ---
diff -ruN guile.orig/files/patch-libguile_gc_os_dep.c guile/files/patch-libguile_gc_os_dep.c
--- guile.orig/files/patch-libguile_gc_os_dep.c	Sun Nov 23 19:13:58 2003
+++ guile/files/patch-libguile_gc_os_dep.c	Sun Sep 12 15:18:31 2004
@@ -1,5 +1,5 @@
---- libguile/gc_os_dep.c.orig	Wed Apr 16 16:16:21 2003
-+++ libguile/gc_os_dep.c	Sun Nov 23 13:09:53 2003
+--- libguile/gc_os_dep.c.orig	Wed Apr 16 22:16:21 2003
++++ libguile/gc_os_dep.c	Sun Sep 12 15:18:00 2004
 @@ -93,6 +93,14 @@
  #    define OPENBSD
  #    define mach_type_known
@@ -61,3 +61,12 @@
  #  include <machine/trap.h>
  #endif
  
+@@ -1501,7 +1530,7 @@
+ #endif
+ 
+ #ifdef SUNOS5SIGS
+-# include <sys/siginfo.h>
++/*# include <sys/siginfo.h>*/
+ # undef setjmp
+ # undef longjmp
+ # define setjmp(env) sigsetjmp(env, 1)
--- guile-pointyhat.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?20040912193829.1A3BF61BE>