Hi,

I've been getting a lot of these 'buildpaths' QA errors with wrynose. This one, for example, is straight out of the core repository.

ERROR: which-2.23-r0 do_package_qa: QA Issue: File /usr/bin/.debug/which.which in package which-dbg contains reference to TMPDIR [buildpaths] ERROR: which-2.23-r0 do_package_qa: Fatal QA errors were found, failing task. ERROR: Logfile of failure stored in: .../build/tmp/work/x86-64-v3-oe-linux/which/2.23/temp/log.do_package_qa.2328176 ERROR: Task (.../oe-core/meta/recipes-extended/which/which_2.23.bb:do_package_qa) failed with exit code '1'

At this point, I'm having trouble figuring out what is causing this. I thought it was related to 'meson' packages at first, but it occurs with others, too; for example, unzip:

ERROR: unzip-1_6.0-r0 do_package_qa: QA Issue: File /usr/bin/.debug/funzip in package unzip-dbg contains reference to TMPDIR [buildpaths] ERROR: unzip-1_6.0-r0 do_package_qa: QA Issue: File /usr/bin/.debug//unzip.unzip in package unzip-dbg contains reference to TMPDIR [buildpaths] ERROR: unzip-1_6.0-r0 do_package_qa: QA Issue: File /usr/bin/.debug/unzipsfx in package unzip-dbg contains reference to TMPDIR [buildpaths]

It appears to be mostly with -dbg packages. 'objdump -s' on the files definitely shows a single instance of the local path:

 0140 53006372 746e2e53 002f686f 6d652f6a  S.crtn.S./home/j
 0150 6f6e6173 2fxxxxxx xxxxxxxx xxxxxxxx  onas/xxxxxxxxxxx
 0160 xxxxxxxx xxxxxxxx xxxxxxxx 2f627569  xxxxxxxxxxxx/bui
 0170 6c642f74 6d702f77 6f726b2f 7838362d  ld/tmp/work/x86-
 0180 36342d76 332d6f65 2d6c696e 75782f75  64-v3-oe-linux/u
 0190 6e7a6970 2f362e30 2f736f75 72636573  nzip/6.0/sources
 01a0 2f756e7a 69703630 003c6172 74696669  /unzip60.<artifi

-ffile-prefix-map is being passed correctly during compilation and the strings around the above culprit have been duly translated.

Is there any guidance to be had as to how to find the cause of this? Is this an artefact of my configuration and not reproducible by anyone else?

Thanks,
Jonas
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#234070): 
https://lists.openembedded.org/g/openembedded-core/message/234070
Mute This Topic: https://lists.openembedded.org/mt/118531450/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to