Search Criteria
Package Details: openfortigui 0.9.8-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://github.com/theinvisible/openfortigui.git |
Licenses: | GPL3 |
Submitter: | macfly |
Maintainer: | macfly |
Last Packager: | macfly |
Votes: | 17 |
Popularity: | 0.158980 |
First Submitted: | 2018-01-03 19:14 (UTC) |
Last Updated: | 2022-11-25 10:06 (UTC) |
Dependencies (7)
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- ppp (ppp-eap-tls, ppp-eap-mschapv2, ppp-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5-translations (qt5-translations-git)
- qtkeychain (qtkeychain-qt5)
- sudo (nosudo, fake-sudo, sudo-hg, polkit-fakesudo, sudo-git, sudo-selinux, doas-sudo-shim)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Latest Comments
1 2 3 4 5 Next › Last »
macfly commented on 2022-11-25 10:10 (UTC)
Updated to 0.9.8-1
pad commented on 2022-11-24 10:15 (UTC) (edited on 2022-11-24 10:21 (UTC) by pad)
updated PKGBUILD for 0.9.8-1
zeroconf commented on 2022-11-05 23:11 (UTC)
Possibly newer version of OpenFortiGUI will help - https://github.com/theinvisible/openfortigui/tags - currently 0.9.8 is out.
zeroconf commented on 2022-11-05 23:06 (UTC) (edited on 2022-11-05 23:06 (UTC) by zeroconf)
Due to recent OpenSSL upgrade, libraries, files have been changed. Hopefully can you fix also openfortigui and its dependencies accordingly.
When trying to run openfortigui:
when searching
There should be not made any manual intervention but I tried and did not succeed. Luckily those symlinks can be easily deleted again.
Then I made symlink
Next missing thing:
Searching again
... symlinking again:
Finally I have
We have also:
Then after trying to run openfortigui, there will be messages:
It seems that such trick does not work. No more ideas. Sounds like it needs a fix against new OpenSSL libraries. So, I deleted those symlinks again:
We have after OpenSSL upgrade: openssl 3.0.7-2
Searched a bit:
https://stackoverflow.com/questions/61133615/mysql-usr-local-lib-libssl-so-1-1-version-openssl-1-1-1-not-found-required
https://www.bswen.com/2018/11/others-Openssl-version-cause-error-when-loading-shared-libraries-libssl.so.1.1.html
https://github.com/openssl/openssl/issues/5845 - this is the `OPENSSL_1_1_0' not found issue, but closed for now already as it is an old (2018) issue but is very similar by error message
https://github.com/openssl/openssl/issues/19497 - Openssl can't find libssl.so.1.1 and libcrypto.so.1.1 and this is still open issue
Thank you for fixing openfortigui dependencies!
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.1 2 3 4 5 Next › Last »