From c666e1c147f3dcc45e01417e1fefd9a9ab3a11c3 Mon Sep 17 00:00:00 2001 From: Cheng Li Date: Mon, 23 Sep 2024 16:25:18 +0800 Subject: [PATCH] Fix dependence on build genimage: error while loading shared libraries: libconfuse.so.2: cannot open shared object file: No such file or directory genimage for milkv-duos-sd failed! --- .github/workflows/duoimage.yml | 2 +- README-ja.md | 2 +- README-zh.md | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/duoimage.yml b/.github/workflows/duoimage.yml index 53ff27cf53..8faf15a66a 100644 --- a/.github/workflows/duoimage.yml +++ b/.github/workflows/duoimage.yml @@ -19,7 +19,7 @@ jobs: - name: Initialization environment run: | sudo -E apt-get -qq update - sudo -E apt-get -qq install -y pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect + sudo -E apt-get -qq install -y pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect libconfuse2 sudo timedatectl set-timezone "$TZ" - name: Initialization libssl1.1 diff --git a/README-ja.md b/README-ja.md index 6e31ec3a44..3e60e902f1 100644 --- a/README-ja.md +++ b/README-ja.md @@ -62,7 +62,7 @@ DuoはCV1800Bをベースにした超小型の組み込みプラットフォー ```bash sudo apt install -y pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons -parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect +parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect libconfuse2 ``` ### SDKのソースコードを入手 diff --git a/README-zh.md b/README-zh.md index 0733b25068..65b2882397 100755 --- a/README-zh.md +++ b/README-zh.md @@ -46,7 +46,7 @@ Milk-V Duo 是一个基于 CV1800B 芯片的超紧凑嵌入式开发平台。它 ### 安装编译依赖的工具包 ```bash -sudo apt install -y pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect +sudo apt install -y pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect libconfuse2 ``` ### 获取 SDK diff --git a/README.md b/README.md index befae511d7..813028478e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The following describes the compilation methods in the two environments. Install the packages that compile dependencies: ```bash -sudo apt install -y pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect +sudo apt install -y pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect libconfuse2 ``` ### Get SDK Source Code