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)
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.