Issues w/ kexec-tools when building images

2024-05-06 Thread Philip Prindeville via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.--- Begin Message ---
Hi,

I fetched/rebased recently and now I’m not able to build images.  It fails in 
kexec-tools, which is odd, because that’s not selected and nothing depends on 
it.

philipp@ubuntu22:~/lede$ grep kexec-tools .config
# CONFIG_PACKAGE_kexec-tools is not set
philipp@ubuntu22:~/lede$ 

Here’s how the build reliably fails:

make[3]: Entering directory '/home/philipp/lede/package/boot/kexec-tools'
rm -f /home/philipp/lede/build_dir/target-x86_64_musl/kexec-tools-2.0.28/.built
touch 
/home/philipp/lede/build_dir/target-x86_64_musl/kexec-tools-2.0.28/.built_check
make -C /home/philipp/lede/build_dir/target-x86_64_musl/kexec-tools-2.0.28 
DESTDIR="/home/philipp/lede/build_dir/target-x86_64_musl/kexec-tools-2.0.28/ipkg-install"
 all install
make[4]: Entering directory 
'/home/philipp/lede/build_dir/target-x86_64_musl/kexec-tools-2.0.28'
x86_64-openwrt-linux-musl-gcc  -mcmodel=large -I./purgatory/include 
-I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude 
-I/home/philipp/lede/staging_dir/toolchain-x86_64_gcc-13.2.0_musl/lib/gcc/x86_64-openwrt-linux-musl/13.2.0/include
  -c -MD -o purgatory/arch/i386/entry32-16.o purgatory/arch/i386/entry32-16.S
purgatory/arch/i386/entry32-16.S: Assembler messages:
purgatory/arch/i386/entry32-16.S:23: Error: 64bit mode not supported on `i386'.
make[4]: *** [Makefile:128: purgatory/arch/i386/entry32-16.o] Error 1
make[4]: Leaving directory 
'/home/philipp/lede/build_dir/target-x86_64_musl/kexec-tools-2.0.28'
make[3]: *** [Makefile:133: 
/home/philipp/lede/build_dir/target-x86_64_musl/kexec-tools-2.0.28/.built] 
Error 2
make[3]: Leaving directory '/home/philipp/lede/package/boot/kexec-tools'
time: package/boot/kexec-tools/compile#0.23#0.07#0.27
ERROR: package/boot/kexec-tools failed to build.
make[2]: *** [package/Makefile:129: package/boot/kexec-tools/compile] Error 1

I’m building for x86_64/generic on HEAD.

Any ideas?  And who is the maintainer for kexec-tools?

Thanks,

-Philip


--- End Message ---
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [PATCH v3 0/9] odhcpd patchset

2024-05-06 Thread Paul D
Any further comments or reviews for this to go in?


On 2024-04-09 05:04, Paul Donald wrote:
> From: Paul Donald 
> 
> applies to odhcpd master HEAD d8118f6e76e5519881f9a37137c3a06b3cb60fd2
> 
> Before:
> ==
> ICMPv6 Option (Prefix information : fd51:1c2a:8909::/64)
> Type: Prefix information (3)
> Length: 4 (32 bytes)
> Prefix Length: 64
> Flag: 0xc0, On-link flag(L), Autonomous address-configuration flag(A)
> Valid Lifetime: Infinity (4294967295)
> Preferred Lifetime: Infinity (4294967295)
> Reserved
> Prefix: fd51:1c2a:8909::
> ==After:==
> ICMPv6 Option (Prefix information : fd51:1c2a:8909::/64)
> Type: Prefix information (3)
> Length: 4 (32 bytes)
> Prefix Length: 64
> Flag: 0xc0, On-link flag(L), Autonomous address-configuration flag(A)
> Valid Lifetime: Infinity (4294967295)
> Preferred Lifetime: 420
> Reserved
> Prefix: fd51:1c2a:8909::
> ==
> 
> 
> changes:
> v1: initial patch
> v2: implemented feedback for commit messages
> v3: house-keeping. removed config defaults/clamping


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel