<rber|res>
dvorkindmitry, You mean: No such file or directory: '/disk2/build.26/tmp/work/tppg2_arm5-tps-linux-gnueabi/img-xboot/1.0-r0/sdk/image/opt/tps/3.1.3-20210718/sysroots/x86_64-oesdk-linux/usr/lib/locale'
<rber|res>
dvorkindmitry, I guess sstate decides that it does not need to be rebuilt. As I said, I would just rename it after building.
<rber|res>
dvorkindmitry, what happens if you build with --no-setscene
bluelightning has quit [Remote host closed the connection]
zyga-mbp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jwillikers has joined #yocto
goliath has joined #yocto
zyga-mbp has joined #yocto
<dvorkindmitry>
rber|res, please, give me exact command line? I am building like this:
<dvorkindmitry>
first command runs ok. second one gives same error
<dvorkindmitry>
trying "bitbake -c cleanall mc:tpp-tppg2:img-tps-base" first and then "bitbake -c populate_sdk mc:tpp-tppg2:img-tps-base"
<dvorkindmitry>
...
<rber|res>
dvorkindmitry, second one with --no-setscene will not help as well, I guess
<rber|res>
dvorkindmitry, looks like you have some dependency issues and mc: does not help either ;)
Tokamak has joined #yocto
<dvorkindmitry>
checking --no-setscene after cleanall...
zyga-mbp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dvorkindmitry>
btw, it tells me something about basehash value while doing --no-setscene: https://pastebin.com/Yag51CB1
zyga-mbp has joined #yocto
<dvorkindmitry>
rber|res, no. "-c cleanall" and then "-c populate_sdk --no-setscene" gives me same error - dir not found...
<dvorkindmitry>
in my /disk2/build.26/tmp/work/tppg2-tps-linux-gnueabi/img-tps-base/1.0-r1/sdk/image/opt/tps/3.1.3-20210718/sysroots/ I have cortexa... only. does not have x86_... dir
<rber|res>
dvorkindmitry, you need to find out which recipe tries to create this dir
<rber|res>
dvorkindmitry, it might be a -native recipe
<dvorkindmitry>
you mean the recipe that creates sysroots/x86_64-oesdk-linux/usr/lib/locale ?
<dvorkindmitry>
rber|res, I am using RPM package manager. looks like "generate_locale_archive" fails https://pastebin.com/MEv2dp32
<dvorkindmitry>
meta/lib/oe/package_manager.py', lineno: 135, called from meta/lib/oe/sdk.py', lineno: 104
<dvorkindmitry>
what else can I do? maybe I could cleanup SDK-related recipes somehow? It could be half of the solution. I don't regenerate SDKs too often and I don't like to rebuild everything because of SDK generation fail
<rber|res>
dvorkindmitry, so what if you rebuild your package manager -native?
<dvorkindmitry>
you mean "bitbake -c cleanall rpm-native && bitbake -c populate_sdk mc:tpp-tppg2:img-tps-base" ?
<rber|res>
bitbake rpm-native --no-setscene
<rber|res>
does the dir exist afterwards?
<dvorkindmitry>
rber|res, no it is not
<rber|res>
dvorkindmitry, then it's maybe the wrong recipe ;)
<dvorkindmitry>
how can I find the right one?
florian has joined #yocto
ant__ has quit [Quit: Leaving]
zyga-mbp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dvorkindmitry>
rber|res, how can I find the problematic recipe?
Tokamak has quit [Ping timeout: 258 seconds]
Tokamak has joined #yocto
florian has quit [Ping timeout: 268 seconds]
qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
vmeson has quit [Ping timeout: 265 seconds]
sakoman has joined #yocto
vmeson has joined #yocto
jwillikers has quit [Remote host closed the connection]
Tokamak has quit [Ping timeout: 255 seconds]
Tokamak has joined #yocto
zyga-mbp has joined #yocto
Guest77 has quit [Quit: Client closed]
camus has quit [Quit: camus]
yates has joined #yocto
<yates>
when specifying .rpm package format, doesn't yocto auto-generate and associate the dependencies (via the "spec" file, I believe)?
<yates>
i believe it's also true for .deb and .smart package outputs, right?