Advertisement
Guest User

Untitled

a guest
Dec 6th, 2010
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.63 KB | None | 0 0
  1. ==> Starting build()...
  2. libtoolize: putting auxiliary files in `.'.
  3. libtoolize: linking file `./ltmain.sh'
  4. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  5. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  6. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  7. checking for a BSD-compatible install... /bin/install -c
  8. checking whether build environment is sane... yes
  9. checking for a thread-safe mkdir -p... /bin/mkdir -p
  10. checking for gawk... gawk
  11. checking whether make sets $(MAKE)... yes
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... gcc3
  23. checking whether gcc and cc understand -c and -o together... yes
  24. checking whether make sets $(MAKE)... (cached) yes
  25. checking for mknod... /bin/mknod
  26. checking for mkfifo... /bin/mkfifo
  27. checking for depmod... /sbin/depmod
  28. checking for libusb-config... /usr/bin/libusb-config
  29. checking whether ln -s works... yes
  30. checking build system type... i686-pc-linux-gnu
  31. checking host system type... i686-pc-linux-gnu
  32. checking how to print strings... printf
  33. checking for a sed that does not truncate output... /bin/sed
  34. checking for grep that handles long lines and -e... /bin/grep
  35. checking for egrep... /bin/grep -E
  36. checking for fgrep... /bin/grep -F
  37. checking for ld used by gcc... /usr/bin/ld
  38. checking if the linker (/usr/bin/ld) is GNU ld... yes
  39. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  40. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  41. checking the maximum length of command line arguments... 1572864
  42. checking whether the shell understands some XSI constructs... yes
  43. checking whether the shell understands "+="... yes
  44. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  45. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  46. checking for /usr/bin/ld option to reload object files... -r
  47. checking for objdump... objdump
  48. checking how to recognize dependent libraries... pass_all
  49. checking for dlltool... no
  50. checking how to associate runtime and link libraries... printf %s\n
  51. checking for ar... ar
  52. checking for archiver @FILE support... @
  53. checking for strip... strip
  54. checking for ranlib... ranlib
  55. checking command to parse /usr/bin/nm -B output from gcc object... ok
  56. checking for sysroot... no
  57. checking for mt... no
  58. checking if : is a manifest tool... no
  59. checking how to run the C preprocessor... gcc -E
  60. checking for ANSI C header files... yes
  61. checking for sys/types.h... yes
  62. checking for sys/stat.h... yes
  63. checking for stdlib.h... yes
  64. checking for string.h... yes
  65. checking for memory.h... yes
  66. checking for strings.h... yes
  67. checking for inttypes.h... yes
  68. checking for stdint.h... yes
  69. checking for unistd.h... yes
  70. checking for dlfcn.h... yes
  71. checking for objdir... .libs
  72. checking if gcc supports -fno-rtti -fno-exceptions... no
  73. checking for gcc option to produce PIC... -fPIC -DPIC
  74. checking if gcc PIC flag -fPIC -DPIC works... yes
  75. checking if gcc static flag -static works... yes
  76. checking if gcc supports -c -o file.o... yes
  77. checking if gcc supports -c -o file.o... (cached) yes
  78. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  79. checking whether -lc should be explicitly linked in... no
  80. checking dynamic linker characteristics... GNU/Linux ld.so
  81. checking how to hardcode library paths into programs... immediate
  82. checking whether stripping libraries is possible... yes
  83. checking if libtool supports shared libraries... yes
  84. checking whether to build shared libraries... yes
  85. checking whether to build static libraries... yes
  86. checking for python... /usr/bin/python
  87. checking for python version... 3.1
  88. checking for python platform... linux2
  89. checking for python script directory... ${prefix}/lib/python3.1/site-packages
  90. checking for python extension module directory... ${exec_prefix}/lib/python3.1/site-packages
  91. checking for ANSI C header files... (cached) yes
  92. checking whether time.h and sys/time.h may both be included... yes
  93. checking fcntl.h usability... yes
  94. checking fcntl.h presence... yes
  95. checking for fcntl.h... yes
  96. checking limits.h usability... yes
  97. checking limits.h presence... yes
  98. checking for limits.h... yes
  99. checking sys/ioctl.h usability... yes
  100. checking sys/ioctl.h presence... yes
  101. checking for sys/ioctl.h... yes
  102. checking sys/time.h usability... yes
  103. checking sys/time.h presence... yes
  104. checking for sys/time.h... yes
  105. checking syslog.h usability... yes
  106. checking syslog.h presence... yes
  107. checking for syslog.h... yes
  108. checking for unistd.h... (cached) yes
  109. checking for an ANSI C-conforming const... yes
  110. checking for inline... inline
  111. checking for off_t... yes
  112. checking for pid_t... yes
  113. checking for size_t... yes
  114. checking whether struct tm is in sys/time.h or time.h... time.h
  115. checking return type of signal handlers... void
  116. checking for vprintf... yes
  117. checking for _doprnt... no
  118. checking for gethostname... yes
  119. checking for gettimeofday... yes
  120. checking for mkfifo... yes
  121. checking for select... yes
  122. checking for socket... yes
  123. checking for strdup... yes
  124. checking for strerror... yes
  125. checking for strtoul... yes
  126. checking for snprintf... yes
  127. checking for strsep... yes
  128. checking for vsyslog... yes
  129. checking for forkpty... no
  130. checking for forkpty in -lutil... yes
  131. checking vga.h usability... no
  132. checking vga.h presence... no
  133. checking for vga.h... no
  134. checking for X... libraries , headers
  135. checking for gethostbyname... yes
  136. checking for connect... yes
  137. checking for remove... yes
  138. checking for shmat... yes
  139. checking for IceConnectionNumber in -lICE... yes
  140. checking for getopt_long... yes
  141. checking for mktemp... yes
  142. checking for Linux kernel sources... /usr/src/linux-2.6.36-ARCH/
  143. checking for which drivers can be installed on this system...
  144. checking for caraca_init in -lcaraca_client... no
  145. checking ftdi.h usability... yes
  146. checking ftdi.h presence... yes
  147. checking for ftdi.h... yes
  148. checking iguanaIR.h usability... no
  149. checking iguanaIR.h presence... no
  150. checking for iguanaIR.h... no
  151. checking for ir_strerror in -lirman... no
  152. checking for ir_strerror in -lirman_sw... no
  153. checking portaudio.h usability... no
  154. checking portaudio.h presence... no
  155. checking for portaudio.h... no
  156. checking alsa/asoundlib.h usability... yes
  157. checking alsa/asoundlib.h presence... yes
  158. checking for alsa/asoundlib.h... yes
  159. checking for snd_pcm_open in -lasound... yes
  160. checking for ALSA SB RC hwdep support... yes
  161. checking scsi/sg.h usability... yes
  162. checking scsi/sg.h presence... yes
  163. checking for scsi/sg.h... yes
  164. checking linux/input.h usability... yes
  165. checking linux/input.h presence... yes
  166. checking for linux/input.h... yes
  167. checking linux/types.h usability... yes
  168. checking linux/types.h presence... yes
  169. checking for linux/types.h... yes
  170. checking for linux/hiddev.h... yes
  171. checking for HIDDEV_FLAG_UREF support... yes
  172. checking sys/soundcard.h usability... yes
  173. checking sys/soundcard.h presence... yes
  174. checking for sys/soundcard.h... yes
  175. checking linux/i2c-dev.h usability... yes
  176. checking linux/i2c-dev.h presence... yes
  177. checking for linux/i2c-dev.h... yes
  178. checking for daemon... yes
  179. configure: creating ./config.status
  180. config.status: creating Makefile
  181. config.status: creating drivers/Makefile
  182. config.status: creating drivers/lirc_atiusb/Makefile
  183. config.status: creating drivers/lirc_bt829/Makefile
  184. config.status: creating drivers/lirc_ene0100/Makefile
  185. config.status: creating drivers/lirc_dev/Makefile
  186. config.status: creating drivers/lirc_gpio/Makefile
  187. config.status: creating drivers/lirc_i2c/Makefile
  188. config.status: creating drivers/lirc_igorplugusb/Makefile
  189. config.status: creating drivers/lirc_ttusbir/Makefile
  190. config.status: creating drivers/lirc_imon/Makefile
  191. config.status: creating drivers/lirc_it87/Makefile
  192. config.status: creating drivers/lirc_ite8709/Makefile
  193. config.status: creating drivers/lirc_mceusb/Makefile
  194. config.status: creating drivers/lirc_parallel/Makefile
  195. config.status: creating drivers/lirc_sasem/Makefile
  196. config.status: creating drivers/lirc_serial/Makefile
  197. config.status: creating drivers/lirc_sir/Makefile
  198. config.status: creating drivers/lirc_streamzap/Makefile
  199. config.status: creating drivers/lirc_wpc8769l/Makefile
  200. config.status: creating daemons/Makefile
  201. config.status: creating tools/Makefile
  202. config.status: creating doc/Makefile
  203. config.status: creating doc/man/Makefile
  204. config.status: creating config.h
  205. config.status: executing depfiles commands
  206. config.status: executing libtool commands
  207.  
  208. All kernel modules will be built.
  209.  
  210. Now enter 'make' and 'make install' to compile and install the package.
  211.  
  212. make all-recursive
  213. make[1]: Entering directory `/home/michael/AUR/lirc-utils/src/lirc-0.8.6'
  214. Making all in drivers
  215. make[2]: Entering directory `/home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers'
  216. Making all in lirc_dev
  217. make[3]: Entering directory `/home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev'
  218. cp ./../lirc_dev/Module*.symvers .
  219. cp: cannot stat `./../lirc_dev/Module*.symvers': No such file or directory
  220. make[3]: [lirc_dev.o] Error 1 (ignored)
  221. mv Makefile Makefile.automake
  222. cp ./../Makefile.kernel Makefile
  223. CPPFLAGS="" CFLAGS="" LDFLAGS="" \
  224. make -C /usr/src/linux-2.6.36-ARCH/ SUBDIRS=/home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev modules \
  225. KBUILD_VERBOSE=1
  226. make[4]: Entering directory `/usr/src/linux-2.6.36-ARCH'
  227. test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
  228. echo; \
  229. echo " ERROR: Kernel configuration is invalid."; \
  230. echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\
  231. echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
  232. echo; \
  233. /bin/false)
  234. mkdir -p /home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev/.tmp_versions ; rm -f /home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev/.tmp_versions/*
  235. make -f scripts/Makefile.build obj=/home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev
  236. gcc -Wp,-MD,/home/michael/AUR/lirc-utils/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/home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev/. -I/home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev/. -I/home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev/../.. -I/home/michael/AUR/lirc-utils/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-utils/src/lirc-0.8.6/drivers/lirc_dev/lirc_dev.o /home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev/lirc_dev.c
  237. /home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev/lirc_dev.c:35:28: fatal error: linux/autoconf.h: No such file or directory
  238. compilation terminated.
  239. make[5]: *** [/home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev/lirc_dev.o] Error 1
  240. make[4]: *** [_module_/home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev] Error 2
  241. make[4]: Leaving directory `/usr/src/linux-2.6.36-ARCH'
  242. make[3]: *** [lirc_dev.o] Error 2
  243. make[3]: Leaving directory `/home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers/lirc_dev'
  244. make[2]: *** [all-recursive] Error 1
  245. make[2]: Leaving directory `/home/michael/AUR/lirc-utils/src/lirc-0.8.6/drivers'
  246. make[1]: *** [all-recursive] Error 1
  247. make[1]: Leaving directory `/home/michael/AUR/lirc-utils/src/lirc-0.8.6'
  248. make: *** [all] Error 2
  249. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement