archlinuxhardened / selinux

PKGBUILDs to build SELinux enabled packages for Arch Linux
146 stars 25 forks source link

util-linux-selinux #17

Closed RecursiveNature closed 6 years ago

RecursiveNature commented 6 years ago

I was able to install a majority of the packages but it stops at a certain point givving me this message:

==> Finished making: util-linux-selinux 2.32-3 (Wed 06 Jun 2018 01:35:16 PM PDT) loading packages... warning: libutil-linux-selinux-2.32-3 is up to date -- reinstalling resolving dependencies... looking for conflicting packages... error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: util-linux-selinux and util-linux-selinux-debug are in conflict

How do I proceed?

fishilico commented 6 years ago

By default util-linux-selinux is built with debug option, in order to behave like package util-linux (cf. https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/util-linux&id=17bfbceadddb4ba0745fb5d33936659d619ece42#n16 ). If you do not use it, you would be able to uninstall it (with pacman -R util-linux-selinux-debug). This would solve the package version conflict.

RecursiveNature commented 6 years ago

I get this message:

error: target not found: util-linux-selinux-debug

RecursiveNature commented 6 years ago

Nevermind... I found a work-around. I did a little commenting out to get around the issue. Thanks.