Bill Welch

Results 6 comments of Bill Welch

Yes, it does end the build of the image: ``` make[2]: Leaving directory '/opt/ospf-mdr/zebra' make[1]: *** [Makefile:481: all-recursive] Error 1 make[1]: Leaving directory '/opt/ospf-mdr' make: *** [Makefile:413: all] Error 2...

`Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1` ``` PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.3 LTS (Jammy Jellyfish)" ``` And your instance has the clashing header - /usr/include/netinet/icmp6.h?

Hmm, don't need ospf-mdr? So, something like set ospf to False in tasks.py:install?

This got me an image (need --no-check-certificate for the corporate MitM proxy) ``` diff --git a/dockerfiles/Dockerfile.ubuntu b/dockerfiles/Dockerfile.ubuntu index 8eceebf7..6f19006f 100644 --- a/dockerfiles/Dockerfile.ubuntu +++ b/dockerfiles/Dockerfile.ubuntu @@ -22,6 +22,7 @@ RUN apt-get...

Yes, there're many packages pulled in from the outside in the Dockerfile. I've been looking carefully for evidence of the proxy changing something and haven't spotted anything to indicate the...

Got it. I will look more closely for a way to eliminate or identity the proxy as the problem. Thank you.