-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cryptoauthlib_git.bb:do_install) failed with exit code '1' #261
Comments
Here is the log file from above. |
Hi @elockman, |
@Dharma-B, yes I am building on a desktop dedicated to builds.
|
Hi @elockman, |
I saw this a couple of days ago. I had installed cryptoauthlib on the host PC while working with my meta layer which the only change I can think of that happened. I manually removed the install, removed the tmp dir and rebooted the machine. Then my build worked. I think all of that is anecdotal as I don't see how having CAL installed on the host PC would cause any issues. |
I manually removed the build and started over, but it didn't resolve the
issue. I didn't reboot. I can try that again.
…On Thu, Sep 14, 2023, 7:22 AM Matt Wood ***@***.***> wrote:
@elockman <https://github.com/elockman>,
I saw this a couple of days ago. I had installed cryptoauthlib on the host
PC while working with my meta layer which the only change I can think of
that happened. I manually removed the install, removed the tmp dir and
rebooted the machine. Then my build worked.
I think all of that is anecdotal as I don't see how having CAL installed
on the host PC would cause any issues.
—
Reply to this email directly, view it on GitHub
<#261 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACD7UX57LTIH54K6YSE4EY3X2MAHRANCNFSM6AAAAAA4VGUKPY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I am seeing the same issue. I even built in a new folder. These are the commands I run in the newly created folder:
This does not have any of my code. It should be a vanilla build. I have a solution with the bbappend file shared above, so this is no longer blocking for me. Just looking to see if this helps others. |
I am able to build the core image with:
MACHINE=sama5d27-som1-ek-sd bitbake core-image-minimal
But I run into a cryptoauthlib error when I run:
MACHINE=sama5d27-som1-ek-sd bitbake microchip-headless-image
I get the following error:
I also see:
The image builds if I comment out the image recipe line 20:
IMAGE_INSTALL:append:sama5d2 = " cryptoauthlib python3-cryptoauthlib p11-kit"
or if I change it to:
IMAGE_INSTALL:append:sama5d2 = " python3-cryptoauthlib p11-kit"
Any thoughts @Dharma-B?
Is anyone else seeing this?
The text was updated successfully, but these errors were encountered: