Advertisement
Guest User

Untitled

a guest
Dec 6th, 2010
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.96 KB | None | 0 0
  1. ==> Starting build()...
  2. checking for a BSD-compatible install... /bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking for gcc... gcc
  7. checking for C compiler default output file name... a.out
  8. checking whether the C compiler works... yes
  9. checking whether we are cross compiling... no
  10. checking for suffix of executables...
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether gcc accepts -g... yes
  14. checking for gcc option to accept ISO C89... none needed
  15. checking for style of include used by make... GNU
  16. checking dependency style of gcc... gcc3
  17. checking whether gcc and cc understand -c and -o together... yes
  18. checking for a BSD-compatible install... /bin/install -c
  19. checking whether make sets $(MAKE)... (cached) yes
  20. checking for mknod... /bin/mknod
  21. checking for mkfifo... /bin/mkfifo
  22. checking for depmod... /sbin/depmod
  23. checking for libusb-config... /usr/bin/libusb-config
  24. checking whether ln -s works... yes
  25. checking build system type... i686-pc-linux-gnu
  26. checking host system type... i686-pc-linux-gnu
  27. checking for a sed that does not truncate output... /bin/sed
  28. checking for grep that handles long lines and -e... /bin/grep
  29. checking for egrep... /bin/grep -E
  30. checking for ld used by gcc... /usr/bin/ld
  31. checking if the linker (/usr/bin/ld) is GNU ld... yes
  32. checking for /usr/bin/ld option to reload object files... -r
  33. checking for BSD-compatible nm... /usr/bin/nm -B
  34. checking how to recognise dependent libraries... pass_all
  35. checking how to run the C preprocessor... gcc -E
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking dlfcn.h usability... yes
  47. checking dlfcn.h presence... yes
  48. checking for dlfcn.h... yes
  49. checking for g++... g++
  50. checking whether we are using the GNU C++ compiler... yes
  51. checking whether g++ accepts -g... yes
  52. checking dependency style of g++... gcc3
  53. checking how to run the C++ preprocessor... g++ -E
  54. checking for g77... no
  55. checking for xlf... no
  56. checking for f77... no
  57. checking for frt... no
  58. checking for pgf77... no
  59. checking for cf77... no
  60. checking for fort77... no
  61. checking for fl32... no
  62. checking for af77... no
  63. checking for xlf90... no
  64. checking for f90... no
  65. checking for pgf90... no
  66. checking for pghpf... no
  67. checking for epcf90... no
  68. checking for gfortran... no
  69. checking for g95... no
  70. checking for xlf95... no
  71. checking for f95... no
  72. checking for fort... no
  73. checking for ifort... no
  74. checking for ifc... no
  75. checking for efc... no
  76. checking for pgf95... no
  77. checking for lf95... no
  78. checking for ftn... no
  79. checking whether we are using the GNU Fortran 77 compiler... no
  80. checking whether accepts -g... no
  81. checking the maximum length of command line arguments... 32768
  82. checking command to parse /usr/bin/nm -B output from gcc object... ok
  83. checking for objdir... .libs
  84. checking for ar... ar
  85. checking for ranlib... ranlib
  86. checking for strip... strip
  87. checking if gcc supports -fno-rtti -fno-exceptions... no
  88. checking for gcc option to produce PIC... -fPIC
  89. checking if gcc PIC flag -fPIC works... yes
  90. checking if gcc static flag -static works... yes
  91. checking if gcc supports -c -o file.o... yes
  92. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  93. checking whether -lc should be explicitly linked in... no
  94. checking dynamic linker characteristics... GNU/Linux ld.so
  95. checking how to hardcode library paths into programs... immediate
  96. checking whether stripping libraries is possible... yes
  97. checking if libtool supports shared libraries... yes
  98. checking whether to build shared libraries... yes
  99. checking whether to build static libraries... yes
  100. configure: creating libtool
  101. appending configuration tag "CXX" to libtool
  102. checking for ld used by g++... /usr/bin/ld
  103. checking if the linker (/usr/bin/ld) is GNU ld... yes
  104. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  105. checking for g++ option to produce PIC... -fPIC
  106. checking if g++ PIC flag -fPIC works... yes
  107. checking if g++ static flag -static works... yes
  108. checking if g++ supports -c -o file.o... yes
  109. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  110. checking dynamic linker characteristics... GNU/Linux ld.so
  111. checking how to hardcode library paths into programs... immediate
  112. appending configuration tag "F77" to libtool
  113. checking for python... /usr/bin/python
  114. checking local Python configuration... File "<string>", line 1
  115. import sys; print sys.version[:3]
  116. ^
  117. SyntaxError: invalid syntax
  118. File "<string>", line 1
  119. import sys; print sys.platform
  120. ^
  121. SyntaxError: invalid syntax
  122. looks good
  123. checking for ANSI C header files... (cached) yes
  124. checking whether time.h and sys/time.h may both be included... yes
  125. checking fcntl.h usability... yes
  126. checking fcntl.h presence... yes
  127. checking for fcntl.h... yes
  128. checking limits.h usability... yes
  129. checking limits.h presence... yes
  130. checking for limits.h... yes
  131. checking sys/ioctl.h usability... yes
  132. checking sys/ioctl.h presence... yes
  133. checking for sys/ioctl.h... yes
  134. checking sys/time.h usability... yes
  135. checking sys/time.h presence... yes
  136. checking for sys/time.h... yes
  137. checking syslog.h usability... yes
  138. checking syslog.h presence... yes
  139. checking for syslog.h... yes
  140. checking for unistd.h... (cached) yes
  141. checking for an ANSI C-conforming const... yes
  142. checking for inline... inline
  143. checking for off_t... yes
  144. checking for pid_t... yes
  145. checking for size_t... yes
  146. checking whether struct tm is in sys/time.h or time.h... time.h
  147. checking return type of signal handlers... void
  148. checking for vprintf... yes
  149. checking for _doprnt... no
  150. checking for gethostname... yes
  151. checking for gettimeofday... yes
  152. checking for mkfifo... yes
  153. checking for select... yes
  154. checking for socket... yes
  155. checking for strdup... yes
  156. checking for strerror... yes
  157. checking for strtoul... yes
  158. checking for snprintf... yes
  159. checking for strsep... yes
  160. checking for vsyslog... yes
  161. checking for forkpty... no
  162. checking for forkpty in -lutil... yes
  163. checking vga.h usability... no
  164. checking vga.h presence... no
  165. checking for vga.h... no
  166. checking for X... libraries , headers
  167. checking for gethostbyname... yes
  168. checking for connect... yes
  169. checking for remove... yes
  170. checking for shmat... yes
  171. checking for IceConnectionNumber in -lICE... yes
  172. checking for getopt_long... yes
  173. checking for mktemp... yes
  174. checking for Linux kernel sources... /usr/src/linux-2.6.36-ARCH/
  175. checking for which drivers can be installed on this system...
  176. checking for caraca_init in -lcaraca_client... no
  177. checking ftdi.h usability... yes
  178. checking ftdi.h presence... yes
  179. checking for ftdi.h... yes
  180. checking iguanaIR.h usability... no
  181. checking iguanaIR.h presence... no
  182. checking for iguanaIR.h... no
  183. checking for ir_strerror in -lirman... no
  184. checking for ir_strerror in -lirman_sw... no
  185. checking portaudio.h usability... no
  186. checking portaudio.h presence... no
  187. checking for portaudio.h... no
  188. checking alsa/asoundlib.h usability... yes
  189. checking alsa/asoundlib.h presence... yes
  190. checking for alsa/asoundlib.h... yes
  191. checking for snd_pcm_open in -lasound... yes
  192. checking for ALSA SB RC hwdep support... yes
  193. checking scsi/sg.h usability... yes
  194. checking scsi/sg.h presence... yes
  195. checking for scsi/sg.h... yes
  196. checking linux/input.h usability... yes
  197. checking linux/input.h presence... yes
  198. checking for linux/input.h... yes
  199. checking linux/types.h usability... yes
  200. checking linux/types.h presence... yes
  201. checking for linux/types.h... yes
  202. checking for linux/hiddev.h... yes
  203. checking for HIDDEV_FLAG_UREF support... yes
  204. checking sys/soundcard.h usability... yes
  205. checking sys/soundcard.h presence... yes
  206. checking for sys/soundcard.h... yes
  207. checking linux/i2c-dev.h usability... yes
  208. checking linux/i2c-dev.h presence... yes
  209. checking for linux/i2c-dev.h... yes
  210. checking for daemon... yes
  211. configure: creating ./config.status
  212. config.status: creating Makefile
  213. config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
  214. config.status: creating drivers/Makefile
  215. config.status: WARNING: drivers/Makefile.in seems to ignore the --datarootdir setting
  216. config.status: creating drivers/lirc_atiusb/Makefile
  217. config.status: WARNING: drivers/lirc_atiusb/Makefile.in seems to ignore the --datarootdir setting
  218. config.status: creating drivers/lirc_bt829/Makefile
  219. config.status: WARNING: drivers/lirc_bt829/Makefile.in seems to ignore the --datarootdir setting
  220. config.status: creating drivers/lirc_ene0100/Makefile
  221. config.status: WARNING: drivers/lirc_ene0100/Makefile.in seems to ignore the --datarootdir setting
  222. config.status: creating drivers/lirc_dev/Makefile
  223. config.status: WARNING: drivers/lirc_dev/Makefile.in seems to ignore the --datarootdir setting
  224. config.status: creating drivers/lirc_gpio/Makefile
  225. config.status: WARNING: drivers/lirc_gpio/Makefile.in seems to ignore the --datarootdir setting
  226. config.status: creating drivers/lirc_i2c/Makefile
  227. config.status: WARNING: drivers/lirc_i2c/Makefile.in seems to ignore the --datarootdir setting
  228. config.status: creating drivers/lirc_igorplugusb/Makefile
  229. config.status: WARNING: drivers/lirc_igorplugusb/Makefile.in seems to ignore the --datarootdir setting
  230. config.status: creating drivers/lirc_ttusbir/Makefile
  231. config.status: WARNING: drivers/lirc_ttusbir/Makefile.in seems to ignore the --datarootdir setting
  232. config.status: creating drivers/lirc_imon/Makefile
  233. config.status: WARNING: drivers/lirc_imon/Makefile.in seems to ignore the --datarootdir setting
  234. config.status: creating drivers/lirc_it87/Makefile
  235. config.status: WARNING: drivers/lirc_it87/Makefile.in seems to ignore the --datarootdir setting
  236. config.status: creating drivers/lirc_ite8709/Makefile
  237. config.status: WARNING: drivers/lirc_ite8709/Makefile.in seems to ignore the --datarootdir setting
  238. config.status: creating drivers/lirc_mceusb/Makefile
  239. config.status: WARNING: drivers/lirc_mceusb/Makefile.in seems to ignore the --datarootdir setting
  240. config.status: creating drivers/lirc_parallel/Makefile
  241. config.status: WARNING: drivers/lirc_parallel/Makefile.in seems to ignore the --datarootdir setting
  242. config.status: creating drivers/lirc_sasem/Makefile
  243. config.status: WARNING: drivers/lirc_sasem/Makefile.in seems to ignore the --datarootdir setting
  244. config.status: creating drivers/lirc_serial/Makefile
  245. config.status: WARNING: drivers/lirc_serial/Makefile.in seems to ignore the --datarootdir setting
  246. config.status: creating drivers/lirc_sir/Makefile
  247. config.status: WARNING: drivers/lirc_sir/Makefile.in seems to ignore the --datarootdir setting
  248. config.status: creating drivers/lirc_streamzap/Makefile
  249. config.status: WARNING: drivers/lirc_streamzap/Makefile.in seems to ignore the --datarootdir setting
  250. config.status: creating drivers/lirc_wpc8769l/Makefile
  251. config.status: WARNING: drivers/lirc_wpc8769l/Makefile.in seems to ignore the --datarootdir setting
  252. config.status: creating daemons/Makefile
  253. config.status: WARNING: daemons/Makefile.in seems to ignore the --datarootdir setting
  254. config.status: creating tools/Makefile
  255. config.status: WARNING: tools/Makefile.in seems to ignore the --datarootdir setting
  256. config.status: creating doc/Makefile
  257. config.status: WARNING: doc/Makefile.in seems to ignore the --datarootdir setting
  258. config.status: creating doc/man/Makefile
  259. config.status: WARNING: doc/man/Makefile.in seems to ignore the --datarootdir setting
  260. config.status: creating config.h
  261. config.status: executing default-1 commands
  262.  
  263. All kernel modules will be built.
  264.  
  265. Now enter 'make' and 'make install' to compile and install the package.
  266.  
  267. Making all in lirc_dev
  268. make[1]: Entering directory `/home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev'
  269. cp ./../lirc_dev/Module*.symvers .
  270. cp: cannot stat `./../lirc_dev/Module*.symvers': No such file or directory
  271. make[1]: [lirc_dev.o] Error 1 (ignored)
  272. mv Makefile Makefile.automake
  273. cp ./../Makefile.kernel Makefile
  274. CPPFLAGS="" CFLAGS="" LDFLAGS="" \
  275. make -C /usr/src/linux-2.6.36-ARCH/ SUBDIRS=/home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev modules \
  276. KBUILD_VERBOSE=1
  277. make[2]: Entering directory `/usr/src/linux-2.6.36-ARCH'
  278. test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
  279. echo; \
  280. echo " ERROR: Kernel configuration is invalid."; \
  281. echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\
  282. echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
  283. echo; \
  284. /bin/false)
  285. mkdir -p /home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev/.tmp_versions ; rm -f /home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev/.tmp_versions/*
  286. make -f scripts/Makefile.build obj=/home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev
  287. gcc -Wp,-MD,/home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev/.lirc_dev.o.d -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/include -I/usr/src/linux-2.6.36-ARCH/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DIRCTL_DEV_MAJOR=61 -DEXPORT_SYMTAB -DHAVE_CONFIG_H -I. -I. -I../.. -I/home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev/. -I/home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev/ -I/home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev/../.. -I/home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev/../.. -I/usr/src/linux-2.6.36-ARCH//include/ -I/usr/src/linux-2.6.36-ARCH//drivers/media/video/ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lirc_dev)" -D"KBUILD_MODNAME=KBUILD_STR(lirc_dev)" -c -o /home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev/lirc_dev.o /home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev/lirc_dev.c
  288. /home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev/lirc_dev.c:35:28: fatal error: linux/autoconf.h: No such file or directory
  289. compilation terminated.
  290. make[3]: *** [/home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev/lirc_dev.o] Error 1
  291. make[2]: *** [_module_/home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev] Error 2
  292. make[2]: Leaving directory `/usr/src/linux-2.6.36-ARCH'
  293. make[1]: *** [lirc_dev.o] Error 2
  294. make[1]: Leaving directory `/home/michael/AUR/lirc/src/lirc-0.8.6/drivers/lirc_dev'
  295. make: *** [all-recursive] Error 1
  296. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement