Package Details: firefox-temporary-containers 1.9.2-3

Git Clone URL: https://aur.archlinux.org/firefox-temporary-containers.git (read-only, click to copy)
Package Base: firefox-temporary-containers
Description: Open tabs, websites, and links in automatically managed disposable containers
Upstream URL: https://github.com/stoically/temporary-containers
Licenses: MIT
Groups: firefox-addons
Provides: firefox-extension-temporary-containers
Replaces: firefox-extension-temporary-containers
Submitter: arojas
Maintainer: johnnybash
Last Packager: arojas
Votes: 3
Popularity: 0.000163
First Submitted: 2022-04-01 17:22 (UTC)
Last Updated: 2022-04-01 17:22 (UTC)

Latest Comments

gnaggnoyil commented on 2022-12-09 20:55 (UTC)

I've met the following error when I tried to build this package as of today:

npm ERR! code 7
npm ERR! path /home/gnaggnoyil/.cache/yay/firefox-temporary-containers/src/temporary-containers-1.9.2/node_modules/@parcel/watcher
npm ERR! command failed
npm ERR! command sh -c -- prebuild-install -r napi || node-gyp rebuild
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@6.1.0
npm ERR! gyp info using node@19.2.0 | linux | x64
npm ERR! gyp info find Python using Python version 3.10.8 found at "/usr/bin/python3"
npm ERR! gyp ERR! UNCAUGHT EXCEPTION 
npm ERR! gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'
npm ERR! gyp ERR! stack     at createConfigFile (/home/gnaggnoyil/.cache/yay/firefox-temporary-containers/src/temporary-containers-1.9.2/node_modules/node-gyp/lib/configure.js:118:21)
npm ERR! gyp ERR! stack     at /home/gnaggnoyil/.cache/yay/firefox-temporary-containers/src/temporary-containers-1.9.2/node_modules/node-gyp/lib/configure.js:85:9
npm ERR! gyp ERR! stack     at /home/gnaggnoyil/.cache/yay/firefox-temporary-containers/src/temporary-containers-1.9.2/node_modules/mkdirp/index.js:30:20
npm ERR! gyp ERR! stack     at FSReqCallback.oncomplete (node:fs:188:23)
npm ERR! gyp ERR! System Linux 6.0.11-arch1-1
npm ERR! gyp ERR! command "/usr/bin/node" "/home/gnaggnoyil/.cache/yay/firefox-temporary-containers/src/temporary-containers-1.9.2/node_modules/.bin/node-gyp" "rebuild"
npm ERR! gyp ERR! cwd /home/gnaggnoyil/.cache/yay/firefox-temporary-containers/src/temporary-containers-1.9.2/node_modules/@parcel/watcher
npm ERR! gyp ERR! node -v v19.2.0
npm ERR! gyp ERR! node-gyp -v v6.1.0
npm ERR! gyp ERR! This is a bug in `node-gyp`.
npm ERR! gyp ERR! Try to update node-gyp and file an Issue if it does not help:
npm ERR! gyp ERR!     <https://github.com/nodejs/node-gyp/issues>

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/gnaggnoyil/.npm/_logs/2022-12-09T20_26_48_162Z-debug-0.log

Is there anyone facing the same problem here?