Guest User

Untitled

a guest
Jun 30th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.69 KB | None | 0 0
  1. $ nix-build -A nixpkgs.flightgear -I .
  2. error: attribute 'nixpkgs' in selection path 'nixpkgs.flightgear' not found
  3.  
  4. [turion@nixos:~/nix/nixpkgs]$ nix-build -A pkgs.flightgear -I .
  5. these derivations will be built:
  6. /nix/store/q744hxz7x1ay74zgj1yc0awzq93w08p7-flightgear-2020.1.3.drv
  7. building '/nix/store/q744hxz7x1ay74zgj1yc0awzq93w08p7-flightgear-2020.1.3.drv'...
  8. unpacking sources
  9. unpacking source archive /nix/store/fdjqnjw04qwjzhsjxpha940iavcxawn4-flightgear-2020.1.3.tar.bz2
  10. source root is flightgear-2020.1.3
  11. setting SOURCE_DATE_EPOCH to timestamp 1593126049 of file flightgear-2020.1.3/utils/fgcom/positions.hxx
  12. patching sources
  13. configuring
  14. fixing cmake files...
  15. cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_BUILD_RPATH=ON -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/share/doc/ -DCMAKE_INSTALL_INFODIR=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/include -DCMAKE_INSTALL_SBINDIR=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_OSX_ARCHITECTURES=x86_64 -DCMAKE_FIND_FRAMEWORK=last -DCMAKE_STRIP=/nix/store/ydk00ssq4fyx78rpmdmq1hcmz0iw575f-binutils-2.31.1/bin/strip -DCMAKE_RANLIB=/nix/store/ydk00ssq4fyx78rpmdmq1hcmz0iw575f-binutils-2.31.1/bin/ranlib -DCMAKE_AR=/nix/store/ydk00ssq4fyx78rpmdmq1hcmz0iw575f-binutils-2.31.1/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3
  16. CMAKE Build type: Release
  17. -- Setting build type to 'Dev' as none was specified.
  18. -- The C compiler identification is GNU 9.3.0
  19. -- The CXX compiler identification is GNU 9.3.0
  20. -- Check for working C compiler: /nix/store/x45gpnpvbq0l3b933k187qh53y1fg7ll-gcc-wrapper-9.3.0/bin/gcc
  21. -- Check for working C compiler: /nix/store/x45gpnpvbq0l3b933k187qh53y1fg7ll-gcc-wrapper-9.3.0/bin/gcc - works
  22. -- Detecting C compiler ABI info
  23. -- Detecting C compiler ABI info - done
  24. -- Detecting C compile features
  25. -- Detecting C compile features - done
  26. -- Check for working CXX compiler: /nix/store/x45gpnpvbq0l3b933k187qh53y1fg7ll-gcc-wrapper-9.3.0/bin/g++
  27. -- Check for working CXX compiler: /nix/store/x45gpnpvbq0l3b933k187qh53y1fg7ll-gcc-wrapper-9.3.0/bin/g++ - works
  28. -- Detecting CXX compiler ABI info
  29. -- Detecting CXX compiler ABI info - done
  30. -- Detecting CXX compile features
  31. -- Detecting CXX compile features - done
  32. -- System is: Linux
  33. -- Linux distro is:
  34. -- Web browser launcher command is: xdg-open
  35. -- Using default data directory for base package: /nix/store/jz41kskqv6m24d4mvpx69fqd4vnn24nd-flightgear-2020.1.3/lib/FlightGear
  36. -- Looking for pthread.h
  37. -- Looking for pthread.h - found
  38. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  39. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  40. -- Looking for pthread_create in pthreads
  41. -- Looking for pthread_create in pthreads - not found
  42. -- Looking for pthread_create in pthread
  43. -- Looking for pthread_create in pthread - found
  44. -- Found Threads: TRUE
  45. -- Found X11: /nix/store/q2iwlim7rkl5wpr0xik2849zq8jmng53-xorgproto-2019.1/include
  46. -- Looking for XOpenDisplay in /nix/store/38i1jm20h13d37ba36kaxmk405m4z4ld-libX11-1.6.8/lib/libX11.so;/nix/store/1mzr5kayv650ydp2cdyp26s1hy66jzxy-libXext-1.3.4/lib/libXext.so
  47. -- Looking for XOpenDisplay in /nix/store/38i1jm20h13d37ba36kaxmk405m4z4ld-libX11-1.6.8/lib/libX11.so;/nix/store/1mzr5kayv650ydp2cdyp26s1hy66jzxy-libXext-1.3.4/lib/libXext.so - found
  48. -- Looking for gethostbyname
  49. -- Looking for gethostbyname - found
  50. -- Looking for connect
  51. -- Looking for connect - found
  52. -- Looking for remove
  53. -- Looking for remove - found
  54. -- Looking for shmat
  55. -- Looking for shmat - found
  56. -- Looking for IceConnectionNumber in ICE
  57. -- Looking for IceConnectionNumber in ICE - found
  58. -- libudev stable: 0
  59. -- Found UDev: /nix/store/bgclxprlb560a758r9wx0c5b98dck4mp-systemd-245.6-lib/lib/libudev.so
  60. -- include: /nix/store/wlmg7qmbb7hd10ssbkp2d6ahdn5jy9rh-systemd-245.6-dev/include
  61. -- event-based input enabled. Using /nix/store/bgclxprlb560a758r9wx0c5b98dck4mp-systemd-245.6-lib/lib/libudev.so
  62. -- Enabling HID-API input
  63. CMake Warning (dev) at /nix/store/chym796aj801mr50hy0yy0cjqljsyrm3-cmake-3.17.3/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  64. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  65. does not match the name of the calling package (DBus). This can lead to
  66. problems in calling code that expects `find_package` result variables
  67. (e.g., `_FOUND`) to follow a certain pattern.
  68. Call Stack (most recent call first):
  69. /nix/store/chym796aj801mr50hy0yy0cjqljsyrm3-cmake-3.17.3/share/cmake-3.17/Modules/FindPkgConfig.cmake:45 (find_package_handle_standard_args)
  70. CMakeModules/FindDBus.cmake:19 (include)
  71. CMakeLists.txt:283 (find_package)
  72. This warning is for project developers. Use -Wno-dev to suppress it.
  73.  
  74. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  75. CMake Warning (dev) at /nix/store/chym796aj801mr50hy0yy0cjqljsyrm3-cmake-3.17.3/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  76. The package name passed to `find_package_handle_standard_args` (DBUS) does
  77. not match the name of the calling package (DBus). This can lead to
  78. problems in calling code that expects `find_package` result variables
  79. (e.g., `_FOUND`) to follow a certain pattern.
  80. Call Stack (most recent call first):
  81. CMakeModules/FindDBus.cmake:36 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  82. CMakeLists.txt:283 (find_package)
  83. This warning is for project developers. Use -Wno-dev to suppress it.
  84.  
  85. -- Could NOT find DBUS (missing: DBUS_INCLUDE_DIRS DBUS_LIBRARIES)
  86. CMake Warning (dev) at /nix/store/chym796aj801mr50hy0yy0cjqljsyrm3-cmake-3.17.3/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  87. The package name passed to `find_package_handle_standard_args` (LIBEVENT)
  88. does not match the name of the calling package (LibEvent). This can lead
  89. to problems in calling code that expects `find_package` result variables
  90. (e.g., `_FOUND`) to follow a certain pattern.
  91. Call Stack (most recent call first):
  92. CMakeModules/FindLibEvent.cmake:11 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  93. CMakeLists.txt:286 (find_package)
  94. This warning is for project developers. Use -Wno-dev to suppress it.
  95.  
  96. -- Could NOT find LIBEVENT (missing: LIBEVENT_INCLUDE_DIR LIBEVENT_LIB)
  97. CMake Warning at CMakeLists.txt:294 (message):
  98. SWIFT support disabled, dbus and/or LibEvent not found
  99.  
  100.  
  101. -- Found Boost: /nix/store/9q9kycc55hslydwzcl67ywzwkmrwz4wz-boost-1.69.0-dev/include (found version "1.69.0")
  102. CMake Warning (dev) at /nix/store/chym796aj801mr50hy0yy0cjqljsyrm3-cmake-3.17.3/share/cmake-3.17/Modules/FindOpenGL.cmake:305 (message):
  103. Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  104. available. Run "cmake --help-policy CMP0072" for policy details. Use the
  105. cmake_policy command to set the policy and suppress this warning.
  106.  
  107. FindOpenGL found both a legacy GL library:
  108.  
  109. OPENGL_gl_LIBRARY: /nix/store/815cqvzqysx0k8kahl472d8f0k5ss5yx-libGL-1.3.1/lib/libGL.so
  110.  
  111. and GLVND libraries for OpenGL and GLX:
  112.  
  113. OPENGL_opengl_LIBRARY: /nix/store/815cqvzqysx0k8kahl472d8f0k5ss5yx-libGL-1.3.1/lib/libOpenGL.so
  114. OPENGL_glx_LIBRARY: /nix/store/815cqvzqysx0k8kahl472d8f0k5ss5yx-libGL-1.3.1/lib/libGLX.so
  115.  
  116. OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  117. compatibility with CMake 3.10 and below the legacy GL library will be used.
  118. Call Stack (most recent call first):
  119. CMakeLists.txt:305 (find_package)
  120. This warning is for project developers. Use -Wno-dev to suppress it.
  121.  
  122. -- Found OpenGL: /nix/store/815cqvzqysx0k8kahl472d8f0k5ss5yx-libGL-1.3.1/lib/libOpenGL.so
  123. -- Found osgText: /nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgText.so
  124. -- Found osgSim: /nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgSim.so
  125. -- Found osgDB: /nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgDB.so
  126. -- Found osgParticle: /nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgParticle.so
  127. -- Found osgFX: /nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgFX.so
  128. -- Found osgUtil: /nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgUtil.so
  129. -- Found osgViewer: /nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgViewer.so
  130. -- Found osgGA: /nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgGA.so
  131. -- Found osg: /nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosg.so
  132. -- Found OpenThreads: /nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libOpenThreads.so
  133. -- Found OpenSceneGraph: /nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgText.so;/nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgSim.so;/nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgDB.so;/nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgParticle.so;/nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgFX.so;/nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgUtil.so;/nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgViewer.so;/nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosgGA.so;/nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libosg.so;/nix/store/1mzl96an9vaqbdmhipjkdn7g68jlci9w-openscenegraph-3.6.4/lib/libOpenThreads.so (found suitable version "3.6.4", minimum required is "3.2.0")
  134. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  135. -- DBus not found, screensaver control disabled
  136. -- Qt launcher enabled, checking for Qt >= 5.4 / qmake
  137. -- Will enable Qt launcher GUI
  138. -- Couldn't find translations data, will not include translated string in the executable
  139. CMake Warning at /nix/store/fryj85qdkbfgbcyf9yp6xji8d2plgclv-qtbase-5.12.7-dev/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  140. By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this
  141. project has asked CMake to find a package configuration file provided by
  142. "Qt5LinguistTools", but CMake did not find one.
  143.  
  144. Could not find a package configuration file provided by "Qt5LinguistTools"
  145. with any of the following names:
  146.  
  147. Qt5LinguistToolsConfig.cmake
  148. qt5linguisttools-config.cmake
  149.  
  150. Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  151. set "Qt5LinguistTools_DIR" to a directory containing one of the above
  152. files. If "Qt5LinguistTools" provides a separate development package or
  153. SDK, be sure it has been installed.
  154. Call Stack (most recent call first):
  155. CMakeModules/Translations.cmake:15 (find_package)
  156. CMakeLists.txt:374 (include)
  157.  
  158.  
  159. CMake Warning at CMakeModules/Translations.cmake:15 (find_package):
  160. Found package configuration file:
  161.  
  162. /nix/store/fryj85qdkbfgbcyf9yp6xji8d2plgclv-qtbase-5.12.7-dev/lib/cmake/Qt5/Qt5Config.cmake
  163.  
  164. but it set Qt5_FOUND to FALSE so package "Qt5" is considered to be NOT
  165. FOUND. Reason given by package:
  166.  
  167. Failed to find Qt5 component "LinguistTools" config file at
  168. "/nix/store/fryj85qdkbfgbcyf9yp6xji8d2plgclv-qtbase-5.12.7-dev/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake"
  169.  
  170.  
  171.  
  172.  
  173. Call Stack (most recent call first):
  174. CMakeLists.txt:374 (include)
  175.  
  176.  
  177. CMake Error at CMakeModules/Translations.cmake:38 (translation_dir_list):
  178. translation_dir_list Function invoked with incorrect arguments for function
  179. named: translation_dir_list
  180. Call Stack (most recent call first):
  181. CMakeLists.txt:374 (include)
  182.  
  183.  
  184. -- Detected language files:
  185. -- /nix/store/ks925jrsqsbmdwsv7c5m799h9w4m8lpq-plib-1.8.5/include
  186. -- Found PLIB: optimized;/nix/store/ks925jrsqsbmdwsv7c5m799h9w4m8lpq-plib-1.8.5/lib/libplibpuaux.a;debug;/nix/store/ks925jrsqsbmdwsv7c5m799h9w4m8lpq-plib-1.8.5/lib/libplibpuaux.a;optimized;/nix/store/ks925jrsqsbmdwsv7c5m799h9w4m8lpq-plib-1.8.5/lib/libplibpu.a;debug;/nix/store/ks925jrsqsbmdwsv7c5m799h9w4m8lpq-plib-1.8.5/lib/libplibpu.a;optimized;/nix/store/ks925jrsqsbmdwsv7c5m799h9w4m8lpq-plib-1.8.5/lib/libplibsg.a;debug;/nix/store/ks925jrsqsbmdwsv7c5m799h9w4m8lpq-plib-1.8.5/lib/libplibsg.a;optimized;/nix/store/ks925jrsqsbmdwsv7c5m799h9w4m8lpq-plib-1.8.5/lib/libplibul.a;debug;/nix/store/ks925jrsqsbmdwsv7c5m799h9w4m8lpq-plib-1.8.5/lib/libplibul.a
  187. -- Min Simgear version is 2020.1.0
  188. -- Found ZLIB: /nix/store/5x6l9xm5dp6v113dpfv673qvhwjyb7p5-zlib-1.2.11/lib/libz.so (found version "1.2.11")
  189. -- Looking for unistd.h
  190. -- Looking for unistd.h - found
  191. -- Looking for sys/time.h
  192. -- Looking for sys/time.h - found
  193. -- Looking for sys/timeb.h
  194. -- Looking for sys/timeb.h - found
  195. -- Looking for windows.h
  196. -- Looking for windows.h - not found
  197. -- Looking for timegm
  198. -- Looking for timegm - found
  199. -- Looking for daylight
  200. -- Looking for daylight - found
  201. -- Looking for ftime
  202. -- Looking for ftime - found
  203. -- Looking for gettimeofday
  204. -- Looking for gettimeofday - found
  205. -- RTI: DISABLED
  206. -- OpenMP: DISABLED
  207. -- SSE/SSE2 support: ENABLED
  208. -- Looking for mkfifo
  209. -- Looking for mkfifo - found
  210. -- libudev stable: 0
  211. -- Found UDev: /nix/store/bgclxprlb560a758r9wx0c5b98dck4mp-systemd-245.6-lib/lib/libudev.so
  212. -- include: /nix/store/wlmg7qmbb7hd10ssbkp2d6ahdn5jy9rh-systemd-245.6-dev/include
  213. -- Enabling legacy joystick code (from PLIB)
  214. -- FGPanel (Raspberry Pi) : DISABLED
  215. -- FGPanel : ENABLED
  216. -- Found OpenAL: /nix/store/i5zqg1nk4lhllzl9hv2m289j2y7yi2dq-openal-soft-1.19.1/lib/libopenal.so
  217. -- CppUnit: Building the FlightGear supplied CppUnit library
  218. -- Configuring incomplete, errors occurred!
  219. See also "/build/flightgear-2020.1.3/build/CMakeFiles/CMakeOutput.log".
  220. See also "/build/flightgear-2020.1.3/build/CMakeFiles/CMakeError.log".
  221. builder for '/nix/store/q744hxz7x1ay74zgj1yc0awzq93w08p7-flightgear-2020.1.3.drv' failed with exit code 1
  222. error: build of '/nix/store/q744hxz7x1ay74zgj1yc0awzq93w08p7-flightgear-2020.1.3.drv' failed
Add Comment
Please, Sign In to add comment