bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make 4.3 permission denies docker commands


From: Martin Dorey
Subject: Re: Make 4.3 permission denies docker commands
Date: Thu, 13 Feb 2020 07:24:44 +0000

The "Error 127" part is redolent of:

https://savannah.gnu.org/bugs/?57022 (Error 127 executing a script with no #!)

But this report's "Permission denied" has no equivalent there.  Still, the strace -f from there suggests an experiment that it would be helpful for Sandy to run here and, like there, it would be useful to know whether make-4.3 was configured on the same system as it was run on and what sort of system it was running on, specifically what version of glibc.


From: Bug-make <bug-make-bounces+martin.dorey=address@hidden> on behalf of Sandy Urazayev <address@hidden>
Sent: Wednesday, February 12, 2020 14:59
To: address@hidden <address@hidden>
Subject: Make 4.3 permission denies docker commands
 
***** EXTERNAL EMAIL *****

Good afternoon! My name is Sandy and I found a breaking issue that
currently prevents me from working with Make 4.3 and forced to downgrade
to Make 4.2. The problem I found was the docker building. If I have a
command

```
docker build ...
```

Make 4.3 gives me the following issue:

```
mib:master > make build
go build -v
docker --config ./.docker  build -t myimage:latest .
make: docker: Permission denied
make: *** [Makefile:73: buildlocal] Error 127
----
GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://nam04.safelinks.protection.outlook.com/?url="">>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
```

I would suspect that new Make 4.3 runs the command as the other user or
with a different context? My user has the permissions to run docker. After downgrading
back to Make 4.2, the problem disappears.

```
mib:master* > make build
go build -v
docker --config ./.docker  build -t myimage:latest .
Sending build context to Docker daemon  78.19MB
...
----
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
https://nam04.safelinks.protection.outlook.com/?url="">>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
```

Thank you

--
Sandy


reply via email to

[Prev in Thread] Current Thread [Next in Thread]