Could I please ask the team to update the make.cross scripts:
COMPILER=clang ../make.cross ARCH=x86_64
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13:
Permission denied)
E: Unable to acquire the dpkg frontend lock
(/var/lib/dpkg/lock-frontend), are you root?
<<< you should be using sudo here
cross tool binutils-x86_64-linux-gnu install failed
Please ensure x86_64 cross tools has been installed.
cd: received redirection to `https://download.01.org/0day-ci/cross-package/'
lftpget -c
https://download.01.org/0day-ci/cross-package/./clang-latest/clang.tar.xz
tar Jxf clang-latest/clang.tar.xz -C /home/pbossart/0day
<<< wrong directory, don't assume that you install in the user home
directory. Why not install in /opt like all other cross tools?
Thanks
-Pierre
On 4/10/20 7:24 PM, kbuild test robot wrote:
> COMPILER=clang make.cross ARCH=x86_64