Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2019 13:35:56 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498375 - head/www/seamonkey
Message-ID:  <201904081335.x38DZu45000339@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Apr  8 13:35:56 2019
New Revision: 498375
URL: https://svnweb.freebsd.org/changeset/ports/498375

Log:
  www/seamonkey: mark BROKEN on -CURRENT
  
  resource://gre/modules/commonjs/dev/toolbox.js
  resource://gre/modules/commonjs/dev/utils.js
  resource://gre/modules/commonjs/dev/volcan.js
  Traceback (most recent call last):
    File "mozilla/toolkit/mozapps/installer/packager.py", line 415, in <module>
      main()
    File "mozilla/toolkit/mozapps/installer/packager.py", line 409, in main
      args.source, gre_path, base)
    File "mozilla/toolkit/mozapps/installer/packager.py", line 166, in precompile_cache
      errors.fatal('Error while running startup cache precompilation')
    File "mozilla/python/mozbuild/mozpack/errors.py", line 103, in fatal
      self._handle(self.FATAL, msg)
    File "mozilla/python/mozbuild/mozpack/errors.py", line 98, in _handle
      raise ErrorMessage(msg)
  mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation
  gmake[2]: *** [mozilla/toolkit/mozapps/installer/packager.mk:41: stage-package] Error 1

Modified:
  head/www/seamonkey/Makefile   (contents, props changed)

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Mon Apr  8 13:34:39 2019	(r498374)
+++ head/www/seamonkey/Makefile	Mon Apr  8 13:35:56 2019	(r498375)
@@ -13,6 +13,8 @@ DISTFILES=	${DISTNAME}.source${EXTRACT_SUFX}
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	The open source, standards compliant web browser
 
+BROKEN_FreeBSD_13_amd64=	xpcshell crashes after base Clang updated to 8.0.0
+
 BUILD_DEPENDS=	nspr>=4.13.1:devel/nspr \
 		nss>=3.28.6:security/nss \
 		libevent>=2.0.21_2:devel/libevent \



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