Frank Kuehndel commented on a discussion: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/29#note_111418 @the.m3chanic The exact same command and error noted in the summary of this bug. The CI creates a new docker container and then runs in the container: ``` git clone https://gitlab.rtems.org/rtems/tools/rtems-source-builder.git rsb cd rsb/rtems ../source-builder/sb-set-builder --prefix /opt/rtems/6 6/rtems-sparc 6/rtems-riscv ``` The error is: ``` error: shell macro failed: cat "/home/ferris/rsb/rtems/config/stdcxx-template.py" | sed "s/@RSB_GCC_VERSION@//bin/sh: 1: /opt/rtems/6/bin/sparc-rtems6-gcc: not found/g" > "/opt/rtems/6/share/gdb/python/rtems/stdcxx.py": 2: /bin/sh: 1: cannot create /opt/rtems/6/share/gdb/python/rtems/stdcxx.py: Directory nonexistent ``` Note: The CI run does not apply the patch from @chris https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/48#note_111355 . With that patch the RSB builds successfully. -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/29#note_111418 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
