Bug 184205 - building japanese/eijiro-fpw fails
Summary: building japanese/eijiro-fpw fails
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-24 04:00 UTC by TsurutaniNaoki
Modified: 2013-12-03 19:52 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (311 bytes, patch)
2013-11-24 04:00 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2013-11-24 04:00:00 UTC
	building japanese/eijiro-fpw fails.

Fix: add MAKE_JOBS_UNSAFE=yes to Makefile can avoid this problem.
	here is a patch to Makefile:
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.
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-12-03 19:49:48 UTC
Author: antoine
Date: Tue Dec  3 19:49:41 2013
New Revision: 335590
URL: http://svnweb.freebsd.org/changeset/ports/335590

Log:
  Mark as jobs unsafe
  Failure log is in the PR
  
  PR:		ports/184205
  Submitted by:	Tsurutani Naoki

Modified:
  head/japanese/eijiro-fpw/Makefile

Modified: head/japanese/eijiro-fpw/Makefile
==============================================================================
--- head/japanese/eijiro-fpw/Makefile	Tue Dec  3 19:29:05 2013	(r335589)
+++ head/japanese/eijiro-fpw/Makefile	Tue Dec  3 19:49:41 2013	(r335590)
@@ -19,6 +19,7 @@ MANUAL_PACKAGE_BUILD=Needs data from CDR
 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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2013-12-03 19:50:07 UTC
State Changed
From-To: open->closed

Patch committed, thanks!