Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2005 14:58:21 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90960: japanese/lipsf cannot be built
Message-ID:  <200512270558.jBR5wL9v002173@h116.65.226.10.32118.vlan.kuins.net>
Resent-Message-ID: <200512270600.jBR60Jjd012098@freefall.freebsd.org>

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

>Number:         90960
>Category:       ports
>Synopsis:       japanese/lipsf cannot be built
>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 Dec 27 06:00:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 5.4-STABLE amd64
>Organization:
>Environment:
System: FreeBSD h116.65.226.10.32118.vlan.kuins.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Tue Dec 27 13:31:49 JST 2005 turutani@h116.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER13 amd64


	
>Description:
	building japanese/lipsf causes core dump on amd64.
	this is because of the lack of inclusion of header file.
	
>How-To-Repeat:
	always running:
	cd /usr/ports/japanese/lipsf; make.
	
>Fix:
	here is a patch:
		--- mkmfsed.c.orig      Tue May 28 00:00:00 2002
		+++ mkmfsed.c   Tue Dec 27 14:51:35 2005
		@@ -5,6 +5,7 @@
		  */
		
		 #include <stdio.h>
		+#include <stdlib.h>
		 #include "machine.h"
		
		 #ifdef NOVOID
		
	


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



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