Unable to install manjaro-tools-iso-git

I’m trying to follow the wiki article to build a manjaro ISO with buildiso and it tells me to get manjaro-tools-iso git, but every time I try to get it, it gives me the following warning:

Warning: dependency cycle detected:
Warning: rubygems will be installed before its ruby dependency

What could be causing this, and how can I fix it?

That’s normal, just proceed.

I let it install for about 4 hours now. This is what I got thus far:

Warning: dependency cycle detected:
Warning: rubygems will be installed before its ruby dependency
Warning: dependency cycle detected:
Warning: ruby-irb will be installed before its ruby dependency
Warning: dependency cycle detected:
Warning: ruby-reline will be installed before its ruby dependency

If this is normal, how long do I have to wait until it’s done?

They’re only warnings, it should prompt you to confirm.

Try:

sudo pacman -Syu manjaro-tools-iso-git

Be sure you install the corresponding git version of all packages - if you want to use manjaro-tools-iso-git - you need to install the other git versions manually as well

  • manjaro-tools-base-git
  • manjaro-tools-yaml-git

The next one is technically not needed for iso building but the same rule apply

  • manjaro-tools-pkg-git
2 Likes

Thank you. With this, it did prompt me to confirm.