Jump to content

Build errors (semi-critical)


Recommended Posts

hi, 

i have latest Armbian environment pulled from github running on Ubuntu Bionic 18.04.

There are 2 issues that are bugging me. Not sure

It does produce in most cases images but i think they are incomplete. Tried even secondary copy (another clone) that i would run in docker containers just to see if that was the issue but outcome seems to be the same. 

 

1. Every time i start ./compile it pulls Linaro toolchain and fails to verify its signature. Looking at the files https://dl.armbian.com/_toolchains/ it seems that linaro toolchain has GPG signature in ASC file where as others have checksum.  Am not sure ...

 

zh@acus:~/armbian$ ./compile.sh
[ o.k. ] Using config file [ config-default.conf ]
[ warn ] This script requires root privileges, trying to use sudo
[ o.k. ] Using config file [ config-default.conf ]
[ o.k. ] This script will try to update
Already up to date.
Already on 'master'
Your branch is up to date with 'origin/master'.
[ o.k. ] Preparing [ host ]
[ o.k. ] Build host OS release [ bionic ]
[ o.k. ] Syncing clock [ host ]
[ .... ] Downloading [ gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux ]
######################################################################################################################################################################################################################### 100.0%
######################################################################################################################################################################################################################### 100.0%
[ .... ] Verifying
gpg: error reading key: No public key
gpg: connecting dirmngr at '/home/zh/armbian/cache/.gpg/S.dirmngr' failed: IPC connect call failed
gpg: keyserver receive failed: No dirmngr
gpg: assuming signed data in 'gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz'
gpg: Signature made Wed 16 Apr 2014 08:29:14 PM CEST
gpg:                using RSA key D47877808F427EAF
gpg: Can't check signature: No public key
[ warn ] Verification failed
 Armbian building script, http://www.armbian.com | Author: Igor Pecovnik

2nd issue is when building for OdroidC2 or XU4 'development' branch (kernel) - kernel is built up just fine ... and even resulting image works however some updates in the image are not there as during the build Armbian can not seem to get to 'ports.ubuntu.com' ... same issue when running Armbian build on native machine (18.04 Ubuntu) as well as in the Docker container.

For some reasons this problem does NOT happen when building 'next' or 'default' kernels.

I believe it has to do with DNS/name resolution.

BTW - am building entire OS wihtout Desktop/X-Windows just CLI.

[ o.k. ] Checking git sources [ armbian-config master ]
[ .... ] Up to date
Reading package lists...
Building dependency tree...
Reading state information...
expect is already the newest version (5.45-7).
iperf3 is already the newest version (3.0.11-1).
The following additional packages will be installed:
  libassuan0 libksba8 libnpth0
The following NEW packages will be installed:
  debconf-utils dirmngr html2text libassuan0 libksba8 libnpth0
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 450 kB of archives.
After this operation, 1,049 kB of additional disk space will be used.

Err:1 http://ports.ubuntu.com xenial/universe armhf debconf-utils all 1.5.58ubuntu1
  Could not resolve 'ports.ubuntu.com'
Err:2 http://ports.ubuntu.com xenial/main armhf libassuan0 armhf 2.4.2-2
  Could not resolve 'ports.ubuntu.com'
Ign:3 http://ports.ubuntu.com xenial-updates/main armhf libksba8 armhf 1.3.3-1ubuntu0.16.04.1
Err:4 http://ports.ubuntu.com xenial/main armhf libnpth0 armhf 1.2-3
  Could not resolve 'ports.ubuntu.com'
			Ign:5 http://ports.ubuntu.com xenial-updates/main armhf dirmngr armhf 2.1.11-6ubuntu2.1
Err:6 http://ports.ubuntu.com xenial/universe armhf html2text armhf 1.3.2a-18
  Could not resolve 'ports.ubuntu.com'
Err:3 http://ports.ubuntu.com xenial-updates/main armhf libksba8 armhf 1.3.3-1ubuntu0.16.04.1
  Could not resolve 'ports.ubuntu.com'
Err:5 http://ports.ubuntu.com xenial-updates/main armhf dirmngr armhf 2.1.11-6ubuntu2.1
  Could not resolve 'ports.ubuntu.com'
E: Failed to fetch http://ports.ubuntu.com/pool/universe/d/debconf/debconf-utils_1.5.58ubuntu1_all.deb  Could not resolve 'ports.ubuntu.com'

E: Failed to fetch http://ports.ubuntu.com/pool/main/liba/libassuan/libassuan0_2.4.2-2_armhf.deb  Could not resolve 'ports.ubuntu.com'

E: Failed to fetch http://ports.ubuntu.com/pool/main/libk/libksba/libksba8_1.3.3-1ubuntu0.16.04.1_armhf.deb  Could not resolve 'ports.ubuntu.com'

E: Failed to fetch http://ports.ubuntu.com/pool/main/n/npth/libnpth0_1.2-3_armhf.deb  Could not resolve 'ports.ubuntu.com'

E: Failed to fetch http://ports.ubuntu.com/pool/main/g/gnupg2/dirmngr_2.1.11-6ubuntu2.1_armhf.deb  Could not resolve 'ports.ubuntu.com'

E: Failed to fetch http://ports.ubuntu.com/pool/universe/h/html2text/html2text_1.3.2a-18_armhf.deb  Could not resolve 'ports.ubuntu.com'

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
[ .... ] Installing [ armbian-config_5.48_all.deb ]

 

Hope this helps and appreciate the efforts !!!

 

Link to comment
Share on other sites

 

 

Spoiler

 _     _             _      
| |__ (_) ___  _ __ (_) ___ 
| '_ \| |/ _ \| '_ \| |/ __|
| |_) | | (_) | | | | | (__ 
|_.__/|_|\___/|_| |_|_|\___|
                            

root@bionic:~# df
Filesystem     1K-blocks    Used Available Use% Mounted on
udev              469224       0    469224   0% /dev
tmpfs              99840    2812     97028   3% /run
/dev/vda1       23605648 3641580  18741924  17% /
tmpfs             499192       0    499192   0% /dev/shm
tmpfs               5120       0      5120   0% /run/lock
tmpfs             499192       0    499192   0% /sys/fs/cgroup
tmpfs              99836       0     99836   0% /run/user/0
root@bionic:~# ls -l
total 0
root@bionic:~# git clone ^C
root@bionic:~# git clone https://github.com/armbian/build
Cloning into 'build'...
remote: Counting objects: 37080, done.
remote: Compressing objects: 100% (73/73), done.
remote: Total 37080 (delta 46), reused 46 (delta 28), pack-reused 36979
Receiving objects: 100% (37080/37080), 291.60 MiB | 2.31 MiB/s, done.
Resolving deltas: 100% (24590/24590), done.
Checking out files: 100% (2766/2766), done.
root@bionic:~# cd com
-bash: cd: com: No such file or directory
root@bionic:~# ls -l
total 4
drwxr-xr-x 8 root root 4096 Jun 25 12:39 build
root@bionic:~# cd build/
root@bionic:~/build# ls -l
total 64
-rwxr-xr-x 1 root root  2407 Jun 25 12:39 compile.sh
drwxr-xr-x 9 root root  4096 Jun 25 12:39 config
-rw-r--r-- 1 root root  4383 Jun 25 12:39 config-docker.conf
-rw-r--r-- 1 root root   891 Jun 25 12:39 config-vagrant.conf
-rw-r--r-- 1 root root  1141 Jun 25 12:39 Dockerfile
drwxr-xr-x 2 root root  4096 Jun 25 12:39 lib
-rw-r--r-- 1 root root 18026 Jun 25 12:39 LICENSE
lrwxrwxrwx 1 root root    14 Jun 25 12:39 main.sh -> lib/upgrade.sh
drwxr-xr-x 6 root root  4096 Jun 25 12:39 packages
drwxr-xr-x 6 root root  4096 Jun 25 12:39 patch
-rw-r--r-- 1 root root  2851 Jun 25 12:39 README.md
-rw-r--r-- 1 root root  1688 Jun 25 12:39 Vagrantfile
root@bionic:~/build# ./compile.sh 
[ o.k. ] Using config file [ config-default.conf ]
[ o.k. ] This script will try to update
Already up to date.
Already on 'master'
Your branch is up to date with 'origin/master'.
[ o.k. ] Preparing [ host ]
[ o.k. ] Build host OS release [ bionic ]
[ o.k. ] Updating from external repository [ aptly ]
[ .... ] Installing build dependencies 
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
Hit:2 http://si.archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://si.archive.ubuntu.com/ubuntu bionic-updates InRelease [83.2 kB]
Get:4 http://si.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:5 http://repo.aptly.info squeeze InRelease [5,970 B]
Get:6 http://repo.aptly.info squeeze/main amd64 Packages [3,302 B]
Get:7 http://repo.aptly.info squeeze/main i386 Packages [3,309 B]
Fetched 254 kB in 1s (201 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
21 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  command-not-found command-not-found-data initramfs-tools initramfs-tools-bin initramfs-tools-core landscape-common liblxc-common liblxc1 lxcfs lxd lxd-client
  netplan.io nplan pollinate python-apt-common python3-apt python3-commandnotfound python3-update-manager sosreport update-manager-core wireless-regdb
21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.3 MB of archives.
After this operation, 753 kB of additional disk space will be used.
Get:1 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 initramfs-tools all 0.130ubuntu3.1 [9,352 B]
Get:2 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 initramfs-tools-core all 0.130ubuntu3.1 [46.3 kB]
Get:3 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 initramfs-tools-bin amd64 0.130ubuntu3.1 [13.4 kB]
Get:4 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 netplan.io amd64 0.36.2 [58.6 kB]
Get:5 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 nplan all 0.36.2 [1,364 B]
Get:6 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 command-not-found all 18.04.5 [5,184 B]
Get:7 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-commandnotfound all 18.04.5 [9,020 B]
Get:8 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 command-not-found-data amd64 18.04.5 [1,009 kB]
Get:9 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.1 [16.3 kB]
Get:10 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.1 [147 kB]
Get:11 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-update-manager all 1:18.04.11.2 [34.2 kB]
Get:12 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 update-manager-core all 1:18.04.11.2 [8,484 B]
Get:13 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 landscape-common amd64 18.01-0ubuntu3.1 [85.4 kB]
Get:14 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblxc-common amd64 3.0.1-0ubuntu1~18.04.1 [402 kB]
Get:15 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblxc1 amd64 3.0.1-0ubuntu1~18.04.1 [234 kB]
Get:16 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lxcfs amd64 3.0.1-0ubuntu2~18.04.1 [39.0 kB]
Get:17 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lxd amd64 3.0.1-0ubuntu1~18.04.1 [5,177 kB]
Get:18 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lxd-client amd64 3.0.1-0ubuntu1~18.04.1 [2,891 kB]
Get:19 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 pollinate all 4.33-0ubuntu1~18.04.1 [12.0 kB]
Get:20 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sosreport amd64 3.5-1ubuntu3.18.04.1 [117 kB]
Get:21 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 wireless-regdb all 2018.05.09-0ubuntu1~18.04.1 [11.1 kB]
Fetched 10.3 MB in 1s (14.5 MB/s)
Preconfiguring packages ...
(Reading database ... 112206 files and directories currently installed.)
Preparing to unpack .../00-initramfs-tools_0.130ubuntu3.1_all.deb ...
Unpacking initramfs-tools (0.130ubuntu3.1) over (0.130ubuntu3) ...
Preparing to unpack .../01-initramfs-tools-core_0.130ubuntu3.1_all.deb ...
Unpacking initramfs-tools-core (0.130ubuntu3.1) over (0.130ubuntu3) ...
Preparing to unpack .../02-initramfs-tools-bin_0.130ubuntu3.1_amd64.deb ...
Unpacking initramfs-tools-bin (0.130ubuntu3.1) over (0.130ubuntu3) ...
Preparing to unpack .../03-netplan.io_0.36.2_amd64.deb ...
Unpacking netplan.io (0.36.2) over (0.36.1) ...
Preparing to unpack .../04-nplan_0.36.2_all.deb ...
Unpacking nplan (0.36.2) over (0.36.1) ...
Preparing to unpack .../05-command-not-found_18.04.5_all.deb ...
Unpacking command-not-found (18.04.5) over (18.04.4) ...
Preparing to unpack .../06-python3-commandnotfound_18.04.5_all.deb ...
Unpacking python3-commandnotfound (18.04.5) over (18.04.4) ...
Preparing to unpack .../07-command-not-found-data_18.04.5_amd64.deb ...
Unpacking command-not-found-data (18.04.5) over (18.04.4) ...
Preparing to unpack .../08-python-apt-common_1.6.1_all.deb ...
Unpacking python-apt-common (1.6.1) over (1.6.0) ...
Preparing to unpack .../09-python3-apt_1.6.1_amd64.deb ...
Unpacking python3-apt (1.6.1) over (1.6.0) ...
Preparing to unpack .../10-python3-update-manager_1%3a18.04.11.2_all.deb ...
Unpacking python3-update-manager (1:18.04.11.2) over (1:18.04.11) ...
Preparing to unpack .../11-update-manager-core_1%3a18.04.11.2_all.deb ...
Unpacking update-manager-core (1:18.04.11.2) over (1:18.04.11) ...
Preparing to unpack .../12-landscape-common_18.01-0ubuntu3.1_amd64.deb ...
Unpacking landscape-common (18.01-0ubuntu3.1) over (18.01-0ubuntu3) ...
Preparing to unpack .../13-liblxc-common_3.0.1-0ubuntu1~18.04.1_amd64.deb ...
Unpacking liblxc-common (3.0.1-0ubuntu1~18.04.1) over (3.0.0-0ubuntu2) ...
Preparing to unpack .../14-liblxc1_3.0.1-0ubuntu1~18.04.1_amd64.deb ...
Unpacking liblxc1 (3.0.1-0ubuntu1~18.04.1) over (3.0.0-0ubuntu2) ...
Preparing to unpack .../15-lxcfs_3.0.1-0ubuntu2~18.04.1_amd64.deb ...
Unpacking lxcfs (3.0.1-0ubuntu2~18.04.1) over (3.0.0-0ubuntu1) ...
Preparing to unpack .../16-lxd_3.0.1-0ubuntu1~18.04.1_amd64.deb ...
Warning: Stopping lxd.service, but it can still be activated by:
  lxd.socket
Unpacking lxd (3.0.1-0ubuntu1~18.04.1) over (3.0.0-0ubuntu4) ...
Preparing to unpack .../17-lxd-client_3.0.1-0ubuntu1~18.04.1_amd64.deb ...
Unpacking lxd-client (3.0.1-0ubuntu1~18.04.1) over (3.0.0-0ubuntu4) ...
Preparing to unpack .../18-pollinate_4.33-0ubuntu1~18.04.1_all.deb ...
Unpacking pollinate (4.33-0ubuntu1~18.04.1) over (4.31-0ubuntu1) ...
Preparing to unpack .../19-sosreport_3.5-1ubuntu3.18.04.1_amd64.deb ...
Unpacking sosreport (3.5-1ubuntu3.18.04.1) over (3.5-1ubuntu3) ...
Preparing to unpack .../20-wireless-regdb_2018.05.09-0ubuntu1~18.04.1_all.deb ...
Unpacking wireless-regdb (2018.05.09-0ubuntu1~18.04.1) over (2016.06.10-0ubuntu1) ...
Setting up python-apt-common (1.6.1) ...
Setting up pollinate (4.33-0ubuntu1~18.04.1) ...
Setting up python3-apt (1.6.1) ...
Setting up landscape-common (18.01-0ubuntu3.1) ...
Processing triggers for ureadahead (0.100.0-20) ...
Setting up python3-update-manager (1:18.04.11.2) ...
Setting up wireless-regdb (2018.05.09-0ubuntu1~18.04.1) ...
Setting up netplan.io (0.36.2) ...
Setting up lxd-client (3.0.1-0ubuntu1~18.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up nplan (0.36.2) ...
Setting up sosreport (3.5-1ubuntu3.18.04.1) ...
Processing triggers for systemd (237-3ubuntu10) ...
Setting up lxcfs (3.0.1-0ubuntu2~18.04.1) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up initramfs-tools-bin (0.130ubuntu3.1) ...
Setting up command-not-found-data (18.04.5) ...
Setting up update-manager-core (1:18.04.11.2) ...
Setting up initramfs-tools-core (0.130ubuntu3.1) ...
Setting up python3-commandnotfound (18.04.5) ...
Setting up initramfs-tools (0.130ubuntu3.1) ...
update-initramfs: deferring update (trigger activated)
Setting up command-not-found (18.04.5) ...
Setting up liblxc1 (3.0.1-0ubuntu1~18.04.1) ...
Setting up liblxc-common (3.0.1-0ubuntu1~18.04.1) ...
Setting up lxd (3.0.1-0ubuntu1~18.04.1) ...
Processing triggers for initramfs-tools (0.130ubuntu3.1) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-23-generic
Processing triggers for libc-bin (2.27-3ubuntu1) ...

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  binutils-arm-linux-gnueabihf cpp-7-arm-linux-gnueabihf
  cpp-arm-linux-gnueabihf gcc-7-arm-linux-gnueabihf
  gcc-7-arm-linux-gnueabihf-base gcc-7-cross-base gcc-8-cross-base keyutils
  lib32gcc1 libasan4-armhf-cross libatomic1-armhf-cross libc6-armhf-cross
  libcilkrts5-armhf-cross libexpat1-dev libf2fs0 libfl2
  libgcc-7-dev-armhf-cross libgcc1-armhf-cross libgomp1-armhf-cross
  libnfsidmap2 libstdc++6-armhf-cross libtinfo-dev libtirpc1
  libubsan0-armhf-cross linux-libc-dev-armhf-cross m4 nfs-common p7zip rpcbind
  swig3.0
Suggested packages:
  doc-base avahi-daemon binutils-doc bison-doc distcc gcc-7-locales cpp-doc
  ubuntu-archive-keyring flex-doc gcc-7-multilib-arm-linux-gnueabihf gcc-7-doc
  libgcc1-dbg-armhf-cross libgomp1-dbg-armhf-cross libitm1-dbg-armhf-cross
  libatomic1-dbg-armhf-cross libasan4-dbg-armhf-cross liblsan0-dbg-armhf-cross
  libtsan0-dbg-armhf-cross libubsan0-dbg-armhf-cross
  libcilkrts5-dbg-armhf-cross libmpx2-dbg-armhf-cross
  libquadmath0-dbg-armhf-cross autoconf automake libtool
  gdb-arm-linux-gnueabihf gcc-doc ncurses-doc m4-doc watchdog p7zip-rar
  swig-doc swig-examples swig3.0-examples swig3.0-doc
Recommended packages:
  libssl-doc libusb-1.0-doc libnss-mymachines
The following NEW packages will be installed:
  apt-cacher-ng aptly binfmt-support binutils-arm-linux-gnueabihf bison ccache
  cpp-7-arm-linux-gnueabihf cpp-arm-linux-gnueabihf debian-archive-keyring
  debian-keyring debootstrap device-tree-compiler f2fs-tools flex
  gcc-7-arm-linux-gnueabihf gcc-7-arm-linux-gnueabihf-base gcc-7-cross-base
  gcc-8-cross-base gcc-arm-linux-gnueabihf keyutils lib32gcc1 lib32ncurses5
  lib32stdc++6 lib32tinfo5 libasan4-armhf-cross libatomic1-armhf-cross
  libbison-dev libc6-armhf-cross libc6-dev-armhf-cross libc6-i386
  libcilkrts5-armhf-cross libexpat1-dev libf2fs0 libfl-dev libfl2
  libgcc-7-dev-armhf-cross libgcc1-armhf-cross libgomp1-armhf-cross
  liblz4-tool libncurses5-dev libnfsidmap2 libpython-dev libpython2.7-dev
  libssl-dev libstdc++6-armhf-cross libtinfo-dev libtirpc1
  libubsan0-armhf-cross libusb-1.0-0-dev linux-libc-dev-armhf-cross lzop m4
  nfs-common nfs-kernel-server ntpdate p7zip p7zip-full patchutils pixz
  pkg-config pv qemu-user-static rpcbind swig swig3.0 systemd-container
  u-boot-tools uuid-dev zip zlib1g-dev
0 upgraded, 70 newly installed, 0 to remove and 0 not upgraded.
Need to get 111 MB of archives.
After this operation, 318 MB of additional disk space will be used.
Get:1 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 apt-cacher-ng amd64 3.1-1build1 [486 kB]
Get:2 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
Get:3 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 flex amd64 2.6.4-6 [316 kB]
Get:4 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 ntpdate amd64 1:4.2.8p10+dfsg-5ubuntu7 [51.6 kB]
Get:5 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 binfmt-support amd64 2.1.8-2 [51.6 kB]
Get:6 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1build1 [339 kB]
Get:7 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 bison amd64 2:3.0.4.dfsg-1build1 [266 kB]
Get:8 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 ccache amd64 3.4.1-1 [110 kB]
Get:9 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 gcc-7-arm-linux-gnueabihf-base amd64 7.3.0-16ubuntu3cross1 [19.2 kB]
Get:10 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 cpp-7-arm-linux-gnueabihf amd64 7.3.0-16ubuntu3cross1 [6,220 kB]
Get:11 http://repo.aptly.info squeeze/main amd64 aptly amd64 1.3.0 [6,420 kB]
Get:12 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 cpp-arm-linux-gnueabihf amd64 4:7.3.0-3ubuntu2 [3,360 B]
Get:13 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 debian-archive-keyring all 2017.7ubuntu1 [56.0 kB]
Get:14 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 debian-keyring all 2018.03.24 [33.1 MB]
Get:15 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 libf2fs0 amd64 1.10.0-1 [24.6 kB]
Get:16 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 f2fs-tools amd64 1.10.0-1 [102 kB]
Get:17 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 gcc-8-cross-base all 8-20180414-1ubuntu2cross1 [13.4 kB]
Get:18 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.30-20ubuntu2~18.04 [2,811 kB]
Get:19 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 gcc-7-cross-base all 7.3.0-16ubuntu3cross1 [13.5 kB]
Get:20 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libc6-armhf-cross all 2.27-3ubuntu1cross1 [1,004 kB]
Get:21 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libgcc1-armhf-cross all 1:8-20180414-1ubuntu2cross1 [37.1 kB]
Get:22 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libgomp1-armhf-cross all 8-20180414-1ubuntu2cross1 [65.1 kB]
Get:23 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libatomic1-armhf-cross all 8-20180414-1ubuntu2cross1 [6,908 B]
Get:24 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libasan4-armhf-cross all 7.3.0-16ubuntu3cross1 [321 kB]
Get:25 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libstdc++6-armhf-cross all 8-20180414-1ubuntu2cross1 [312 kB]
Get:26 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libubsan0-armhf-cross all 7.3.0-16ubuntu3cross1 [108 kB]
Get:27 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libcilkrts5-armhf-cross all 7.3.0-16ubuntu3cross1 [34.9 kB]
Get:28 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libgcc-7-dev-armhf-cross all 7.3.0-16ubuntu3cross1 [639 kB]
Get:29 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 gcc-7-arm-linux-gnueabihf amd64 7.3.0-16ubuntu3cross1 [6,895 kB]
Get:30 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 gcc-arm-linux-gnueabihf amd64 4:7.3.0-3ubuntu2 [1,404 B]
Get:31 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 keyutils amd64 1.5.9-9.2ubuntu2 [47.9 kB]
Get:32 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libc6-i386 amd64 2.27-3ubuntu1 [2,651 kB]
Get:33 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32tinfo5 amd64 6.1-1ubuntu1.18.04 [79.1 kB]
Get:34 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ncurses5 amd64 6.1-1ubuntu1.18.04 [100 kB]
Get:35 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libexpat1-dev amd64 2.2.5-3 [122 kB]
Get:36 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libfl2 amd64 2.6.4-6 [11.4 kB]
Get:37 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libfl-dev amd64 2.6.4-6 [6,320 B]
Get:38 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB]
Get:39 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB]
Get:40 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libnfsidmap2 amd64 0.25-5.1 [27.2 kB]
Get:41 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libpython2.7-dev amd64 2.7.15~rc1-1 [28.2 MB]
Get:42 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libpython-dev amd64 2.7.15~rc1-1 [7,684 B]
Get:43 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libssl-dev amd64 1.1.0g-2ubuntu4 [1,372 kB]
Get:44 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libusb-1.0-0-dev amd64 2:1.0.21-2 [60.5 kB]
Get:45 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 lzop amd64 1.03-4 [39.8 kB]
Get:46 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libtirpc1 amd64 0.2.5-1.2 [75.4 kB]
Get:47 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 rpcbind amd64 0.2.3-0.6 [40.6 kB]
Get:48 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 nfs-common amd64 1:1.3.4-2.1ubuntu5 [205 kB]
Get:49 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 nfs-kernel-server amd64 1:1.3.4-2.1ubuntu5 [94.0 kB]
Get:50 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 p7zip amd64 16.02+dfsg-6 [358 kB]
Get:51 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 p7zip-full amd64 16.02+dfsg-6 [1,164 kB]
Get:52 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
Get:53 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 pixz amd64 1.0.6-2build1 [20.8 kB]
Get:54 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB]
Get:55 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 pv amd64 1.6.6-1 [48.3 kB]
Get:56 http://si.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qemu-user-static amd64 1:2.11+dfsg-1ubuntu7.4 [9,968 kB]
Get:57 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 swig3.0 amd64 3.0.12-1 [1,094 kB]
Get:58 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 swig amd64 3.0.12-1 [6,460 B]
Get:59 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 systemd-container amd64 237-3ubuntu10 [221 kB]
Get:60 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 u-boot-tools amd64 2016.03+dfsg1-6ubuntu2 [103 kB]
Get:61 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB]
Get:62 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB]
Get:63 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debootstrap all 1.0.95ubuntu0.1 [35.5 kB]
Get:64 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 device-tree-compiler amd64 1.4.5-3 [239 kB]
Get:65 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 lib32gcc1 amd64 1:8-20180414-1ubuntu2 [47.9 kB]
Get:66 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 lib32stdc++6 amd64 8-20180414-1ubuntu2 [414 kB]
Get:67 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 linux-libc-dev-armhf-cross all 4.15.0-18.19cross1 [862 kB]
Get:68 http://si.archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev-armhf-cross all 2.27-3ubuntu1cross1 [1,898 kB]
Get:69 http://si.archive.ubuntu.com/ubuntu bionic/universe amd64 liblz4-tool amd64 0.0~r131-2ubuntu3 [74.7 kB]
Get:70 http://si.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.1 [33.2 kB]
Extracting templates from packages: 100%
Preconfiguring packages ...
Fetched 111 MB in 9s (12.2 MB/s)
                                Selecting previously unselected package apt-cacher-ng.
(Reading database ... 112209 files and directories currently installed.)
Preparing to unpack .../00-apt-cacher-ng_3.1-1build1_amd64.deb ...
Unpacking apt-cacher-ng (3.1-1build1) ...
Selecting previously unselected package m4.
Preparing to unpack .../01-m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package flex.
Preparing to unpack .../02-flex_2.6.4-6_amd64.deb ...
Unpacking flex (2.6.4-6) ...
Selecting previously unselected package ntpdate.
Preparing to unpack .../03-ntpdate_1%3a4.2.8p10+dfsg-5ubuntu7_amd64.deb ...
Unpacking ntpdate (1:4.2.8p10+dfsg-5ubuntu7) ...
Selecting previously unselected package binfmt-support.
Preparing to unpack .../04-binfmt-support_2.1.8-2_amd64.deb ...
Unpacking binfmt-support (2.1.8-2) ...
Selecting previously unselected package libbison-dev:amd64.
Preparing to unpack .../05-libbison-dev_2%3a3.0.4.dfsg-1build1_amd64.deb ...
Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1build1) ...
Selecting previously unselected package bison.
Preparing to unpack .../06-bison_2%3a3.0.4.dfsg-1build1_amd64.deb ...
Unpacking bison (2:3.0.4.dfsg-1build1) ...
Selecting previously unselected package ccache.
Preparing to unpack .../07-ccache_3.4.1-1_amd64.deb ...
Unpacking ccache (3.4.1-1) ...
Selecting previously unselected package gcc-7-arm-linux-gnueabihf-base:amd64.
Preparing to unpack .../08-gcc-7-arm-linux-gnueabihf-base_7.3.0-16ubuntu3cross1_amd64.deb ...
Unpacking gcc-7-arm-linux-gnueabihf-base:amd64 (7.3.0-16ubuntu3cross1) ...
Selecting previously unselected package cpp-7-arm-linux-gnueabihf.
Preparing to unpack .../09-cpp-7-arm-linux-gnueabihf_7.3.0-16ubuntu3cross1_amd64.deb ...
Unpacking cpp-7-arm-linux-gnueabihf (7.3.0-16ubuntu3cross1) ...
Selecting previously unselected package cpp-arm-linux-gnueabihf.
Preparing to unpack .../10-cpp-arm-linux-gnueabihf_4%3a7.3.0-3ubuntu2_amd64.deb ...
Unpacking cpp-arm-linux-gnueabihf (4:7.3.0-3ubuntu2) ...
Selecting previously unselected package debian-archive-keyring.
Preparing to unpack .../11-debian-archive-keyring_2017.7ubuntu1_all.deb ...
Unpacking debian-archive-keyring (2017.7ubuntu1) ...
Selecting previously unselected package debian-keyring.
Preparing to unpack .../12-debian-keyring_2018.03.24_all.deb ...
Unpacking debian-keyring (2018.03.24) ...
Selecting previously unselected package libf2fs0:amd64.
Preparing to unpack .../13-libf2fs0_1.10.0-1_amd64.deb ...
Unpacking libf2fs0:amd64 (1.10.0-1) ...
Selecting previously unselected package f2fs-tools.
Preparing to unpack .../14-f2fs-tools_1.10.0-1_amd64.deb ...
Unpacking f2fs-tools (1.10.0-1) ...
Selecting previously unselected package gcc-8-cross-base.
Preparing to unpack .../15-gcc-8-cross-base_8-20180414-1ubuntu2cross1_all.deb ...
Unpacking gcc-8-cross-base (8-20180414-1ubuntu2cross1) ...
Selecting previously unselected package binutils-arm-linux-gnueabihf.
Preparing to unpack .../16-binutils-arm-linux-gnueabihf_2.30-20ubuntu2~18.04_amd64.deb ...
Unpacking binutils-arm-linux-gnueabihf (2.30-20ubuntu2~18.04) ...
Selecting previously unselected package gcc-7-cross-base.
Preparing to unpack .../17-gcc-7-cross-base_7.3.0-16ubuntu3cross1_all.deb ...
Unpacking gcc-7-cross-base (7.3.0-16ubuntu3cross1) ...
Selecting previously unselected package libc6-armhf-cross.
Preparing to unpack .../18-libc6-armhf-cross_2.27-3ubuntu1cross1_all.deb ...
Unpacking libc6-armhf-cross (2.27-3ubuntu1cross1) ...
Selecting previously unselected package libgcc1-armhf-cross.
Preparing to unpack .../19-libgcc1-armhf-cross_1%3a8-20180414-1ubuntu2cross1_all.deb ...
Unpacking libgcc1-armhf-cross (1:8-20180414-1ubuntu2cross1) ...
Selecting previously unselected package libgomp1-armhf-cross.
Preparing to unpack .../20-libgomp1-armhf-cross_8-20180414-1ubuntu2cross1_all.deb ...
Unpacking libgomp1-armhf-cross (8-20180414-1ubuntu2cross1) ...
Selecting previously unselected package libatomic1-armhf-cross.
Preparing to unpack .../21-libatomic1-armhf-cross_8-20180414-1ubuntu2cross1_all.deb ...
Unpacking libatomic1-armhf-cross (8-20180414-1ubuntu2cross1) ...
Selecting previously unselected package libasan4-armhf-cross.
Preparing to unpack .../22-libasan4-armhf-cross_7.3.0-16ubuntu3cross1_all.deb ...
Unpacking libasan4-armhf-cross (7.3.0-16ubuntu3cross1) ...
Selecting previously unselected package libstdc++6-armhf-cross.
Preparing to unpack .../23-libstdc++6-armhf-cross_8-20180414-1ubuntu2cross1_all.deb ...
Unpacking libstdc++6-armhf-cross (8-20180414-1ubuntu2cross1) ...
Selecting previously unselected package libubsan0-armhf-cross.
Preparing to unpack .../24-libubsan0-armhf-cross_7.3.0-16ubuntu3cross1_all.deb ...
Unpacking libubsan0-armhf-cross (7.3.0-16ubuntu3cross1) ...
Selecting previously unselected package libcilkrts5-armhf-cross.
Preparing to unpack .../25-libcilkrts5-armhf-cross_7.3.0-16ubuntu3cross1_all.deb ...
Unpacking libcilkrts5-armhf-cross (7.3.0-16ubuntu3cross1) ...
Selecting previously unselected package libgcc-7-dev-armhf-cross.
Preparing to unpack .../26-libgcc-7-dev-armhf-cross_7.3.0-16ubuntu3cross1_all.deb ...
Unpacking libgcc-7-dev-armhf-cross (7.3.0-16ubuntu3cross1) ...
Selecting previously unselected package gcc-7-arm-linux-gnueabihf.
Preparing to unpack .../27-gcc-7-arm-linux-gnueabihf_7.3.0-16ubuntu3cross1_amd64.deb ...
Unpacking gcc-7-arm-linux-gnueabihf (7.3.0-16ubuntu3cross1) ...
Selecting previously unselected package gcc-arm-linux-gnueabihf.
Preparing to unpack .../28-gcc-arm-linux-gnueabihf_4%3a7.3.0-3ubuntu2_amd64.deb ...
Unpacking gcc-arm-linux-gnueabihf (4:7.3.0-3ubuntu2) ...
Selecting previously unselected package keyutils.
Preparing to unpack .../29-keyutils_1.5.9-9.2ubuntu2_amd64.deb ...
Unpacking keyutils (1.5.9-9.2ubuntu2) ...
Selecting previously unselected package libc6-i386.
Preparing to unpack .../30-libc6-i386_2.27-3ubuntu1_amd64.deb ...
Unpacking libc6-i386 (2.27-3ubuntu1) ...
Selecting previously unselected package lib32tinfo5.
Preparing to unpack .../31-lib32tinfo5_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking lib32tinfo5 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package lib32ncurses5.
Preparing to unpack .../32-lib32ncurses5_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking lib32ncurses5 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../33-libexpat1-dev_2.2.5-3_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.2.5-3) ...
Selecting previously unselected package libfl2:amd64.
Preparing to unpack .../34-libfl2_2.6.4-6_amd64.deb ...
Unpacking libfl2:amd64 (2.6.4-6) ...
Selecting previously unselected package libfl-dev:amd64.
Preparing to unpack .../35-libfl-dev_2.6.4-6_amd64.deb ...
Unpacking libfl-dev:amd64 (2.6.4-6) ...
Selecting previously unselected package libtinfo-dev:amd64.
Preparing to unpack .../36-libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package libncurses5-dev:amd64.
Preparing to unpack .../37-libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package libnfsidmap2:amd64.
Preparing to unpack .../38-libnfsidmap2_0.25-5.1_amd64.deb ...
Unpacking libnfsidmap2:amd64 (0.25-5.1) ...
Selecting previously unselected package libpython2.7-dev:amd64.
Preparing to unpack .../39-libpython2.7-dev_2.7.15~rc1-1_amd64.deb ...
Unpacking libpython2.7-dev:amd64 (2.7.15~rc1-1) ...
Selecting previously unselected package libpython-dev:amd64.
Preparing to unpack .../40-libpython-dev_2.7.15~rc1-1_amd64.deb ...
Unpacking libpython-dev:amd64 (2.7.15~rc1-1) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../41-libssl-dev_1.1.0g-2ubuntu4_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.0g-2ubuntu4) ...
Selecting previously unselected package libusb-1.0-0-dev:amd64.
Preparing to unpack .../42-libusb-1.0-0-dev_2%3a1.0.21-2_amd64.deb ...
Unpacking libusb-1.0-0-dev:amd64 (2:1.0.21-2) ...
Selecting previously unselected package lzop.
Preparing to unpack .../43-lzop_1.03-4_amd64.deb ...
Unpacking lzop (1.03-4) ...
Selecting previously unselected package libtirpc1:amd64.
Preparing to unpack .../44-libtirpc1_0.2.5-1.2_amd64.deb ...
Unpacking libtirpc1:amd64 (0.2.5-1.2) ...
Selecting previously unselected package rpcbind.
Preparing to unpack .../45-rpcbind_0.2.3-0.6_amd64.deb ...
Unpacking rpcbind (0.2.3-0.6) ...
Selecting previously unselected package nfs-common.
Preparing to unpack .../46-nfs-common_1%3a1.3.4-2.1ubuntu5_amd64.deb ...
Unpacking nfs-common (1:1.3.4-2.1ubuntu5) ...
Selecting previously unselected package nfs-kernel-server.
Preparing to unpack .../47-nfs-kernel-server_1%3a1.3.4-2.1ubuntu5_amd64.deb ...
Unpacking nfs-kernel-server (1:1.3.4-2.1ubuntu5) ...
Selecting previously unselected package p7zip.
Preparing to unpack .../48-p7zip_16.02+dfsg-6_amd64.deb ...
Unpacking p7zip (16.02+dfsg-6) ...
Selecting previously unselected package p7zip-full.
Preparing to unpack .../49-p7zip-full_16.02+dfsg-6_amd64.deb ...
Unpacking p7zip-full (16.02+dfsg-6) ...
Selecting previously unselected package patchutils.
Preparing to unpack .../50-patchutils_0.3.4-2_amd64.deb ...
Unpacking patchutils (0.3.4-2) ...
Selecting previously unselected package pixz.
Preparing to unpack .../51-pixz_1.0.6-2build1_amd64.deb ...
Unpacking pixz (1.0.6-2build1) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../52-pkg-config_0.29.1-0ubuntu2_amd64.deb ...
Unpacking pkg-config (0.29.1-0ubuntu2) ...
Selecting previously unselected package pv.
Preparing to unpack .../53-pv_1.6.6-1_amd64.deb ...
Unpacking pv (1.6.6-1) ...
Selecting previously unselected package qemu-user-static.
Preparing to unpack .../54-qemu-user-static_1%3a2.11+dfsg-1ubuntu7.4_amd64.deb ...
Unpacking qemu-user-static (1:2.11+dfsg-1ubuntu7.4) ...
Selecting previously unselected package swig3.0.
Preparing to unpack .../55-swig3.0_3.0.12-1_amd64.deb ...
Unpacking swig3.0 (3.0.12-1) ...
Selecting previously unselected package swig.
Preparing to unpack .../56-swig_3.0.12-1_amd64.deb ...
Unpacking swig (3.0.12-1) ...
Selecting previously unselected package systemd-container.
Preparing to unpack .../57-systemd-container_237-3ubuntu10_amd64.deb ...
Unpacking systemd-container (237-3ubuntu10) ...
Selecting previously unselected package u-boot-tools.
Preparing to unpack .../58-u-boot-tools_2016.03+dfsg1-6ubuntu2_amd64.deb ...
Unpacking u-boot-tools (2016.03+dfsg1-6ubuntu2) ...
Selecting previously unselected package zip.
Preparing to unpack .../59-zip_3.0-11build1_amd64.deb ...
Unpacking zip (3.0-11build1) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../60-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ...
Selecting previously unselected package aptly.
Preparing to unpack .../61-aptly_1.3.0_amd64.deb ...
Unpacking aptly (1.3.0) ...
Selecting previously unselected package debootstrap.
Preparing to unpack .../62-debootstrap_1.0.95ubuntu0.1_all.deb ...
Unpacking debootstrap (1.0.95ubuntu0.1) ...
Selecting previously unselected package device-tree-compiler.
Preparing to unpack .../63-device-tree-compiler_1.4.5-3_amd64.deb ...
Unpacking device-tree-compiler (1.4.5-3) ...
Selecting previously unselected package lib32gcc1.
Preparing to unpack .../64-lib32gcc1_1%3a8-20180414-1ubuntu2_amd64.deb ...
Unpacking lib32gcc1 (1:8-20180414-1ubuntu2) ...
Selecting previously unselected package lib32stdc++6.
Preparing to unpack .../65-lib32stdc++6_8-20180414-1ubuntu2_amd64.deb ...
Unpacking lib32stdc++6 (8-20180414-1ubuntu2) ...
Selecting previously unselected package linux-libc-dev-armhf-cross.
Preparing to unpack .../66-linux-libc-dev-armhf-cross_4.15.0-18.19cross1_all.deb ...
Unpacking linux-libc-dev-armhf-cross (4.15.0-18.19cross1) ...
Selecting previously unselected package libc6-dev-armhf-cross.
Preparing to unpack .../67-libc6-dev-armhf-cross_2.27-3ubuntu1cross1_all.deb ...
Unpacking libc6-dev-armhf-cross (2.27-3ubuntu1cross1) ...
Selecting previously unselected package liblz4-tool.
Preparing to unpack .../68-liblz4-tool_0.0~r131-2ubuntu3_amd64.deb ...
Unpacking liblz4-tool (0.0~r131-2ubuntu3) ...
Selecting previously unselected package uuid-dev:amd64.
Preparing to unpack .../69-uuid-dev_2.31.1-0.4ubuntu3.1_amd64.deb ...
Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.1) ...
Setting up gcc-7-arm-linux-gnueabihf-base:amd64 (7.3.0-16ubuntu3cross1) ...
Setting up binfmt-support (2.1.8-2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service.
Setting up gcc-8-cross-base (8-20180414-1ubuntu2cross1) ...
Setting up debian-keyring (2018.03.24) ...
Setting up ccache (3.4.1-1) ...
Updating symlinks in /usr/lib/ccache ...
Setting up libc6-armhf-cross (2.27-3ubuntu1cross1) ...
Setting up libgcc1-armhf-cross (1:8-20180414-1ubuntu2cross1) ...
Setting up pv (1.6.6-1) ...
Setting up libstdc++6-armhf-cross (8-20180414-1ubuntu2cross1) ...
Setting up libnfsidmap2:amd64 (0.25-5.1) ...
Setting up swig3.0 (3.0.12-1) ...
Setting up lzop (1.03-4) ...
Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up libssl-dev:amd64 (1.1.0g-2ubuntu4) ...
Setting up gcc-7-cross-base (7.3.0-16ubuntu3cross1) ...
Setting up libcilkrts5-armhf-cross (7.3.0-16ubuntu3cross1) ...
Setting up liblz4-tool (0.0~r131-2ubuntu3) ...
Setting up binutils-arm-linux-gnueabihf (2.30-20ubuntu2~18.04) ...
Setting up u-boot-tools (2016.03+dfsg1-6ubuntu2) ...
Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.1) ...
Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ...
Setting up keyutils (1.5.9-9.2ubuntu2) ...
Processing triggers for initramfs-tools (0.130ubuntu3.1) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-23-generic
Setting up libc6-i386 (2.27-3ubuntu1) ...
Setting up libgomp1-armhf-cross (8-20180414-1ubuntu2cross1) ...
Setting up m4 (1.4.18-1) ...
Setting up libf2fs0:amd64 (1.10.0-1) ...
Setting up linux-libc-dev-armhf-cross (4.15.0-18.19cross1) ...
Setting up zip (3.0-11build1) ...
Setting up libatomic1-armhf-cross (8-20180414-1ubuntu2cross1) ...
Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ...
Setting up pixz (1.0.6-2build1) ...
Setting up pkg-config (0.29.1-0ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up ntpdate (1:4.2.8p10+dfsg-5ubuntu7) ...
Setting up patchutils (0.3.4-2) ...
Setting up libtirpc1:amd64 (0.2.5-1.2) ...
Setting up debian-archive-keyring (2017.7ubuntu1) ...
Setting up p7zip (16.02+dfsg-6) ...
Setting up libusb-1.0-0-dev:amd64 (2:1.0.21-2) ...
Processing triggers for systemd (237-3ubuntu10) ...
Setting up qemu-user-static (1:2.11+dfsg-1ubuntu7.4) ...
Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1build1) ...
Setting up libfl2:amd64 (2.6.4-6) ...
Setting up libexpat1-dev:amd64 (2.2.5-3) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up libpython2.7-dev:amd64 (2.7.15~rc1-1) ...
Setting up device-tree-compiler (1.4.5-3) ...
Setting up debootstrap (1.0.95ubuntu0.1) ...
Setting up bison (2:3.0.4.dfsg-1build1) ...
update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
Processing triggers for dbus (1.12.2-1ubuntu1) ...
Setting up cpp-7-arm-linux-gnueabihf (7.3.0-16ubuntu3cross1) ...
Setting up libasan4-armhf-cross (7.3.0-16ubuntu3cross1) ...
Setting up systemd-container (237-3ubuntu10) ...
Created symlink /etc/systemd/system/multi-user.target.wants/machines.target → /lib/systemd/system/machines.target.
Setting up f2fs-tools (1.10.0-1) ...
Setting up lib32gcc1 (1:8-20180414-1ubuntu2) ...
Setting up aptly (1.3.0) ...
Setting up rpcbind (0.2.3-0.6) ...
Created symlink /etc/systemd/system/multi-user.target.wants/rpcbind.service → /lib/systemd/system/rpcbind.service.
Created symlink /etc/systemd/system/sockets.target.wants/rpcbind.socket → /lib/systemd/system/rpcbind.socket.
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ...
Setting up apt-cacher-ng (3.1-1build1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/apt-cacher-ng.service → /lib/systemd/system/apt-cacher-ng.service.
Setting up libubsan0-armhf-cross (7.3.0-16ubuntu3cross1) ...
Setting up libpython-dev:amd64 (2.7.15~rc1-1) ...
Setting up swig (3.0.12-1) ...
Setting up libgcc-7-dev-armhf-cross (7.3.0-16ubuntu3cross1) ...
Setting up flex (2.6.4-6) ...
Setting up libc6-dev-armhf-cross (2.27-3ubuntu1cross1) ...
Setting up nfs-common (1:1.3.4-2.1ubuntu5) ...

Creating config file /etc/idmapd.conf with new version
Adding system user `statd' (UID 112) ...
Adding new user `statd' (UID 112) with group `nogroup' ...
Not creating home directory `/var/lib/nfs'.
Created symlink /etc/systemd/system/multi-user.target.wants/nfs-client.target → /lib/systemd/system/nfs-client.target.
Created symlink /etc/systemd/system/remote-fs.target.wants/nfs-client.target → /lib/systemd/system/nfs-client.target.
nfs-utils.service is a disabled or a static unit, not starting it.
Setting up lib32tinfo5 (6.1-1ubuntu1.18.04) ...
Setting up nfs-kernel-server (1:1.3.4-2.1ubuntu5) ...
Created symlink /etc/systemd/system/multi-user.target.wants/nfs-server.service → /lib/systemd/system/nfs-server.service.
Job for nfs-server.service canceled.

Creating config file /etc/exports with new version

Creating config file /etc/default/nfs-kernel-server with new version
Setting up lib32ncurses5 (6.1-1ubuntu1.18.04) ...
Setting up libfl-dev:amd64 (2.6.4-6) ...
Setting up p7zip-full (16.02+dfsg-6) ...
Setting up gcc-7-arm-linux-gnueabihf (7.3.0-16ubuntu3cross1) ...
Setting up cpp-arm-linux-gnueabihf (4:7.3.0-3ubuntu2) ...
Setting up lib32stdc++6 (8-20180414-1ubuntu2) ...
Setting up gcc-arm-linux-gnueabihf (4:7.3.0-3ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for initramfs-tools (0.130ubuntu3.1) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-23-generic
Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for systemd (237-3ubuntu10) ...
The following packages will be DOWNGRADED:
  aptly
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
Need to get 6,329 kB of archives.
After this operation, 682 kB disk space will be freed.
dpkg: warning: downgrading aptly from 1.3.0 to 1.2.0
(Reading database ... 116371 files and directories currently installed.)
Preparing to unpack .../archives/aptly_1.2.0_amd64.deb ...
Unpacking aptly (1.2.0) over (1.3.0) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up aptly (1.2.0) ...
[ o.k. ] Syncing clock [ host ]
[ .... ] Downloading [ gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
gpg: keybox '/root/build/cache/.gpg/pubring.kbx' created
gpg: /root/build/cache/.gpg/trustdb.gpg: trustdb created
gpg: error reading key: No public key
gpg: key D47877808F427EAF: public key "Linaro Toolchain Builder <michael.hope+cbuild@linaro.org>" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: assuming signed data in 'gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz'
gpg: Signature made Wed 16 Apr 2014 08:29:14 PM CEST
gpg:                using RSA key D47877808F427EAF
gpg: Good signature from "Linaro Toolchain Builder <michael.hope+cbuild@linaro.org>" [unknown]
[ .... ] Extracting 
[ o.k. ] Download complete 
[ .... ] Downloading [ gcc-linaro-4.9.4-2017.01-x86_64_aarch64-linux-gnu ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ .... ] Downloading [ gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabi ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ .... ] Downloading [ gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ .... ] Downloading [ gcc-linaro-5.5.0-2017.10-x86_64_aarch64-linux-gnu ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ .... ] Downloading [ gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabi ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ .... ] Downloading [ gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabihf ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ .... ] Downloading [ gcc-linaro-6.4.1-2017.11-x86_64_arm-linux-gnueabihf ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ .... ] Downloading [ gcc-linaro-6.4.1-2017.11-x86_64_aarch64-linux-gnu ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ .... ] Downloading [ gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ .... ] Downloading [ gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ .... ] Downloading [ gcc-linaro-7.2.1-2017.11-x86_64_arm-eabi ]
################################################################################################################################################################## 100.0%
################################################################################################################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ warn ] Low free space left [ 6 GiB ]
Press <Ctrl-C> to abort compilation, <Enter> to ignore and continue

 

 

My clean Bionic for testing doesn't complain about anything. One test kernel compilation also succeeds ...  

Link to comment
Share on other sites

i tried it again (clone git). my machine is running bionic 18.04 and has latest updates on it. so compared to yours ( i guess virtual machine Igor) - the only difference is that it did not need to upgrade the running system.

 

here it is:

Spoiler


zh@acus:~/tmp$ git clone https://github.com/armbian/build
Cloning into 'build'...
remote: Counting objects: 37126, done.
remote: Compressing objects: 100% (31/31), done.
remote: Total 37126 (delta 17), reused 22 (delta 14), pack-reused 37080
Receiving objects: 100% (37126/37126), 283.82 MiB | 4.39 MiB/s, done.
Resolving deltas: 100% (24638/24638), done.
Checking out files: 100% (2764/2764), done.
zh@acus:~/tmp$ cd build/
zh@acus:~/tmp/build$ ./compile.sh
[ o.k. ] Using config file [ config-default.conf ]
[ warn ] This script requires root privileges, trying to use sudo
[sudo] password for zh:
Sorry, try again.
[sudo] password for zh:
[ o.k. ] Using config file [ config-default.conf ]
[ o.k. ] This script will try to update
Already up to date.
Already on 'master'
Your branch is up to date with 'origin/master'.
[ o.k. ] Preparing [ host ]
[ o.k. ] Build host OS release [ bionic ]
[ o.k. ] Syncing clock [ host ]
[ .... ] Downloading [ gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux ]
######################################################################################################################################################################################################################### 100.0%
######################################################################################################################################################################################################################### 100.0%
[ .... ] Verifying
gpg: keybox '/home/zh/tmp/build/cache/.gpg/pubring.kbx' created
gpg: /home/zh/tmp/build/cache/.gpg/trustdb.gpg: trustdb created
gpg: error reading key: No public key
gpg: connecting dirmngr at '/home/zh/tmp/build/cache/.gpg/S.dirmngr' failed: IPC connect call failed
gpg: keyserver receive failed: No dirmngr
gpg: assuming signed data in 'gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz'
gpg: Signature made Wed 16 Apr 2014 08:29:14 PM CEST
gpg:                using RSA key D47877808F427EAF
gpg: Can't check signature: No public key
[ warn ] Verification failed
[ .... ] Downloading [ gcc-linaro-4.9.4-2017.01-x86_64_aarch64-linux-gnu ]

 

 

 

 

Link to comment
Share on other sites

1 hour ago, Igor said:

sudo apt-get install dirmngr

yeah tried that. already insalled. tried removing it with apt-get purge as well. and then reinstalling/installing again.  the only 'odd' thing but that is same in your build is 'aptly' gets downgraded to v1.2 from 1.3 ... but that does not make a difference in the end.

 

Spoiler

zh@acus:~/tmp/build$ ./compile.sh
[ o.k. ] Using config file [ config-default.conf ]
[ warn ] This script requires root privileges, trying to use sudo
[ o.k. ] Using config file [ config-default.conf ]
[ o.k. ] This script will try to update
Already up to date.
Already on 'master'
Your branch is up to date with 'origin/master'.
[ o.k. ] Preparing [ host ]
[ o.k. ] Build host OS release [ bionic ]
The following packages will be DOWNGRADED:
  aptly
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
Need to get 6,329 kB of archives.
After this operation, 682 kB disk space will be freed.
dpkg: warning: downgrading aptly from 1.3.0 to 1.2.0
(Reading database ... 391473 files and directories currently installed.)
Preparing to unpack .../archives/aptly_1.2.0_amd64.deb ...
Unpacking aptly (1.2.0) over (1.3.0) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up aptly (1.2.0) ...
[ o.k. ] Syncing clock [ host ]
[ .... ] Downloading [ gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux ]
########################################################################################################################################################################### 100.0%
########################################################################################################################################################################### 100.0%
[ .... ] Verifying
gpg: error reading key: No public key
gpg: connecting dirmngr at '/home/zh/tmp/build/cache/.gpg/S.dirmngr' failed: IPC connect call failed
gpg: keyserver receive failed: No dirmngr
gpg: assuming signed data in 'gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz'
gpg: Signature made Wed 16 Apr 2014 08:29:14 PM CEST
gpg:                using RSA key D47877808F427EAF
gpg: Can't check signature: No public key
[ warn ] Verification failed
[ .... ] Downloading [ gcc-linaro-6.4.1-2017.11-x86_64_arm-linux-gnueabihf ]

 

 

Link to comment
Share on other sites

7 hours ago, gahabana said:

yeah tried that. already insalled. tried removing it with apt-get purge as well. and then reinstalling/installing again.  the only 'odd' thing but that is same in your build is 'aptly' gets downgraded to v1.2 from 1.3 ... but that does not make a difference in the end.

 

did you update the Ubuntu itself with

sudo apt update

sudo apt upgrade

 

or try to install via 
sudo apt-get install dirmngr --install-recommends

 

Other people in another project also got a problem with Bionic and dirmngr :(

https://github.com/Microsoft/WSL/issues/3286

Link to comment
Share on other sites

hi guidol, 

    yes I have updated ubunutu in a way you proposed.

 

I have also tried what you suggest ... additional packages installed do not seem to make a difference - i get the same message (verification failed):

below you can see what gets removed or installed with dirmngr:

 

Spoiler

zh@acus:~$ sudo apt-get purge dirmngr
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  aptly* dirmngr* gnupg* gpg-wks-client*
0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
After this operation, 23.5 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 391471 files and directories currently installed.)
Removing aptly (1.2.0) ...
Removing gnupg (2.2.4-1ubuntu1.1) ...
Removing gpg-wks-client (2.2.4-1ubuntu1.1) ...
Removing dirmngr (2.2.4-1ubuntu1.1) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for man-db (2.8.3-2) ...
(Reading database ... 391425 files and directories currently installed.)
Purging configuration files for dirmngr (2.2.4-1ubuntu1.1) ...
zh@acus:~$ sudo apt update
Hit:1 https://download.docker.com/linux/ubuntu bionic InRelease
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
Hit:3 http://es.archive.ubuntu.com/ubuntu bionic InRelease
Get:4 http://es.archive.ubuntu.com/ubuntu bionic-updates InRelease [83.2 kB]
Get:5 http://es.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Hit:6 http://repo.aptly.info squeeze InRelease
Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [204 B]
Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [2,456 B]
Get:9 http://es.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [148 kB]
Get:10 http://es.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [162 kB]
Get:11 http://es.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [113 kB]
Get:12 http://es.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [25.1 kB]
Get:13 http://es.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [44.5 kB]
Get:14 http://es.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [105 kB]
Get:15 http://es.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [105 kB]
Get:16 http://es.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [121 kB]
Get:17 http://es.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [113 kB]
Get:18 http://es.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [193 kB]
Get:19 http://es.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [5,100 B]
Fetched 1,379 kB in 1s (983 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
zh@acus:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
zh@acus:~$ sudo apt-get install dirmngr --install-recommends
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  gnupggpg-wks-client
Suggested packages:
  tor parcimoniexloadimage
The following NEW packages will be installed:
  dirmngrgnupggpg-wks-client
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/657 kB of archives.
After this operation, 1,497 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package dirmngr.
(Reading database ... 391426 files and directories currently installed.)
Preparing to unpack .../dirmngr_2.2.4-1ubuntu1.1_amd64.deb ...
Unpacking dirmngr (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../gpg-wks-client_2.2.4-1ubuntu1.1_amd64.deb ...
Unpacking gpg-wks-client (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../gnupg_2.2.4-1ubuntu1.1_amd64.deb ...
Unpacking gnupg (2.2.4-1ubuntu1.1) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up dirmngr (2.2.4-1ubuntu1.1) ...
Setting up gpg-wks-client (2.2.4-1ubuntu1.1) ...
Setting up gnupg (2.2.4-1ubuntu1.1) ...

 

Link to comment
Share on other sites

hi @Igor

though i still have everdownloading problem with toolchain but that just makes build wee bit slower - no matter what i do i always have issues when i assume target environment is build that Armbian build process can not get to resolve 'ports.ubuntu.com'

I tried in the docker environment as well ... 

What did make a difference - if i add to customize-image.sh line that says 'echo 8.8.8.8 > /etc/resolv.conf' then subsuquent downloads / updates etc do NOT fail. It means that on Ubuntu 18.04 in SOME cases something is wrong with DNS resolution ... not sure if that has any impact on key verification error ... as everything else i run on the machine does not have any issues with name resolution.

 

any ideas ?

 

Spoiler

pkg-deb: building package 'linux-firmware-image-next-odroidxu4' in '../linux-firmware-image-next-odroidxu4_5.49_armhf.deb'.
dpkg-deb: building package 'linux-dtb-next-odroidxu4' in '../linux-dtb-next-odroidxu4_5.49_armhf.deb'.
dpkg-deb: building package 'linux-headers-next-odroidxu4' in '../linux-headers-next-odroidxu4_5.49_armhf.deb'.
dpkg-deb: building package 'linux-image-next-odroidxu4' in '../linux-image-next-odroidxu4_5.49_armhf.deb'.
dpkg-genchanges: warning: unknown substitution variable ${kernel:debarch}
dpkg-genchanges: warning: package linux-libc-dev-next-odroidxu4 in control file but not in files list
dpkg-genchanges: info: binary-only upload (no source code included)
dpkg-deb: building package 'linux-source-4.9.108-next-odroidxu4' in '/home/zh/armbian/.tmp/linux-source-next-odroidxu4_5.49_all.deb'.
[ o.k. ] Creating board support package [ odroidxu4 next ]
[ .... ] Fingerprinting
[ o.k. ] Building package [ linux-xenial-root-next-odroidxu4 ]
[ o.k. ] Building desktop package [ armbian-xenial-desktop_5.49_all ]
[ o.k. ] Starting rootfs and image building process for [ odroidxu4 xenial ]
[ o.k. ] Extracting xenial-ng-armhf.4d9...90d.tar.lz4 [ 3 days old ]
xenial-ng-armhf.4d9...90d.tar.lz4:  369MiB [ 251MiB/s] [=================================================================================================================================================================================================>] 100%
[ o.k. ] Applying distribution specific tweaks for [ xenial ]
[ o.k. ] Applying common tweaks
[ .... ] Installing [ linux-image-next-odroidxu4_5.49_armhf.deb ]
[ .... ] Installing [ linux-u-boot-next-odroidxu4_5.49_armhf.deb ]
[ .... ] Installing [ linux-dtb-next-odroidxu4_5.49_armhf.deb ]
[ .... ] Installing [ linux-xenial-root-next-odroidxu4_5.49_armhf.deb ]
[ o.k. ] Installing extra applications and drivers
[ o.k. ] Building deb [ armbian-config ]
[ o.k. ] Checking git sources [ armbian-config master ]
[ .... ] Fetching updates
remote: Counting objects: 4, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 1), reused 3 (delta 0), pack-reused 0
Unpacking objects: 100% (4/4), done.
From https://github.com/armbian/config
 * branch            master     -> FETCH_HEAD
 + 0df799e...b717d18 master     -> origin/master  (forced update)
[ .... ] Checking out
Reading package lists...
Building dependency tree...
Reading state information...
expect is already the newest version (5.45-7).
iperf3 is already the newest version (3.0.11-1).
The following additional packages will be installed:
  libassuan0 libksba8 libnpth0
The following NEW packages will be installed:
  debconf-utils dirmngr html2text libassuan0 libksba8 libnpth0
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 450 kB of archives.
After this operation, 1,049 kB of additional disk space will be used.
Err:1 http://ports.ubuntu.com xenial/universe armhf debconf-utils all 1.5.58ubuntu1
  Could not resolve 'ports.ubuntu.com'
Err:2 http://ports.ubuntu.com xenial/main armhf libassuan0 armhf 2.4.2-2
  Could not resolve 'ports.ubuntu.com'
Ign:3 http://ports.ubuntu.com xenial-updates/main armhf libksba8 armhf 1.3.3-1ubuntu0.16.04.1
Err:4 http://ports.ubuntu.com xenial/main armhf libnpth0 armhf 1.2-3
  Could not resolve 'ports.ubuntu.com'
Ign:5 http://ports.ubuntu.com xenial-updates/main armhf dirmngr armhf 2.1.11-6ubuntu2.1
Err:6 http://ports.ubuntu.com xenial/universe armhf html2text armhf 1.3.2a-18
  Could not resolve 'ports.ubuntu.com'
Err:3 http://ports.ubuntu.com xenial-updates/main armhf libksba8 armhf 1.3.3-1ubuntu0.16.04.1
  Could not resolve 'ports.ubuntu.com'
Err:5 http://ports.ubuntu.com xenial-updates/main armhf dirmngr armhf 2.1.11-6ubuntu2.1
  Could not resolve 'ports.ubuntu.com'
E: Failed to fetch http://ports.ubuntu.com/pool/universe/d/debconf/debconf-utils_1.5.58ubuntu1_all.deb  Could not resolve 'ports.ubuntu.com'

E: Failed to fetch http://ports.ubuntu.com/pool/main/liba/libassuan/libassuan0_2.4.2-2_armhf.deb  Could not resolve 'ports.ubuntu.com'

E: Failed to fetch http://ports.ubuntu.com/pool/main/libk/libksba/libksba8_1.3.3-1ubuntu0.16.04.1_armhf.deb  Could not resolve 'ports.ubuntu.com'

E: Failed to fetch http://ports.ubuntu.com/pool/main/n/npth/libnpth0_1.2-3_armhf.deb  Could not resolve 'ports.ubuntu.com'

E: Failed to fetch http://ports.ubuntu.com/pool/main/g/gnupg2/dirmngr_2.1.11-6ubuntu2.1_armhf.deb  Could not resolve 'ports.ubuntu.com'

E: Failed to fetch http://ports.ubuntu.com/pool/universe/h/html2text/html2text_1.3.2a-18_armhf.deb  Could not resolve 'ports.ubuntu.com'

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
[ .... ] Installing [ armbian-config_5.49_all.deb ]
[ o.k. ] Merging and packaging linux firmware [ @host ]
[ o.k. ] Checking git sources [ armbian-firmware-git master ]
[ .... ] Up to date
[ o.k. ] Merging and packaging linux firmware [ @host ]
[ o.k. ] Checking git sources [ armbian-firmware-git master ]
[ .... ] Up to date
[ o.k. ] Checking git sources [ armbian-firmware-full/lib/firmware master ]
[ .... ] Creating local copy
[ .... ] Fetching updates
remote: Counting objects: 1753, done.
remote: Compressing objects: 100% (1183/1183), done.
Receiving objects:  75% (1315/1753), 92.56 MiB | 12.47 MiB/s

 

Link to comment
Share on other sites

 

4 minutes ago, gahabana said:

any ideas ?


None atm. except going back to Xenial. It should work all but build Bionic images. You will need to override host dependencies checking too.

 

4 minutes ago, gahabana said:

Ubuntu 18.04 in SOME cases something is wrong with DNS resolution .


Well, we can't fix all Ubuntu bugs. That is their job. It's a multimillion corporation, while we are a few amateurs.

Link to comment
Share on other sites

3 hours ago, gahabana said:

any ideas ?

 


Workaround. Manually download

wget https://dl.armbian.com/_toolchains/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz

and unpack into cache/toolchains

Link to comment
Share on other sites

I've been getting, since a couple weeks ago, this error systematically when trying to build a roc-rk3328-cc image:

[ o.k. ] Building deb [ armbian-config ]
[ o.k. ] Checking git sources [ armbian-config master ]
[ .... ] Up to date 
Reading package lists...
Building dependency tree...
Reading state information...
expect is already the newest version (5.45-7+deb9u1).
iperf3 is already the newest version (3.1.3-1).
dirmngr is already the newest version (2.1.18-8~deb9u2).
The following NEW packages will be installed:
  debconf-utils html2text
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 143 kB of archives.
After this operation, 376 kB of additional disk space will be used.
Ign:1 http://httpredir.debian.org/debian stretch/main arm64 debconf-utils all 1.5.61
Err:2 http://httpredir.debian.org/debian stretch/main arm64 html2text arm64 1.3.2a-18+b2
  Could not resolve 'httpredir.debian.org'
Err:1 http://httpredir.debian.org/debian stretch/main armhf debconf-utils all 1.5.61
  Could not resolve 'httpredir.debian.org'
E: Failed to fetch http://httpredir.debian.org/debian/pool/main/d/debconf/debconf-utils_1.5.61_all.deb  Could not resolve 'httpredir.debian.org'
E: Failed to fetch http://httpredir.debian.org/debian/pool/main/h/html2text/html2text_1.3.2a-18+b2_arm64.deb  Could not resolve 'httpredir.debian.org'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

It causes armbian-config not to be configured, and therefore doesn't allow any other package to be installed after it in the build process.

 

The above error happens in Bionic host clean install, as well as Xenial Virtualbox host clean install. It happens when trying to build Stretch target, but I also get an equivalent error when trying Xenial target.

 

 

Link to comment
Share on other sites

On 6/27/2018 at 8:30 PM, Igor said:

 


Workaround. Manually download


wget https://dl.armbian.com/_toolchains/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz

and unpack into cache/toolchains

hi @Igor

have done that and it stills tries to download - see here:

Spoiler

zh@acus:~/armbian/cache/toolchains$ ll
total 48
drwxr-xr-x 8 root root 4096 Jun 23 13:54 gcc-linaro-4.9.4-2017.01-x86_64_aarch64-linux-gnu/
drwxr-xr-x 8 root root 4096 Jun 23 13:54 gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabi/
drwxr-xr-x 8 root root 4096 Jun 23 13:55 gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/
drwxr-xr-x 8 root root 4096 Jun 23 13:55 gcc-linaro-5.5.0-2017.10-x86_64_aarch64-linux-gnu/
drwxr-xr-x 8 root root 4096 Jun 23 13:56 gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabi/
drwxr-xr-x 8 root root 4096 Jun 23 13:57 gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabihf/
drwxr-xr-x 8 root root 4096 Jun 23 13:59 gcc-linaro-6.4.1-2017.11-x86_64_aarch64-linux-gnu/
drwxr-xr-x 8 root root 4096 Jun 23 13:58 gcc-linaro-6.4.1-2017.11-x86_64_arm-linux-gnueabihf/
drwxr-xr-x 8 root root 4096 Jun 23 14:01 gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu/
drwxr-xr-x 8 root root 4096 Jun 23 14:03 gcc-linaro-7.2.1-2017.11-x86_64_arm-eabi/
drwxr-xr-x 8 root root 4096 Jun 23 14:02 gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/
drwxr-xr-x 7 root root 4096 Apr 16  2014 gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux/
zh@acus:~/armbian/cache/toolchains$ cd
zh@acus:~$ cd armbian
zh@acus:~/armbian$ ./compile.sh
[ o.k. ] Using config file [ config-default.conf ]
[ warn ] This script requires root privileges, trying to use sudo
[ o.k. ] Using config file [ config-default.conf ]
[ o.k. ] This script will try to update
Already up to date.
Already on 'master'
Your branch is up to date with 'origin/master'.
[ o.k. ] Preparing [ host ]
[ o.k. ] Build host OS release [ bionic ]
[ o.k. ] Syncing clock [ host ]
[ .... ] Downloading [ gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux ]
#=#=-  #       #                                                                                                                                                                                                                                               ##############################################################################################

 

Link to comment
Share on other sites

Today I also need a new KEY for my build-system because of

W: GPG error: http://repo.aptly.info squeeze InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ED75B5A4483DA07C
E: The repository 'http://repo.aptly.info squeeze InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

I used 

root@armbian-build:/home/guido/build# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ED75B5A4483DA07C
Executing: /tmp/apt-key-gpghome.OdttbciK1D/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys ED75B5A4483DA07C
gpg: key ED75B5A4483DA07C: public key "Andrey Smirnov <me@smira.ru>" imported
gpg: Total number processed: 1
gpg:               imported: 1
 

Or like at https://www.aptly.info/download/

 

Quote

Please don't worry about squeeze part in repo name: aptly package should work on Debian squeeze+, Ubuntu 10.0+. Package contains aptly binary, man page and bash completion.


sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys ED75B5A4483DA07C

 

# apt-get update

# apt-get install aptly

Link to comment
Share on other sites

So anyone experiencing the DNS problem I mentioned above, you can work around it by running

# echo 'nameserver 8.8.8.8' >> /etc/resolv.conf

in the host machine, before running compile.sh

Link to comment
Share on other sites

6 hours ago, TonyMac32 said:

I get this anytime after I update my build machine:

 


dpkg: warning: downgrading aptly from 1.3.0 to 1.2.0

 


That is normal. Aptly 1.3.0 is broken on Bionic and I couldn't find any more elegant solution yet.

Link to comment
Share on other sites

So just for an update on these things, I decided to clean install regular ubuntu this time, instead of lubuntu.  Same issues, linaro 4.8 no public key/downloading on every single build (has been an issue for me, my dl rate from their server has been down at the 50 kbps range on more than one occasion), and now no aptly 1.2.0.  Decided to try a Docker environment, and within docker it downgrades aptly as commanded and is able to import a key for linaro 4.8.  So, strange times.

Link to comment
Share on other sites

OK, to close all issues I came across, same fix as for the toolchain key, aptly repo key successfully imported when given the full URL and port 80.  updated as well.  Will need to be done manually for people with running installs, should straighten out any new installs that had this problem.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines