cifs-utils: smbinfo and smb2-quota do not run

  • Open
  • quality assurance status badge
Details
One participant
  • Jonathan Brielmaier
Owner
unassigned
Submitted by
Jonathan Brielmaier
Severity
normal

Debbugs page

Jonathan Brielmaier wrote 1 years ago
(address . bug-guix@gnu.org)
3f528baa-bf7f-f1ca-4d8a-bb0a7127186e@web.de
`smbinfo` and `smb2-quota` of the cifs-utils package refuse to run properly:
```
$ smbinfo
/usr/bin/env: 'python3': No such file or directory
$ smb2-quota
/usr/bin/env: 'python': No such file or directory
```

We need to patch out the `/usr/bin/env python` thing.

~Jonathan
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 68635@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68635
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help