Advertisement
Guest User

Untitled

a guest
Apr 11th, 2011
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.97 KB | None | 0 0
  1. patching file src/eventcomm.c
  2. patching file src/synaptics.c
  3. patching file src/synapticsstr.h
  4. checking for a BSD-compatible install... /bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether to enable maintainer-specific portions of Makefiles... no
  10. checking build system type... i686-pc-linux-gnu
  11. checking host system type... i686-pc-linux-gnu
  12. checking how to print strings... printf
  13. checking for style of include used by make... GNU
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking dependency style of gcc... gcc3
  24. checking for a sed that does not truncate output... /bin/sed
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for fgrep... /bin/grep -F
  28. checking for ld used by gcc... /usr/bin/ld
  29. checking if the linker (/usr/bin/ld) is GNU ld... yes
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  31. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 1572864
  34. checking whether the shell understands some XSI constructs... yes
  35. checking whether the shell understands "+="... yes
  36. checking for /usr/bin/ld option to reload object files... -r
  37. checking for objdump... objdump
  38. checking how to recognize dependent libraries... pass_all
  39. checking for ar... ar
  40. checking for strip... strip
  41. checking for ranlib... ranlib
  42. checking command to parse /usr/bin/nm -B output from gcc object... ok
  43. checking how to run the C preprocessor... gcc -E
  44. checking for ANSI C header files... yes
  45. checking for sys/types.h... yes
  46. checking for sys/stat.h... yes
  47. checking for stdlib.h... yes
  48. checking for string.h... yes
  49. checking for memory.h... yes
  50. checking for strings.h... yes
  51. checking for inttypes.h... yes
  52. checking for stdint.h... yes
  53. checking for unistd.h... yes
  54. checking for dlfcn.h... yes
  55. checking for objdir... .libs
  56. checking if gcc supports -fno-rtti -fno-exceptions... no
  57. checking for gcc option to produce PIC... -fPIC -DPIC
  58. checking if gcc PIC flag -fPIC -DPIC works... yes
  59. checking if gcc static flag -static works... yes
  60. checking if gcc supports -c -o file.o... yes
  61. checking if gcc supports -c -o file.o... (cached) yes
  62. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  63. checking whether -lc should be explicitly linked in... no
  64. checking dynamic linker characteristics... GNU/Linux ld.so
  65. checking how to hardcode library paths into programs... immediate
  66. checking whether stripping libraries is possible... yes
  67. checking if libtool supports shared libraries... yes
  68. checking whether to build shared libraries... yes
  69. checking whether to build static libraries... no
  70. checking for gcc option to accept ISO C99... -std=gnu99
  71. checking for pkg-config... /usr/bin/pkg-config
  72. checking pkg-config is at least version 0.9.0... yes
  73. checking for rint in -lm... yes
  74. checking if RANDR is defined... yes
  75. checking for XORG... yes
  76. checking which optional backends will be build... eventcomm
  77. checking for XI... yes
  78. checking for XTST... yes
  79. checking for X11/extensions/record.h... yes
  80. configure: creating ./config.status
  81. config.status: creating Makefile
  82. config.status: creating src/Makefile
  83. config.status: creating man/Makefile
  84. config.status: creating tools/Makefile
  85. config.status: creating conf/Makefile
  86. config.status: creating include/Makefile
  87. config.status: creating xorg-synaptics.pc
  88. config.status: creating config.h
  89. config.status: executing depfiles commands
  90. config.status: executing libtool commands
  91. make all-recursive
  92. make[1]: se ingresa al directorio `/tmp/yaourt-tmp-root/aur-xf86-input-synaptics-clickpad/src/xf86-input-synaptics-1.3.0'
  93. Making all in include
  94. make[2]: se ingresa al directorio `/tmp/yaourt-tmp-root/aur-xf86-input-synaptics-clickpad/src/xf86-input-synaptics-1.3.0/include'
  95. make[2]: No se hace nada para `all'.
  96. make[2]: se sale del directorio `/tmp/yaourt-tmp-root/aur-xf86-input-synaptics-clickpad/src/xf86-input-synaptics-1.3.0/include'
  97. Making all in src
  98. make[2]: se ingresa al directorio `/tmp/yaourt-tmp-root/aur-xf86-input-synaptics-clickpad/src/xf86-input-synaptics-1.3.0/src'
  99. CC synaptics.lo
  100. In file included from synapticsstr.h:25:0,
  101. from synaptics.c:74:
  102. synproto.h:86:41: error: expected ')' before 'local'
  103. synproto.h:87:5: error: expected ';' before 'void'
  104. In file included from synaptics.c:74:0:
  105. synapticsstr.h:246:55: error: expected ')' before 'local'
  106. synaptics.c:114:58: error: expected declaration specifiers or '...' before 'IDevPtr'
  107. synaptics.c:117:1: warning: parameter names (without types) in function declaration
  108. synaptics.c:118:40: error: expected ')' before 'struct'
  109. synaptics.c:119:40: error: expected ')' before 'xDeviceCtl'
  110. synaptics.c:120:1: warning: parameter names (without types) in function declaration
  111. synaptics.c:122:41: error: expected ')' before 'int'
  112. synaptics.c:127:1: warning: parameter names (without types) in function declaration
  113. synaptics.c:128:1: warning: parameter names (without types) in function declaration
  114. synaptics.c:132:42: error: expected ')' before 'local'
  115. synaptics.c:140:5: warning: initialization from incompatible pointer type
  116. synaptics.c:186:43: error: expected ')' before 'local'
  117. synaptics.c:234:37: error: expected ')' before 'local'
  118. synaptics.c:299:33: error: expected ')' before 'local'
  119. synaptics.c:405:51: error: expected ')' before 'local'
  120. synaptics.c: In function 'SynapticsAccelerationProfile':
  121. synaptics.c:614:5: error: 'LocalDevicePtr' undeclared (first use in this function)
  122. synaptics.c:614:5: note: each undeclared identifier is reported only once for each function it appears in
  123. synaptics.c:614:20: error: expected ';' before 'local'
  124. synaptics.c:615:52: error: 'local' undeclared (first use in this function)
  125. synaptics.c: At top level:
  126. synaptics.c:657:38: error: expected declaration specifiers or '...' before 'IDevPtr'
  127. synaptics.c: In function 'SynapticsPreInit':
  128. synaptics.c:659:5: error: 'LocalDevicePtr' undeclared (first use in this function)
  129. synaptics.c:659:20: error: expected ';' before 'local'
  130. synaptics.c:675:5: error: 'local' undeclared (first use in this function)
  131. synaptics.c:675:5: error: too many arguments to function 'xf86AllocateInput'
  132. /usr/include/xorg/xf86Xinput.h:158:14: note: declared here
  133. synaptics.c:683:38: error: 'dev' undeclared (first use in this function)
  134. synaptics.c:687:38: error: 'ControlProc' undeclared (first use in this function)
  135. synaptics.c:690:38: error: 'ConvertProc' undeclared (first use in this function)
  136. synaptics.c:695:38: error: 'XI86_POINTER_CAPABLE' undeclared (first use in this function)
  137. synaptics.c:695:61: error: 'XI86_SEND_DRAG_EVENTS' undeclared (first use in this function)
  138. synaptics.c:701:5: error: too many arguments to function 'xf86CollectInputOptions'
  139. /usr/include/xorg/xf86Xinput.h:180:23: note: declared here
  140. synaptics.c:706:5: warning: implicit declaration of function 'SetDeviceAndProtocol'
  141. synaptics.c:731:5: warning: implicit declaration of function 'set_default_parameters'
  142. synaptics.c:735:5: warning: implicit declaration of function 'alloc_param_data'
  143. synaptics.c:746:21: error: 'XI86_CONFIGURED' undeclared (first use in this function)
  144. synaptics.c: In function 'DeviceOn':
  145. synaptics.c:831:5: error: 'LocalDevicePtr' undeclared (first use in this function)
  146. synaptics.c:831:20: error: expected ';' before 'local'
  147. synaptics.c:832:52: error: 'local' undeclared (first use in this function)
  148. synaptics.c:843:24: error: 'struct SynapticsProtocolOperations' has no member named 'DeviceOnHook'
  149. synaptics.c:844:24: error: 'struct SynapticsProtocolOperations' has no member named 'DeviceOnHook'
  150. synaptics.c: In function 'DeviceOff':
  151. synaptics.c:874:5: error: 'LocalDevicePtr' undeclared (first use in this function)
  152. synaptics.c:874:20: error: expected ';' before 'local'
  153. synaptics.c:875:52: error: 'local' undeclared (first use in this function)
  154. synaptics.c:882:28: error: 'struct SynapticsProtocolOperations' has no member named 'DeviceOffHook'
  155. synaptics.c:883:28: error: 'struct SynapticsProtocolOperations' has no member named 'DeviceOffHook'
  156. synaptics.c: In function 'DeviceClose':
  157. synaptics.c:899:5: error: 'LocalDevicePtr' undeclared (first use in this function)
  158. synaptics.c:899:20: error: expected ';' before 'local'
  159. synaptics.c:900:51: error: 'local' undeclared (first use in this function)
  160. synaptics.c: In function 'DeviceInit':
  161. synaptics.c:952:5: error: 'LocalDevicePtr' undeclared (first use in this function)
  162. synaptics.c:952:20: error: expected ';' before 'local'
  163. synaptics.c:953:52: error: 'local' undeclared (first use in this function)
  164. synaptics.c:1045:13: error: too few arguments to function 'xf86InitValuatorAxisStruct'
  165. /usr/include/xorg/xf86Xinput.h:148:23: note: declared here
  166. synaptics.c:1063:13: error: too few arguments to function 'xf86InitValuatorAxisStruct'
  167. /usr/include/xorg/xf86Xinput.h:148:23: note: declared here
  168. synaptics.c:1069:5: warning: implicit declaration of function 'InitDeviceProperties'
  169. synaptics.c: In function 'timerFunc':
  170. synaptics.c:1195:5: error: 'LocalDevicePtr' undeclared (first use in this function)
  171. synaptics.c:1195:20: error: expected ';' before 'local'
  172. synaptics.c:1196:52: error: 'local' undeclared (first use in this function)
  173. synaptics.c:1206:5: warning: implicit declaration of function 'HandleState'
  174. synaptics.c: At top level:
  175. synaptics.c:1236:36: error: expected ')' before 'local'
  176. synaptics.c:1247:26: error: expected ')' before 'local'
  177. synaptics.c:2170:32: error: expected ')' before 'local'
  178. synaptics.c:2226:18: warning: type defaults to 'int' in declaration of 'LocalDevicePtr'
  179. synaptics.c:2226:33: error: expected ';', ',' or ')' before 'local'
  180. synaptics.c:2255:39: warning: type defaults to 'int' in declaration of 'LocalDevicePtr'
  181. synaptics.c:2255:54: error: expected ';', ',' or ')' before 'local'
  182. synaptics.c:2289:30: warning: type defaults to 'int' in declaration of 'LocalDevicePtr'
  183. synaptics.c:2289:45: error: expected ';', ',' or ')' before 'local'
  184. synaptics.c:2320:25: warning: type defaults to 'int' in declaration of 'LocalDevicePtr'
  185. synaptics.c:2320:40: error: expected ';', ',' or ')' before 'local'
  186. synaptics.c:2328:26: warning: type defaults to 'int' in declaration of 'LocalDevicePtr'
  187. synaptics.c:2328:41: error: expected ';', ',' or ')' before 'local'
  188. synaptics.c:2344:28: warning: type defaults to 'int' in declaration of 'LocalDevicePtr'
  189. synaptics.c:2344:43: error: expected ';', ',' or ')' before 'local'
  190. synaptics.c:2398:28: error: expected ')' before 'local'
  191. synaptics.c:2544:28: error: expected ')' before 'local'
  192. synaptics.c:2552:26: error: expected ')' before 'local'
  193. synaptics.c:2565:28: error: expected ')' before 'local'
  194. synaptics.c:2588:34: error: expected ')' before 'local'
  195. synaptics.c:2597:30: error: expected ')' before 'local'
  196. synaptics.c:117:13: warning: 'ReadInput' used but never defined
  197. synaptics.c:120:13: warning: 'CloseProc' used but never defined
  198. synaptics.c:127:13: warning: 'QueryHardware' used but never defined
  199. synaptics.c:128:13: warning: 'ReadDevDimensions' used but never defined
  200. make[2]: *** [synaptics.lo] Error 1
  201. make[2]: se sale del directorio `/tmp/yaourt-tmp-root/aur-xf86-input-synaptics-clickpad/src/xf86-input-synaptics-1.3.0/src'
  202. make[1]: *** [all-recursive] Error 1
  203. make[1]: se sale del directorio `/tmp/yaourt-tmp-root/aur-xf86-input-synaptics-clickpad/src/xf86-input-synaptics-1.3.0'
  204. make: *** [all] Error 2
  205. ==> ERROR: Se produjo un error en build().
  206. Cancelando...
  207. ==> ERROR: Makepkg was unable to build xf86-input-synaptics-clickpad.
  208. ==> Restart building xf86-input-synaptics-clickpad ? [y/N]
  209. ==> ------------------------------------------------------
  210. ==>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement