You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/01/12 08:47:31 UTC

[GitHub] [incubator-nuttx-testing] yamt opened a new pull request #86: Dockerfile: APT::Immediate-Configure=0 to workaround failures

yamt opened a new pull request #86:
URL: https://github.com/apache/incubator-nuttx-testing/pull/86


   Workaround the following failure I have with "docker build" on
   Docker Desktop on macOS.
   It might be related to https://github.com/docker/for-linux/issues/1131.
   
       E: Could not configure 'libc6:i386'.
       E: Could not perform immediate configuration on 'libgcc-s1:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)
       The command '/bin/sh -c apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -qq --no-install-recommends   avr-libc   build-essential   ccache   curl   gcc   gcc-avr   gcc-multilib   gettext   git   lib32z1-dev   libc6-dev-i386   libasound2-dev libasound2-dev:i386   libcurl4-openssl-dev   libpulse-dev libpulse-dev:i386   libpython2.7   libx11-dev libx11-dev:i386   libxext-dev libxext-dev:i386   linux-libc-dev:i386   linux-headers-generic   python3   python3-pip   python-is-python3   u-boot-tools   unzip   wget   xxd   && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
   
   ## Summary
   
   ## Impact
   
   ## Testing
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-testing] btashton commented on pull request #86: Dockerfile: APT::Immediate-Configure=0 to workaround failures

Posted by GitBox <gi...@apache.org>.
btashton commented on pull request #86:
URL: https://github.com/apache/incubator-nuttx-testing/pull/86#issuecomment-758786332


   Makes sense since that is the section that we pull in the 32bit version of libc.  Usually this goes away when the base image gets updated, but no harm here.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-testing] btashton merged pull request #86: Dockerfile: APT::Immediate-Configure=0 to workaround failures

Posted by GitBox <gi...@apache.org>.
btashton merged pull request #86:
URL: https://github.com/apache/incubator-nuttx-testing/pull/86


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org