openembedded / meta-openembedded

MIT License
415 stars 719 forks source link

scarthgap: samba 4.19.8 meets configure break as libldb version is not found #875

Open junzhuimx opened 1 month ago

junzhuimx commented 1 month ago

As samba is upgrade to 4.19.8, the depended libldb should also upgrade to v2.8.1. Recently, do_configure failed as: | Checking for system pyldb-util (>=2.8.1 <=2.8.999) : not found | ERROR: System library pyldb-util of version 2.8.1 not found, and bundling disabled

junzhuimx commented 1 month ago

@kraj The issue has caused "samba" build break for 1 week on branch "scarthgap", and the commit 09f8ef224 should cherry-picked from branch master

kraj commented 1 month ago

@junzhuimx thanks for reporting, I think it needs to come to stable maintainer @akuster 's notice. It would be better if you can send a patch which is backported and tested on scarthgap. That will make his life easier too.

akuster commented 1 month ago

I just cherry-picked it. it should land shortly

junzhuimx commented 1 month ago

@kraj and @akuster the PR https://github.com/openembedded/meta-openembedded/pull/879 can be merged to fix this issue.