HomeDefectsLIN1025-3147
Acknowledged

LIN1025-3147 : Can't locate bigint.pm on x86_64-wrs-linux-gprofng-display-html for without perl module bigint

Created: Aug 7, 2025    Updated: Nov 12, 2025
Found In Version: 10.25.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Toolchain

Description

In SDK, missing perl modules causes 'x86_64-pokysdk-linux-gp-display-html --help' to abort with below errors:
- Can't locate bignum.pm in @INC (you may need to install the feature module).
- Can't locate Math/BigInt.pm in @INC (you may need to install the Math::BigInt module)

Current manual work-around:
Add the following in local.conf :
   TOOLCHAIN_HOST_TASK:append = " nativesdk-gprofng" 

Workaround

Add RDEPENDS bigint
e.g. update oe-core//meta/recipes-devtools/autoconf/autoconf_2.72e.bb
with perl-module-bigint perl-module-math-bigint 

Steps to Reproduce

   1. Create project
      $../wrlinux-x/setup.sh --dl-layers --all-layers
   2. Build project 
      $bitbake  wrlinux-image-std -c  populate_sdk
   3. Extract sdk and check
       $ ../tmp/deploy/sdk/wrlinux-*wrlinux-image-std-sdk.sh -d sdk -y
       $source environment-setup-core2-64-wrs-linux