@hopyres , change in the PKGBUILD 39 line:
/usr/bin/wx-config-gtk3
to
/usr/bin/wx-config
After that, the package is complete without errors.
Git Clone URL: | https://aur.archlinux.org/far2l-git.git (read-only, click to copy) |
---|---|
Package Base: | far2l-git |
Description: | Linux port of FAR v2 |
Upstream URL: | https://github.com/elfmz/far2l |
Licenses: | GPL2 |
Submitter: | mmozeiko |
Maintainer: | mmozeiko |
Last Packager: | mmozeiko |
Votes: | 24 |
Popularity: | 0.001015 |
First Submitted: | 2016-12-14 00:40 (UTC) |
Last Updated: | 2025-03-30 06:56 (UTC) |
@hopyres , change in the PKGBUILD 39 line:
/usr/bin/wx-config-gtk3
to
/usr/bin/wx-config
After that, the package is complete without errors.
@hopyres In the PKGBUILD on line 39 change wx-config-gtk3 to wx-config
After upgrade Archlinux, far2l not started.
With upgrade wxgtk3 auto-switch to wxwidgets-gtk3.
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES
wxWidgets_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindwxWidgets.cmake:984 (find_package_handle_standard_args)
WinPort/src/Backend/WX/CMakeLists.txt:64 (find_package)
I'm considering dropping far-gvfs plugin from package. It does not seem to be maintained anymore. And far2l's built-in NetRocks supports same protocols. Any objections?
There was the same error with atkmmconfig.h, when building via makepkg. Adding options=('!makeflags') to the PKGBUILD solved the problem.
@mmozeiko Indeed, it builds fine without the helper (aura
).
But it does not seem to be an aura
issue. This is somewhat related: https://gitlab.kitware.com/cmake/cmake/-/issues/21627
@mkoloberdin can you please try building without AUR helper to see if it builds then?
far2l-git r2215.db8de613-1
In file included from /usr/include/atkmm-1.6/atkmm/object.h:30,
from /usr/include/gtkmm-3.0/gtkmm/widget.h:35,
from /usr/include/gtkmm-3.0/gtkmm/action.h:31,
from /usr/include/gtkmm-3.0/gtkmm/toggleaction.h:29,
from /usr/include/gtkmm-3.0/gtkmm.h:108,
from /var/cache/aura/vcs/far2l-git/far2l-git/src/far2l/far-gvfs/src/GvfsService.h:7,
from /var/cache/aura/vcs/far2l-git/far2l-git/src/far2l/far-gvfs/src/GvfsService.cpp:7:
/usr/include/atkmm-1.6/atkmm/component.h:5:10: fatal error: atkmmconfig.h: No such file or directory
5 | #include <atkmmconfig.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
$ locate atkmmconfig.h
/usr/lib/atkmm-1.6/include/atkmmconfig.h
Please add 'aarch64' into build script. I builded far2l from AUR on Manjaro on RaspberryPi4B and this works fine.
Makepkg not create install packet
patching file CMakeLists.txt
Hunk #1 FAILED at 54.
1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej
Pinned Comments
mmozeiko commented on 2023-12-19 06:51 (UTC) (edited on 2023-12-19 06:51 (UTC) by mmozeiko)
This is "git" package. There's no need to flag package out-of-date when far2l has a new release version.