* [Buildroot] [Bug 15796] New: freescale_imx8dxlevk_defconfig: Missing dependency on OpenSSL
@ 2023-09-23 22:39 bugzilla
2023-09-24 8:11 ` [Buildroot] [Bug 15796] " bugzilla
2024-06-15 15:12 ` bugzilla
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla @ 2023-09-23 22:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15796
Bug ID: 15796
Summary: freescale_imx8dxlevk_defconfig: Missing dependency on
OpenSSL
Product: buildroot
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: jbglaw@lug-owl.de
CC: buildroot@uclibc.org
Target Milestone: ---
Seems the new freescale_imx8dxlevk_defconfig (as of
ab4f3fafaa839593b3efd9ea12c8ee5d9340cdeb) is missing a (host) OpenSSL
dependency:
[build 2023-09-23 17:35:35] /usr/bin/gcc -O2 -isystem
/var/lib/laminar/run/buildroot-freescale_imx8dxlevk_defconfig/1/buildroot/output/host/include
-Wp,-MD,tools/.aisimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff
-DCONFIG_FIT_CIPHER -include ./include/compiler.h -idirafterinclude
-idirafter./arch/arm/include -I./scripts/dtc/libfdt -I./tools -DUSE_HOSTCC
-D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/aisimage.o tools/aisimage.c
[build 2023-09-23 17:35:35] In file included from tools/imagetool.h:24,
[build 2023-09-23 17:35:35] from tools/aisimage.c:7:
[build 2023-09-23 17:35:35] include/image.h:1394:12: fatal error:
openssl/evp.h: No such file or directory
[build 2023-09-23 17:35:35] 1394 | # include <openssl/evp.h>
[build 2023-09-23 17:35:35] | ^~~~~~~~~~~~~~~
[build 2023-09-23 17:35:35] compilation terminated.
[build 2023-09-23 17:35:35] make[2]: *** [scripts/Makefile.host:112:
tools/aisimage.o] Error 1
[build 2023-09-23 17:35:35] make[1]: *** [Makefile:1848: tools] Error 2
[build 2023-09-23 17:35:35] make[1]: Leaving directory
'/var/lib/laminar/run/buildroot-freescale_imx8dxlevk_defconfig/1/buildroot/output/build/uboot-custom'
[build 2023-09-23 17:35:35] make: *** [package/pkg-generic.mk:293:
/var/lib/laminar/run/buildroot-freescale_imx8dxlevk_defconfig/1/buildroot/output/build/uboot-custom/.stamp_built]
Error 2
(Build log at
http://toolchain.lug-owl.de/laminar/jobs/buildroot-freescale_imx8dxlevk_defconfig/1)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [Bug 15796] freescale_imx8dxlevk_defconfig: Missing dependency on OpenSSL
2023-09-23 22:39 [Buildroot] [Bug 15796] New: freescale_imx8dxlevk_defconfig: Missing dependency on OpenSSL bugzilla
@ 2023-09-24 8:11 ` bugzilla
2024-06-15 15:12 ` bugzilla
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla @ 2023-09-24 8:11 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15796
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yann.morin.1998@free.fr
--- Comment #1 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Jan-Benedict, All,
Can you please send a patch that adds BR2_TARGET_UBOOT_NEEDS_OPENSSL=y to
the defconfig, please?
Regards,
Yann E. MORIN.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [Bug 15796] freescale_imx8dxlevk_defconfig: Missing dependency on OpenSSL
2023-09-23 22:39 [Buildroot] [Bug 15796] New: freescale_imx8dxlevk_defconfig: Missing dependency on OpenSSL bugzilla
2023-09-24 8:11 ` [Buildroot] [Bug 15796] " bugzilla
@ 2024-06-15 15:12 ` bugzilla
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla @ 2024-06-15 15:12 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15796
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |MOVED
Status|NEW |RESOLVED
--- Comment #2 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-15 15:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-23 22:39 [Buildroot] [Bug 15796] New: freescale_imx8dxlevk_defconfig: Missing dependency on OpenSSL bugzilla
2023-09-24 8:11 ` [Buildroot] [Bug 15796] " bugzilla
2024-06-15 15:12 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox