aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-06-14 21:31:26 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-06-14 21:31:26 +0000
commitc156e997c5191c895bdf123f615fb41b088b322d (patch)
treeb5da8e0ce91bd64dce8ff113af0356394e52982b /japanese
parentbd332d4241533bae8e79ccd52193de683135d5b5 (diff)
downloadports-c156e997c5191c895bdf123f615fb41b088b322d.tar.gz
ports-c156e997c5191c895bdf123f615fb41b088b322d.zip
Clarify the two error cases on powerpc64.
On 13 the entire output is: ninja: build stopped: subcommand failed. Traceback (most recent call last): File "build_mozc.py", line 1272, in <module> main() File "build_mozc.py", line 1259, in main BuildMain(cmd_opts, cmd_args) File "build_mozc.py", line 890, in BuildMain BuildWithNinja(options, targets) File "build_mozc.py", line 864, in BuildWithNinja RunOrDie([ninja, '-v', '-C', build_arg] + ninja_targets) File "/wrkdirs/usr/ports/japanese/mozc-server/work/mozc-2.23.2815.102.00/src/build_tools/util.py", line 99, in RunOrDie '=========='])) build_tools.util.RunOrDieError: ========== ERROR: ninja -v -C out_linux/Release mozc_server ========== *** Error code 1 Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=538830
Diffstat (limited to 'japanese')
-rw-r--r--japanese/mozc-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile
index 4daba68728d9..ef81c2f2d522 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -17,8 +17,9 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf \
libzinnia.so:japanese/zinnia
RUN_DEPENDS= xdg-open:devel/xdg-utils
+BROKEN_FreeBSD_12_powerpc64= fails to install: gyp: Call to 'which clang' returned exit status 1 while in client/client.gyp
+BROKEN_FreeBSD_13_powerpc64= fails to build: ERROR: ninja -v -C out_linux/Release mozc_server: Error code 1
BROKEN_powerpc= fails to compile: segfault
-BROKEN_powerpc64= fails to install: gyp: Call to 'which clang' returned exit status 1 while in client/client.gyp
BROKEN_sparc64= fails to compile: segfault
USE_GITHUB= yes