aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-04-12 15:03:18 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-04-12 15:03:18 +0000
commitb706cf3834a33c7b5d8cf9686be90d5518857c40 (patch)
tree2e71ecb82322bac2eb016282980ffa76a18d8ef0 /UPDATING
parent19f99aa7cc3714431ea33aa16da36d55dde62d0e (diff)
downloadports-b706cf3834a33c7b5d8cf9686be90d5518857c40.tar.gz
ports-b706cf3834a33c7b5d8cf9686be90d5518857c40.zip
www/firefox: document sem(4) issue in UPDATING
Reported by: many PR: 218581 MFH: 2017Q2 (r438264 followup)
Notes
Notes: svn path=/head/; revision=438359
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING27
1 files changed, 27 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c0ddb84e5cb3..35a1733fb16b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -29,6 +29,33 @@ you update your ports collection, before attempting any port upgrades.
Portupgrade users:
portupgrade -fr security/libressl
+20170411:
+ AFFECTS: www/firefox
+ AUTHOR: gecko@FreeBSD.org
+
+ Firefox 53 or later may fail to build if sem(4) is present (see below)
+ because sysconf(3) still consults the old limits. If you don't plan to
+ run FreeBSD 8.x or older binaries make sure sem(4) isn't loaded during
+ boot or built statically into the kernel.
+
+ Creating config.status
+ Traceback (most recent call last):
+ File "configure.py", line 124, in <module>
+ sys.exit(main(sys.argv))
+ File "configure.py", line 34, in main
+ return config_status(config)
+ File "configure.py", line 119, in config_status
+ return config_status(args=[], **encode(sanitized_config, encoding))
+ File "python/mozbuild/mozbuild/config_status.py", line 136, in config_status
+ reader = BuildReader(env)
+ File "python/mozbuild/mozbuild/frontend/reader.py", line 886, in __init__
+ self._gyp_worker_pool = ProcessPoolExecutor(max_workers=max_workers)
+ File "python/futures/concurrent/futures/process.py", line 274, in __init__
+ _check_system_limits()
+ File "python/futures/concurrent/futures/process.py", line 263, in _check_system_limits
+ raise NotImplementedError(_system_limited)
+ NotImplementedError: system provides too few semaphores (30 available, 256 necessary)
+
20170410:
AFFECTS: users of x11-wm/awesome
AUTHOR: garga@FreeBSD.org