u-boot-pinebook fails to build with upsteam uboot

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Pavel Shlyak
Owner
unassigned
Submitted by
Pavel Shlyak
Severity
normal

Debbugs page

Pavel Shlyak wrote 3 years ago
(address . bug-guix@gnu.org)
41AC85D4-94C8-4844-A325-4DC5CEFA7C3D@pantherx.org
Comand
guix build u-boot-pinebook --with-git-url=u-boot-pinebook=https://github.com/u-boot/u-boot
fails with tools/image-host.c:17:10: fatal error: openssl/pem.h: No such file or directory
I tested it on both x86_64 and aarch64 hosts.
Mathieu Othacehe wrote 3 years ago
(name . Pavel Shlyak)(address . p.shlyak@pantherx.org)(address . 55526-done@debbugs.gnu.org)
87wned1ybd.fsf@gnu.org
Hello Pavel,

Toggle quote (5 lines)
> Comand
> guix build u-boot-pinebook --with-git-url=u-boot-pinebook=https://github.com/u-boot/u-boot
> fails with tools/image-host.c:17:10: fatal error: openssl/pem.h: No such file or directory
> I tested it on both x86_64 and aarch64 hosts.

The latest u-boot release (2022.04) is packaged in Guix. We cannot
ensure that each package is compiling against the current master of
every upstream repository. I propose to be careful when updating u-boot
to the upcoming 2022-07 release, but to close that one in the meantime.

Thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55526@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55526
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help