Skip to main content
Associate II
October 15, 2024
Solved

Bitbake Build Failing at WirePlumber Compilation - Subcommand Failed

  • October 15, 2024
  • 2 replies
  • 3162 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

 

 

 

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

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
swaroopAuthor
Associate 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

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
swaroopAuthorBest answer
Associate 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