From: Alexander Shiyan <eagle.alexander923@gmail.com>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: Barebox List <barebox@lists.infradead.org>,
Michael Tretter <mtr@pengutronix.de>
Subject: Re: v2025.09.0
Date: Tue, 30 Sep 2025 16:25:26 +0300 [thread overview]
Message-ID: <CAP1tNvQVbf3OSd22RfZzRDTs5c5m_dbgodqZ9+1kRD=U2SmSRg@mail.gmail.com> (raw)
In-Reply-To: <00e828e8-be6f-40bf-b83d-026fdf0fbe8a@pengutronix.de>
shc@shc /home/ARM64/barebox $ LANG=en PATH=$PATH:/usr/local/usr64/bin
make ARCH=arm64 CROSS_COMPILE=aarch64-buildroot-linux-gnu- V=1 -j25
make -f /home/ARM64/barebox/scripts/Makefile.build obj=scripts/basic
rm -f include/config/kernel.release
echo 2025.09.0""-00661-gf714704aed30 > include/config/kernel.release
set -e; mkdir -p include/generated/; trap "rm -f
include/generated/.tmp_version.h" EXIT; { echo \#define
LINUX_VERSION_CODE 132712704; echo '#define KERNEL_VERSION(a,b,c)
(((a) << 16) + ((b) << 8) + (c))'; } >
include/generated/.tmp_version.h; if [ ! -r
include/generated/version.h ] || ! cmp -s include/generated/version.h
include/generated/.tmp_version.h; then : ' UPD
include/generated/version.h'; mv -f include/generated/.tmp_version.h
include/generated/version.h; fi
set -e; mkdir -p include/generated/; trap "rm -f
include/generated/.tmp_utsrelease.h" EXIT; { if [ `echo -n
"2025.09.0-00661-gf714704aed30" | wc -c ` -gt 64 ]; then echo
'"2025.09.0-00661-gf714704aed30" exceeds 64 characters' >&2; exit
1;fi; echo \#define UTS_RELEASE \"2025.09.0-00661-gf714704aed30\"; } >
include/generated/.tmp_utsrelease.h; if [ ! -r
include/generated/utsrelease.h ] || ! cmp -s
include/generated/utsrelease.h include/generated/.tmp_utsrelease.h;
then : ' UPD include/generated/utsrelease.h'; mv -f
include/generated/.tmp_utsrelease.h include/generated/utsrelease.h; fi
if [ -f /home/ARM64/barebox//config.h ]; then : ' SYMLINK
include/config.h -> /config.h'; ln -fsn /home/ARM64/barebox//config.h
include/config.h; else [ -h include/config.h ] && rm -f
include/config.h; : ' CREATE include/config.h'; touch-a
include/config.h; fi
make -f /home/ARM64/barebox/scripts/Makefile.build obj=scripts/dtc
mkdir -p .tmp_versions
make -f /home/ARM64/barebox/scripts/Makefile.build obj=scripts
rm -f .tmp_versions/*
make -f /home/ARM64/barebox/scripts/Makefile.build obj=.
set -e; mkdir -p include/generated/; trap "rm -f
include/generated/.tmp_asm-offsets.h" EXIT; { echo "#ifndef
__ASM_OFFSETS_H__"; echo "#define __ASM_OFFSETS_H__"; echo "/*"; echo
" * DO NOT MODIFY."; echo " *"; echo " * This file was generated by
Kbuild"; echo " *"; echo " */"; echo ""; sed -ne
"/^->/{s:->#\(.*\):/* \1 */:; s:^->\([^ ]*\) [\$#]*\([-0-9]*\)
\(.*\):#define \1 \2 /* \3 */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\)
\(.*\):#define \1 \2 /* \3 */:; s:->::; p;}"
arch/arm/lib/asm-offsets.s; echo ""; echo "#endif"; } >
include/generated/.tmp_asm-offsets.h; if [ ! -r
include/generated/asm-offsets.h ] || ! cmp -s
include/generated/asm-offsets.h include/generated/.tmp_asm-offsets.h;
then : ' UPD include/generated/asm-offsets.h'; mv -f
include/generated/.tmp_asm-offsets.h include/generated/asm-offsets.h;
fi
make -f /home/ARM64/barebox/scripts/Makefile.build obj=scripts/imx
make -f /home/ARM64/barebox/scripts/Makefile.build obj=scripts/mod
# HOSTCC scripts/rkimage
gcc -Wp,-MD,scripts/.rkimage.d -Wall -Wmissing-prototypes
-Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -include
/home/ARM64/barebox/scripts/include/defines.h
-I/home/ARM64/barebox/scripts/include/ `pkg-config --cflags
openssl` -o scripts/rkimage scripts/rkimage.c `pkg-config --libs
openssl`
scripts/rkimage.c:16:10: fatal error: openssl/core_names.h: No such
file or directory
16 | #include <openssl/core_names.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [scripts/Makefile.host:107: scripts/rkimage] Error 1
make: *** [Makefile:1095: scripts] Error 2
shc@shc /home/ARM64/barebox $ openssl version
OpenSSL 1.1.1s 1 Nov 2022
shc@shc /home/ARM64/barebox $ pkg-config --cflags openssl
shc@shc /home/ARM64/barebox $ pkg-config --libs openssl
-lssl -lcrypto
вт, 30 сент. 2025 г. в 16:15, Ahmad Fatoum <a.fatoum@pengutronix.de>:
> On 9/30/25 3:10 PM, Alexander Shiyan wrote:
> > Hello.
> >
> > shc@shc /home/ARM64/barebox $ LANG=en PATH=$PATH:/usr/local/usr64/bin
> > make ARCH=arm64 CROSS_COMPILE=aarch64-buildroot-linux-gnu- -j25
> > CREATE include/config.h
> > HOSTCC scripts/rkimage
> > scripts/rkimage.c:16:10: fatal error: openssl/core_names.h: No such
> > file or directory
> > 16 | #include <openssl/core_names.h>
> > | ^~~~~~~~~~~~~~~~~~~~~~
> > compilation terminated.
> > make[1]: *** [scripts/Makefile.host:107: scripts/rkimage] Error 1
> > make: *** [Makefile:1095: scripts] Error 2
>
> What's your version of OpenSSL? Can you run with V=1 and paste the full
...
> >> I am happy to release barebox-2025.09.0.
...
next prev parent reply other threads:[~2025-09-30 13:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-30 9:18 v2025.09.0 Sascha Hauer
2025-09-30 13:10 ` v2025.09.0 Alexander Shiyan
2025-09-30 13:15 ` v2025.09.0 Ahmad Fatoum
2025-09-30 13:25 ` Alexander Shiyan [this message]
2025-09-30 13:48 ` v2025.09.0 Ahmad Fatoum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAP1tNvQVbf3OSd22RfZzRDTs5c5m_dbgodqZ9+1kRD=U2SmSRg@mail.gmail.com' \
--to=eagle.alexander923@gmail.com \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=mtr@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox