Code Monkey home page Code Monkey logo

Comments (9)

jancumps avatar jancumps commented on August 28, 2024

Attached the error log for that job:

log.do_compile.2323.txt

from meta-iot2000.

jancumps avatar jancumps commented on August 28, 2024

and the v8 file is fetched as part of the build, located in:
/home/jancumps/iot2020/iot2000-build/tmp/sysroots/iot2000/usr/include/node/v8.h

from meta-iot2000.

jan-kiszka avatar jan-kiszka commented on August 28, 2024

Could you share the startup report of bitbake about which layers in which revisions it is building? Just to check that there is no inconsistency.

from meta-iot2000.

jancumps avatar jancumps commented on August 28, 2024

Here's the startup report

WARNING: Host distribution "Ubuntu-16.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 2215 entries from dependency cache.
Parsing recipes...done.
Parsing of 1646 .bb files complete (1645 cached, 1 parsed). 2215 targets, 106 skipped, 3 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
NOTE: preferred version 6.9.2 of nodejs not available (for item nodejs)
NOTE: versions of nodejs available: 0.10.48 0.12.18 0.8.28 4.2.4 4.4.3 4.8.0 6.10.0 7.7.3
NOTE: preferred version 6.9.2 of nodejs not available (for item nodejs-npm)
NOTE: versions of nodejs available: 0.10.48 0.12.18 0.8.28 4.2.4 4.4.3 4.8.0 6.10.0 7.7.3
NOTE: preferred version 6.9.2 of nodejs not available (for item nodejs)
NOTE: versions of nodejs available: 0.10.48 0.12.18 0.8.28 4.2.4 4.4.3 4.8.0 6.10.0 7.7.3
NOTE: preferred version 6.9.2 of nodejs-native not available (for item nodejs-native)
NOTE: versions of nodejs-native available: 0.10.48 0.12.18 0.8.28 4.2.4 4.4.3 4.8.0 6.10.0 7.7.3
NOTE: multiple providers are available for runtime java2-runtime (cacao, openjre-8, jamvm, openjdk-7-jre, openjdk-8)
NOTE: consider defining a PREFERRED_RPROVIDER entry to match java2-runtime
NOTE: preferred version 6.9.2 of nodejs not available (for item nodejs-dev)
NOTE: versions of nodejs available: 0.10.48 0.12.18 0.8.28 4.2.4 4.4.3 4.8.0 6.10.0 7.7.3
NOTE: multiple providers are available for virtual/java-native (cacao-native, jamvm-native)
NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/java-native
NOTE: multiple providers are available for virtual/java-initial-native (cacao-initial-native, jamvm-initial-native)
NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/java-initial-native

Build Configuration:
BB_VERSION        = "1.30.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "universal"
TARGET_SYS        = "i586-poky-linux"
MACHINE           = "iot2000"
DISTRO            = "poky"
DISTRO_VERSION    = "2.1"
TUNE_FEATURES     = "m32 i586-nlp"
TARGET_FPU        = ""
meta              
meta-poky         
meta-yocto-bsp    = "HEAD:6c1c01392d91f512e2949ad1d57a75a8077478ba"
meta-oe           = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-intel        = "HEAD:9a06fc5bce051c47816d139184753ecdcc29987c"
meta-java         = "HEAD:9edf7d5aa5bdcf9afc4365fd1d85feca72b4ef1a"
meta-nodejs       = "krogoth:78018dc7dc02b5039a165801d09c00564687a1b6"
meta-intel-iot-middleware = "HEAD:821cf14c8304669d9ce0c5b87b9be5a6eecff6e5"
meta-iot2000-bsp  
meta-iot2000-example = "master:f20ee85cbca87169b062cf28c135e032e87f8b9a"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Running task 2364 of 4504 (ID: 407, /home/jancumps/iot2020/poky/meta-intel-iot-middleware/recipes-devtools/mraa/mraa_0.10.1.bb, do_compile)

from meta-iot2000.

jan-kiszka avatar jan-kiszka commented on August 28, 2024

Could you retry with the state that current master encodes? We've updated some layers. Just to avoid hunting an already resolve issue.

from meta-iot2000.

jancumps avatar jancumps commented on August 28, 2024

I'm sorry, I don't understand the question.
Do you want me to try without the ... git ... checkout #hexcode commands, just the plain checkouts?

from meta-iot2000.

jan-kiszka avatar jan-kiszka commented on August 28, 2024

We've updated the hashes and, thus, the layer revisions in the latest master version.

Just go to all the dependent layer checkout, run "git fetch origin", followed by "git checkout ". Also update meta-iot2000 itself. Then rebuild.

from meta-iot2000.

jancumps avatar jancumps commented on August 28, 2024

I've done the sync of each layer and the build is ripping on...
No error at this moment. I'll update this issue with results.
For info, this is the version of the layers reported by bitbake after the git resync:

meta              
meta-poky         
meta-yocto-bsp    = "HEAD:6c1c01392d91f512e2949ad1d57a75a8077478ba"
meta-oe           = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-intel        = "HEAD:9a06fc5bce051c47816d139184753ecdcc29987c"
meta-java         = "HEAD:9edf7d5aa5bdcf9afc4365fd1d85feca72b4ef1a"
meta-nodejs       = "krogoth:78018dc7dc02b5039a165801d09c00564687a1b6"
meta-intel-iot-middleware = "HEAD:821cf14c8304669d9ce0c5b87b9be5a6eecff6e5"
meta-iot2000-bsp  
meta-iot2000-example = "master:a3d49e2c64f35e6806ce13036a79196609553e1a"

from meta-iot2000.

jancumps avatar jancumps commented on August 28, 2024

The build was successful. Thanks.
I'll now try to run it on the device...

from meta-iot2000.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.