You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/01/26 12:11:53 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8247: tools/ci: Update docker to ubuntu 22.04

xiaoxiang781216 commented on PR #8247:
URL: https://github.com/apache/nuttx/pull/8247#issuecomment-1404915642

   @btashton do you know why docker fail here:
   ```
   Dockerfile:153
   --------------------
    152 |     # Install gcc
    153 | >>> RUN cd renesas-tools/source/gcc && \
    154 | >>>   chmod +x ./contrib/download_prerequisites ./configure ./move-if-change ./libgcc/mkheader.sh && \
    155 | >>>   ./contrib/download_prerequisites && \
    156 | >>>   sed -i '1s/^/@documentencoding ISO-8859-1\n/' ./gcc/doc/gcc.texi && \
    157 | >>>   sed -i 's/@tex/\n&/g' ./gcc/doc/gcc.texi && sed -i 's/@end tex/\n&/g' ./gcc/doc/gcc.texi && \
    158 | >>>   mkdir -p /tools/renesas-tools/build/gcc && cd /tools/renesas-tools/build/gcc && \
    159 | >>>   /tools/renesas-tools/source/gcc/configure --target=rx-elf --prefix=/tools/renesas-toolchain/rx-elf-gcc \
    160 | >>>   --disable-shared --disable-multilib --disable-libssp --disable-libstdcxx-pch --disable-werror --enable-lto \
    161 | >>>   --enable-gold --with-pkgversion=GCC_Build_1.02 --with-newlib --enable-languages=c && \
    162 | >>>   make && make install 
    163 |     ENV PATH="/tools/renesas-toolchain/rx-elf-gcc/bin:$PATH"
   --------------------
   ERROR: failed to solve: process "/bin/sh -c cd renesas-tools/source/gcc &&   chmod +x ./contrib/download_prerequisites ./configure ./move-if-change ./libgcc/mkheader.sh &&   ./contrib/download_prerequisites &&   sed -i '1s/^/@documentencoding ISO-8859-1\\n/' ./gcc/doc/gcc.texi &&   sed -i 's/@tex/\\n&/g' ./gcc/doc/gcc.texi && sed -i 's/@end tex/\\n&/g' ./gcc/doc/gcc.texi &&   mkdir -p /tools/renesas-tools/build/gcc && cd /tools/renesas-tools/build/gcc &&   /tools/renesas-tools/source/gcc/configure --target=rx-elf --prefix=/tools/renesas-toolchain/rx-elf-gcc   --disable-shared --disable-multilib --disable-libssp --disable-libstdcxx-pch --disable-werror --enable-lto   --enable-gold --with-pkgversion=GCC_Build_1.02 --with-newlib --enable-languages=c &&   make && make install" did not complete successfully: exit code: 1
   Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd renesas-tools/source/gcc &&   chmod +x ./contrib/download_prerequisites ./configure ./move-if-change ./libgcc/mkheader.sh &&   ./contrib/download_prerequisites &&   sed -i '1s/^/@documentencoding ISO-8859-1\\n/' ./gcc/doc/gcc.texi &&   sed -i 's/@tex/\\n&/g' ./gcc/doc/gcc.texi && sed -i 's/@end tex/\\n&/g' ./gcc/doc/gcc.texi &&   mkdir -p /tools/renesas-tools/build/gcc && cd /tools/renesas-tools/build/gcc &&   /tools/renesas-tools/source/gcc/configure --target=rx-elf --prefix=/tools/renesas-toolchain/rx-elf-gcc   --disable-shared --disable-multilib --disable-libssp --disable-libstdcxx-pch --disable-werror --enable-lto   --enable-gold --with-pkgversion=GCC_Build_1.02 --with-newlib --enable-languages=c &&   make && make install" did not complete successfully: exit code: 1
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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