Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 KB | None | 0 0
  1. * Package: net-misc/remmina-1.1.1
  2. * Repository: gentoo
  3. * Maintainer: tristan@gentoo.org
  4. * USE: abi_x86_64 amd64 crypt elibc_glibc freerdp gnome-keyring kernel_linux multilib nls ssh userland_GNU
  5. * FEATURES: preserve-libs sandbox
  6. >>> Unpacking source...
  7. >>> Unpacking remmina-1.1.1.tar.gz to /var/tmp/portage/net-misc/remmina-1.1.1/work
  8. >>> Source unpacked in /var/tmp/portage/net-misc/remmina-1.1.1/work
  9. >>> Preparing source in /var/tmp/portage/net-misc/remmina-1.1.1/work/Remmina-1.1.1 ...
  10. * Applying remmina-external_tools.patch ...
  11. [ ok ]
  12. >>> Source prepared.
  13. >>> Configuring source in /var/tmp/portage/net-misc/remmina-1.1.1/work/Remmina-1.1.1 ...
  14. >>> Working in BUILD_DIR: "/var/tmp/portage/net-misc/remmina-1.1.1/work/remmina-1.1.1_build"
  15. cmake --no-warn-unused-cli -C /var/tmp/portage/net-misc/remmina-1.1.1/work/remmina-1.1.1_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DWITH_APPINDICATOR=OFF -DWITH_AVAHI=OFF -DWITH_GCRYPT=ON -DWITH_FREERDP=ON -DWITH_GNOMEKEYRING=ON -DWITH_GETTEXT=ON -DWITH_TRANSLATIONS=ON -DWITH_LIBSSH=ON -DWITH_TELEPATHY=OFF -DWITH_VTE=OFF -DGTK_VERSION=3 -DHAVE_PTHREAD=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/net-misc/remmina-1.1.1/work/remmina-1.1.1_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/net-misc/remmina-1.1.1/work/remmina-1.1.1_build/gentoo_toolchain.cmake /var/tmp/portage/net-misc/remmina-1.1.1/work/Remmina-1.1.1
  16. Not searching for unused variables given on the command line.
  17. loading initial cache file /var/tmp/portage/net-misc/remmina-1.1.1/work/remmina-1.1.1_build/gentoo_common_config.cmake
  18. -- The C compiler identification is GNU 4.8.3
  19. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
  20. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
  21. -- Detecting C compiler ABI info
  22. -- Detecting C compiler ABI info - done
  23. -- Found PkgConfig: /usr/bin/x86_64-pc-linux-gnu-pkg-config (found version "0.28")
  24. -- Performing Test Wno-unused-result
  25. -- Performing Test Wno-unused-result - Success
  26. -- Performing Test Wno-unused-but-set-variable
  27. -- Performing Test Wno-unused-but-set-variable - Success
  28. -- Performing Test Wno-unused-function
  29. -- Performing Test Wno-unused-function - Success
  30. -- Looking for include file sys/param.h
  31. -- Looking for include file sys/param.h - found
  32. -- Looking for include file sys/socket.h
  33. -- Looking for include file sys/socket.h - found
  34. -- Looking for include file arpa/inet.h
  35. -- Looking for include file arpa/inet.h - found
  36. -- Looking for include file netinet/in.h
  37. -- Looking for include file netinet/in.h - found
  38. -- Looking for include file termios.h
  39. -- Looking for include file termios.h - found
  40. -- Looking for include file netdb.h
  41. -- Looking for include file netdb.h - found
  42. -- Looking for include file fcntl.h
  43. -- Looking for include file fcntl.h - found
  44. -- Looking for include file unistd.h
  45. -- Looking for include file unistd.h - found
  46. -- Looking for include file sys/un.h
  47. -- Looking for include file sys/un.h - found
  48. -- Looking for include file errno.h
  49. -- Looking for include file errno.h - found
  50. -- checking for module 'gtk+-3.0'
  51. -- found gtk+-3.0, version 3.14.4
  52. -- checking for module 'gdk-pixbuf-2.0'
  53. -- found gdk-pixbuf-2.0, version 2.31.1
  54. -- checking for module 'glib-2.0>=2.28'
  55. -- found glib-2.0, version 2.42.0
  56. -- checking for module 'gio-2.0'
  57. -- found gio-2.0, version 2.42.0
  58. -- checking for module 'gobject-2.0'
  59. -- found gobject-2.0, version 2.42.0
  60. -- checking for module 'gmodule-2.0'
  61. -- found gmodule-2.0, version 2.42.0
  62. -- checking for module 'gthread-2.0'
  63. -- found gthread-2.0, version 2.42.0
  64. -- Found GLIB2: /usr/lib64/libglib-2.0.so
  65. -- checking for module 'pango'
  66. -- found pango, version 1.36.8
  67. -- checking for module 'atk'
  68. -- found atk, version 2.14.0
  69. -- Found GTK3: /usr/lib64/libgtk-3.so
  70. -- Finding suggested package PTHREAD.
  71. -- Disable this using "-DWITH_PTHREAD=OFF".
  72. -- checking for module 'pthread'
  73. -- package 'pthread' not found
  74. -- Found PTHREAD: /usr/lib64/libpthread.so
  75. -- Finding suggested package GCRYPT.
  76. -- Disable this using "-DWITH_GCRYPT=OFF".
  77. -- Found GCRYPT: /usr/lib64/libgcrypt.so
  78. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
  79. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
  80. -- Looking for gethostbyname
  81. -- Looking for gethostbyname - found
  82. -- Looking for connect
  83. -- Looking for connect - found
  84. -- Looking for remove
  85. -- Looking for remove - found
  86. -- Looking for shmat
  87. -- Looking for shmat - found
  88. -- Looking for IceConnectionNumber in ICE
  89. -- Looking for IceConnectionNumber in ICE - found
  90. -- Found X11: /usr/lib64/libX11.so
  91. -- Finding suggested package LIBSSH.
  92. -- Disable this using "-DWITH_LIBSSH=OFF".
  93. -- checking for module 'libssh>=0.4'
  94. -- found libssh, version 0.6.3
  95. -- Found LIBSSH: /usr/lib64/libssh.so
  96. -- Finding suggested package Gettext.
  97. -- Disable this using "-DWITH_GETTEXT=OFF".
  98. -- Found Gettext: /usr/bin/msgmerge (found version "0.19.3")
  99. -- Finding suggested package LIBSSH.
  100. -- Disable this using "-DWITH_LIBSSH=OFF".
  101. -- checking for module 'libvncserver'
  102. -- found libvncserver, version 0.9.9
  103. -- Found LIBVNCSERVER: /usr/lib64/libvncserver.so
  104. -- checking for module 'xkbfile'
  105. -- found xkbfile, version 1.0.8
  106. -- Found XKBFILE: /usr/lib64/libxkbfile.so
  107. -- Finding suggested package FREERDP.
  108. -- Disable this using "-DWITH_FREERDP=OFF".
  109. -- checking for module 'freerdp>=1.0'
  110. -- found freerdp, version 1.2.0-dev
  111. CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:136 (message):
  112. Could NOT find FREERDP (missing: FREERDP_LIBRARY)
  113. Call Stack (most recent call first):
  114. /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)
  115. cmake/FindFREERDP.cmake:47 (find_package_handle_standard_args)
  116. cmake/FindOptionalPackage.cmake:37 (find_package)
  117. remmina-plugins/CMakeLists.txt:59 (find_suggested_package)
  118.  
  119.  
  120. -- Configuring incomplete, errors occurred!
  121. See also "/var/tmp/portage/net-misc/remmina-1.1.1/work/remmina-1.1.1_build/CMakeFiles/CMakeOutput.log".
  122. * ERROR: net-misc/remmina-1.1.1 failed (configure phase):
  123. * cmake failed
  124. *
  125. * Call stack:
  126. * ebuild.sh, line 93: Called src_configure
  127. * environment, line 3052: Called cmake-utils_src_configure
  128. * environment, line 697: Called _execute_optionally 'src_configure'
  129. * environment, line 260: Called enable_cmake-utils_src_configure
  130. * environment, line 1013: Called die
  131. * The specific snippet of code:
  132. * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
  133. *
  134. * If you need support, post the output of `emerge --info '=net-misc/remmina-1.1.1'`,
  135. * the complete build log and the output of `emerge -pqv '=net-misc/remmina-1.1.1'`.
  136. * The complete build log is located at '/var/tmp/portage/net-misc/remmina-1.1.1/temp/build.log'.
  137. * The ebuild environment file is located at '/var/tmp/portage/net-misc/remmina-1.1.1/temp/environment'.
  138. * Working directory: '/var/tmp/portage/net-misc/remmina-1.1.1/work/remmina-1.1.1_build'
  139. * S: '/var/tmp/portage/net-misc/remmina-1.1.1/work/Remmina-1.1.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement