> Am 05.11.2018 um 17:11 schrieb Burton, Ross <[email protected]>:
> 
> On Mon, 5 Nov 2018 at 11:43, Burton, Ross <[email protected]> wrote:
>> Mining the list archive shows that we keep on getting sqlite upgrades
>> which fail like this.  Maxin reported that it was due to the
>> full-text-search code enabling itself and failing to build, so one
>> solution is to explicitly turn it off.
> 
> Did some digging.
> 
> FTS5 is enabled by default, this needs log() from libm.  If enabled,
> AC_SEARCH_LIBS is used to find log() and libm.so, and this bonus
> dependency that is needed if statically linking is recorded in
> sqlite3.pc.  Pseudo then builds, statically links to pseudo, but also
> hard-codes the link line instead of using pkgconfig so this -lm isn't
> added, resulting in a link failure on upgrade.
> 
> So that explains why the autobuilder explodes when this upgrade
> happens, but doesn't explain how it builds for everyone who submits
> the upgrade...


Thanks for the analysis. I have some minor quirks with meta-cpan I
have to fix since my last full-build for BBB in Sept 2018 - and my locally
overwritten fstab generator for recovery/app partitions fails nowadays
I have to analyze.

I think at least end of the week I can build target images again, get
more test opportunities and fixup sqlite3 and python3 and submit some
other stuff I found in meantime ;)

Cheers
--
Jens Rehsack - [email protected]

Attachment: signature.asc
Description: Message signed with OpenPGP

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to