Re: [gentoo-user] strange ebuild problem

2020-11-20 Thread Helmut Jarausch
On 11/20/2020 05:50:11 PM, Mickaël Bucas wrote: Le  ven. 20 nov. 2020    16:44, Helmut Jarausch <_j_a_r_a_u_s_c_h_@_s_k_y_n_e_t_._b_e> a ©crit  : Hi, I have an ebuild containing inherit git-r3 and src_compile() {         ./build_all.sh }

Re: [gentoo-user] strange ebuild problem

2020-11-20 Thread Mickaël Bucas
Le ven. 20 nov. 2020 à 16:44, Helmut Jarausch a écrit : > Hi, > I have an ebuild containing > > inherit git-r3 > > and > > src_compile() { > > ./build_all.sh > } > > The script build_all.sh contains > > [ -d csources ] || git clone --depth 1 > https://github.com/nim-lang/csources.git > >

[gentoo-user] strange ebuild problem

2020-11-20 Thread Helmut Jarausch
Hi, I have an ebuild containing inherit git-r3 and src_compile() { ./build_all.sh } The script build_all.sh contains [ -d csources ] || git clone --depth 1 https://github.com/nim-lang/csources.git When I try to build I get the strange error fatal: unable to access