jauhien / gs-elpa

g-sorcery backend for elisp packages
GNU General Public License v2.0
6 stars 3 forks source link

requires FEATURES="-network-sandbox" #10

Open haschka opened 4 years ago

haschka commented 4 years ago

I could not emerge what so ever without setting this flag for the melpa-stable overlay.

I never needed this flag and did not have network-sandbox enabled manually either.

I had this problems on all my machines, this should either be documented or not needed i guess.

CaptainBloodz commented 4 years ago

same here for quite a while now...

dol-sen commented 4 years ago

network-sandbox is a portage default. Do all the melpa packages require internet access?

haschka commented 4 years ago

network-sandbox is a portage default. Do all the melpa packages require internet access?

At least to download the code, the fetch seems to fail without "-network-sandbox"

dol-sen commented 4 years ago

@zmedico any ideas?

zmedico commented 4 years ago

If the ebuild fetches during src_unpack then it's enough to set PROPERTIES+=" live"

If the ebuild fetches during any other ebuild phase then it will need to set RESTRICT+=" network-sandbox".

ulm commented 3 years ago

This is fixed in gs-elpa-0.2 (now hosted on Gentoo infra: https://gitweb.gentoo.org/proj/gs-elpa.git).

CaptainBloodz commented 2 years ago

Fixed