ports/184205: building japanese/eijiro-fpw fails

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Sun Nov 24 04:00:01 UTC 2013


>Number:         184205
>Category:       ports
>Synopsis:       building japanese/eijiro-fpw fails
>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:   Sun Nov 24 04:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 8.4-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD h116.65.226.10.32118.vlan.kuins.net 8.4-PRERELEASE FreeBSD 8.4-PRERELEASE #1 r249390: Thu May 2 17:05:06 JST 2013 turutani at h116.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER13 amd64


	
>Description:
	building japanese/eijiro-fpw fails.
	
>How-To-Repeat:
	% cd /usr/ports/japanese/eijiro-fpw
	% make
	...
	Makefile:60: warning: overriding recipe for target `package'
	fpwutils.mk:478: warning: ignoring old recipe for target `package'
	test -d work || /usr/local/libexec/freepwing/mkdirhier work
	/usr/local/libexec/freepwing/perl.sh   /usr/local/libexec/freepwing/fpwhalfchar \
	   -workdir work
	cannot create work/cgraph.dep: No such file or directory.
	cannot create work/sound.dep: No such file or directory.
	gmake: *** [work/sound.dep] Error 2
	gmake: *** Waiting for unfinished works....
	gmake: *** [work/cgraph.dep] Error 2
	/usr/local/libexec/freepwing/perl.sh   /usr/local/libexec/freepwing/fpwfullchar \
	   -workdir work
	===> Compilation failed unexpectedly.
	Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
	the maintainer.
	*** Error code 1
	
	Stop in /usr/ports/japanese/eijiro-fpw.
	*** Error code 1
	
	Stop in /usr/ports/japanese/eijiro-fpw.

	
>Fix:
	add MAKE_JOBS_UNSAFE=yes to Makefile can avoid this problem.
	here is a patch to Makefile:

--- Makefile.orig	2013-09-21 03:47:54.000000000 +0900
+++ Makefile	2013-11-24 11:53:05.000000000 +0900
@@ -19,6 +19,7 @@
 RESTRICTED=	The original dictionary is not free
 USES=		perl5
 USE_GMAKE=	yes
+MAKE_JOBS_UNSAFE=	yes
 WRKSRC=		${WRKDIR}/eijiro-fpw${PORTVERSION}
 DICT_PATH?=	/cdrom
 SRCFILE?=	eijiro52.txt
	


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


More information about the freebsd-ports-bugs mailing list