Alessandro Tagliapietra <[email protected]> escreveu no dia segunda, 11/04/2022 à(s) 17:13:
> I've created an npm package recipe for node-red-node-serialport > <https://www.npmjs.com/package/node-red-node-serialport> using > > devtool add "npm://registry.npmjs.org > ;package=node-red-node-serialport;version=1.0.1" > > which generated this > <https://gist.github.com/alex88/e0e1bca5ac07137229839120f8bfe273> recipe. > > The problem is when building I get > > WARNING: node-red-node-serialport-1.0.1-r0 do_compile: Use of configs > argument of NpmEnvironment.run() function is deprecated. Please use args > argument instead. > WARNING: node-red-node-serialport-1.0.1-r0 do_compile: Use of configs > argument of NpmEnvironment.run() function is deprecated. Please use args > argument instead. > ERROR: node-red-node-serialport-1.0.1-r0 do_package: QA Issue: File > '/usr/lib/node_modules/node-red-node-serialport/node_modules/@serialport/bindings-cpp/prebuilds/android-arm/node.napi.armv7.node' > from node-red-node-serialport was already stripped, this will prevent > future debugging! [already-stripped] > ERROR: node-red-node-serialport-1.0.1-r0 do_package: QA Issue: File > '/usr/lib/node_modules/node-red-node-serialport/node_modules/@serialport/bindings-cpp/prebuilds/android-arm64/node.napi.armv8.node' > from node-red-node-serialport was already stripped, this will prevent > future debugging! [already-stripped] > ERROR: node-red-node-serialport-1.0.1-r0 do_package: QA Issue: File > '/usr/lib/node_modules/node-red-node-serialport/node_modules/@serialport/bindings-cpp/prebuilds/linux-arm/node.napi.armv6.node' > from node-red-node-serialport was already stripped, this will prevent > future debugging! [already-stripped] > ERROR: node-red-node-serialport-1.0.1-r0 do_package: QA Issue: File > '/usr/lib/node_modules/node-red-node-serialport/node_modules/@serialport/bindings-cpp/prebuilds/linux-arm/node.napi.armv7.node' > from node-red-node-serialport was already stripped, this will prevent > future debugging! [already-stripped] > ERROR: node-red-node-serialport-1.0.1-r0 do_package: QA Issue: File > '/usr/lib/node_modules/node-red-node-serialport/node_modules/@serialport/bindings-cpp/prebuilds/linux-arm64/node.napi.armv8.node' > from node-red-node-serialport was already stripped, this will prevent > future debugging! [already-stripped] > ERROR: node-red-node-serialport-1.0.1-r0 do_package: QA Issue: File > '/usr/lib/node_modules/node-red-node-serialport/node_modules/@serialport/bindings-cpp/prebuilds/linux-x64/node.napi.glibc.node' > from node-red-node-serialport was already stripped, this will prevent > future debugging! [already-stripped] > ERROR: node-red-node-serialport-1.0.1-r0 do_package: QA Issue: File > '/usr/lib/node_modules/node-red-node-serialport/node_modules/@serialport/bindings-cpp/prebuilds/linux-x64/node.napi.musl.node' > from node-red-node-serialport was already stripped, this will prevent > future debugging! [already-stripped] > ERROR: node-red-node-serialport-1.0.1-r0 do_package: Fatal QA errors > found, failing task. > ERROR: Logfile of failure stored in: > /home/alex/Projects/yocto/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/node-red-node-serialport/1.0.1-r0/temp/log.do_package.75444 > ERROR: Task > (/home/alex/Projects/yocto/meta-things5/recipes-devtools/node-red-node-serialport/node-red-node-serialport_1.0.1.bb:do_package) > failed with exit code '1' > > I've tried to add > > INSANE_SKIP_${PN} += "already-stripped" > > in the recipe and in a bbappend but I still get the error. > > Why? I need to get this out asap so any help is appreciated. > Hi Alessandro, This is because the package that you are building is already compiled and there seems to be too many archs. Your target archs is arm (cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi) and it is pre builded for a bunch of arch (prebuilds/linux-XX, where XX is the arch). Yocto can cross compile the code for you and probably you don't need the pre-built binaries. Jose > > > -- Best regards, José Quaresma
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56720): https://lists.yoctoproject.org/g/yocto/message/56720 Mute This Topic: https://lists.yoctoproject.org/mt/90398675/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
