GNU bug report logs -
#35281
[PATCH] gnu: docker: Add a couple go dependencies and enable docker-proxy.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35281 in the body.
You can then email your comments to 35281 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#35281
; Package
guix-patches
.
(Sun, 14 Apr 2019 23:12:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 14 Apr 2019 23:12:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello Guix!
Before this change, attempting to start a docker registry such as with
the following command[0]:
--8<---------------cut here---------------start------------->8---
docker run -d -p 5000:5000 --restart=always --name registry registry:2
--8<---------------cut here---------------end--------------->8---
Would give the following error:
--8<---------------cut here---------------start------------->8---
/gnu/store/dzaijl53fcd3jhkpd70vsf4cnvv10ywj-docker-cli-18.09.3/bin/docker:
Error response from daemon: driver failed programming external
connectivity on endpoint registry
(709754084a9e208c32075e47ea9584296a6f274deeef08283d0de9c9a5161112):
exec: "docker-proxy": executable file not found in $PATH.
--8<---------------cut here---------------end--------------->8---
This series of patches adds docker-libnetwork-cmd-proxy and a few new go
packages it required.
The docker service is modified to enable (or disable) using a 'docker-proxy'.
Thanks!
Maxim
[0001-gnu-Add-go-sctp.patch (text/x-patch, attachment)]
[0002-gnu-Add-go-netns.patch (text/x-patch, attachment)]
[0003-gnu-Add-go-netlink.patch (text/x-patch, attachment)]
[0004-gnu-Add-docker-libnetwork.patch (text/x-patch, attachment)]
[0005-gnu-Add-docker-libnetwork-cmd-proxy.patch (text/x-patch, attachment)]
[0006-services-docker-Add-new-fields-to-support-proxy.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]
Added blocking bug(s) 35263
Request was from
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sun, 14 Apr 2019 23:32:01 GMT)
Full text and
rfc822 format available.
Added indication that bug 35281 blocks35282
Request was from
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Mon, 15 Apr 2019 00:15:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#35281
; Package
guix-patches
.
(Mon, 15 Apr 2019 06:23:02 GMT)
Full text and
rfc822 format available.
Message #12 received at 35281 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
On Sun, 14 Apr 2019 19:02:53 -0400
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> wrote:
> + ;; The tests fail with the error:
> + ;; src/github.com/docker/libnetwork/network.go:1057: Warnf format %q
> + ;; has arg n.configOnly of wrong type bool.
> + #:tests? #f))
> + (home-page "https://github.com/docker/libnetwork/")
It might make sense to report that bug upstream--they're helpful people.
Otherwise LGTM!
[Message part 2 (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#35281
; Package
guix-patches
.
(Mon, 15 Apr 2019 22:15:01 GMT)
Full text and
rfc822 format available.
Message #15 received at 35281 <at> debbugs.gnu.org (full text, mbox):
Hi Danny!
Danny Milosavljevic <dannym <at> scratchpost.org> writes:
> Hi,
>
> On Sun, 14 Apr 2019 19:02:53 -0400
> Maxim Cournoyer <maxim.cournoyer <at> gmail.com> wrote:
>
>> + ;; The tests fail with the error:
>> + ;; src/github.com/docker/libnetwork/network.go:1057: Warnf format %q
>> + ;; has arg n.configOnly of wrong type bool.
>> + #:tests? #f))
>> + (home-page "https://github.com/docker/libnetwork/")
>
> It might make sense to report that bug upstream--they're helpful people.
>
> Otherwise LGTM!
Thanks for bringing my attention to that part; I've tried re-enabling
the tests but it seems to fail because of unmet dependencies now --
which makes sense since I'm not adding any inputs. I've removed the
tests? #f argument and detailed in the top comment that this is simply
used as a template and doesn't even build.
Thanks for the review!
Maxim
Reply sent
to
T460s laptop <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Mon, 06 May 2019 00:27:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 06 May 2019 00:27:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 35281-done <at> debbugs.gnu.org (full text, mbox):
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
> Hi Danny!
>
> Danny Milosavljevic <dannym <at> scratchpost.org> writes:
>
>> Hi,
>>
>> On Sun, 14 Apr 2019 19:02:53 -0400
>> Maxim Cournoyer <maxim.cournoyer <at> gmail.com> wrote:
>>
>>> + ;; The tests fail with the error:
>>> + ;; src/github.com/docker/libnetwork/network.go:1057: Warnf format %q
>>> + ;; has arg n.configOnly of wrong type bool.
>>> + #:tests? #f))
>>> + (home-page "https://github.com/docker/libnetwork/")
>>
>> It might make sense to report that bug upstream--they're helpful people.
>>
>> Otherwise LGTM!
>
> Thanks for bringing my attention to that part; I've tried re-enabling
> the tests but it seems to fail because of unmet dependencies now --
> which makes sense since I'm not adding any inputs. I've removed the
> tests? #f argument and detailed in the top comment that this is simply
> used as a template and doesn't even build.
>
> Thanks for the review!
>
> Maxim
Pushed as 7a31d93a61. Thanks!
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 03 Jun 2019 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 79 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.