Summary: | dev-python/ipyparallel-8.2.0: fails with network sandbox due to yarn registry access | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Denis Lisov <dennis.lissov> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | harrisl, lssndrbarbieri, mgorny, python |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info
full build log |
Description
Denis Lisov
2022-02-08 13:36:25 UTC
Created attachment 764621 [details]
emerge --info
Created attachment 764622 [details]
full build log
I've installed yarn and still can't reproduce. Any clue what else I may be missing? (In reply to Michał Górny from comment #3) > I've installed yarn and still can't reproduce. Any clue what else I may be > missing? Get exactly the same here - maybe it depends on something in the profile (systemd?) (here: default/linux/amd64/17.1/systemd) (In reply to Bernd Feige from comment #4) > (In reply to Michał Górny from comment #3) > > I've installed yarn and still can't reproduce. Any clue what else I may be > > missing? > > Get exactly the same here - maybe it depends on something in the profile > (systemd?) > (here: default/linux/amd64/17.1/systemd) With: FEATURES=-network-sandbox emerge -1 dev-python/ipyparallel the yarn build works but then "jupyter labextension build ." fails with: running install_data error: can't copy 'ipyparallel/labextension/static/572.d4c49c9e00ca709b9f1d.js': doesn't exist or not a regular file in a second attempt: running install_data error: can't copy 'ipyparallel/labextension/static/remoteEntry.34efbd5c8b146e4195cf.js': doesn't exist or not a regular file It still fails every time. Could you try setting: export IPP_DISABLE_JS=1 and then emerging it? If that helps, I'll put it into the ebuild. Built successfully with IPP_DISABLE_JS=1 emerge -1u ipyparallel Thanks for testing. I'm going to push it when I'm done building kernels. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7847c8678e84286eec1b07c5aed34b39c3a09bc commit d7847c8678e84286eec1b07c5aed34b39c3a09bc Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2022-02-08 22:30:07 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2022-02-08 23:21:37 +0000 dev-python/ipyparallel: Prevent rebuilding stuff via nodejs Closes: https://bugs.gentoo.org/832930 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/ipyparallel/ipyparallel-8.2.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) |