Already tried it, but I tried it again right now after flashing again linaro (linaro-sid-alip-1125), giving me now a really strange error.
The following is my second attempt to run sudo apt install usrmerge
after the first time it didn’t work (I lunched it even before sudo apt update) but it was on the dragonboard itself and I could get the output from there. The second attempt was lunched on a ssh session.
linaro@linaro-alip:~$ sudo apt update
Get:1 http://deb.debian.org/debian sid InRelease [202 kB]
Ign:2 http://obs.linaro.org/linaro-overlay-sid/sid ./ InRelease
Get:3 http://obs.linaro.org/linaro-overlay-sid/sid ./ Release [995 B]
Reading package lists... Done
E: Release file for http://deb.debian.org/debian/dists/sid/InRelease is not valid yet (invalid for another 1079d 18h 5min 33s). Updates for this repository will not be applied.
E: Release file for http://obs.linaro.org/linaro-overlay-sid/sid/./Release is not valid yet (invalid for another 26d 20h 11min 17s). Updates for this repository will not be applied.
linaro@linaro-alip:~$ sudo apt install usrmerge
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libfile-find-rule-perl libnumber-compare-perl libtext-glob-perl
The following NEW packages will be installed:
libfile-find-rule-perl libnumber-compare-perl libtext-glob-perl usrmerge
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 16.4 kB/60.1 kB of archives.
After this operation, 159 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Err:1 http://deb.debian.org/debian sid/main arm64 libnumber-compare-perl all 0.03-2
404 Not Found [IP: 146.75.54.132 80]
Err:2 http://deb.debian.org/debian sid/main arm64 libtext-glob-perl all 0.11-2
404 Not Found [IP: 146.75.54.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/libn/libnumber-compare-perl/libnumber-compare-perl_0.03-2_all.deb 404 Not Found [IP: 146.75.54.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/libt/libtext-glob-perl/libtext-glob-perl_0.11-2_all.deb 404 Not Found [IP: 146.75.54.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
linraro@linaro-alip:~$
this was fixed just by editing /etc/resolv.conf and adding a common DNS.
But again:
linaro@linaro-alip:~$ sudo apt install usrmerge
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libc6-dev : Breaks: binutils (< 2.38) but 2.37-10 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
linaro@linaro-alip:~$
I will try to flash again, fix the DNS problem ahead and lunch sudo apt install usrmerge
before anything else at this point, but honestly it seems so wrong…
EDIT: I did it, but with no success (I also noticed that previously I was trying to install just usrmerge, but even running sudo apt install usrmerge libc6-dev
did not work)