Help Needed: Issue with automake-native Build - Missing Text::Tabs Perl Module

Hi, Iโ€™m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Based on the context provided, Aymen is facing a build failure in Yocto due to a missing Text::Tabs Perl module required by help2man during the automake-native step. Here are some steps and recommendations to resolve this issue:

  1. Ensure Perl Module Installation in Yocto Environment:

    • Verify that the Text::Tabs module is installed within the Yocto build environment. This might require creating a custom recipe or modifying existing ones to include the necessary Perl modules.
  2. Manual Installation:

    • If the module is not available in the Yocto repositories, consider manually installing the Text::Tabs module. Ensure that the build environment is set up to include all required Perl modules.
  3. Configuration Adjustments:

    • Check that the build environment is configured to include the path where the Text::Tabs module is located. Ensure that the module is installed in a way that the Yocto build system can recognize it.
  4. Community Support:

    • Engage with the Yocto community for advice, as others may have encountered similar issues and could offer insights or solutions.

By following these steps, Aymen should be able to resolve the build failure related to the missing Text::Tabs Perl module.

Please, also check if these links can help you solve your problem:

File .tar.gz is not extracted to my rootfs.