Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2020 21:31:26 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538830 - head/japanese/mozc-server
Message-ID:  <202006142131.05ELVQnB065771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Jun 14 21:31:26 2020
New Revision: 538830
URL: https://svnweb.freebsd.org/changeset/ports/538830

Log:
  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)

Modified:
  head/japanese/mozc-server/Makefile

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Sun Jun 14 20:38:04 2020	(r538829)
+++ head/japanese/mozc-server/Makefile	Sun Jun 14 21:31:26 2020	(r538830)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006142131.05ELVQnB065771>