Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2007 22:26:59 +0900 (JST)
From:      kasahara@nc.kyushu-u.ac.jp
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117677: textproc/uim won't be built on FreeBSD amd64
Message-ID:  <200710301326.l9UDQxg5004120@elvenbow.cc.kyushu-u.ac.jp>
Resent-Message-ID: <200710301330.l9UDU5Vt082731@freefall.freebsd.org>

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

>Number:         117677
>Category:       ports
>Synopsis:       textproc/uim won't be built on FreeBSD amd64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 30 13:30:04 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yoshiaki Kasahara
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
Kyushu University
>Environment:
System: FreeBSD elvenbow.cc.kyushu-u.ac.jp 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed May 23 20:27:20 JST 2007 root@elvenbow.cc.kyushu-u.ac.jp:/usr/obj/usr/src/sys/ELVENBOW amd64


>Description:

textproc/uim (uim-1.4.1) won't be built on FreeBSD-amd64 because
sigscheme/libgcroots/include/private/gcconfig.h doesn't check 
FreeBSD-amd64 correctly.

>How-To-Repeat:

Just make the port on a FreeBSD-amd64 machine.

>Fix:

How about the following patch?

--- gcconfig.h  Sat Jan  6 12:00:59 2007
+++ /tmp/gcconfig.h     Tue Oct 30 22:10:58 2007
@@ -320,6 +320,10 @@
 #   define I386
 #   define mach_type_known
 # endif
+# if defined(FREEBSD) && (defined(__amd64__))
+#   define X86_64
+#   define mach_type_known
+# endif
 # if defined(__NetBSD__) && (defined(i386) || defined(__i386__))
 #   define I386
 #   define mach_type_known

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710301326.l9UDQxg5004120>