Ardupilot install fedora

Hi, spent hours trying to compile Ardupilot on my Fedora PC;

nearly there …but stumped by this build error, anyone know a way forwards ? AI reply is trying to get me to go into recover mode and try fix file system…but it just says cannot access console, root account locked;

Build failed
Traceback (most recent call last):
File “/home/g/ardupilot/modules/waf/waflib/Build.py”, line 1193, in do_install
self.copy_fun(src, tgt)
File “/home/g/ardupilot/modules/waf/waflib/Build.py”, line 1089, in copy_fun
shutil.copy2(src, tgt)
File “/usr/lib64/python3.12/shutil.py”, line 475, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File “/usr/lib64/python3.12/shutil.py”, line 262, in copyfile
with open(dst, ‘wb’) as fdst:
^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: ‘/usr/bin/antennatracker’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/home/g/ardupilot/modules/waf/waflib/Task.py”, line 350, in process
ret = self.run()
^^^^^^^^^^
File “/home/g/ardupilot/modules/waf/waflib/Build.py”, line 1124, in run
fun(x.abspath(), y.abspath(), x.path_from(launch_node))
File “/home/g/ardupilot/modules/waf/waflib/Build.py”, line 1199, in do_install
raise Errors.WafError(‘Could not install the file %r’ % tgt, e)
waflib.Errors.WafError: Could not install the file ‘/usr/bin/antennatracker’

ls of sub dir returns :

image

Many thanks !

Weird. What command are you using to try to install some random binary on your filesystem?