Bug 238304 - japanese/cmigemo: fix build
Summary: japanese/cmigemo: fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-03 08:57 UTC by Piotr Kubaj
Modified: 2019-06-16 14:06 UTC (History)
0 users

See Also:
nobutaka: maintainer-feedback+


Attachments
patch (289 bytes, patch)
2019-06-03 08:57 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2019-06-03 08:57:21 UTC
Created attachment 204799 [details]
patch

Building on releng/12.0 on powerpc64 currently fails with:
Assembler messages:
Fatal error: can't create build/object/wordbuf.o: No such file or directory

Add MAKE_JOBS_UNSAFE=yes to fix build.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-16 14:02:10 UTC
A commit references this bug:

Author: nobutaka
Date: Sun Jun 16 14:01:28 UTC 2019
New revision: 504345
URL: https://svnweb.freebsd.org/changeset/ports/504345

Log:
  - Set MAKE_JOBS_UNSAFE=yes to fix build on powerpc64. [*]
  - Regenerate patches with make makepatch.
  - Pet portlint.

  PR:		238304 [*]
  Submitted by:	pkubaj [*]

Changes:
  head/japanese/cmigemo/Makefile
  head/japanese/cmigemo/files/patch-Makefile
  head/japanese/cmigemo/files/patch-compile_Make_gcc.mak
  head/japanese/cmigemo/files/patch-compile_config.mk.in
  head/japanese/cmigemo/files/patch-compile_unix.mak
  head/japanese/cmigemo/files/patch-configure
  head/japanese/cmigemo/files/patch-dict_dict.mak
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2019-06-16 14:06:48 UTC
Committed, thanks!