Board index FlightGear Support Compiling

Segmentation fault for 2018.4 version

Building FlightGear from source, and in the need for help?

Segmentation fault for 2018.4 version

Postby abassign » Tue Sep 25, 2018 4:16 pm

Hello, last night (September 24) I had completed version 2018.4 and there were no problems, this morning (September 25) I redid the update but I had a segmentation fault at the time of execution of the program. :roll:

This is the compilation log:

Code: Select all
./download_and_compile.sh ALL
VERSION=$Id
APT_GET_UPDATE=y
DOWNLOAD_PACKAGES=y
COMPILE=y
RECONFIGURE=y
DOWNLOAD=y
JOPTION= -j4
OOPTION=
BUILD_TYPE=RelWithDebInfo
***********************************
Considering a package alternative: libcurl4-openssl-dev libcurl4-gnutls-dev
Package alternative matched for libcurl4-openssl-dev
Considering a package alternative: libopenscenegraph-3.4-dev libopenscenegraph-dev libopenscenegraph-[0-9]+\.[0-9]+-dev
Package alternative matched for libopenscenegraph-3.4-dev
Considering a package alternative: libpng-dev libpng12-dev libpng16-dev
Package alternative matched for libpng-dev
Considering an optional package alternative: qml-module-qtquick2
Optional package alternative matched for qml-module-qtquick2
Considering an optional package alternative: qml-module-qtquick-window2
Optional package alternative matched for qml-module-qtquick-window2
Considering an optional package alternative: qml-module-qtquick-dialogs
Optional package alternative matched for qml-module-qtquick-dialogs
Considering an optional package alternative: qtbase5-private-dev
Optional package alternative matched for qtbase5-private-dev
Considering an optional package alternative: qtdeclarative5-private-dev
Optional package alternative matched for qtdeclarative5-private-dev
DIRECTORY= /home/fgfs/fgfs
***********************************
****************************************
**************** SIMGEAR ***************
****************************************
-- CMAKE Build type: RelWithDebInfo
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- version is 2018 dot 4 dot 0
-- Library installation directory: lib
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE 
-- Boost version: 1.67.0
-- SimGear mode: NORMAL
CMake Warning (dev) at /usr/share/cmake-3.12/Modules/FindOpenGL.cmake:270 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:226 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so   
-- Found OpenAL: /usr/lib/x86_64-linux-gnu/libopenal.so 
-- Sound support: OpenAL
-- Found osgText: /usr/lib/x86_64-linux-gnu/libosgText.so 
-- Found osgSim: /usr/lib/x86_64-linux-gnu/libosgSim.so 
-- Found osgDB: /usr/lib/x86_64-linux-gnu/libosgDB.so 
-- Found osgParticle: /usr/lib/x86_64-linux-gnu/libosgParticle.so 
-- Found osgGA: /usr/lib/x86_64-linux-gnu/libosgGA.so 
-- Found osgViewer: /usr/lib/x86_64-linux-gnu/libosgViewer.so 
-- Found osgUtil: /usr/lib/x86_64-linux-gnu/libosgUtil.so 
-- Found osg: /usr/lib/x86_64-linux-gnu/libosg.so 
-- Found OpenThreads: /usr/lib/x86_64-linux-gnu/libOpenThreads.so 
-- Found OpenSceneGraph: /usr/lib/x86_64-linux-gnu/libosgText.so;/usr/lib/x86_64-linux-gnu/libosgSim.so;/usr/lib/x86_64-linux-gnu/libosgDB.so;/usr/lib/x86_64-linux-gnu/libosgParticle.so;/usr/lib/x86_64-linux-gnu/libosgGA.so;/usr/lib/x86_64-linux-gnu/libosgViewer.so;/usr/lib/x86_64-linux-gnu/libosgUtil.so;/usr/lib/x86_64-linux-gnu/libosg.so;/usr/lib/x86_64-linux-gnu/libOpenThreads.so (found suitable version "3.4.1", minimum required is "3.2.0")
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.11", minimum required is "1.2.4")
-- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.61.0")
-- Using built-in expat code
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- RTI: DISABLED
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for rint
-- Looking for rint - not found
-- Looking for mkdtemp
-- Looking for mkdtemp - found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for timegm
-- Looking for timegm - found
-- Performing Test HAVE_CLOCK_GETTIME
-- Performing Test HAVE_CLOCK_GETTIME - Success
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Performing Test HAVE_DLFCN_H
-- Performing Test HAVE_DLFCN_H - Success
-- Looking for dlerror in dl
-- Looking for dlerror in dl - found
-- Performing Test HAVE_STD_ISNAN
-- Performing Test HAVE_STD_ISNAN - Success
-- Performing Test HAVE_WORKING_STD_REGEX
-- Performing Test HAVE_WORKING_STD_REGEX - Success
-- Performing Test GCC_ATOMIC_BUILTINS_FOUND
-- Performing Test GCC_ATOMIC_BUILTINS_FOUND - Success
-- OpenMP: DISABLED
-- Performing Test HAS_NOWARN_UNUSED_TYPEDEFS
-- Performing Test HAS_NOWARN_UNUSED_TYPEDEFS - Success
-- Performing Test HAVE_STD_INDEX_SEQUENCE
-- Performing Test HAVE_STD_INDEX_SEQUENCE - Failed
-- Performing Test HAVE_STD_REMOVE_CV_T
-- Performing Test HAVE_STD_REMOVE_CV_T - Failed
-- Performing Test HAVE_STD_REMOVE_CVREF_T
-- Performing Test HAVE_STD_REMOVE_CVREF_T - Failed
-- Performing Test HAVE_STD_ENABLE_IF_T
-- Performing Test HAVE_STD_ENABLE_IF_T - Failed
-- Performing Test HAVE_STD_BOOL_CONSTANT
-- Performing Test HAVE_STD_BOOL_CONSTANT - Failed
-- Tests: ENABLED
-- DNS resolver: ENABLED
-- Looking for poll
-- Looking for poll - found
-- Looking for getopt
-- Looking for getopt - found
-- Looking for inet_ntop
-- Looking for inet_ntop - found
-- Looking for AF_INET6
-- Looking for AF_INET6 - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Library building mode: STATIC LIBRARIES
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /home/fgfs/fgfs/build/simgear
MAKE simgear
Scanning dependencies of target SimGearCore
[  1%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/HTTPClient.cxx.o
[  2%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/scene/tsync/terrasync.cxx.o
[  2%] Linking CXX static library libSimGearCore.a
[ 42%] Built target SimGearCore
[ 42%] Linking CXX executable test_magvar
[ 42%] Linking CXX executable bvhtest
[ 76%] Built target SimGearScene
[ 76%] Built target test_magvar
[ 76%] Linking CXX executable test_embedded_resources
[ 76%] Linking CXX executable test_bucket
[ 76%] Linking CXX executable decode_binobj
[ 76%] Built target bvhtest
[ 76%] Linking CXX executable httpget
[ 77%] Built target test_bucket
[ 77%] Built target decode_binobj
[ 77%] Linking CXX executable test_dns
[ 77%] Built target test_embedded_resources
[ 77%] Linking CXX executable test_sock
[ 77%] Linking CXX executable http_repo_sync
[ 77%] Built target test_dns
[ 77%] Built target test_sock
[ 78%] Linking CXX executable test_repository
[ 78%] Linking CXX executable test_untar
[ 79%] Built target httpget
[ 79%] Linking CXX executable test_binobj
[ 80%] Built target test_untar
[ 80%] Linking CXX executable test_http
[ 80%] Built target http_repo_sync
[ 81%] Linking CXX executable test_CharArrayStream
[ 81%] Built target test_binobj
[ 81%] Linking CXX executable test_streams
[ 81%] Built target test_CharArrayStream
[ 82%] Linking CXX executable test_zlibstream
[ 82%] Built target test_repository
[ 82%] Linking CXX executable math_test
[ 82%] Built target test_streams
[ 83%] Linking CXX executable sgvec4_test
[ 83%] Built target test_http
[ 83%] Built target test_zlibstream
[ 83%] Built target sgvec4_test
[ 83%] Linking CXX executable geometry_test
[ 83%] Linking CXX executable test_CSSBorder
[ 84%] Linking CXX executable test_argparse
[ 85%] Built target math_test
[ 85%] Linking CXX executable test_tabbed_values
[ 85%] Built target test_CSSBorder
[ 86%] Built target geometry_test
[ 87%] Linking CXX executable test_path
[ 87%] Linking CXX executable test_strutils
[ 88%] Built target test_tabbed_values
[ 88%] Linking CXX executable test_sg_dir
[ 88%] Built target test_argparse
[ 89%] Linking CXX executable test_propertyObject
[ 90%] Built target test_strutils
[ 90%] Built target test_path
[ 90%] Built target test_sg_dir
[ 90%] Linking CXX executable test_props
[ 90%] Linking CXX executable test_easing_functions
[ 90%] Linking CXX executable test_integer_sequence
[ 91%] Built target test_easing_functions
[ 92%] Built target test_integer_sequence
[ 92%] Built target test_propertyObject
[ 92%] Linking CXX executable test_type_traits
[ 92%] Linking CXX executable test_state_machine
[ 92%] Linking CXX executable test_subsystems
[ 92%] Built target test_type_traits
[ 92%] Linking CXX executable test_expressions
[ 92%] Built target test_props
[ 93%] Linking CXX executable test_shared_ptr
[ 93%] Built target test_shared_ptr
[ 93%] Built target test_subsystems
[ 93%] Linking CXX executable catalog_test
[ 93%] Linking CXX executable sg_pkgutil
[ 94%] Built target test_state_machine
[ 94%] Linking CXX executable input_event_demo
[ 95%] Built target test_expressions
[ 95%] Linking CXX executable test_precipitation
[ 95%] Built target input_event_demo
[ 95%] Linking CXX executable test_metar
[ 95%] Built target test_precipitation
[ 96%] Linking CXX executable test_parseBlendFunc
[ 96%] Built target sg_pkgutil
[ 96%] Linking CXX executable test_animations
[ 97%] Built target test_metar
[ 98%] Built target catalog_test
[ 98%] Linking CXX executable BucketBoxTest
[ 98%] Linking CXX executable test_parse_color
[ 98%] Built target BucketBoxTest
[ 99%] Linking CXX executable openal_test1
[ 99%] Built target test_parse_color
[100%] Linking CXX executable soundmgr_test2
[100%] Built target openal_test1
[100%] Linking CXX executable soundmgr_test
[100%] Built target soundmgr_test2
[100%] Built target soundmgr_test
[100%] Built target test_animations
[100%] Built target test_parseBlendFunc
INSTALL simgear
[ 42%] Built target SimGearCore
[ 76%] Built target SimGearScene
[ 77%] Built target test_bucket
[ 77%] Built target bvhtest
[ 77%] Built target test_embedded_resources
[ 77%] Built target decode_binobj
[ 78%] Built target httpget
[ 78%] Built target test_dns
[ 78%] Built target test_sock
[ 78%] Built target http_repo_sync
[ 79%] Built target test_repository
[ 80%] Built target test_untar
[ 80%] Built target test_binobj
[ 80%] Built target test_http
[ 81%] Built target test_CharArrayStream
[ 81%] Built target test_streams
[ 82%] Built target test_zlibstream
[ 82%] Built target test_magvar
[ 83%] Built target math_test
[ 84%] Built target sgvec4_test
[ 85%] Built target geometry_test
[ 85%] Built target test_CSSBorder
[ 86%] Built target test_argparse
[ 87%] Built target test_tabbed_values
[ 88%] Built target test_path
[ 89%] Built target test_strutils
[ 89%] Built target test_sg_dir
[ 90%] Built target test_propertyObject
[ 90%] Built target test_props
[ 91%] Built target test_easing_functions
[ 92%] Built target test_integer_sequence
[ 92%] Built target test_type_traits
[ 93%] Built target test_state_machine
[ 93%] Built target test_subsystems
[ 94%] Built target test_expressions
[ 95%] Built target test_shared_ptr
[ 96%] Built target catalog_test
[ 96%] Built target sg_pkgutil
[ 96%] Built target input_event_demo
[ 96%] Built target test_precipitation
[ 97%] Built target test_metar
[ 98%] Built target test_parseBlendFunc
[ 98%] Built target test_animations
[ 98%] Built target BucketBoxTest
[ 98%] Built target test_parse_color
[ 99%] Built target openal_test1
[100%] Built target soundmgr_test2
[100%] Built target soundmgr_test
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/simgear_config.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/lib/cmake/SimGear/SimGearTargets.cmake
-- Installing: /home/fgfs/fgfs/install/simgear/lib/cmake/SimGear/SimGearTargets-relwithdebinfo.cmake
-- Up-to-date: /home/fgfs/fgfs/install/simgear/lib/cmake/SimGear/SimGearConfig.cmake
-- Up-to-date: /home/fgfs/fgfs/install/simgear/lib/cmake/SimGear/SimGearConfigVersion.cmake
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/compiler.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/constants.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/sg_inlines.h
-- Installing: /home/fgfs/fgfs/install/simgear/include/simgear/version.h
-- Installing: /home/fgfs/fgfs/install/simgear/lib/libSimGearCore.a
-- Up-to-date: /home/fgfs/fgfs/install/simgear/lib/libSimGearScene.a
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bucket/newbucket.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHBoundingBoxVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHGroup.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHLineGeometry.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHLineSegmentVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHMotionTransform.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHNearestPointVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHNode.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHPageNode.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHPageRequest.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHPager.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHStaticBinary.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHStaticData.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHStaticGeometry.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHStaticGeometryBuilder.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHStaticLeaf.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHStaticNode.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHStaticTriangle.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHSubTreeCollector.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHMaterial.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHTransform.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/bvh/BVHVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/debug/debug_types.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/debug/logstream.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/debug/BufferedLogCallback.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/debug/OsgIoCapture.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/embedded_resources/EmbeddedResource.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/embedded_resources/EmbeddedResourceManager.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/embedded_resources/EmbeddedResourceProxy.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/celestialBody.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/ephemeris.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/jupiter.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/mars.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/mercury.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/moonpos.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/neptune.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/pluto.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/saturn.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/star.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/stardata.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/uranus.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/ephemeris/venus.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/iochannel.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/lowlevel.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/raw_socket.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/sg_binobj.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/sg_file.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/sg_netBuffer.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/sg_netChannel.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/sg_netChat.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/sg_serial.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/sg_socket.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/sg_socket_udp.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/HTTPClient.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/HTTPFileRequest.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/HTTPMemoryRequest.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/HTTPRequest.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/HTTPRepository.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/untar.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/DNSClient.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/iostreams/sgstream.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/iostreams/gzfstream.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/iostreams/gzcontainerfile.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/iostreams/CharArrayStream.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/io/iostreams/zlibstream.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/magvar/magvar.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/magvar/coremag.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGBox.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGCMath.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGGeoc.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGGeod.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGGeodesy.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGGeometry.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGGeometryFwd.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGIntersect.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGLimits.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGLineSegment.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGLocation.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGMath.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGMathFwd.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGMatrix.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGMisc.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGPlane.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGQuat.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGRay.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGRect.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGSphere.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGTriangle.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGVec2.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGVec3.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/SGVec4.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/beziercurve.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/interpolater.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/leastsqs.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/sg_geodesy.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/sg_types.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/sg_random.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/simd.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/math/simd4x4.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/CSSBorder.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/ListDiff.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/ResourceManager.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/SimpleMarkdown.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/SVGpreserveAspectRatio.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/argparse.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/interpolator.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/make_new.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/sg_dir.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/sg_hash.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/sg_path.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/stdint.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/stopwatch.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/strutils.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/tabbed_values.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/texcoord.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/misc/test_macros.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/naref.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/nasal.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/iolib.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/cppbind_fwd.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/Ghost.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/NasalCallContext.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/NasalContext.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/NasalHash.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/NasalMe.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/NasalMethodHolder.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/NasalObject.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/NasalObjectHolder.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/NasalString.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/from_nasal.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/to_nasal.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/detail/from_nasal_helper.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/detail/nasal_traits.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/nasal/cppbind/detail/to_nasal_helper.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/AtomicChangeListener.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/condition.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/easing_functions.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/ExtendedPropertyAdapter.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/PropertyBasedElement.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/PropertyBasedMgr.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/PropertyInterpolationMgr.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/PropertyInterpolator.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/propertyObject.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/props.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/props_io.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/propsfwd.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/tiedpropertylist.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/props/vectorPropTemplates.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/serial/serial.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/std/integer_sequence.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/std/type_traits.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/OSGUtils.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/OSGVersion.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/SGAtomic.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/SGBinding.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/SGExpression.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/SGReferenced.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/SGSharedPtr.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/SGSmplhist.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/SGSmplstat.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/SGWeakPtr.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/SGWeakReferenced.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/SGPerfMon.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/singleton.hpp
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/Singleton.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/StringTable.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/callback.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/commands.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/event_mgr.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/exception.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/function_list.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/intern.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/map.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/subsystem_mgr.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/structure/StateMachine.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/threads/SGGuard.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/threads/SGQueue.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/threads/SGThread.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/timing/sg_time.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/timing/timestamp.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/timing/timezone.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/timing/lowleveltime.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/xml/easyxml.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/package/Catalog.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/package/Package.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/package/Install.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/package/Root.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/package/Delegate.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/canvas_fwd.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/Canvas.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/CanvasEvent.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/CanvasEventManager.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/CanvasEventTypes.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/CanvasEventVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/CanvasMgr.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/CanvasObjectPlacement.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/CanvasPlacement.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/CanvasSystemAdapter.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/CanvasWindow.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/ODGauge.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/VGInitOperation.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/ShivaVG/openvg.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/ShivaVG/vgu.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/elements/CanvasElement.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/elements/CanvasGroup.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/elements/CanvasImage.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/elements/CanvasMap.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/elements/CanvasPath.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/elements/CanvasText.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/events/CustomEvent.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/events/DeviceEvent.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/events/KeyboardEvent.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/events/MouseEvent.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/layout/AlignFlag_values.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/layout/BoxLayout.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/layout/Layout.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/layout/LayoutItem.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/layout/NasalWidget.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/canvas/layout/SpacerItem.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/environment/metar.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/environment/precipitation.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/screen/colors.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/screen/extensions.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/screen/screen-dump.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/screen/tr.h
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/Effect.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/EffectBuilder.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/EffectCullVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/EffectGeode.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/Pass.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/Technique.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/TextureBuilder.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/mat.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/matlib.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/matmodel.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/mipmap.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/material/parseBlendFunc.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/BoundingVolumeBuildVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/BVHDebugCollectVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/BVHPageNodeOSG.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/CheckSceneryVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/ConditionNode.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/ModelRegistry.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/PrimitiveCollector.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/SGClipGroup.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/SGInteractionAnimation.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/SGMaterialAnimation.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/SGPickAnimation.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/SGOffsetTransform.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/SGReaderWriterXML.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/SGRotateTransform.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/SGScaleTransform.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/SGText.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/SGTrackToAnimation.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/SGTranslateTransform.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/animation.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/model.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/modellib.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/particles.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/persparam.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/model/placement.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/sky/CloudShaderGeometry.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/sky/cloud.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/sky/cloudfield.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/sky/dome.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/sky/moon.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/sky/newcloud.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/sky/oursun.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/sky/sky.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/sky/sphere.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/sky/stars.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/GroundLightManager.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/ReaderWriterSPT.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/ReaderWriterSTG.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGBuildingBin.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGDirectionalLightBin.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGLightBin.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGModelBin.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGNodeTriangles.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGOceanTile.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGReaderWriterBTG.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGTexturedTriangleBin.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGTileDetailsCallback.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGTileGeometryBin.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGTriangleBin.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGVasiDrawable.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/SGVertexArrayBin.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/ShaderGeometry.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/TreeBin.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/apt_signs.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/obj.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/pt_lights.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tgdb/userdata.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/ColorInterpolator.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/CopyOp.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/DeletionManager.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/NodeAndDrawableVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/Noise.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/OptionsReadFileCallback.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/OsgDebug.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/OsgMath.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/OsgSingleton.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/parse_color.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/PrimitiveUtils.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/QuadTreeBuilder.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/RenderConstants.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SGDebugDrawCallback.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SGEnlargeBoundingBox.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SGNodeMasks.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SGPickCallback.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SGReaderWriterOptions.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SGSceneFeatures.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SGSceneUserData.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SGStateAttributeVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SGTextureStateAttributeVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SGTransientModelData.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SGUpdateVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/SplicingVisitor.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/StateAttributeFactory.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/UpdateOnceCallback.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/VectorArrayAdapter.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/util/project.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/scene/tsync/terrasync.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/sound/sample.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/sound/sample_group.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/sound/xmlsound.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/sound/soundmgr.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/sound/filters.hxx
-- Up-to-date: /home/fgfs/fgfs/install/simgear/include/simgear/sound/readwav.hxx
****************************************
************** FLIGHTGEAR **************
****************************************
CMAKE Build type: RelWithDebInfo
-- Setting build type to 'Dev' as none was specified.
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- System is: Linux
-- Linux distro is: Ubuntu
-- Web browser launcher command is: xdg-open
-- Using default data directory for base package:  /home/fgfs/fgfs/install/flightgear/lib/FlightGear
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE 
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- libudev stable: 1
-- Found UDev: /lib/x86_64-linux-gnu/libudev.so
--    include: /usr/include
-- event-based input enabled. Using /lib/x86_64-linux-gnu/libudev.so
-- Boost version: 1.67.0
CMake Warning (dev) at /usr/share/cmake-3.12/Modules/FindOpenGL.cmake:270 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:271 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so   
-- Found osgText: /usr/lib/x86_64-linux-gnu/libosgText.so 
-- Found osgSim: /usr/lib/x86_64-linux-gnu/libosgSim.so 
-- Found osgDB: /usr/lib/x86_64-linux-gnu/libosgDB.so 
-- Found osgParticle: /usr/lib/x86_64-linux-gnu/libosgParticle.so 
-- Found osgFX: /usr/lib/x86_64-linux-gnu/libosgFX.so 
-- Found osgUtil: /usr/lib/x86_64-linux-gnu/libosgUtil.so 
-- Found osgViewer: /usr/lib/x86_64-linux-gnu/libosgViewer.so 
-- Found osgGA: /usr/lib/x86_64-linux-gnu/libosgGA.so 
-- Found osg: /usr/lib/x86_64-linux-gnu/libosg.so 
-- Found OpenThreads: /usr/lib/x86_64-linux-gnu/libOpenThreads.so 
-- Found OpenSceneGraph: /usr/lib/x86_64-linux-gnu/libosgText.so;/usr/lib/x86_64-linux-gnu/libosgSim.so;/usr/lib/x86_64-linux-gnu/libosgDB.so;/usr/lib/x86_64-linux-gnu/libosgParticle.so;/usr/lib/x86_64-linux-gnu/libosgFX.so;/usr/lib/x86_64-linux-gnu/libosgUtil.so;/usr/lib/x86_64-linux-gnu/libosgViewer.so;/usr/lib/x86_64-linux-gnu/libosgGA.so;/usr/lib/x86_64-linux-gnu/libosg.so;/usr/lib/x86_64-linux-gnu/libOpenThreads.so (found suitable version "3.4.1", minimum required is "3.2.0")
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'dbus-1'
--   Found dbus-1, version 1.12.10
-- Using DBus
-- Qt launcher enabled, checking for Qt >= 5.4 / qmake
-- Will enable Qt launcher GUI
--   Qt5Widgets version: 5.11.1
--   Qt5Widgets include dir: /usr/include/x86_64-linux-gnu/qt5/;/usr/include/x86_64-linux-gnu/qt5/QtWidgets;/usr/include/x86_64-linux-gnu/qt5/QtGui;/usr/include/x86_64-linux-gnu/qt5/QtCore;/usr/lib/x86_64-linux-gnu/qt5//mkspecs/linux-g++;/usr/include
-- Couldn't find translations data, will not include translated string in the executable
-- /usr/include
-- Found PLIB: optimized;/usr/lib/x86_64-linux-gnu/libplibpuaux.so;debug;/usr/lib/x86_64-linux-gnu/libplibpuaux.so;optimized;/usr/lib/x86_64-linux-gnu/libplibpu.so;debug;/usr/lib/x86_64-linux-gnu/libplibpu.so;optimized;/usr/lib/x86_64-linux-gnu/libplibfnt.so;debug;/usr/lib/x86_64-linux-gnu/libplibfnt.so;optimized;/usr/lib/x86_64-linux-gnu/libplibsg.so;debug;/usr/lib/x86_64-linux-gnu/libplibsg.so;optimized;/usr/lib/x86_64-linux-gnu/libplibul.so;debug;/usr/lib/x86_64-linux-gnu/libplibul.so 
-- Min Simgear version is 2018.4.0
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/timeb.h
-- Looking for sys/timeb.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for timegm
-- Looking for timegm - found
-- Looking for daylight
-- Looking for daylight - found
-- Looking for ftime
-- Looking for ftime - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- RTI: DISABLED
-- OpenMP: DISABLED
-- SSE/SSE2 support: ENABLED
-- Looking for mkfifo
-- Looking for mkfifo - found
-- Enabling legacy joystick code (from PLIB)
-- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.34")
-- Could NOT find GLEW (missing: GLEW_INCLUDE_DIR GLEW_LIBRARY)
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.8.1")
CMake Warning at utils/fgpanel/CMakeLists.txt:7 (message):
  FGPanel enabled, but some dependencies are missing


-- libPNG: TRUE
-- OpenGL: TRUE
-- GLEW: FALSE
-- Freetype: TRUE
-- Found OpenAL: /usr/lib/x86_64-linux-gnu/libopenal.so 
-- CppUnit: Building the FlightGear supplied CppUnit library
-- Configuring done
-- Generating done
-- Build files have been written to: /home/fgfs/fgfs/build/flightgear
MAKE flightgear
[  0%] Built target hts_engine
[  0%] Built target fgsqlite3
[  8%] Built target iaxclient_lib
[ 13%] Built target flite_hts
[ 13%] Built target PLIBJoystick
[ 15%] Linking CXX executable fgelev
[ 15%] Linking CXX executable fgviewer
[ 15%] Linking CXX executable MIDGsmooth
[ 15%] Linking CXX executable UGsmooth
[ 15%] Built target MIDGsmooth
[ 15%] Built target UGsmooth
[ 15%] Linking CXX executable GPSsmooth
Scanning dependencies of target fgcom
[ 15%] Building CXX object utils/fgcom/CMakeFiles/fgcom.dir/fgcom.cxx.o
[ 15%] Built target GPSsmooth
[ 15%] Built target fgtraffic
[ 15%] Linking CXX executable fgrcc
[ 15%] Built target fgrcc
[ 15%] Automatic MOC for target fgqmlui
[ 15%] Built target fgqmlui_autogen
[ 15%] Automatic MOC for target fglauncher
[ 15%] Built target fglauncher_autogen
[ 15%] Linking CXX executable js_demo
[ 15%] Built target js_demo
[ 15%] Linking CXX executable fgjs
[ 15%] Built target fgjs
[ 16%] Linking CXX executable yasim-proptest
[ 18%] Built target yasim-proptest
[ 20%] Linking CXX executable yasim
[ 20%] Built target fgelev
[ 22%] Built target fgviewer
[ 22%] Linking CXX executable metar
[ 32%] Built target JSBSim
Scanning dependencies of target buildId
-- Found Git: /usr/bin/git (found version "2.17.1")
-- Git revision is 8b25244d907d69ffd11aa2265d1d57101b0713c3
[ 32%] Built target buildId
[ 33%] Built target yasim
[ 37%] Built target fgqmlui
[ 38%] Linking CXX executable JSBSim
[ 42%] Built target fglauncher
[ 42%] Generating ../EmbeddedResources/FlightGear-resources.cxx, ../EmbeddedResources/FlightGear-resources.hxx
fgrcc: writing C++ file: '/home/fgfs/fgfs/build/flightgear/src/EmbeddedResources/FlightGear-resources.cxx'
fgrcc: static memory used by resources (total): 0 bytes
fgrcc: writing header file: '/home/fgfs/fgfs/build/flightgear/src/EmbeddedResources/FlightGear-resources.hxx'
[ 42%] Automatic MOC for target fgfs
[ 42%] Built target fgfs_autogen
[ 42%] Built target metar
Scanning dependencies of target fgfs
[ 42%] Building CXX object src/Main/CMakeFiles/fgfs.dir/main.cxx.o
[ 42%] Building CXX object src/Main/CMakeFiles/fgfs.dir/options.cxx.o
[ 42%] Built target JSBsim_bin
[ 42%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/EmbeddedResources/FlightGear-resources.cxx.o
[ 42%] Linking CXX executable fgcom
[ 42%] Built target fgcom
[ 42%] Linking CXX executable fgfs
[100%] Built target fgfs
INSTALL flightgear
[  0%] Built target fgsqlite3
[  8%] Built target iaxclient_lib
[ 13%] Built target flite_hts
[ 13%] Built target hts_engine
[ 13%] Built target PLIBJoystick
[ 15%] Built target fgelev
[ 16%] Built target fgviewer
[ 16%] Built target MIDGsmooth
[ 16%] Built target UGsmooth
[ 16%] Built target GPSsmooth
[ 16%] Built target fgcom
[ 16%] Built target fgtraffic
[ 16%] Built target fgrcc
[ 16%] Automatic MOC for target fgqmlui
[ 16%] Built target fgqmlui_autogen
[ 20%] Built target fgqmlui
[ 20%] Automatic MOC for target fglauncher
[ 20%] Built target fglauncher_autogen
[ 23%] Built target fglauncher
[ 23%] Built target js_demo
[ 23%] Built target fgjs
[ 27%] Built target yasim-proptest
[ 30%] Built target yasim
[ 40%] Built target JSBSim
[ 42%] Built target JSBsim_bin
[ 42%] Built target metar
-- Found Git: /usr/bin/git (found version "2.17.1")
-- Git revision is 8b25244d907d69ffd11aa2265d1d57101b0713c3
[ 42%] Built target buildId
[ 42%] Automatic MOC for target fgfs
[ 42%] Built target fgfs_autogen
[100%] Built target fgfs
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/fgelev
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/fgviewer
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/GPSsmooth
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/MIDGsmooth
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/UGsmooth
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/fgcom
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/bin/fgtraffic
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/fgjs
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/js_demo
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/yasim
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/yasim-proptest
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/JSBSim
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/fgfs
-- Installing: /home/fgfs/fgfs/install/flightgear/bin/metar
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/icons/hicolor/16x16/apps/flightgear.png
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/icons/hicolor/22x22/apps/flightgear.png
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/icons/hicolor/24x24/apps/flightgear.png
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/icons/hicolor/32x32/apps/flightgear.png
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/icons/hicolor/48x48/apps/flightgear.png
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/icons/hicolor/64x64/apps/flightgear.png
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/icons/hicolor/128x128/apps/flightgear.png
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/icons/hicolor/scalable/apps/flightgear.svg
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/fgfs.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/fgcom.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/fgelev.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/fgjs.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/fgpanel.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/fgviewer.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/GPSsmooth.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/MIDGsmooth.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/UGsmooth.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/js_demo.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/JSBSim.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man1/metar.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/it/man5/fgfsrc.5
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/fgfs.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/fgcom.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/fgelev.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/fgjs.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/fgpanel.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/fgviewer.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/GPSsmooth.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/MIDGsmooth.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/UGsmooth.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/js_demo.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/JSBSim.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man1/metar.1
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/man/man5/fgfsrc.5
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/applications/org.flightgear.FlightGear.desktop
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/bash-completion/completions/fgfs
-- Up-to-date: /home/fgfs/fgfs/install/flightgear/share/zsh/site-functions/_fgfs
****************************************
**************** DATA ******************
****************************************
***********************************
All optional package alternatives have found a matching package.


The script:
download_and_compile.sh
is download with this command:
Code: Select all
wget http://sourceforge.net/p/flightgear/fgmeta/ci/next/tree/download_and_compile.sh?format=raw


and the script is execute with this options:

Code: Select all
./download_and_compile.sh -j4 ALL


I remove the old data: ./fgfs with the command in home: rm -r .fgfs and i retray, but after the start program:

Code: Select all
./run_fgfs.sh --launcher


-> FOLLOWS, in the next post, there is no space
Developer of the program https://wiki.flightgear.org/Julia_photoscenery_generator
FDM developer of the G91R1B aircraft https://wiki.flightgear.org/FIAT_G91R1B
JSBSim collaborator
abassign
 
Posts: 947
Joined: Mon Feb 27, 2012 6:09 pm
Location: Italy (living 5 Km from airport LIME)
Callsign: I-BASSY
Version: 2020.4
OS: Ubuntu 20.10

Re: Segmentation fault for 2018.4 version

Postby abassign » Tue Sep 25, 2018 4:20 pm

from FOLLOWS in the next post we are lacking space

This is the error code when running the program:

Code: Select all
pc-lab01@pc-lab01-HP-Compaq-Elite-8300-CMT:/media/pc-lab01/Salvataggi/backup/fgfs$ ./run_fgfs.sh --launcher
FlightGear:  Version 2018.4.0
FlightGear:  Build Type Dev
Built with GNU C++ version 7.3
Jenkins number/ID 0:none
Failed to load default (en) translations
scenery path not found:Path "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Scenery"
NavCache at:Path "/home/pc-lab01/.fgfs/navdata_2018_4.cache"
NavCache read-only flags is:0
NavCache: no main cache rebuild required
init package root at:Path "/home/pc-lab01/.fgfs/Aircraft"
scenery path not found:Path "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Scenery"
aircraft = c172p
found aircraft in dir: /media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Aircraft/c172p
Found language resource for: it_IT
Loading XLIFF file at Path "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Translations/it/FlightGear-nonQt.xlf"
Reading localized strings for 'en' from Path "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Translations/default/sys.xml"
Reading localized strings for 'en' from Path "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Translations/default/atc.xml"
Reading localized strings for 'en' from Path "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Translations/default/tips.xml"
        option:prop = /nasal/local_weather/enabled=false
        option:metar = XXXX 012345Z 15003KT 19SM FEW072 FEW350 25/07 Q1028 NOSIG
        option:prop = /environment/weather-scenario=Core high pressure region
        option:disable-rembrandt =
        option:disable-terrasync =
        option:aircraft-dir = /media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Aircraft/c172p
        option:aircraft = c172p
        option:airport = PHNL
        option:fg-root = /media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/bin/../fgdata/
        option:launcher =
Using default download dir: Path "/home/pc-lab01/.fgfs"
read-allowed path not found:Path "/home/pc-lab01/.fgfs/AI"
read-allowed path not found:Path "/home/pc-lab01/.fgfs/Liveries"
Using TerraSync dir: Path "/home/pc-lab01/.fgfs/TerraSync"
scenery path not found:Path "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Scenery"
EmbeddedResourceManager: selected locale 'it_IT'
Using stock OSG implementation of GraphicsWindow
StatsHandler::StatsHandler() Setting up GL2 compatible shaders
initializing cloud layers
Enabling ATI/AMD viewport hack
Configuration State
============= =====
aircraft-dir = "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Aircraft/c172p"
fghome-dir = "Path "/home/pc-lab01/.fgfs""
download-dir = "/home/pc-lab01/.fgfs"
terrasync-dir = "/home/pc-lab01/.fgfs/TerraSync"
aircraft-search-paths =

scenery-search-paths =
        /home/pc-lab01/.fgfs/TerraSync
Image loading failed:Warning: reading "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Aircraft/c172p" not supported.
NVIDIA Corporation
GeForce GTX 1050 Ti/PCIe/SSE2
4.6.0 NVIDIA 390.48
4.60 NVIDIA
Splash screen progress loading-aircraft-list
Splash screen progress loading-nav-dat
Splash screen progress init-scenery
General Initialization
======= ==============
FG_ROOT = "Path "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata""

Attempting to set starting position from airport code PHNL heading 270
Reading timezone info from: Path "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Timezone/zone.tab"
Selected scenery is tilecache
FGStgTerrain::init - init tilemgr
Initializing Tile Manager subsystem.
Initializing the tile cache.
  max cache size = 100
  current cache size = 0
  done with init()
Splash screen progress finalize-position
Splash screen progress creating-subsystems
Creating Subsystems
======== ==========
Reading materials from /media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Materials/regions/materials.xml
Reading systems from Path "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Aircraft/c172p/Systems/systems.xml"
Initializing HUD Instrument
Reading sound sound from Path "/media/pc-lab01/Salvataggi/backup/fgfs/install/flightgear/fgdata/Aircraft/c172p/c172-sound.xml"
Creating subsystems took:756
Splash screen progress binding-subsystems
FGPropertyManager::GetNode() No node found for hydro/active-norm
ignoring unknown axis-alignment'yx-plane'.
ignoring unknown axis-alignment'yx-plane'.
ignoring unknown axis-alignment'yx-plane'.
empty 'not' condition
Volcanic activity off.
KMA20 audio panel initialized
Hobbs system stopped
Hobbs system stopped
Starter off
KI266 dme indicator #0 initialized
Segmentation fault (core dumped)


The operating system is LINUX Ubuntu 10.4 NVIDIA 1080 video card and in another machine where I tried NVIDIA 1050

If I compile the 2018.3 version with this command:

Code: Select all
./download_and_compile -s -j4 ALL


The execution occurs regularly.
Developer of the program https://wiki.flightgear.org/Julia_photoscenery_generator
FDM developer of the G91R1B aircraft https://wiki.flightgear.org/FIAT_G91R1B
JSBSim collaborator
abassign
 
Posts: 947
Joined: Mon Feb 27, 2012 6:09 pm
Location: Italy (living 5 Km from airport LIME)
Callsign: I-BASSY
Version: 2020.4
OS: Ubuntu 20.10

Re: Segmentation fault for 2018.4 version

Postby wkitty42 » Tue Sep 25, 2018 10:10 pm

can you find the core file in your /home/fgfs/fgfs/install/flightgear/bin/ directory? you can load it into gdb and get the error information out with a backtrace... that might help to determine the problem... your d&c script output is similar to what i'm used to looking at and other than the cmake policy complaints in the log, i don't see anything untoward...
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9148
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04

Re: Segmentation fault for 2018.4 version

Postby abassign » Wed Sep 26, 2018 9:40 pm

wkitty42 wrote in Tue Sep 25, 2018 10:10 pm:can you find the core file in your /home/fgfs/fgfs/install/flightgear/bin/ directory? you can load it into gdb and get the error information out with a backtrace... that might help to determine the problem... your d&c script output is similar to what i'm used to looking at and other than the cmake policy complaints in the log, i don't see anything untoward...


Unfortunately I could not see where the dump is, I looked in the folders, but no trace, probably the abort did not allow to generate it ... However, this afternoon I restarted the compilation and it was successful. Who knows where the problem was ...
Developer of the program https://wiki.flightgear.org/Julia_photoscenery_generator
FDM developer of the G91R1B aircraft https://wiki.flightgear.org/FIAT_G91R1B
JSBSim collaborator
abassign
 
Posts: 947
Joined: Mon Feb 27, 2012 6:09 pm
Location: Italy (living 5 Km from airport LIME)
Callsign: I-BASSY
Version: 2020.4
OS: Ubuntu 20.10

Re: Segmentation fault for 2018.4 version

Postby wkitty42 » Thu Sep 27, 2018 2:04 am

you might have to set an OS value in your user profile in your linux so that core files can be generated... some linuxes turn off core files and even thought the software says "Core Dumped" it really isn't... but if you get us a core file we can see what it shows us was going on when the crash took place...
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9148
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04


Return to Compiling

Who is online

Users browsing this forum: No registered users and 5 guests