Search Criteria
Package Details: openfortigui 0.9.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openfortigui.git (read-only, click to copy) |
---|---|
Package Base: | openfortigui |
Description: | OpenFortiGUI is an open-source VPN-Client to connect to Fortigate VPN-Hardware. It is based on openfortivpn and adds an easy to use and nice GUI on top of it, written in Qt5. |
Upstream URL: | https://hadler.me/linux/openfortigui/ |
Licenses: | GPL3 |
Submitter: | macfly |
Maintainer: | macfly |
Last Packager: | macfly |
Votes: | 22 |
Popularity: | 0.003417 |
First Submitted: | 2018-01-03 19:14 (UTC) |
Last Updated: | 2024-03-19 09:14 (UTC) |
Dependencies (10)
- openssl (openssl-gitAUR, openssl-staticAUR)
- ppp (ppp-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-translations (qt5-translations-gitAUR)
- qtkeychain (qtkeychain-qt5)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- patch (patch-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
codezero commented on 2022-03-14 15:54 (UTC) (edited on 2022-03-14 15:56 (UTC) by codezero)
I attempted today, still same error. Tried clearing install cache, dependencies and all. Still same result. I'm using openfortivpn on terminal while understanding why is not installing.
macfly commented on 2022-03-13 09:06 (UTC)
@codezero
bits/strings_fortified.h
is part of glibc so error seems strange, I've retried to build the package with last glibc 2.35-2 without issue.codezero commented on 2022-03-11 16:32 (UTC)
Package install failure:
/usr/include/strings.h:144:12: fatal error: bits/strings_fortified.h: No such file or directory 144 | # include <bits/strings_fortified.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: [Makefile:1061: main.o] Error 1 make[1]: Leaving directory '/home/cz/.cache/yay/openfortigui/src/openfortigui/openfortigui' make: [Makefile:47: sub-openfortigui-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: openfortigui
GeBo commented on 2021-02-20 16:46 (UTC)
@jvybihal: Thanks! Removing make clean from PKGBUILD and then run makepkg did the trick.
jvybihal commented on 2021-02-20 12:45 (UTC)
@macfly I think you should not call
make clean
beforeqmake
since in this stage, makefile does not exist yet:And since the makefile is generated, it feels arbitrary to include
make clean
at all.pad commented on 2020-09-09 11:57 (UTC) (edited on 2020-09-09 11:58 (UTC) by pad)
@jvybihal the patch work fine if we fix path in PKGBUILD
@aminvakil I have the same issue with makepkg
we need to replace
patch -p1 < ../../user-env.patch
withpatch -p1 < ../user-env.patch
into PKGBUILDjvybihal commented on 2020-09-09 10:53 (UTC)
@pad, try running
yay -Scc
, clean ALL old cache and try again. The patch works fine withyay
here.aminvakil commented on 2020-09-09 09:48 (UTC)
@pad I think the problem for you is using yay. try this:
pad commented on 2020-09-09 07:24 (UTC) (edited on 2020-09-09 07:28 (UTC) by pad)
unable to install package
change
with
« First ‹ Previous 1 2 3 4 5 Next › Last »