Package Details: flightgear 2020.3.19-2

Git Clone URL: https://aur.archlinux.org/flightgear.git (read-only, click to copy)
Package Base: flightgear
Description: An open-source, multi-platform flight simulator
Upstream URL: http://www.flightgear.org/
Licenses: GPL
Submitter: Barthalion
Maintainer: alesar1 (acxz)
Last Packager: acxz
Votes: 50
Popularity: 0.66
First Submitted: 2018-01-05 16:04 (UTC)
Last Updated: 2023-12-31 02:54 (UTC)

Pinned Comments

acxz commented on 2022-09-07 14:47 (UTC)

Development is on Github: https://github.com/acxz/flightgear-arch Please open issues and PRs there instead of commenting.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 Next › Last »

Popolon commented on 2019-03-22 16:23 (UTC)

There is currently an error at flightgear compilation :

In file included from /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilotgroup.cxx:29:
/data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilotgroup.hxx: In constructor 'FGXMLAutopilotGroup::FGXMLAutopilotGroup()':
/data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilotgroup.hxx:40:46: error: no matching function for call to 'SGSubsystemGroup::SGSubsystemGroup()'
     FGXMLAutopilotGroup() : SGSubsystemGroup() {}
                                              ^
In file included from /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilot.hxx:27,
                 from /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilotgroup.cxx:28:
/usr/include/simgear/structure/subsystem_mgr.hxx:381:5: note: candidate: 'SGSubsystemGroup::SGSubsystemGroup(const char)'
     SGSubsystemGroup (const char name);
     ^~~~~~~~~~~~~~~~
/usr/include/simgear/structure/subsystem_mgr.hxx:381:5: note:   candidate expects 1 argument, 0 provided
/usr/include/simgear/structure/subsystem_mgr.hxx:378:7: note: candidate: 'SGSubsystemGroup::SGSubsystemGroup(const SGSubsystemGroup&)'
 class SGSubsystemGroup : public SGSubsystem
       ^~~~~~~~~~~~~~~~
/usr/include/simgear/structure/subsystem_mgr.hxx:378:7: note:   candidate expects 1 argument, 0 provided
make[2]:  [src/Main/CMakeFiles/fgfs.dir/build.make:682: src/Main/CMakeFiles/fgfs.dir/__/Autopilot/autopilotgroup.cxx.o] Error 1
make[2]:  Waiting for unfinished jobs....
/data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilot.cxx: In constructor 'FGXMLAutopilot::Autopilot::Autopilot(SGPropertyNode_ptr, SGPropertyNode_ptr)':
/data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilot.cxx:123:21: error: no matching function for call to 'SGSubsystemGroup::SGSubsystemGroup()'
   _rootNode(rootNode)
                     ^
In file included from /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilot.hxx:27,
                 from /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilot.cxx:28:
/usr/include/simgear/structure/subsystem_mgr.hxx:381:5: note: candidate: 'SGSubsystemGroup::SGSubsystemGroup(const char)'
     SGSubsystemGroup (const char name);
     ^~~~~~~~~~~~~~~~
/usr/include/simgear/structure/subsystem_mgr.hxx:381:5: note:   candidate expects 1 argument, 0 provided
/usr/include/simgear/structure/subsystem_mgr.hxx:378:7: note: candidate: 'SGSubsystemGroup::SGSubsystemGroup(const SGSubsystemGroup&)'
 class SGSubsystemGroup : public SGSubsystem
       ^~~~~~~~~~~~~~~~
/usr/include/simgear/structure/subsystem_mgr.hxx:378:7: note:   candidate expects 1 argument, 0 provided
make[2]:  [src/Main/CMakeFiles/fgfs.dir/build.make:669: src/Main/CMakeFiles/fgfs.dir/__/Autopilot/autopilot.cxx.o] Error 1
make[1]:  [CMakeFiles/Makefile2:2042: src/Main/CMakeFiles/fgfs.dir/all] Error 2
make: *** [Makefile:163: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
:: failed to build flightgear package(s)

simona commented on 2019-01-11 23:07 (UTC)

openscenegraph34 conflict with openscenegraph used by other packages :-(

Somebody62 commented on 2019-01-04 21:32 (UTC)

Please add qt5-svg to the dependency list, this will fail to compile if it is not installed.

VOID001 commented on 2018-12-11 02:26 (UTC)

Please add plib to the dependency. It will fail to compile if plib cannot be found

eschwartz commented on 2018-12-06 15:25 (UTC) (edited on 2018-12-06 15:26 (UTC) by eschwartz)

Luckily there is (now) an openscenegraph34 package in [community]...

deons commented on 2018-11-04 22:34 (UTC)

@FabioLolix thanks for the link. I am trying to find a long term solution to the OSG 3.6 issue. I will keep you all posted.

FabioLolix commented on 2018-11-02 15:57 (UTC) (edited on 2019-03-15 18:32 (UTC) by FabioLolix)

Edit since link is no longer relevant

deons commented on 2018-11-02 09:33 (UTC)

Hi all,

I am busy taking a look into the problems that have been highlighted.

thaiphd commented on 2018-11-02 03:07 (UTC)

My installation failed. After searching I think it's because openscenegraph has updated to 3.6 while flightgear only supports up to 3.4 I manually compiled and installed openscenegraph 3.4 but this installation still marked openscenegraph 3.6 as dependent and want to install it. I try to edit the PKGBUILD (press Y when asked) but it doesn't allow me.