Skip to content

Qemu-arm-static busy with 2x nested modules. #114

@amrsoll

Description

@amrsoll

The module list that I have is the following

export MODULES="base(raspicam, network, disable-services(dev-libs(octopi, beamos)), password-for-sudo)"

It would seem that CustomPiOS tries to copy the qemu-arm-static file while it's already being used, possibly because it should only be copied once instead of doing copied for each nested module?

+ execute_chroot_script /home/runner/work/BeamOS/BeamOS/repository/src/modules/dev-libs /home/runner/work/BeamOS/BeamOS/repository/src/modules/dev-libs/end_chroot_script
+ '[' -f /.dockerenv ']'
+ '[' -d /home/runner/work/BeamOS/BeamOS/repository/src/modules/dev-libs/filesystem ']'
++ arch
+ '[' x86_64 '!=' armv7l ']'
++ arch
+ '[' x86_64 '!=' aarch64 ']'
+ '[' armv7l == armv7l ']'
++ which qemu-arm-static
+ cp /usr/bin/qemu-arm-static usr/bin/qemu-arm-static
cp: cannot create regular file 'usr/bin/qemu-arm-static': Text file busy
++++ echo_red 'build failed, unmounting image...'

See Build log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions