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: acxz
Last Packager: acxz
Votes: 48
Popularity: 0.22
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 .. 3 4 5 6 7 8 9 10 11 Next › Last »

AWhetter commented on 2019-09-24 18:34 (UTC)

@tim.hellhake I've just added you as a co-maintainer on flightgear and flightgear-data so that you can test and update all three packages at once.

tim.hellhake commented on 2019-09-20 21:50 (UTC)

Flightgear depends on simgear.

https://aur.archlinux.org/packages/simgear needs to be updated first.

papakilo commented on 2019-08-25 09:18 (UTC)

Hi Barthalion, tim.hellhake, FredBezies. Are you still going to maintain this package?

FredBezies commented on 2019-04-16 20:37 (UTC)

@dwheeler: added qt5-svg to makedepends(). Hope it helps!

dwheeler commented on 2019-04-16 14:45 (UTC)

This package is still failing to build if qt5-svg is not added as a dependency.

Popolon commented on 2019-03-25 09:46 (UTC)

The problem was when using simgear-git instead of simgear. It works fine now.

FredBezies commented on 2019-03-22 17:06 (UTC)

@popolon: no problems here. Try to grab pkgbuild using a git clone, not pacaur which is dead for a long time now.

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)