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.
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"
State Changed From-To: open->closed Patch committed, thanks!