Closed dviererbe closed 2 months ago
Running this on the same instance in an lxc container seems to work. This must have to do with the hetzner Ubuntu image.
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
@ellahathaway - Can you investigate? TIA
@dviererbe what does command -v file
say on this machine?
what does
command -v file
say on this machine?
I'm also wondering this. The part of the code that's failing is here, when the BinaryToolKit runs file <filename>
as a process. The failure makes me think that the file
command is unavailable.
what does
command -v file
say on this machine?I'm also wondering this. The part of the code that's failing is here, when the BinaryToolKit runs
file <filename>
as a process. The failure makes me think that thefile
command is unavailable.
@omajid @ellahathaway Yes that was it:
$ command -v file
$ echo $?
1
After apt install file
, the ./prep-source-build.sh
script worked as expected.
Thanks and sorry for wasting your time a little. I should have noticed that too.
Describe the bug
The BinaryToolKit fails during
./prep-source-build.sh
on arm64.To Reproduce
(On a rented Hetzner CAV21 instance (4vCPUs (Ampere), 8GB RAM) with Ubuntu 24.04 LTS (Noble Numbat))
git clone https://github.com/dotnet/dotnet.git
cd dotnet
git checkout v9.0.0-preview.7.24405.7
./prep-source-build.sh
Exceptions (if any)
Further technical details