archlinuxhardened / selinux

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

Error when building satyr 0.30 #114

Closed samueltardieu closed 3 months ago

samueltardieu commented 1 year ago

Using vagrant up I run into an error while building satyr 0.30:

    arch-selinux:   -> Extracting satyr-0.30.tar.xz with bsdtar
    arch-selinux: ==> Starting build()...
    arch-selinux: Running gen-version
    arch-selinux: Running autoreconf
    arch-selinux: configure.ac:16: error: possibly undefined macro: AC_DISABLE_STATIC
    arch-selinux:       If this token and others are legitimate, please use m4_pattern_allow.
    arch-selinux:       See the Autoconf documentation.
    arch-selinux: configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL
    arch-selinux: autoreconf: error: /usr/bin/autoconf failed with exit status: 1
    arch-selinux: Running configure
    arch-selinux: configure: error: cannot find required auxiliary files: compile ar-lib missing install-sh config.guess config.sub
    arch-selinux: ==> ERROR: A failure occurred in build().
    arch-selinux:     Aborting...
NJansen13 commented 1 year ago

I had this same issue and fixed it by installing the package "base-devel" (pacman -S base-devel)in the VM.

Could be added to the step1_install_and_configure.sh script I think. Haven't tried it though.

fishilico commented 3 months ago

Hello, Are you still experiencing this issue? As satyr has been updated to 0.43 (https://aur.archlinux.org/cgit/aur.git/log/?h=satyr), I am wondering whether this issue is stale.

samueltardieu commented 3 months ago

I can't test for the moment as I don't have a ArchLinux system around, let's close this as obsolete.