diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-04-12 23:03:18 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-04-12 23:03:18 +0800 |
commit | a11fee5f09afe4dd05a32d989f2cf4be88ad7263 (patch) | |
tree | 2e71ecb82322bac2eb016282980ffa76a18d8ef0 /UPDATING | |
parent | b2d49005d86772d8d1f7ccdc73707aef78d60dcb (diff) | |
download | freebsd-ports-gnome-a11fee5f09afe4dd05a32d989f2cf4be88ad7263.tar.gz freebsd-ports-gnome-a11fee5f09afe4dd05a32d989f2cf4be88ad7263.tar.zst freebsd-ports-gnome-a11fee5f09afe4dd05a32d989f2cf4be88ad7263.zip |
www/firefox: document sem(4) issue in UPDATING
Reported by: many
PR: 218581
MFH: 2017Q2 (r438264 followup)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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 |