Yesterday, I made this post about getting my old Xbox 360 controller working wirelessly on Manjaro. The comments suggested using xpadneo- more specifically xpadneo-dkms. xpadneo-dkms only works Xbox One and Series X controllers. Doing a little more research, I came across xboxdrv. I installed the AUR package but gave me an error message saying that I was missing two dependencies: scons and glib2-devel. scons installed with but glib2-devel has been a bit tricky. If I used yay -S glib2-devel it returns this error: -> No AUR package found for glib2-devel there is nothing to do. If I use sudo pacman -S glib2-devel it returns this error: error: target not found: glib2-devel. I could go on but we would be here all day. Any help? Thanks in advance.

  • Skull giverA
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    2 days ago

    This usually happens when Manjaro doesn’t carry a package that Arch does carry (and that the package you’re trying to install from the AUR depends on).

    This is always a risk when combining Manjaro with the AUR, as Manjaro is a few weeks behind Arch when it comes to packaging. You can try if the beta repositories have the package, but otherwise you’ll just have to wait for Manjaro to update its packages. It’ll probably resolve itself, eventually.

    You can try looking on the Manjaro forums (I don’t see a workaround other than switching to testing/unstable) to check if there’s a fix, but please don’t bother the Arch/AUR people, they can’t help you.

      • Skull giverA
        link
        fedilink
        arrow-up
        4
        ·
        2 days ago

        It is, as of a few hours ago according to the Manjaro website. Looks like the problem finally solved itself!