Advertisement
Guest User

Untitled

a guest
Jan 13th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.13 KB | None | 0 0
  1.  * Package: dev-embedded/avrdude-6.1
  2.  * Repository: gentoo
  3.  * Maintainer: dev-embedded@gentoo.org
  4.  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ncurses readline userland_GNU
  5.  * FEATURES: preserve-libs sandbox userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking avrdude-6.1.tar.gz to /var/tmp/portage/dev-embedded/avrdude-6.1/work
  8. >>> Source unpacked in /var/tmp/portage/dev-embedded/avrdude-6.1/work
  9. >>> Preparing source in /var/tmp/portage/dev-embedded/avrdude-6.1/work/avrdude-6.1 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /var/tmp/portage/dev-embedded/avrdude-6.1/work/avrdude-6.1 ...
  12. * econf: updating avrdude-6.1/config.sub with /usr/share/gnuconfig/config.sub
  13. * econf: updating avrdude-6.1/config.guess with /usr/share/gnuconfig/config.guess
  14. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64
  15. configure: loading site script /usr/share/config.site
  16. checking build system type... x86_64-pc-linux-gnu
  17. checking host system type... x86_64-pc-linux-gnu
  18. checking target system type... x86_64-pc-linux-gnu
  19. checking for a BSD-compatible install... /usr/bin/install -c
  20. checking whether build environment is sane... yes
  21. checking for a thread-safe mkdir -p... /bin/mkdir -p
  22. checking for gawk... gawk
  23. checking whether make sets $(MAKE)... yes
  24. checking whether make supports nested variables... yes
  25. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  26. checking whether the C compiler works... yes
  27. checking for C compiler default output file name... a.out
  28. checking for suffix of executables...
  29. checking whether we are cross compiling... no
  30. checking for suffix of object files... o
  31. checking whether we are using the GNU C compiler... yes
  32. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  33. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  34. checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
  35. checking for style of include used by make... GNU
  36. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  37. checking for a sed that does not truncate output... /bin/sed
  38. checking for bison... bison -y
  39. checking for flex... flex
  40. checking lex output file root... lex.yy
  41. checking lex library... -lfl
  42. checking whether yytext is a pointer... yes
  43. checking for -ranlib... no
  44. checking for ranlib... ranlib
  45. checking for -ar... no
  46. checking for ar... ar
  47. checking whether yylex_destroy is generated by flex... version 2.5.39 => yes
  48. checking for tputs in -ltermcap... no
  49. checking for tputs in -lncurses... (cached) yes
  50. checking for readline in -lreadline... (cached) yes
  51. checking for elf_getshdrstrndx in -lelf... yes
  52. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  53. checking for grep that handles long lines and -e... /bin/grep
  54. checking for egrep... /bin/grep -E
  55. checking for ANSI C header files... yes
  56. checking for sys/types.h... yes
  57. checking for sys/stat.h... yes
  58. checking for stdlib.h... yes
  59. checking for string.h... yes
  60. checking for memory.h... yes
  61. checking for strings.h... yes
  62. checking for inttypes.h... yes
  63. checking for stdint.h... yes
  64. checking for unistd.h... yes
  65. checking libelf.h usability... yes
  66. checking libelf.h presence... yes
  67. checking for libelf.h... yes
  68. checking libelf/libelf.h usability... no
  69. checking libelf/libelf.h presence... no
  70. checking for libelf/libelf.h... no
  71. checking for library containing gethostent... none required
  72. checking for library containing setsockopt... none required
  73. checking for usb_get_string_simple in -lusb... no
  74. checking for libusb_init in -lusb-1.0... yes
  75. checking libusb-1.0/libusb.h usability... yes
  76. checking libusb-1.0/libusb.h presence... yes
  77. checking for libusb-1.0/libusb.h... yes
  78. checking libusb.h usability... no
  79. checking libusb.h presence... no
  80. checking for libusb.h... no
  81. checking for libusb_init in -lusb... no
  82. checking for libusb.h... (cached) no
  83. checking for ftdi_new in -lftdi1... no
  84. checking for ftdi_usb_get_strings in -lftdi... (cached) no
  85. checking pthread.h usability... yes
  86. checking pthread.h presence... yes
  87. checking for pthread.h... yes
  88. checking for pthread_create in -lpthread... yes
  89. checking limits.h usability... yes
  90. checking limits.h presence... yes
  91. checking for limits.h... yes
  92. checking for stdlib.h... (cached) yes
  93. checking for string.h... (cached) yes
  94. checking fcntl.h usability... yes
  95. checking fcntl.h presence... yes
  96. checking for fcntl.h... yes
  97. checking sys/ioctl.h usability... yes
  98. checking sys/ioctl.h presence... yes
  99. checking for sys/ioctl.h... yes
  100. checking sys/time.h usability... yes
  101. checking sys/time.h presence... yes
  102. checking for sys/time.h... yes
  103. checking termios.h usability... yes
  104. checking termios.h presence... yes
  105. checking for termios.h... yes
  106. checking for unistd.h... (cached) yes
  107. checking for ddk/hidsdi.h... no
  108. checking for an ANSI C-conforming const... yes
  109. checking whether time.h and sys/time.h may both be included... yes
  110. checking for memset... yes
  111. checking for select... yes
  112. checking for strcasecmp... yes
  113. checking for strdup... yes
  114. checking for strerror... yes
  115. checking for strncasecmp... yes
  116. checking for strtol... yes
  117. checking for strtoul... yes
  118. checking for gettimeofday... yes
  119. checking for usleep... yes
  120. checking for a Win32 HID libray... no
  121. checking for uint_t... no
  122. checking for ulong_t... no
  123. checking for parallel device... /dev/parport0
  124. checking for serial device... /dev/ttyS0
  125. checking if gcc accepts -Wno-pointer-sign ... yes
  126. checking that generated files are newer than configure... done
  127. configure: creating ./config.status
  128. config.status: creating doc/Makefile
  129. config.status: creating windows/Makefile
  130. config.status: creating avrdude.spec
  131. config.status: creating Makefile
  132. config.status: creating avrdude.conf.tmp
  133. config.status: creating ac_cfg.h
  134. config.status: executing depfiles commands
  135.  
  136.  
  137. Configuration summary:
  138. ----------------------
  139. DO HAVE libelf
  140. DON'T HAVE libusb
  141. DO HAVE libusb_1_0
  142. DON'T HAVE libftdi1
  143. DON'T HAVE libftdi
  144. DON'T HAVE libhid
  145. DO HAVE pthread
  146. DISABLED doc
  147. ENABLED parport
  148. DISABLED linuxgpio
  149. >>> Source configured.
  150. >>> Compiling source in /var/tmp/portage/dev-embedded/avrdude-6.1/work/avrdude-6.1 ...
  151. make -j10 lexer.c config_gram.c config_gram.h
  152. /bin/sh ./ylwrap lexer.l lex.yy.c lexer.c -- flex
  153. /bin/sh ./ylwrap config_gram.y y.tab.c config_gram.c y.tab.h `echo config_gram.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output config_gram.output -- bison -y -d
  154. updating config_gram.h
  155. make -j10
  156. make all-recursive
  157. make[1]: Entering directory '/var/tmp/portage/dev-embedded/avrdude-6.1/work/avrdude-6.1'
  158. Making all in .
  159. make[2]: Entering directory '/var/tmp/portage/dev-embedded/avrdude-6.1/work/avrdude-6.1'
  160. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-config_gram.o `test -f 'config_gram.c' || echo './'`config_gram.c
  161. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-lexer.o `test -f 'lexer.c' || echo './'`lexer.c
  162. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-arduino.o `test -f 'arduino.c' || echo './'`arduino.c
  163. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-avr.o `test -f 'avr.c' || echo './'`avr.c
  164. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-avr910.o `test -f 'avr910.c' || echo './'`avr910.c
  165. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-avrftdi.o `test -f 'avrftdi.c' || echo './'`avrftdi.c
  166. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-avrftdi_tpi.o `test -f 'avrftdi_tpi.c' || echo './'`avrftdi_tpi.c
  167. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-avrpart.o `test -f 'avrpart.c' || echo './'`avrpart.c
  168. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-bitbang.o `test -f 'bitbang.c' || echo './'`bitbang.c
  169. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-buspirate.o `test -f 'buspirate.c' || echo './'`buspirate.c
  170. In file included from avrftdi_tpi.c:16:0:
  171. avrftdi_private.h:19:2: warning: #warning No libftdi or libusb support. Install libftdi1/libusb-1.0 or libftdi/libusb and run configure/make again. [-Wcpp]
  172. #warning No libftdi or libusb support. Install libftdi1/libusb-1.0 or libftdi/libusb and run configure/make again.
  173. ^
  174. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-butterfly.o `test -f 'butterfly.c' || echo './'`butterfly.c
  175. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-config.o `test -f 'config.c' || echo './'`config.c
  176. In file included from avrftdi.c:43:0:
  177. avrftdi_private.h:19:2: warning: #warning No libftdi or libusb support. Install libftdi1/libusb-1.0 or libftdi/libusb and run configure/make again. [-Wcpp]
  178. #warning No libftdi or libusb support. Install libftdi1/libusb-1.0 or libftdi/libusb and run configure/make again.
  179. ^
  180. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-confwin.o `test -f 'confwin.c' || echo './'`confwin.c
  181. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-crc16.o `test -f 'crc16.c' || echo './'`crc16.c
  182. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-dfu.o `test -f 'dfu.c' || echo './'`dfu.c
  183. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-fileio.o `test -f 'fileio.c' || echo './'`fileio.c
  184. dfu.c:39:5: error: conflicting types for ‘dfu_open’
  185. int dfu_open(struct dfu_dev *dfu, char *port_name) {
  186. ^
  187. In file included from dfu.c:22:0:
  188. dfu.h:117:25: note: previous declaration of ‘dfu_open’ was here
  189. extern struct dfu_dev * dfu_open(char *port_spec);
  190. ^
  191. dfu.c:45:5: error: conflicting types for ‘dfu_init’
  192. int dfu_init(struct dfu_dev *dfu, unsigned short usb_pid) {
  193. ^
  194. In file included from dfu.c:22:0:
  195. dfu.h:118:12: note: previous declaration of ‘dfu_init’ was here
  196. extern int dfu_init(struct dfu_dev *dfu,
  197. ^
  198. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/etc\" -Wall -Wno-pointer-sign -O2 -pipe -march=core2 -c -o libavrdude_a-flip1.o `test -f 'flip1.c' || echo './'`flip1.c
  199. Makefile:982: recipe for target 'libavrdude_a-dfu.o' failed
  200. make[2]: *** [libavrdude_a-dfu.o] Error 1
  201. make[2]: *** Waiting for unfinished jobs....
  202. flip1.c: In function ‘flip1_initialize’:
  203. flip1.c:264:10: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  204. if (dfu->dev_desc.idVendor != vid)
  205. ^
  206. flip1.c:266:20: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  207. progname, dfu->dev_desc.idVendor, vid);
  208. ^
  209. flip1.c:268:22: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  210. if (pid != 0 && dfu->dev_desc.idProduct != pid)
  211. ^
  212. flip1.c:270:20: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  213. progname, dfu->dev_desc.idProduct, pid);
  214. ^
  215. flip1.c:272:10: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  216. if (dfu->dev_desc.bNumConfigurations != 1)
  217. ^
  218. flip1.c:274:26: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  219. progname, (int) dfu->dev_desc.bNumConfigurations);
  220. ^
  221. flip1.c:276:10: error: ‘struct dfu_dev’ has no member named ‘conf_desc’
  222. if (dfu->conf_desc.bNumInterfaces != 1)
  223. ^
  224. flip1.c:278:26: error: ‘struct dfu_dev’ has no member named ‘conf_desc’
  225. progname, (int) dfu->conf_desc.bNumInterfaces);
  226. ^
  227. flip1.c:280:10: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  228. if (dfu->dev_desc.bDeviceClass != 254)
  229. ^
  230. flip1.c:282:26: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  231. progname, (int) dfu->dev_desc.bDeviceClass);
  232. ^
  233. flip1.c:284:10: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  234. if (dfu->dev_desc.bDeviceSubClass != 1)
  235. ^
  236. flip1.c:286:26: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  237. progname, (int) dfu->dev_desc.bDeviceSubClass);
  238. ^
  239. flip1.c:288:10: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  240. if (dfu->dev_desc.bDeviceProtocol != 0)
  241. ^
  242. flip1.c:290:26: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  243. progname, (int) dfu->dev_desc.bDeviceProtocol);
  244. ^
  245. flip1.c:299:10: error: ‘struct dfu_dev’ has no member named ‘intf_desc’
  246. if (dfu->intf_desc.bInterfaceClass != 254)
  247. ^
  248. flip1.c:301:26: error: ‘struct dfu_dev’ has no member named ‘intf_desc’
  249. progname, (int) dfu->intf_desc.bInterfaceClass);
  250. ^
  251. flip1.c:303:10: error: ‘struct dfu_dev’ has no member named ‘intf_desc’
  252. if (dfu->intf_desc.bInterfaceSubClass != 1)
  253. ^
  254. flip1.c:305:26: error: ‘struct dfu_dev’ has no member named ‘intf_desc’
  255. progname, (int) dfu->intf_desc.bInterfaceSubClass);
  256. ^
  257. flip1.c:307:10: error: ‘struct dfu_dev’ has no member named ‘intf_desc’
  258. if (dfu->intf_desc.bInterfaceProtocol != 0)
  259. ^
  260. flip1.c:309:26: error: ‘struct dfu_dev’ has no member named ‘intf_desc’
  261. progname, (int) dfu->intf_desc.bInterfaceProtocol);
  262. ^
  263. flip1.c:312:10: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  264. if (dfu->dev_desc.bMaxPacketSize0 != 32)
  265. ^
  266. flip1.c:314:20: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  267. progname, dfu->dev_desc.bMaxPacketSize0);
  268. ^
  269. flip1.c: In function ‘flip1_chip_erase’:
  270. fileio.c: In function ‘elf2b’:
  271. fileio.c:977:15: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=]
  272. progname, i, ph[i].p_vaddr, ph[i].p_paddr, ph[i].p_filesz);
  273. ^
  274. flip1.c:367:49: error: ‘struct dfu_dev’ has no member named ‘timeout’
  275. unsigned int default_timeout = FLIP1(pgm)->dfu->timeout;
  276. ^
  277. flip1.c:376:18: error: ‘struct dfu_dev’ has no member named ‘timeout’
  278. FLIP1(pgm)->dfu->timeout = LONG_DFU_TIMEOUT;
  279. ^
  280. fileio.c:1037:19: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘size_t’ [-Wformat=]
  281. d->d_buf, (unsigned int)d->d_off, d->d_size);
  282. ^
  283. flip1.c:379:18: error: ‘struct dfu_dev’ has no member named ‘timeout’
  284. FLIP1(pgm)->dfu->timeout = default_timeout;
  285. ^
  286. fileio.c:1067:21: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Wformat=]
  287. d->d_size, idx);
  288. ^
  289. flip1.c: In function ‘flip1_show_info’:
  290. flip1.c:613:32: error: ‘struct dfu_dev’ has no member named ‘dev_desc’
  291. (unsigned short) flip1->dfu->dev_desc.bMaxPacketSize0);
  292. ^
  293. flip1.c: In function ‘flip1_read_memory’:
  294. flip1.c:627:37: error: ‘struct dfu_dev’ has no member named ‘timeout’
  295. unsigned int default_timeout = dfu->timeout;
  296. ^
  297. flip1.c:653:6: error: ‘struct dfu_dev’ has no member named ‘timeout’
  298. dfu->timeout = LONG_DFU_TIMEOUT;
  299. ^
  300. flip1.c:655:6: error: ‘struct dfu_dev’ has no member named ‘timeout’
  301. dfu->timeout = default_timeout;
  302. ^
  303. flip1.c: In function ‘flip1_write_memory’:
  304. flip1.c:723:37: error: ‘struct dfu_dev’ has no member named ‘timeout’
  305. unsigned int default_timeout = dfu->timeout;
  306. ^
  307. flip1.c:781:6: error: ‘struct dfu_dev’ has no member named ‘timeout’
  308. dfu->timeout = LONG_DFU_TIMEOUT;
  309. ^
  310. flip1.c:787:6: error: ‘struct dfu_dev’ has no member named ‘timeout’
  311. dfu->timeout = default_timeout;
  312. ^
  313. Makefile:1010: recipe for target 'libavrdude_a-flip1.o' failed
  314. make[2]: *** [libavrdude_a-flip1.o] Error 1
  315. make[2]: Leaving directory '/var/tmp/portage/dev-embedded/avrdude-6.1/work/avrdude-6.1'
  316. Makefile:1516: recipe for target 'all-recursive' failed
  317. make[1]: *** [all-recursive] Error 1
  318. make[1]: Leaving directory '/var/tmp/portage/dev-embedded/avrdude-6.1/work/avrdude-6.1'
  319. Makefile:598: recipe for target 'all' failed
  320. make: *** [all] Error 2
  321. * ERROR: dev-embedded/avrdude-6.1::gentoo failed (compile phase):
  322. * emake failed
  323. *
  324. * If you need support, post the output of `emerge --info '=dev-embedded/avrdude-6.1::gentoo'`,
  325. * the complete build log and the output of `emerge -pqv '=dev-embedded/avrdude-6.1::gentoo'`.
  326. * The complete build log is located at '/var/tmp/portage/dev-embedded/avrdude-6.1/temp/build.log'.
  327. * The ebuild environment file is located at '/var/tmp/portage/dev-embedded/avrdude-6.1/temp/environment'.
  328. * Working directory: '/var/tmp/portage/dev-embedded/avrdude-6.1/work/avrdude-6.1'
  329. * S: '/var/tmp/portage/dev-embedded/avrdude-6.1/work/avrdude-6.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement