Closed Plaque-fcc closed 1 month ago
Commit f5e02b63f81676a3fe8b495737b66a279df705b6, still failing to build.
@Plaque-fcc I have the same error, add "set -x" to buildroot-2024.02/utils/brmake probably see more logs:
#!/bin/bash
# (C) 2016, "Yann E. MORIN" <yann.morin.1998@free.fr>
# License: WTFPL, https://spdx.org/licenses/WTFPL.html
set -x
main() {
local ret start d h m m
./var/lib/dbus
./var/lib/misc
./var/lock
./var/log
./var/run
./var/spool
./var/tmp
./var/www/
/home/build-v2/device/gen_burn_image_sd.sh /home/build-v2/install/soc_sg2000_milkv_duos_glibc_arm64_sd
BR_DIR: /home/build-v2/buildroot-2024.02
BR_BOARD: milkv-duos-glibc-arm64-sd
/home/build-v2/install/soc_sg2000_milkv_duos_glibc_arm64_sd
/home/build-v2/install/soc_sg2000_milkv_duos_glibc_arm64_sd /home/build-v2/build
genimage: error while loading shared libraries: libconfuse.so.2: cannot open shared object file: No such file or directory
gnimage for milkv-duos-glibc-arm64-sd failed!
/home/build-v2/build
/home/build-v2
Error: Create SD image failed!
I have identified the commit where it stopped building.
However, didn't check the Sophgo branch yet, they've been active lately.
Build success on 3520d0515b8503594fcf0fcc198d9356bf03b540 after install libconfuse2.
@Plaque-fcc I have the same error, add "set -x" to buildroot-2024.02/utils/brmake probably see more logs:
#!/bin/bash # (C) 2016, "Yann E. MORIN" <yann.morin.1998@free.fr> # License: WTFPL, https://spdx.org/licenses/WTFPL.html set -x main() { local ret start d h m m
./var/lib/dbus ./var/lib/misc ./var/lock ./var/log ./var/run ./var/spool ./var/tmp ./var/www/ /home/build-v2/device/gen_burn_image_sd.sh /home/build-v2/install/soc_sg2000_milkv_duos_glibc_arm64_sd BR_DIR: /home/build-v2/buildroot-2024.02 BR_BOARD: milkv-duos-glibc-arm64-sd /home/build-v2/install/soc_sg2000_milkv_duos_glibc_arm64_sd /home/build-v2/install/soc_sg2000_milkv_duos_glibc_arm64_sd /home/build-v2/build genimage: error while loading shared libraries: libconfuse.so.2: cannot open shared object file: No such file or directory gnimage for milkv-duos-glibc-arm64-sd failed! /home/build-v2/build /home/build-v2 Error: Create SD image failed!
@shiptux thanks for this suggestion.
For me, it can't find dependency mount
, which (libmount-dev) is installed indeed::
Preliminary CMake check failed. Aborting. Run-time dependency mount found: NO (tried pkgconfig and cmake)
output/milkv-duos-musl-riscv64-sd/build/libglib2-2.76.1/meson.build:2154:17: ERROR: Dependency "mount" not found, tried pkgconfig and cmake
For some reason, as it often happens with its predecessor, cloning this repo from scratch helped, once again. And it will likely happen again.
Anyway. @shiptux thanks for your company.
After commit c80711894436eab6057fe6c71351b892fe640726, it doesn't build any more.
Tested for
milkv-duos-musl-riscv64-sd
:If I go back one commit, it builds just fine. The Duo 256M targets still build OK.