The ebuild spends significant time in src_compile() trying to access network then failing, for every impl enabled: ``` python3.8 setup.py build -j 12 running build running build_py running js Installing build dependencies with npm. This may take a while... > npm install npm ERR! code ENOTFOUND npm ERR! syscall getaddrinfo npm ERR! errno ENOTFOUND npm ERR! network request to https://registry.npmjs.org/fs-extra failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org npm ERR! network This is a problem related to network connectivity. npm ERR! network In most cases you are behind a proxy or have bad network settings. npm ERR! network npm ERR! network If you are behind a proxy, please make sure that the npm ERR! network 'proxy' config is set properly. See: 'npm help config' ``` Note that just because majority of users are protected via network-sandbox, it doesn't mean it's fine for ebuilds to attempt fetching data via Internet.
Fixed per https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-python/jupyter_server_mathjax?id=f0c73d02249b624357a1bba6d3b01f3fddd3d325