ports/117677: textproc/uim won't be built on FreeBSD amd64

kasahara at nc.kyushu-u.ac.jp kasahara at nc.kyushu-u.ac.jp
Tue Oct 30 13:30:05 UTC 2007


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



More information about the freebsd-ports-bugs mailing list