Replies: 1 comment 7 replies
-
My guess is either this is a bug with paru and fixed in paru-git. Or the toolchain is a bootstrap package? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As recommended by the AUR ROCM stack, I am trying to build the packages in a clean chroot via:
paru --chroot -S rocm-hip-sdk rocm-opencl-sdk
(Mind you, I have followed paru's instruction to enable the local repo)
However, I need to rerun this command multiple times, since packages are not compiled and installed in the correct order as to satisfy the AUR dependencies that these packages have. Every time I invoke the command, it will eventually fail on some packages that do not have their dependencies met, but some packages will successfully build and will therefor be synced to my local repo. This means that the subsequent run of the same command will have more packages successfully build, since more dependencies are now available.
But isn't there a way for paru to build these in the correct order to ensure I only need to run this command once? Right now I have to come back multiple times to my computer to rerun the command to build more packages. I feel like I am missing something, but I am not entirely sure what. Any pointers would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions