dl9pf changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: http://www.yoctoproject.org | Join the community: http://www.yoctoproject.org/community | Channel logs available at https://www.yoctoproject.org/irc/ and https://libera.irclog.whitequark.org/yocto/ | Having difficulty on the list, or with someone on the list? Contact YP community mgr Nicolas Dechesne (ndec)
qschulz has quit [Quit: qschulz]
qschulz has joined #yocto
amitk has quit [Ping timeout: 265 seconds]
RobertBerger has joined #yocto
rber|res has quit [Ping timeout: 258 seconds]
sakoman has quit [Quit: Leaving.]
goliath has quit [Quit: SIGSEGV]
dgriego1 has quit [Read error: Connection reset by peer]
dgriego has joined #yocto
Vonter has quit [Ping timeout: 268 seconds]
<RobertBerger> dvorkindmitry, you are welcome ;)
RobertBerger has quit [Quit: Leaving]
rber|res has joined #yocto
Vonter has joined #yocto
dtometzki has quit [Quit: ZNC 1.8.2 - https://znc.in]
dtometzki has joined #yocto
florian has joined #yocto
Net147 has quit [Quit: Quit]
florian has quit [Ping timeout: 255 seconds]
Net147 has joined #yocto
Net147 has joined #yocto
Net147 has quit [Changing host]
florian has joined #yocto
florian has quit [Ping timeout: 255 seconds]
Guest77 has joined #yocto
florian has joined #yocto
<dvorkindmitry> RobertBerger, next day the problem repeated: https://pastebin.com/MEv2dp32
florian has quit [Ping timeout: 255 seconds]
warthog9 has quit [Quit: Leaving]
amitk has joined #yocto
warthog9 has joined #yocto
<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> SDK: bitbake -c populate_sdk mc:tpp-tppg2:img-tps-base
<rber|res> dvorkindmitry, I would try bitbake --no-setscene -c populate_sdk mc:tpp-tppg2:img-tps-base or bitbake -c populate_sdk mc:tpp-tppg2:img-tps-base --no-setscene
paulg has joined #yocto
<dvorkindmitry> rber|res, it finishes correctly, but does not builds anything: nothing changed
<rber|res> dvorkindmitry, try first bitbake -c populate_sdk mc:tpp-tppg2:img-tps-base -c cleanall
florian has joined #yocto
xmn has joined #yocto
florian has quit [Ping timeout: 255 seconds]
<dvorkindmitry> rber|res, no, ater cleanall and populate_sdk it proces the same error
<dvorkindmitry> bitbake -c populate_sdk mc:tpp-tppg2:img-tps-base -c cleanall
<dvorkindmitry> bitbake -c populate_sdk mc:tpp-tppg2:img-tps-base
<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?
dev1990 has joined #yocto
Tokamak has quit [Quit: Textual IRC Client: www.textualapp.com]
zyga-mbp has quit [Quit: Textual IRC Client: www.textualapp.com]
rsalveti has joined #yocto
florian has joined #yocto
florian has quit [Ping timeout: 255 seconds]
florian has joined #yocto
<JPEW> yates: RDEPENDS gets translated to whatever the underlying package format uses for dependencies
sakoman has quit [Quit: Leaving.]
florian has quit [Ping timeout: 268 seconds]
dev1990 has quit [Quit: Konversation terminated!]
amitk has quit [Ping timeout: 255 seconds]
sakoman has joined #yocto
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #yocto