After update, this problem is resolved. It's kinda odd compared to Arch's package management, but eh. On Friday, September 4, 2015 at 3:27:22 PM UTC-5, dawnbreez wrote: > > I tried to install SDL2-devel, and got this output: > > dbus-1.8.18_2 broken, needs `dbus-libs-1.10.0_1' > eudev-libgudev-3.1.2_1 broken, needs `eudev-libudev-3.1.2_2' > pulseaudio-6.0_6 broken, needs `libpulseaudio-6.0_9' > libblkid-2.26.2_5 broken, needs `libuuid-2.26.2_7' > libfdisk-2.26.2_5 broken, needs `libuuid-2.26.2_7' > libmount-2.26.2_5 broken, needs `libuuid-2.26.2_7' > util-linux-2.26.2_5 broken, needs `libuuid-2.26.2_7' > Transaction aborted due to unresolved dependencies. > > Any idea how to fix this? > > On Friday, September 4, 2015 at 12:39:06 PM UTC-5, Stefan Mühlinghaus > wrote: >> >> It depends on what exactly is missing. The SDL libraries are installed to >> /usr/lib and that should be in your library path. Maybe you need the >> corresponding devel package (SDL-devel or SDL2-devel)? Or maybe even the >> 32bit versions? It could also be possible that the software looks for the >> libraries or header-files in a wrong directory. In that case you would >> probably need to modify the build process and/or the source code. >> >