ls1043a flexbuild_lsdk1806 build error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

ls1043a flexbuild_lsdk1806 build error

1,101件の閲覧回数
hongyuanz
Contributor IV

Generation complete.
Setting up libidn11:arm64 (1.33-2.1ubuntu1.2) ...
Setting up rsyslog (8.32.0-1ubuntu4.2) ...
The user `syslog' is already a member of `adm'.
dpkg: error processing package rsyslog (--configure):
installed rsyslog package post-installation script subprocess returned error exit status 1
Setting up libdbus-1-3:arm64 (1.12.2-1ubuntu1.3) ...
Setting up iputils-ping (3:20161105-1ubuntu3) ...
Setting up vim-tiny (2:8.0.1453-1ubuntu1.9) ...
Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.8) ...
Setting up console-setup (1.178ubuntu2.9) ...
update-initramfs: deferring update (trigger activated)
Setting up klibc-utils (2.0.4-9ubuntu2.2) ...
Setting up python3.6 (3.6.9-1~18.04ubuntu1.8) ...
Setting up libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) ...
Setting up file (1:5.32-2ubuntu0.4) ...
Setting up isc-dhcp-client (4.3.5-3ubuntu7.3) ...
Setting up dbus (1.12.2-1ubuntu1.3) ...
Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
Setting up libpam-systemd:arm64 (237-3ubuntu10.56) ...
Setting up python3 (3.6.7-1~18.04) ...
running python rtupdate hooks for python3.6...
running python post-rtupdate hooks for python3.6...
Setting up python3-gi (3.26.1-2ubuntu1) ...
Setting up ubuntu-minimal (1.417.5) ...
Setting up networkd-dispatcher (1.7-0ubuntu3.5) ...
Installing new version of config file /etc/default/networkd-dispatcher ...
Processing triggers for initramfs-tools (0.130ubuntu3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
Processing triggers for systemd (237-3ubuntu10.56) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for ca-certificates (20211016~18.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Errors were encountered while processing:
rsyslog
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@fbubuntu:~# apt-get install rsyslog
Reading package lists... Done
Building dependency tree
Reading state information... Done
rsyslog is already the newest version (8.32.0-1ubuntu4.2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@fbubuntu:~# ls

0 件の賞賛
返信
1 返信

1,055件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

The following change can resolve the problem when upgrading the newer ubuntu-18.04:

 

+++ b/tools/flex-mkdistrorfs

@@ -203,11 +203,12 @@ do_distrorfs_second_stage() {

            apt -y install language-pack-en-base

        fi

     fi

-    apt -y upgrade

 

     test -f /proc/uptime || mount -t proc proc /proc

     test -f /dev/pts/ptmx || mount -t devpts devpts /dev/pts

+    apt -y upgrade

 

Then rebuild it as below:

$ flex-builder -i clean-rfs

$ flex-builder -i mkrfs

0 件の賞賛
返信