* [Buildroot] [Bug 15661] New: mx53loco_defconfig: Dependency on OpenSSL missing
@ 2023-06-22 16:38 bugzilla
2023-06-22 18:51 ` [Buildroot] [Bug 15661] " bugzilla
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla @ 2023-06-22 16:38 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15661
Bug ID: 15661
Summary: mx53loco_defconfig: Dependency on OpenSSL missing
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: ---
Hi!
As of c765ac9c02dbddd53cf6813cf59c8f265b043caf, I see this build error:
[build 2023-06-20 19:29:26] /usr/bin/gcc -O2 -isystem
/var/lib/laminar/run/buildroot-mx53loco_defconfig/5/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-06-20 19:29:27] In file included from tools/imagetool.h:24,
[build 2023-06-20 19:29:27] from tools/aisimage.c:7:
[build 2023-06-20 19:29:27] include/image.h:1383:12: fatal error:
openssl/evp.h: No such file or directory
[build 2023-06-20 19:29:27] 1383 | # include <openssl/evp.h>
[build 2023-06-20 19:29:27] | ^~~~~~~~~~~~~~~
[build 2023-06-20 19:29:27] compilation terminated.
[build 2023-06-20 19:29:27] make[2]: *** [scripts/Makefile.host:112:
tools/aisimage.o] Error 1
[build 2023-06-20 19:29:27] make[1]: *** [Makefile:1871: tools] Error 2
[build 2023-06-20 19:29:27] make[1]: Leaving directory
'/var/lib/laminar/run/buildroot-mx53loco_defconfig/5/buildroot/output/build/uboot-2023.01'
[build 2023-06-20 19:29:27] make: *** [package/pkg-generic.mk:293:
/var/lib/laminar/run/buildroot-mx53loco_defconfig/5/buildroot/output/build/uboot-2023.01/.stamp_built]
Error 2
(Full build log at
http://toolchain.lug-owl.de/laminar/jobs/buildroot-mx53loco_defconfig/5)
I guess it's just a dependency missing here.
--
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] 4+ messages in thread* [Buildroot] [Bug 15661] mx53loco_defconfig: Dependency on OpenSSL missing 2023-06-22 16:38 [Buildroot] [Bug 15661] New: mx53loco_defconfig: Dependency on OpenSSL missing bugzilla @ 2023-06-22 18:51 ` bugzilla 2023-06-23 7:06 ` bugzilla 2023-06-25 12:14 ` bugzilla 2 siblings, 0 replies; 4+ messages in thread From: bugzilla @ 2023-06-22 18:51 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=15661 --- Comment #1 from Jan-Benedict Glaw <jbglaw@lug-owl.de> --- I fetched the patch (from email) and queued a new build: http://toolchain.lug-owl.de/laminar/jobs/buildroot-mx53loco_defconfig/6 Will report tomorrow if that was successful as expected. -- 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] 4+ messages in thread
* [Buildroot] [Bug 15661] mx53loco_defconfig: Dependency on OpenSSL missing 2023-06-22 16:38 [Buildroot] [Bug 15661] New: mx53loco_defconfig: Dependency on OpenSSL missing bugzilla 2023-06-22 18:51 ` [Buildroot] [Bug 15661] " bugzilla @ 2023-06-23 7:06 ` bugzilla 2023-06-25 12:14 ` bugzilla 2 siblings, 0 replies; 4+ messages in thread From: bugzilla @ 2023-06-23 7:06 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=15661 --- Comment #2 from Jan-Benedict Glaw <jbglaw@lug-owl.de> --- That patch fixes the build problem. (I'll keep the ticket open until it shows up in the GIT repo.) -- 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] 4+ messages in thread
* [Buildroot] [Bug 15661] mx53loco_defconfig: Dependency on OpenSSL missing 2023-06-22 16:38 [Buildroot] [Bug 15661] New: mx53loco_defconfig: Dependency on OpenSSL missing bugzilla 2023-06-22 18:51 ` [Buildroot] [Bug 15661] " bugzilla 2023-06-23 7:06 ` bugzilla @ 2023-06-25 12:14 ` bugzilla 2 siblings, 0 replies; 4+ messages in thread From: bugzilla @ 2023-06-25 12:14 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=15661 Jan-Benedict Glaw <jbglaw@lug-owl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Jan-Benedict Glaw <jbglaw@lug-owl.de> --- Confirmed in build http://toolchain.lug-owl.de/laminar/jobs/buildroot-mx53loco_defconfig/7 . -- 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] 4+ messages in thread
end of thread, other threads:[~2023-06-25 12:14 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-06-22 16:38 [Buildroot] [Bug 15661] New: mx53loco_defconfig: Dependency on OpenSSL missing bugzilla 2023-06-22 18:51 ` [Buildroot] [Bug 15661] " bugzilla 2023-06-23 7:06 ` bugzilla 2023-06-25 12:14 ` bugzilla
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox