mbox

[bug#45989,0/2] gnu: python-invoke: Patch reference to bash.

Message ID 20210119182257.15116-1-tanguy@bioneland.org
Headers show

Message

Tanguy LE CARROUR Jan. 19, 2021, 6:22 p.m. UTC
Hi Guix,

Invoke's code contains a reference to `/bin/bash`. This path does not exist
in the build environment of another package I am working on. I don't
know why it seems to work for some other packages, thought !?

Best regards

Tanguy Le Carrour (2):
  gnu: python-invoke: Patch reference to bash.
  gnu: python-invoke: Update to 1.5.0.

 gnu/packages/python-xyz.scm | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

Comments

宋文武 Feb. 12, 2021, 12:16 p.m. UTC | #1
Tanguy Le Carrour <tanguy@bioneland.org> writes:

> Hi Guix,
>
> Invoke's code contains a reference to `/bin/bash`. This path does not exist
> in the build environment of another package I am working on. I don't
> know why it seems to work for some other packages, thought !?
I think they'll failed too unless they configured the shell somehow...

Pushed, thank you!
Tanguy LE CARROUR Feb. 12, 2021, 1:46 p.m. UTC | #2
Hi,


Excerpts from 宋文武's message of February 12, 2021 1:16 pm:
> Tanguy Le Carrour <tanguy@bioneland.org> writes:
> 
>> Hi Guix,
>>
>> Invoke's code contains a reference to `/bin/bash`. This path does not exist
>> in the build environment of another package I am working on. I don't
>> know why it seems to work for some other packages, thought !?
> I think they'll failed too unless they configured the shell somehow...

You right! I figured out that I had myself the `INVOKE_RUN_SHELL` envvar set.


> Pushed, thank you!

Thanks!