Package Details: firehol 2:3.1.7-3

Git Clone URL: https://aur.archlinux.org/firehol.git (read-only, click to copy)
Package Base: firehol
Description: The iptables stateful packet filtering firewall builder.
Upstream URL: http://firehol.sourceforge.net
Keywords: firewall iptables
Licenses: GPL
Submitter: schuay
Maintainer: SanskritFritz
Last Packager: SanskritFritz
Votes: 35
Popularity: 0.000033
First Submitted: 2013-03-15 14:51 (UTC)
Last Updated: 2021-01-15 10:43 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

SanskritFritz commented on 2021-01-15 10:45 (UTC)

Thanks for the heads-up! Maybe I should learn how to build in a clean chroot...

rageltman commented on 2021-01-15 01:03 (UTC) (edited on 2021-01-15 01:04 (UTC) by rageltman)

Looks like there's a dependency issue (building in chroot via CI):

[2021-01-14T21:13:58.861Z] checking for ss... /usr/bin/ss
[2021-01-14T21:13:58.861Z] checking for stty... /usr/bin/stty
[2021-01-14T21:13:58.861Z] checking for sysctl... no
[2021-01-14T21:13:58.861Z] configure: error: cannot find required executable, bailing out
[2021-01-14T21:13:58.861Z] ==> ERROR: A failure occurred in build().
[2021-01-14T21:13:58.861Z]     Aborting...
script returned exit code 255

Needs procps-ng:

$ pacman -Ql|grep $(which sysctl)
procps-ng /usr/bin/sysctl

SanskritFritz commented on 2020-01-23 21:15 (UTC)

also https://github.com/firehol/firehol/issues/126

andykluger commented on 2020-01-23 21:09 (UTC) (edited on 2020-01-23 21:11 (UTC) by andykluger)

@t-ask

You shouldn't need to do that. If you post your full output with the problem someone might be able to help, which could also help any other people with your problem.

EDIT: See also: https://github.com/firehol/firehol/issues/389

t-ask commented on 2020-01-23 21:01 (UTC) (edited on 2020-01-23 21:03 (UTC) by t-ask)

Yes, iputils was installed. I did 'fix' it with a small workaround:

# mg /usr/bin/ping6
   #!/bin/bash
   ping -6 $@
# chmod +x /usr/bin/ping6

andykluger commented on 2020-01-23 20:29 (UTC)

@t-ask

Strange, I get

checking for ping... /bin/ping
checking whether PING has working -6 option... yes

with no problems. Do you have iputils installed?

t-ask commented on 2020-01-23 20:21 (UTC)

Trying to install this package I get error:

checking for ping6... no
configure: error: cannot find required executable, bailing out

jsteel commented on 2019-03-18 12:59 (UTC)

OK that is odd, I was building with devtools and believe that pulls in base but I guess not.

SanskritFritz commented on 2019-03-18 12:43 (UTC)

Both are part of the base group which is assumed to be installed although the packaging guidelines don't specify this.

jsteel commented on 2019-03-18 08:49 (UTC)

'procps-ng' 'iputils' are needed as deps, otherwise:

checking for sysctl... no configure: error: cannot find required executable, bailing out

checking for ping... no configure: error: cannot find required executable, bailing out