Advertisement
Guest User

Untitled

a guest
Aug 11th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 KB | None | 0 0
  1. mlcochp@mlcochpc:~/Plocha/gammu$ fakeroot ./debian/rules binary
  2. dh build
  3. dh_testdir
  4. debian/rules override_dh_auto_configure
  5. make[1]: Entering directory `/home/mlcochp/Plocha/gammu'
  6. mkdir build-2.6-dbg
  7. set -e -x; cd build-2.6-dbg ; cmake .. -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_PYTHON=/usr/bin/python2.6-dbg
  8. + cd build-2.6-dbg
  9. + cmake .. -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_PYTHON=/usr/bin/python2.6-dbg
  10. -- The C compiler identification is GNU
  11. -- Check for working C compiler: /usr/bin/gcc
  12. -- Check for working C compiler: /usr/bin/gcc -- works
  13. -- Detecting C compiler ABI info
  14. -- Detecting C compiler ABI info - done
  15. -- Configuring Gammu 1.29.90
  16. -- Found Doxygen: /usr/bin/doxygen
  17. -- Looking for __clang__
  18. -- Looking for __clang__ - not found.
  19. -- Looking for strncasecmp
  20. -- Looking for strncasecmp - found
  21. -- Looking for strcasecmp
  22. -- Looking for strcasecmp - found
  23. -- Looking for _strnicmp
  24. -- Looking for _strnicmp - not found.
  25. -- Looking for _stricmp
  26. -- Looking for _stricmp - not found.
  27. -- Looking for strcasestr
  28. -- Looking for strcasestr - found
  29. -- Looking for strchrnul
  30. -- Looking for strchrnul - found
  31. -- Looking for strtoull
  32. -- Looking for strtoull - found
  33. -- Looking for dirent.h
  34. -- Looking for dirent.h - found
  35. -- Looking for sys/ioctl.h
  36. -- Looking for sys/ioctl.h - found
  37. -- Looking for sys/utsname.h
  38. -- Looking for sys/utsname.h - found
  39. -- Looking for unistd.h
  40. -- Looking for unistd.h - found
  41. -- Looking for wchar.h
  42. -- Looking for wchar.h - found
  43. -- Looking for include files HAVE_WCTYPE_H
  44. -- Looking for include files HAVE_WCTYPE_H - found
  45. -- Looking for iswspace
  46. -- Looking for iswspace - found
  47. -- Looking for towlower
  48. -- Looking for towlower - found
  49. -- Looking for I_SETSIG
  50. -- Looking for I_SETSIG - found
  51. -- Looking for strings.h
  52. -- Looking for strings.h - found
  53. -- Looking for sys/types.h
  54. -- Looking for sys/types.h - found
  55. -- Looking for stdint.h
  56. -- Looking for stdint.h - found
  57. -- Looking for stddef.h
  58. -- Looking for stddef.h - found
  59. -- Looking for scandir
  60. -- Looking for scandir - found
  61. -- Looking for alphasort
  62. -- Looking for alphasort - found
  63. -- Looking for getopt
  64. -- Looking for getopt - found
  65. -- Looking for getopt_long
  66. -- Looking for getopt_long - found
  67. -- Looking for daemon
  68. -- Looking for daemon - found
  69. -- Looking for daemon
  70. -- Looking for daemon - not found.
  71. -- Looking for kill
  72. -- Looking for kill - found
  73. -- Looking for getpwnam
  74. -- Looking for getpwnam - found
  75. -- Looking for getgrnam
  76. -- Looking for getgrnam - found
  77. -- Looking for getpwuid
  78. -- Looking for getpwuid - found
  79. -- Looking for getuid
  80. -- Looking for getuid - found
  81. -- Looking for initgroups
  82. -- Looking for initgroups - found
  83. -- Looking for setuid
  84. -- Looking for setuid - found
  85. -- Looking for setgid
  86. -- Looking for setgid - found
  87. -- Looking for SIGHUP
  88. -- Looking for SIGHUP - found
  89. -- Looking for dup
  90. -- Looking for dup - found
  91. -- Looking for getpid
  92. -- Looking for getpid - found
  93. -- Looking for getpass
  94. -- Looking for getpass - found
  95. -- Looking for alarm
  96. -- Looking for alarm - found
  97. -- Looking for dup
  98. -- Looking for dup - not found.
  99. -- Looking for shmget
  100. -- Looking for shmget - found
  101. -- Performing Test HAVE_STRPTIME
  102. -- Performing Test HAVE_STRPTIME - Success
  103. -- Performing Test HAVE_SYSLOG
  104. -- Performing Test HAVE_SYSLOG - Success
  105. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  106. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  107. -- Looking for pthread_create in pthreads
  108. -- Looking for pthread_create in pthreads - not found
  109. -- Looking for pthread_create in pthread
  110. -- Looking for pthread_create in pthread - found
  111. -- Found Threads: TRUE
  112. -- Compiling for Python
  113. CMake Error at CMakeLists.txt:208 (string):
  114. string sub-command REPLACE requires at least four arguments.
  115.  
  116.  
  117. -- Using mysql-config: /usr/bin/mysql_config
  118. -- Found MySQL: /usr/include/mysql, /usr/lib/libmysqlclient.so
  119. -- Found PostgreSQL: /usr/include/postgresql, /usr/lib/libpq.so
  120. -- Looking for PQescapeStringConn in /usr/lib/libpq.so
  121. -- Looking for PQescapeStringConn in /usr/lib/libpq.so - found
  122. -- Looking for DBI_INTEGER_SIZEMASK
  123. -- Looking for DBI_INTEGER_SIZEMASK - found
  124. -- Found libdbi: /usr/include, /usr/lib/libdbi.so
  125. -- Looking for dgettext
  126. -- Looking for dgettext - found
  127. -- Found Libintl: /usr/include
  128. -- Performing Test ICONV_HAVE_WERROR
  129. -- Performing Test ICONV_HAVE_WERROR - Success
  130. -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
  131. -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
  132. -- Found Iconv: /usr/lib/libc.so
  133. -- Found CURL: /usr/lib/libcurl.so
  134. -- checking for module 'glib-2.0'
  135. -- found glib-2.0, version 2.26.1
  136. -- Found glib-2.0: /usr/include/glib-2.0, /usr/lib/libglib-2.0.so
  137. -- checking for module 'gobject-2.0'
  138. -- found gobject-2.0, version 2.26.1
  139. -- Found gobject-2.0: /usr/include/glib-2.0, /usr/lib/libgobject-2.0.so
  140. -- checking for module 'gudev-1.0'
  141. -- found gudev-1.0, version 163
  142. -- Check size of wchar_t
  143. -- Check size of wchar_t - done
  144. -- Check size of wint_t
  145. -- Check size of wint_t - done
  146. -- Check size of ssize_t
  147. -- Check size of ssize_t - done
  148. -- Check size of intptr_t
  149. -- Check size of intptr_t - done
  150. -- Performing Test HAVE_MACRO_FUNCTION
  151. -- Performing Test HAVE_MACRO_FUNCTION - Success
  152. -- Performing Test HAVE_STRUCT_TM_TM_ZONE
  153. -- Performing Test HAVE_STRUCT_TM_TM_ZONE - Success
  154. -- Performing Test HAVE_DAYLIGHT
  155. -- Performing Test HAVE_DAYLIGHT - Success
  156. -- Performing Test HAVE_MACRO_FUNC
  157. -- Performing Test HAVE_MACRO_FUNC - Failed
  158. -- checking for module 'bluez'
  159. -- found bluez, version 4.69
  160. -- Found Bluez: /usr/include, /usr/lib/libbluetooth.so
  161. -- Using BlueZ stack
  162. -- BSD Bluetooth not found.
  163. -- OS X Bluetooth not found.
  164. -- Bluetooth support enabled
  165. -- Searching for RF channels with Bluetooth stack enabled
  166. -- checking for module 'libusb-1.0'
  167. -- found libusb-1.0, version 1.0.8
  168. -- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib/libusb-1.0.so
  169. -- Performing Test IRDA_FOUND
  170. -- Performing Test IRDA_FOUND - Success
  171. -- Using Linux native IrDA
  172. -- IrDA support enabled
  173. -- Performing Test COMPILER_HAS_WERROR
  174. -- Performing Test COMPILER_HAS_WERROR - Success
  175. -- Performing Test COMPILER_HAS_WALL
  176. -- Performing Test COMPILER_HAS_WALL - Success
  177. -- Performing Test COMPILER_HAS_WERROR_IMPLICIT_FUNCTION_DECLARATION
  178. -- Performing Test COMPILER_HAS_WERROR_IMPLICIT_FUNCTION_DECLARATION - Success
  179. -- Performing Test COMPILER_HAS_WNO_DEPRECATED_DECLARATIONS
  180. -- Performing Test COMPILER_HAS_WNO_DEPRECATED_DECLARATIONS - Success
  181. -- Performing Test COMPILER_HAS_WDECLARATION_AFTER_STATEMENT
  182. -- Performing Test COMPILER_HAS_WDECLARATION_AFTER_STATEMENT - Success
  183. -- Performing Test COMPILER_HAS_WPOINTER_ARITH
  184. -- Performing Test COMPILER_HAS_WPOINTER_ARITH - Success
  185. -- Performing Test COMPILER_HAS_WFLOAT_EQUAL
  186. -- Performing Test COMPILER_HAS_WFLOAT_EQUAL - Success
  187. -- Performing Test COMPILER_HAS_WBAD_FUNCTION_CAST
  188. -- Performing Test COMPILER_HAS_WBAD_FUNCTION_CAST - Success
  189. -- Performing Test COMPILER_HAS_WMISSING_FORMAT_ATTRIBUTE
  190. -- Performing Test COMPILER_HAS_WMISSING_FORMAT_ATTRIBUTE - Success
  191. -- Performing Test COMPILER_HAS_WMISSING_NORETURN
  192. -- Performing Test COMPILER_HAS_WMISSING_NORETURN - Success
  193. -- Performing Test COMPILER_HAS_WSHADOW
  194. -- Performing Test COMPILER_HAS_WSHADOW - Success
  195. -- Performing Test COMPILER_HAS_WSTRICT_PROTOTYPES
  196. -- Performing Test COMPILER_HAS_WSTRICT_PROTOTYPES - Success
  197. -- Performing Test COMPILER_HAS_WSIGN_COMPARE
  198. -- Performing Test COMPILER_HAS_WSIGN_COMPARE - Success
  199. -- Performing Test COMPILER_HAS_WNO_POINTER_SIGN
  200. -- Performing Test COMPILER_HAS_WNO_POINTER_SIGN - Success
  201. -- Performing Test COMPILER_HAS_WFORMAT_2
  202. -- Performing Test COMPILER_HAS_WFORMAT_2 - Success
  203. -- Performing Test COMPILER_HAS_WNO_FORMAT_Y2K
  204. -- Performing Test COMPILER_HAS_WNO_FORMAT_Y2K - Success
  205. -- Performing Test COMPILER_HAS_WNO_FORMAT_NONLITERAL
  206. -- Performing Test COMPILER_HAS_WNO_FORMAT_NONLITERAL - Success
  207. -- Performing Test COMPILER_HAS_FSTACK_PROTECTOR
  208. -- Performing Test COMPILER_HAS_FSTACK_PROTECTOR - Success
  209. -- Performing Test LINKER_HAS_WL__ZRELRO
  210. -- Performing Test LINKER_HAS_WL__ZRELRO - Success
  211. -- Performing Test LINKER_HAS_WL___AS_NEEDED
  212. -- Performing Test LINKER_HAS_WL___AS_NEEDED - Success
  213. -- Performing Test COMPILER_HAS_FPIC
  214. -- Performing Test COMPILER_HAS_FPIC - Success
  215. -- Nokia support enabled
  216. -- Nokia MBUS2 protocol enabled
  217. -- Nokia FBUS2 protocol enabled
  218. -- Nokia FBUS2DLR3 protocol enabled
  219. -- Nokia DKU2PHONET protocol enabled
  220. -- Nokia DKU2AT protocol enabled
  221. -- Nokia DKU5FBUS2 protocol enabled
  222. -- Nokia FBUS2PL2303 protocol enabled
  223. -- Nokia FBUS2BLUE protocol enabled
  224. -- Nokia PHONETBLUE protocol enabled
  225. -- Nokia BLUEFBUS2 protocol enabled
  226. -- Nokia BLUEPHONET protocol enabled
  227. -- Nokia IRDAPHONET protocol enabled
  228. -- Nokia FBUS2IRDA protocol enabled
  229. -- Nokia 3320 and compatible phones support enabled
  230. -- Nokia 650 and compatible phones support enabled
  231. -- Nokia 61xx and compatible phones support enabled
  232. -- Nokia 6510 and compatible phones support enabled
  233. -- Force using 6210 frames for calendar for DCT4 phones disabled
  234. -- Nokia 7110 and compatible phones support enabled
  235. -- Nokia 9210 and compatible phones support enabled
  236. -- Nokia 3650 and compatible phones support enabled
  237. -- AT support enabled
  238. -- AT protocol enabled
  239. -- AT protocol over Bluetooth enabled
  240. -- AT protocol over IrDA enabled
  241. -- AT phones support enabled
  242. -- Alcatel support enabled
  243. -- Alcatel protocol enabled
  244. -- Alcatel phones support enabled
  245. -- OBEX compatible phones support enabled
  246. -- OBEX protocol over Bluetooth enabled
  247. -- OBEX protocol over IrDA enabled
  248. -- Generic OBEX phones support enabled
  249. -- AT with OBEX phones support enabled
  250. -- Symbian phones support (S60) enabled
  251. -- Symbian phones support (gnapplet) enabled
  252. -- GNAPBUS protocol over Bluetooth enabled
  253. -- GNAPBUS protocol over IrDA enabled
  254. -- Gnapplet phones support enabled
  255. -- S60 phones support enabled
  256. -- Cell Broadcast messages support enabled
  257. -- Backup/Restore functions enabled
  258. -- Performing Test COMPILER_HAS_WWRITE_STRINGS
  259. -- Performing Test COMPILER_HAS_WWRITE_STRINGS - Success
  260. -- Performing Test COMPILER_HAS_WREDUNDANT_DECLS
  261. -- Performing Test COMPILER_HAS_WREDUNDANT_DECLS - Success
  262. -- Init script not being installed, install it by -DINSTALL_LSB_INIT=ON
  263. -- Udev rules not being installed, install it by -DINSTALL_UDEV_RULES=ON
  264. -- Performing Test COMPILER_HAS_FNO_STRICT_ALIASING
  265. -- Performing Test COMPILER_HAS_FNO_STRICT_ALIASING - Success
  266. -- Configuring incomplete, errors occurred!
  267. make[1]: *** [override_dh_auto_configure-2.6-dbg] Error 1
  268. make[1]: Leaving directory `/home/mlcochp/Plocha/gammu'
  269. make: *** [build-stamp] Error 2
  270. mlcochp@mlcochpc:~/Plocha/gammu$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement