-
-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add aarch64 compatibility for all dependencies #3338
Comments
I'm not sure but this section states that it requires a platform listed here and MAC M1 are not. |
@noraj i'm not running it on native m1, it's running as a generic aarch64 VM so it is supported, my guess is there is a problem with the packaging not with anything related to the platform |
Just to be sure I downloaded ArchLinuxARM-aarch64-latest.tar.gz and run it in a chroot inside a Ryzen 5 x86 machine(to find if the m1 is the culprit) and the same problem exists |
Thank you for reporting, we identified the problem, but it will take a moment to address it. |
@ikstream can we have more info about the issue ? is it on blackarch side? on archlinuxarm side? any ETA? Regards |
It's a problem on our side. While the packages have arch=any they are not in the alarm repos. So we need to package and test them for aarch64. It should be possible to install individual tools however. |
Never do |
As this is still an issue we need to address and not all dependencies are available on aarch64, I would keep this issue open until it's fixed. |
Regards |
You are not building from source, but we do for packaging (for some). There is a discussion to remove the mentioned line from docs. |
|
These issues should be resolved. However, there may be some unresolved ones that are flagged as warnings. You can exclude these packages and its dependencies by confirming 'yes' when prompted to skip the installation of unresolved packages. |
Bug description
Can't install blackarch on top of an aarch64 archlinuxarm base (virtual machine)
Steps to reproduce
pacman -S blackarch
) that there are many unresolvable dependencies (see below debug log for full pacman output)--overwrite
argument doesn't resolve the issue eitherActual result: Describe here what happens after you run the steps above (i.e. the buggy behaviour)
The packages don't install due to unresolvable dependencies
Expected result: Describe here what should happen after you run the steps above (i.e. what would be the correct behaviour)
The packages should install fine
Screenshots
Info for developers
Device: Apple macbook air m1 2020
GNU/Linux distribution: Host is MacOS 12.2.1 Guest is archlinuxarm inside a UTM virtual machine
Tool version: N/A
Link to debug log
https://www.toptal.com/developers/hastebin/ahuhabuyej.yaml
The text was updated successfully, but these errors were encountered: