Skip to main content
Visitor II
October 15, 2024
Solved

Bitbake Build Failing at WirePlumber Compilation - Subcommand Failed

  • October 15, 2024
  • 2 replies
  • 2216 views

Hello,

I am trying to perform a bitbake build using micledore openstlinux weston on my STM32MP1 platform. During the final stages of the build, I am encountering an error related to wireplumber that stops the process.

Here are the details of the error:

ninja: build stopped: subcommand failed.
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /home/futura/Swaroop/STM32MPU_workspace/Distribution-Package/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi/wireplumber/0.4.17-r0/recipe-sysroot-native/usr/bin/ninja -j 8 -v

WARNING: exit code 1 from a shell command.

At the end of the build, I get this error:

ERROR: wireplumber-0.4.17-r0 do_compile: ExecutionError('/home/futura/Swaroop/STM32MPU_workspace/Distribution-Package/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi/wireplumber/0.4.17-r0/temp/run.do_compile.12651', 1, None, None)
ERROR: Logfile of failure stored in: /home/futura/Swaroop/STM32MPU_workspace/Distribution-Package/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi/wireplumber/0.4.17-r0/temp/log.do_compile.12651

I’ve already attempted to reduce the number of bb threads and parallel make, but the error still persists.

Has anyone encountered this issue before, or does anyone have suggestions for resolving it?

Build environment:

  • Platform: STM32MP1
  • Build tool: Micledore OpenSTLinux Weston
  • WirePlumber version: 0.4.17

Any help would be greatly appreciated!

Regards,
Swaroop

 

 

 

    This topic has been closed for replies.
    Best answer by swaroop

    Hello @Gregory PLANCHON ,

     

    To resolve this I had to install all the requisites as per this link:

    https://wiki.st.com/stm32mpu/wiki/PC_prerequisites

    Also a stable internet connection needs to be ensured for the recipes and git packages to be successfully downloaded and installed.

    After doing this my error was resolved

     

    Regards

    Swaroop

     

    2 replies

    ST Employee
    November 25, 2024

    Hi @swaroop,

     

    Do you still have this error, and if so, could you give me more details about what you're modifying, the command line you're using, etc.?

     

    Regards,

    Grégory

    swaroopAuthor
    Visitor II
    November 27, 2024

    Hey @Gregory PLANCHON 

    I have solved this issue.

     

    Thanks for reaching out!

     

    Regards,

    Swaroop

    ST Employee
    November 29, 2024

    Hi @swaroop ,

     

    Thanks for your return, could you share how you solved your issue so that others who may have the same issue can have the solution?

     

    Regards,

    Grégory

    swaroopAuthorAnswer
    Visitor II
    December 4, 2024

    Hello @Gregory PLANCHON ,

     

    To resolve this I had to install all the requisites as per this link:

    https://wiki.st.com/stm32mpu/wiki/PC_prerequisites

    Also a stable internet connection needs to be ensured for the recipes and git packages to be successfully downloaded and installed.

    After doing this my error was resolved

     

    Regards

    Swaroop