-2

During building core-image-sato on Yocto, I get an error:

| checking target system type... i686-pc-linux-gnu

| configure: error: internal configure error for the platform triplet, please file a bug report

| WARNING: exit code 1 from a shell command.

| 


> ERROR: Task
> (virtual:native:/home/dzx/poky/meta/recipes-devtools/python/python3_3.7.4.bb:do_configure)
> failed with exit code '1' NOTE: Tasks Summary: Attempted 352 tasks of
> which 345 didn't need to be rerun and 1 failed.

> Summary: 1 task failed:  
> virtual:native:/home/dzx/poky/meta/recipes-devtools/python/python3_3.7.4.bb:do_configure

> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

When I do step by step as "Yocto Project Quick Build" in Ubuntu 16.04, the above-mentioned errors appear.

My initial output from bitbake as follows:

Build Configuration:

BB_VERSION           = "1.44.0"

BUILD_SYS            = "i686-linux"

NATIVELSBSTRING      = "universal"

TARGET_SYS           = "x86_64-poky-linux"

MACHINE              = "qemux86-64"

DISTRO               = "poky"

DISTRO_VERSION       = "3.0"

TUNE_FEATURES        = "m64 core2"

TARGET_FPU           = ""
TylerH
  • 20,799
  • 66
  • 75
  • 101
steelpalm
  • 1
  • 3
  • 1
    Sorry, but this misses a lot of necesary detail to properly look into it. First and foremost, what host distribution are you building on, and which release of yocto are you using? – LetoThe2nd Nov 05 '19 at 07:29
  • when I do step by step as "Yocto Project Quick Build" in ubuntu 16.04 “https://www.yoctoproject.org/docs/3.0/brief-yoctoprojectqs/brief-yoctoprojectqs.html ” above-mentioned errors appear – steelpalm Nov 05 '19 at 08:22
  • Please include the initial output from bitbake which includes the variables/layers/settings. – Ross Burton Nov 05 '19 at 10:28
  • Did you install all the packages mentioned at https://www.yoctoproject.org/docs/2.5/brief-yoctoprojectqs/brief-yoctoprojectqs.html#brief-build-system-packages – Rohit Walavalkar Nov 05 '19 at 15:10
  • 1
    All the errors generate logs at /tmp/work/.. Please check that, or paste it here – Rohit Walavalkar Nov 05 '19 at 15:17
  • I have install all the packages use command : $ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \ build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \ xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ pylint3 xterm – steelpalm Nov 05 '19 at 15:25
  • there are many directory in tmp/work: all-poky-linux core2-64-poky-linux i686-linux qemux86_64-poky-linux paste ? – steelpalm Nov 05 '19 at 15:33

1 Answers1

-1

The error appear in Yocto 3.0 in Ubuntu 16.04LTS. When I git checkout yocto 2.7.1, I get no error.

TylerH
  • 20,799
  • 66
  • 75
  • 101
steelpalm
  • 1
  • 3
  • Is this an answer? Are you telling people to downgrade from Yocto 3.0 to 2.7.1 to solve the problem? Or is this just additional debugging/testing information that you meant to put in the question? – TylerH Aug 25 '23 at 18:14