Re: [OE-core] Unknown Postinstall Scriptlet Failing to Defer Boot

2020-02-14 Thread Jeremy A. Puhlman
If you look at the log.do_rootfs it will give you more or less the exact failure(using the message below as a guide), the error message below is basically the final catchall that says "at least one of them failed, please go fix it" kind of message. On 2/14/2020 10:30 AM, Andrew Boos wrote:

Re: [OE-core] Unknown Postinstall Scriptlet Failing to Defer Boot

2020-02-14 Thread Andrew Boos
Thanks Jeremy for the hint about update-alternatives. It turns out that lmbench was installing a binary called "stream" that conflicts with ImageMagick's own stream. All we had to do was remove lmbench from our IMAGE_INSTALL and the problem went away. I'm posting the original error for anyone that

Re: [OE-core] Unknown Postinstall Scriptlet Failing to Defer Boot

2020-02-13 Thread Jeremy A. Puhlman
In these kind of cases, by providing the actual error message, people can provide more help. The recipe inherits update-alternatives and sets a large number of alternatives. The alternatives are done in the automatically added post install scripts. In all likelihood one of the listed links is

[OE-core] Unknown Postinstall Scriptlet Failing to Defer Boot

2020-02-13 Thread Andrew Boos
Hi, I am working on a bitbake build and I am running into an issue where a postinst scriptlet is failing via "exit 1" to defer to first boot and I cannot figure out which recipe is causing the issue. Does anybody have any tips on identifying which recipe is actually exiting with a failure? The