Guest User

Untitled

a guest
Jan 20th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.12 KB | None | 0 0
  1. [mrnuke@nukeserv1 SPECS]$ rpmbuild -ba libsigrok.spec
  2. Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NxQpuW
  3. + umask 022
  4. + cd /home/mrnuke/rpmbuild/BUILD
  5. + LANG=C
  6. + export LANG
  7. + unset DISPLAY
  8. + cd /home/mrnuke/rpmbuild/BUILD
  9. + rm -rf libsigrok-0.1.1
  10. + /usr/bin/gzip -dc /home/mrnuke/rpmbuild/SOURCES/libsigrok-0.1.1.tar.gz
  11. + /usr/bin/tar -xf -
  12. + STATUS=0
  13. + '[' 0 -ne 0 ']'
  14. + cd libsigrok-0.1.1
  15. + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
  16. + exit 0
  17. Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kDwc7a
  18. + umask 022
  19. + cd /home/mrnuke/rpmbuild/BUILD
  20. + cd libsigrok-0.1.1
  21. + LANG=C
  22. + export LANG
  23. + unset DISPLAY
  24. + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
  25. + export CFLAGS
  26. + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
  27. + export CXXFLAGS
  28. + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules'
  29. + export FFLAGS
  30. + LDFLAGS='-Wl,-z,relro '
  31. + export LDFLAGS
  32. + ./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --disable-alsa --enable-asix-sigma --enable-chronovu-la8 --enable-fx2lafw --enable-demo --disable-link-mso19 --enable-ols --enable-zeroplus-logic-cube
  33. checking for a BSD-compatible install... /usr/bin/install -c
  34. checking whether build environment is sane... yes
  35. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  36. checking for gawk... gawk
  37. checking whether make sets $(MAKE)... yes
  38. checking for x86_64-unknown-linux-gnu-g++... x86_64-unknown-linux-gnu-g++
  39. checking whether the C++ compiler works... yes
  40. checking for C++ compiler default output file name... a.out
  41. checking for suffix of executables...
  42. checking whether we are cross compiling... no
  43. checking for suffix of object files... o
  44. checking whether we are using the GNU C++ compiler... yes
  45. checking whether x86_64-unknown-linux-gnu-g++ accepts -g... yes
  46. checking for style of include used by make... GNU
  47. checking dependency style of x86_64-unknown-linux-gnu-g++... none
  48. checking for x86_64-unknown-linux-gnu-gcc... x86_64-unknown-linux-gnu-gcc
  49. checking whether we are using the GNU C compiler... yes
  50. checking whether x86_64-unknown-linux-gnu-gcc accepts -g... yes
  51. checking for x86_64-unknown-linux-gnu-gcc option to accept ISO C89... none needed
  52. checking dependency style of x86_64-unknown-linux-gnu-gcc... none
  53. checking how to run the C preprocessor... x86_64-unknown-linux-gnu-gcc -E
  54. checking whether ln -s works... yes
  55. checking build system type... x86_64-unknown-linux-gnu
  56. checking host system type... x86_64-unknown-linux-gnu
  57. checking how to print strings... printf
  58. checking for a sed that does not truncate output... /usr/bin/sed
  59. checking for grep that handles long lines and -e... /usr/bin/grep
  60. checking for egrep... /usr/bin/grep -E
  61. checking for fgrep... /usr/bin/grep -F
  62. checking for ld used by x86_64-unknown-linux-gnu-gcc... /usr/bin/ld
  63. checking if the linker (/usr/bin/ld) is GNU ld... yes
  64. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  65. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  66. checking the maximum length of command line arguments... 1572864
  67. checking whether the shell understands some XSI constructs... yes
  68. checking whether the shell understands "+="... yes
  69. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  70. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  71. checking for /usr/bin/ld option to reload object files... -r
  72. checking for x86_64-unknown-linux-gnu-objdump... no
  73. checking for objdump... objdump
  74. checking how to recognize dependent libraries... pass_all
  75. checking for x86_64-unknown-linux-gnu-dlltool... no
  76. checking for dlltool... no
  77. checking how to associate runtime and link libraries... printf %s\n
  78. checking for x86_64-unknown-linux-gnu-ar... no
  79. checking for ar... ar
  80. checking for archiver @FILE support... @
  81. checking for x86_64-unknown-linux-gnu-strip... no
  82. checking for strip... strip
  83. checking for x86_64-unknown-linux-gnu-ranlib... no
  84. checking for ranlib... ranlib
  85. checking command to parse /usr/bin/nm -B output from x86_64-unknown-linux-gnu-gcc object... ok
  86. checking for sysroot... no
  87. checking for x86_64-unknown-linux-gnu-mt... no
  88. checking for mt... no
  89. checking if : is a manifest tool... no
  90. checking for ANSI C header files... yes
  91. checking for sys/types.h... yes
  92. checking for sys/stat.h... yes
  93. checking for stdlib.h... yes
  94. checking for string.h... yes
  95. checking for memory.h... yes
  96. checking for strings.h... yes
  97. checking for inttypes.h... yes
  98. checking for stdint.h... yes
  99. checking for unistd.h... yes
  100. checking for dlfcn.h... yes
  101. checking for objdir... .libs
  102. checking if x86_64-unknown-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  103. checking for x86_64-unknown-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  104. checking if x86_64-unknown-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  105. checking if x86_64-unknown-linux-gnu-gcc static flag -static works... yes
  106. checking if x86_64-unknown-linux-gnu-gcc supports -c -o file.o... yes
  107. checking if x86_64-unknown-linux-gnu-gcc supports -c -o file.o... (cached) yes
  108. checking whether the x86_64-unknown-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  109. checking whether -lc should be explicitly linked in... no
  110. checking dynamic linker characteristics... GNU/Linux ld.so
  111. checking how to hardcode library paths into programs... immediate
  112. checking whether stripping libraries is possible... yes
  113. checking if libtool supports shared libraries... yes
  114. checking whether to build shared libraries... yes
  115. checking whether to build static libraries... no
  116. checking how to run the C++ preprocessor... x86_64-unknown-linux-gnu-g++ -E
  117. checking for ld used by x86_64-unknown-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
  118. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  119. checking whether the x86_64-unknown-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  120. checking for x86_64-unknown-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  121. checking if x86_64-unknown-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  122. checking if x86_64-unknown-linux-gnu-g++ static flag -static works... yes
  123. checking if x86_64-unknown-linux-gnu-g++ supports -c -o file.o... yes
  124. checking if x86_64-unknown-linux-gnu-g++ supports -c -o file.o... (cached) yes
  125. checking whether the x86_64-unknown-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  126. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  127. checking how to hardcode library paths into programs... immediate
  128. checking for x86_64-unknown-linux-gnu-pkg-config... no
  129. checking for pkg-config... /usr/bin/pkg-config
  130. checking pkg-config is at least version 0.22... yes
  131. checking for x86_64-unknown-linux-gnu-pkg-config... /usr/bin/pkg-config
  132. checking pkg-config is at least version 0.16... yes
  133. checking for GLIB - version >= 2.22.0... yes (version 2.32.4)
  134. checking for gthread... yes
  135. checking for libusb... yes
  136. checking for libusb_init in -lusb-1.0... yes
  137. checking for libzip... yes
  138. checking for libftdi... yes
  139. checking fcntl.h usability... yes
  140. checking fcntl.h presence... yes
  141. checking for fcntl.h... yes
  142. checking sys/time.h usability... yes
  143. checking sys/time.h presence... yes
  144. checking for sys/time.h... yes
  145. checking termios.h usability... yes
  146. checking termios.h presence... yes
  147. checking for termios.h... yes
  148. checking for inline... inline
  149. checking for int8_t... yes
  150. checking for int16_t... yes
  151. checking for int32_t... yes
  152. checking for int64_t... yes
  153. checking for uint8_t... yes
  154. checking for uint16_t... yes
  155. checking for uint32_t... yes
  156. checking for uint64_t... yes
  157. checking for size_t... yes
  158. checking for gettimeofday... yes
  159. checking for memset... yes
  160. checking for strchr... yes
  161. checking for strcspn... yes
  162. checking for strdup... yes
  163. checking for strerror... yes
  164. checking for strncasecmp... yes
  165. checking for strstr... yes
  166. checking for strtol... yes
  167. checking for strtoul... yes
  168. checking for strtoull... yes
  169. configure: creating ./config.status
  170. config.status: creating Makefile
  171. config.status: creating sigrok.h
  172. config.status: creating hardware/Makefile
  173. config.status: creating hardware/alsa/Makefile
  174. config.status: creating hardware/asix-sigma/Makefile
  175. config.status: creating hardware/chronovu-la8/Makefile
  176. config.status: creating hardware/common/Makefile
  177. config.status: creating hardware/demo/Makefile
  178. config.status: creating hardware/fx2lafw/Makefile
  179. config.status: creating hardware/link-mso19/Makefile
  180. config.status: creating hardware/openbench-logic-sniffer/Makefile
  181. config.status: creating hardware/zeroplus-logic-cube/Makefile
  182. config.status: creating input/Makefile
  183. config.status: creating output/Makefile
  184. config.status: creating output/text/Makefile
  185. config.status: creating libsigrok.pc
  186. config.status: creating contrib/Makefile
  187. config.status: creating config.h
  188. config.status: executing depfiles commands
  189. config.status: executing libtool commands
  190.  
  191. libsigrok configuration summary:
  192.  
  193. - Package version (major.minor.micro): 0.1.1
  194. - Library version (current:revision:age): 0:0:0
  195. - Prefix: /usr
  196.  
  197. Detected libraries:
  198.  
  199. - glib-2.0: yes (2.32.4)
  200. - gthread-2.0: yes (2.32.4)
  201. - libusb-1.0: yes (1.0.9)
  202. - libzip: yes (0.10.1)
  203. - libftdi: yes (0.19)
  204. - libudev: yes (182)
  205. - alsa: yes (1.0.26)
  206.  
  207. Enabled hardware drivers:
  208.  
  209. - ASIX SIGMA/SIGMA2............... yes
  210. - ChronoVu LA8.................... yes
  211. - Demo driver..................... yes
  212. - fx2lafw (for FX2 LAs)........... yes
  213. - Link MSO-19..................... no
  214. - Openbench Logic Sniffer......... yes
  215. - ZEROPLUS Logic Cube............. yes
  216.  
  217. + make -j8
  218. make all-recursive
  219. Making all in contrib
  220. make[2]: Nothing to be done for `all'.
  221. Making all in hardware
  222. Making all in alsa
  223. make[3]: Nothing to be done for `all'.
  224. Making all in asix-sigma
  225. CC libsigrokhwasixsigma_la-asix-sigma.lo
  226. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DFIRMWARE_DIR='"/usr/share/sigrok-firmware"' -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokhwasixsigma_la-asix-sigma.lo `test -f 'asix-sigma.c' || echo './'`asix-sigma.c
  227. CCLD libsigrokhwasixsigma.la
  228. Making all in chronovu-la8
  229. CC libsigrokhwchronovula8_la-chronovu-la8.lo
  230. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokhwchronovula8_la-chronovu-la8.lo `test -f 'chronovu-la8.c' || echo './'`chronovu-la8.c
  231. CCLD libsigrokhwchronovula8.la
  232. Making all in common
  233. CC libsigrokhwcommon_la-ezusb.lo
  234. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokhwcommon_la-ezusb.lo `test -f 'ezusb.c' || echo './'`ezusb.c
  235. CC libsigrokhwcommon_la-serial.lo
  236. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokhwcommon_la-serial.lo `test -f 'serial.c' || echo './'`serial.c
  237. CCLD libsigrokhwcommon.la
  238. Making all in demo
  239. CC libsigrokhwdemo_la-demo.lo
  240. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokhwdemo_la-demo.lo `test -f 'demo.c' || echo './'`demo.c
  241. CCLD libsigrokhwdemo.la
  242. Making all in fx2lafw
  243. CC libsigrokhwfx2lafw_la-command.lo
  244. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DFIRMWARE_DIR='"/usr/share/sigrok-firmware"' -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokhwfx2lafw_la-command.lo `test -f 'command.c' || echo './'`command.c
  245. CC libsigrokhwfx2lafw_la-fx2lafw.lo
  246. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DFIRMWARE_DIR='"/usr/share/sigrok-firmware"' -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokhwfx2lafw_la-fx2lafw.lo `test -f 'fx2lafw.c' || echo './'`fx2lafw.c
  247. CCLD libsigrokhwfx2lafw.la
  248. Making all in link-mso19
  249. make[3]: Nothing to be done for `all'.
  250. Making all in openbench-logic-sniffer
  251. CC libsigrokhwols_la-ols.lo
  252. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokhwols_la-ols.lo `test -f 'ols.c' || echo './'`ols.c
  253. CCLD libsigrokhwols.la
  254. Making all in zeroplus-logic-cube
  255. CC libsigrokhwzeroplus_la-analyzer.lo
  256. CC libsigrokhwzeroplus_la-gl_usb.lo
  257. CC libsigrokhwzeroplus_la-zeroplus.lo
  258. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokhwzeroplus_la-analyzer.lo `test -f 'analyzer.c' || echo './'`analyzer.c
  259. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokhwzeroplus_la-gl_usb.lo `test -f 'gl_usb.c' || echo './'`gl_usb.c
  260. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokhwzeroplus_la-zeroplus.lo `test -f 'zeroplus.c' || echo './'`zeroplus.c
  261. CCLD libsigrokhwzeroplus.la
  262. CCLD libsigrokhardware.la
  263. Making all in input
  264. CC libsigrokinput_la-binary.lo
  265. CC libsigrokinput_la-chronovu_la8.lo
  266. CC libsigrokinput_la-input.lo
  267. /bin/sh ../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokinput_la-binary.lo `test -f 'binary.c' || echo './'`binary.c
  268. /bin/sh ../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokinput_la-chronovu_la8.lo `test -f 'chronovu_la8.c' || echo './'`chronovu_la8.c
  269. /bin/sh ../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokinput_la-input.lo `test -f 'input.c' || echo './'`input.c
  270. CCLD libsigrokinput.la
  271. Making all in output
  272. Making all in text
  273. CC libsigrokoutputtext_la-text.lo
  274. CC libsigrokoutputtext_la-bits.lo
  275. CC libsigrokoutputtext_la-hex.lo
  276. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokoutputtext_la-text.lo `test -f 'text.c' || echo './'`text.c
  277. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokoutputtext_la-bits.lo `test -f 'bits.c' || echo './'`bits.c
  278. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokoutputtext_la-hex.lo `test -f 'hex.c' || echo './'`hex.c
  279. CC libsigrokoutputtext_la-ascii.lo
  280. /bin/sh ../../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokoutputtext_la-ascii.lo `test -f 'ascii.c' || echo './'`ascii.c
  281. CCLD libsigrokoutputtext.la
  282. CC libsigrokoutput_la-binary.lo
  283. CC libsigrokoutput_la-vcd.lo
  284. CC libsigrokoutput_la-ols.lo
  285. /bin/sh ../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokoutput_la-binary.lo `test -f 'binary.c' || echo './'`binary.c
  286. /bin/sh ../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokoutput_la-vcd.lo `test -f 'vcd.c' || echo './'`vcd.c
  287. /bin/sh ../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokoutput_la-ols.lo `test -f 'ols.c' || echo './'`ols.c
  288. CC libsigrokoutput_la-gnuplot.lo
  289. /bin/sh ../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokoutput_la-gnuplot.lo `test -f 'gnuplot.c' || echo './'`gnuplot.c
  290. CC libsigrokoutput_la-chronovu_la8.lo
  291. /bin/sh ../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokoutput_la-chronovu_la8.lo `test -f 'chronovu_la8.c' || echo './'`chronovu_la8.c
  292. CC libsigrokoutput_la-csv.lo
  293. CC libsigrokoutput_la-output.lo
  294. /bin/sh ../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokoutput_la-csv.lo `test -f 'csv.c' || echo './'`csv.c
  295. /bin/sh ../libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o libsigrokoutput_la-output.lo `test -f 'output.c' || echo './'`output.c
  296. CCLD libsigrokoutput.la
  297. CC backend.lo
  298. CC datastore.lo
  299. CC device.lo
  300. /bin/sh ./libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o backend.lo backend.c
  301. /bin/sh ./libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o datastore.lo datastore.c
  302. /bin/sh ./libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o device.lo device.c
  303. CC session_file.lo
  304. CC session.lo
  305. CC session_driver.lo
  306. /bin/sh ./libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o session.lo session.c
  307. CC hwdriver.lo
  308. /bin/sh ./libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o session_file.lo session_file.c
  309. /bin/sh ./libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o session_driver.lo session_driver.c
  310. /bin/sh ./libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o hwdriver.lo hwdriver.c
  311. CC filter.lo
  312. /bin/sh ./libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o filter.lo filter.c
  313. CC strutil.lo
  314. /bin/sh ./libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o strutil.lo strutil.c
  315. CC log.lo
  316. /bin/sh ./libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o log.lo log.c
  317. CC version.lo
  318. /bin/sh ./libtool --silent --tag=CC --silent --mode=compile x86_64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -g -Wall -Wextra -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -I/usr/lib64/libzip/include -c -o version.lo version.c
  319. CCLD libsigrok.la
  320. + doxygen Doxyfile
  321. warning: Tag `SHOW_DIRECTORIES' at line 490 of file Doxyfile has become obsolete.
  322. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  323. warning: Tag `HTML_ALIGN_MEMBERS' at line 847 of file Doxyfile has become obsolete.
  324. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  325. warning: Tag `USE_INLINE_TREES' at line 1032 of file Doxyfile has become obsolete.
  326. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  327. Notice: Output directory `doxy' does not exist. I have created it for you.
  328. Searching for include files...
  329. Searching for example files...
  330. Searching for images...
  331. Searching for dot files...
  332. Searching for msc files...
  333. Searching for files to exclude
  334. Searching for files to process...
  335. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1
  336. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/autostuff
  337. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/contrib
  338. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/doxy
  339. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware
  340. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/alsa
  341. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/asix-sigma
  342. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/chronovu-la8
  343. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/common
  344. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/demo
  345. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/fx2lafw
  346. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/link-mso19
  347. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/openbench-logic-sniffer
  348. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/zeroplus-logic-cube
  349. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/input
  350. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output
  351. Searching for files in directory /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/text
  352. Reading and parsing tag files
  353. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/backend.c...
  354. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/backend.c...
  355. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/config.h...
  356. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/config.h...
  357. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/datastore.c...
  358. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/datastore.c...
  359. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/device.c...
  360. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/device.c...
  361. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/filter.c...
  362. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/filter.c...
  363. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/alsa/alsa.c...
  364. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/alsa/alsa.c...
  365. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/asix-sigma/asix-sigma.c...
  366. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/asix-sigma/asix-sigma.c...
  367. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/asix-sigma/asix-sigma.h...
  368. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/asix-sigma/asix-sigma.h...
  369. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/chronovu-la8/chronovu-la8.c...
  370. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/chronovu-la8/chronovu-la8.c...
  371. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/common/ezusb.c...
  372. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/common/ezusb.c...
  373. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/common/serial.c...
  374. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/common/serial.c...
  375. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/demo/demo.c...
  376. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/demo/demo.c...
  377. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/fx2lafw/command.c...
  378. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/fx2lafw/command.c...
  379. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/fx2lafw/command.h...
  380. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/fx2lafw/command.h...
  381. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/fx2lafw/fx2lafw.c...
  382. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/fx2lafw/fx2lafw.c...
  383. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/fx2lafw/fx2lafw.h...
  384. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/fx2lafw/fx2lafw.h...
  385. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/link-mso19/link-mso19.c...
  386. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/link-mso19/link-mso19.c...
  387. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/openbench-logic-sniffer/ols.c...
  388. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/openbench-logic-sniffer/ols.c...
  389. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/openbench-logic-sniffer/ols.h...
  390. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/openbench-logic-sniffer/ols.h...
  391. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/zeroplus-logic-cube/analyzer.c...
  392. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/zeroplus-logic-cube/analyzer.c...
  393. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/zeroplus-logic-cube/analyzer.h...
  394. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/zeroplus-logic-cube/analyzer.h...
  395. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/zeroplus-logic-cube/gl_usb.c...
  396. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/zeroplus-logic-cube/gl_usb.c...
  397. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/zeroplus-logic-cube/gl_usb.h...
  398. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/zeroplus-logic-cube/gl_usb.h...
  399. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/zeroplus-logic-cube/zeroplus.c...
  400. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hardware/zeroplus-logic-cube/zeroplus.c...
  401. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hwdriver.c...
  402. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/hwdriver.c...
  403. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/input/binary.c...
  404. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/input/binary.c...
  405. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/input/chronovu_la8.c...
  406. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/input/chronovu_la8.c...
  407. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/input/input.c...
  408. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/input/input.c...
  409. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/log.c...
  410. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/log.c...
  411. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/binary.c...
  412. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/binary.c...
  413. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/chronovu_la8.c...
  414. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/chronovu_la8.c...
  415. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/csv.c...
  416. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/csv.c...
  417. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/gnuplot.c...
  418. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/gnuplot.c...
  419. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/ols.c...
  420. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/ols.c...
  421. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/output.c...
  422. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/output.c...
  423. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/text/ascii.c...
  424. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/text/ascii.c...
  425. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/text/bits.c...
  426. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/text/bits.c...
  427. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/text/hex.c...
  428. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/text/hex.c...
  429. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/text/text.c...
  430. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/text/text.c...
  431. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/text/text.h...
  432. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/text/text.h...
  433. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/vcd.c...
  434. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/output/vcd.c...
  435. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/session.c...
  436. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/session.c...
  437. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/session_driver.c...
  438. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/session_driver.c...
  439. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/session_file.c...
  440. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/session_file.c...
  441. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/sigrok-proto.h...
  442. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/sigrok-proto.h...
  443. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/sigrok.h...
  444. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/sigrok.h...
  445. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/strutil.c...
  446. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/strutil.c...
  447. Preprocessing /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/version.c...
  448. Parsing file /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1/version.c...
  449. Building group list...
  450. Building directory list...
  451. Building namespace list...
  452. Building file list...
  453. Building class list...
  454. Associating documentation with classes...
  455. Computing nesting relations for classes...
  456. Building example list...
  457. Searching for enumerations...
  458. Searching for documented typedefs...
  459. Searching for members imported via using declarations...
  460. Searching for included using directives...
  461. Searching for documented variables...
  462. Building member list...
  463. Searching for friends...
  464. Searching for documented defines...
  465. Computing class inheritance relations...
  466. Computing class usage relations...
  467. Flushing cached template relations that have become invalid...
  468. Creating members for template instances...
  469. Computing class relations...
  470. Add enum values to enums...
  471. Searching for member function documentation...
  472. Building page list...
  473. Search for main page...
  474. Computing page relations...
  475. Determining the scope of groups...
  476. Sorting lists...
  477. Freeing entry tree
  478. Determining which enums are documented
  479. Computing member relations...
  480. Building full member lists recursively...
  481. Adding members to member groups.
  482. Computing member references...
  483. Inheriting documentation...
  484. Generating disk names...
  485. Adding source references...
  486. Adding xrefitems...
  487. Sorting member lists...
  488. Computing dependencies between directories...
  489. Generating citations page...
  490. Counting data structures...
  491. Resolving user defined references...
  492. Finding anchors and sections in the documentation...
  493. Combining using relations...
  494. Adding members to index pages...
  495. Generating style sheet...
  496. Generating search indices...
  497. Generating example documentation...
  498. Generating file sources...
  499. Generating code for file backend.c...
  500. Generating code for file config.h...
  501. Generating code for file datastore.c...
  502. Generating code for file device.c...
  503. Generating code for file filter.c...
  504. Generating code for file hardware/alsa/alsa.c...
  505. Generating code for file hardware/asix-sigma/asix-sigma.c...
  506. Generating code for file hardware/asix-sigma/asix-sigma.h...
  507. Generating code for file hardware/chronovu-la8/chronovu-la8.c...
  508. Generating code for file hardware/common/ezusb.c...
  509. Generating code for file hardware/common/serial.c...
  510. Generating code for file hardware/demo/demo.c...
  511. Generating code for file hardware/fx2lafw/command.c...
  512. Generating code for file hardware/fx2lafw/command.h...
  513. Generating code for file hardware/fx2lafw/fx2lafw.c...
  514. Generating code for file hardware/fx2lafw/fx2lafw.h...
  515. Generating code for file hardware/link-mso19/link-mso19.c...
  516. Generating code for file hardware/openbench-logic-sniffer/ols.c...
  517. Generating code for file output/ols.c...
  518. Generating code for file hardware/openbench-logic-sniffer/ols.h...
  519. Generating code for file hardware/zeroplus-logic-cube/analyzer.c...
  520. Generating code for file hardware/zeroplus-logic-cube/analyzer.h...
  521. Generating code for file hardware/zeroplus-logic-cube/gl_usb.c...
  522. Generating code for file hardware/zeroplus-logic-cube/gl_usb.h...
  523. Generating code for file hardware/zeroplus-logic-cube/zeroplus.c...
  524. Generating code for file hwdriver.c...
  525. Generating code for file input/binary.c...
  526. Generating code for file output/binary.c...
  527. Generating code for file input/chronovu_la8.c...
  528. Generating code for file output/chronovu_la8.c...
  529. Generating code for file input/input.c...
  530. Generating code for file log.c...
  531. Generating code for file output/csv.c...
  532. Generating code for file output/gnuplot.c...
  533. Generating code for file output/output.c...
  534. Generating code for file output/text/ascii.c...
  535. Generating code for file output/text/bits.c...
  536. Generating code for file output/text/hex.c...
  537. Generating code for file output/text/text.c...
  538. Generating code for file output/text/text.h...
  539. Generating code for file output/vcd.c...
  540. Generating code for file session.c...
  541. Generating code for file session_driver.c...
  542. Generating code for file session_file.c...
  543. Generating code for file sigrok-proto.h...
  544. Generating code for file sigrok.h...
  545. Generating code for file strutil.c...
  546. Generating code for file version.c...
  547. Generating file documentation...
  548. Generating docs for file backend.c...
  549. Generating call graph for function sr_exit
  550. Generating docs for file config.h...
  551. Generating docs for file datastore.c...
  552. Generating call graph for function sr_datastore_destroy
  553. Generating call graph for function sr_datastore_new
  554. Generating call graph for function sr_datastore_put
  555. Generating docs for file device.c...
  556. Generating call graph for function sr_dev_has_hwcap
  557. Generating call graph for function sr_dev_list
  558. Generating call graph for function sr_dev_new
  559. Generating call graph for function sr_dev_probe_add
  560. Generating call graph for function sr_dev_probe_find
  561. Generating call graph for function sr_dev_probe_name_set
  562. Generating call graph for function sr_dev_scan
  563. Generating call graph for function sr_dev_trigger_remove_all
  564. Generating call graph for function sr_dev_trigger_set
  565. Generating docs for file filter.c...
  566. Generating call graph for function sr_filter_probes
  567. Generating docs for file hardware/alsa/alsa.c...
  568. Generating docs for file hardware/asix-sigma/asix-sigma.c...
  569. Generating docs for file hardware/asix-sigma/asix-sigma.h...
  570. Generating docs for file hardware/chronovu-la8/chronovu-la8.c...
  571. Generating docs for file hardware/common/ezusb.c...
  572. Generating call graph for function ezusb_install_firmware
  573. Generating call graph for function ezusb_reset
  574. Generating call graph for function ezusb_upload_firmware
  575. Generating docs for file hardware/common/serial.c...
  576. Generating call graph for function serial_backup_params
  577. Generating docs for file hardware/demo/demo.c...
  578. Generating docs for file hardware/fx2lafw/command.c...
  579. Generating call graph for function command_get_fw_version
  580. Generating call graph for function command_get_revid_version
  581. Generating call graph for function command_start_acquisition
  582. Generating docs for file hardware/fx2lafw/command.h...
  583. Generating call graph for function command_get_fw_version
  584. Generating call graph for function command_get_revid_version
  585. Generating call graph for function command_start_acquisition
  586. Generating docs for file hardware/fx2lafw/fx2lafw.c...
  587. Generating docs for file hardware/fx2lafw/fx2lafw.h...
  588. Generating docs for file hardware/link-mso19/link-mso19.c...
  589. Generating docs for file hardware/openbench-logic-sniffer/ols.c...
  590. Generating docs for file output/ols.c...
  591. Generating docs for file hardware/openbench-logic-sniffer/ols.h...
  592. Generating docs for file hardware/zeroplus-logic-cube/analyzer.c...
  593. Generating call graph for function analyzer_configure
  594. Generating call graph for function analyzer_get_now_address
  595. Generating call graph for function analyzer_get_stop_address
  596. Generating call graph for function analyzer_get_trigger_address
  597. Generating call graph for function analyzer_read_data
  598. Generating call graph for function analyzer_read_id
  599. Generating call graph for function analyzer_read_start
  600. Generating call graph for function analyzer_wait
  601. Generating call graph for function analyzer_wait_button
  602. Generating call graph for function analyzer_wait_data
  603. Generating docs for file hardware/zeroplus-logic-cube/analyzer.h...
  604. Generating call graph for function analyzer_configure
  605. Generating call graph for function analyzer_get_now_address
  606. Generating call graph for function analyzer_get_stop_address
  607. Generating call graph for function analyzer_get_trigger_address
  608. Generating call graph for function analyzer_read_data
  609. Generating call graph for function analyzer_read_id
  610. Generating call graph for function analyzer_read_start
  611. Generating call graph for function analyzer_wait
  612. Generating call graph for function analyzer_wait_button
  613. Generating call graph for function analyzer_wait_data
  614. Generating docs for file hardware/zeroplus-logic-cube/gl_usb.c...
  615. Generating call graph for function gl_read_bulk
  616. Generating docs for file hardware/zeroplus-logic-cube/gl_usb.h...
  617. Generating call graph for function gl_read_bulk
  618. Generating docs for file hardware/zeroplus-logic-cube/zeroplus.c...
  619. Generating docs for file hwdriver.c...
  620. Generating call graph for function sr_dev_inst_get
  621. Generating call graph for function sr_dev_inst_new
  622. Generating call graph for function sr_driver_hwcap_exists
  623. Generating call graph for function sr_driver_init
  624. Generating call graph for function sr_hw_cleanup_all
  625. Generating call graph for function sr_serial_dev_inst_new
  626. Generating call graph for function sr_source_add
  627. Generating call graph for function sr_source_remove
  628. Generating call graph for function sr_usb_dev_inst_new
  629. Generating docs for file input/binary.c...
  630. Generating docs for file output/binary.c...
  631. Generating docs for file input/chronovu_la8.c...
  632. Generating docs for file output/chronovu_la8.c...
  633. Generating docs for file input/input.c...
  634. Generating docs for file log.c...
  635. Generating call graph for function sr_log_callback_set
  636. Generating call graph for function sr_log_logdomain_set
  637. Generating call graph for function sr_log_loglevel_set
  638. Generating docs for file output/csv.c...
  639. Generating docs for file output/gnuplot.c...
  640. Generating docs for file output/output.c...
  641. Generating docs for file output/text/ascii.c...
  642. Generating call graph for function data_ascii
  643. Generating docs for file output/text/bits.c...
  644. Generating call graph for function data_bits
  645. Generating docs for file output/text/hex.c...
  646. Generating call graph for function data_hex
  647. Generating docs for file output/text/text.c...
  648. Generating call graph for function event
  649. Generating call graph for function init
  650. Generating docs for file output/text/text.h...
  651. Generating call graph for function data_ascii
  652. Generating call graph for function data_bits
  653. Generating call graph for function data_hex
  654. Generating call graph for function event
  655. Generating call graph for function init
  656. Generating docs for file output/vcd.c...
  657. Generating docs for file session.c...
  658. Generating call graph for function sr_session_datafeed_callback_add
  659. Generating call graph for function sr_session_datafeed_callback_remove_all
  660. Generating call graph for function sr_session_destroy
  661. Generating call graph for function sr_session_dev_add
  662. Generating call graph for function sr_session_dev_remove_all
  663. Generating call graph for function sr_session_halt
  664. Generating call graph for function sr_session_new
  665. Generating call graph for function sr_session_run
  666. Generating call graph for function sr_session_send
  667. Generating call graph for function sr_session_source_add
  668. Generating call graph for function sr_session_source_remove
  669. Generating call graph for function sr_session_start
  670. Generating call graph for function sr_session_stop
  671. Generating docs for file session_driver.c...
  672. Generating docs for file session_file.c...
  673. Generating call graph for function sr_session_load
  674. Generating call graph for function sr_session_save
  675. Generating docs for file sigrok-proto.h...
  676. Generating call graph for function sr_datastore_destroy
  677. Generating call graph for function sr_datastore_new
  678. Generating call graph for function sr_datastore_put
  679. Generating call graph for function sr_dev_has_hwcap
  680. Generating call graph for function sr_dev_list
  681. Generating call graph for function sr_dev_new
  682. Generating call graph for function sr_dev_probe_add
  683. Generating call graph for function sr_dev_probe_find
  684. Generating call graph for function sr_dev_probe_name_set
  685. Generating call graph for function sr_dev_scan
  686. Generating call graph for function sr_dev_trigger_remove_all
  687. Generating call graph for function sr_dev_trigger_set
  688. Generating call graph for function sr_driver_hwcap_exists
  689. Generating call graph for function sr_driver_init
  690. Generating call graph for function sr_exit
  691. Generating call graph for function sr_filter_probes
  692. Generating call graph for function sr_log_callback_set
  693. Generating call graph for function sr_log_logdomain_set
  694. Generating call graph for function sr_log_loglevel_set
  695. Generating call graph for function sr_parse_triggerstring
  696. Generating call graph for function sr_period_string
  697. Generating call graph for function sr_samplerate_string
  698. Generating call graph for function sr_session_datafeed_callback_add
  699. Generating call graph for function sr_session_datafeed_callback_remove_all
  700. Generating call graph for function sr_session_destroy
  701. Generating call graph for function sr_session_dev_add
  702. Generating call graph for function sr_session_dev_remove_all
  703. Generating call graph for function sr_session_halt
  704. Generating call graph for function sr_session_load
  705. Generating call graph for function sr_session_new
  706. Generating call graph for function sr_session_run
  707. Generating call graph for function sr_session_save
  708. Generating call graph for function sr_session_source_add
  709. Generating call graph for function sr_session_source_remove
  710. Generating call graph for function sr_session_start
  711. Generating call graph for function sr_session_stop
  712. Generating docs for file sigrok.h...
  713. Generating docs for file strutil.c...
  714. Generating call graph for function sr_parse_triggerstring
  715. Generating call graph for function sr_period_string
  716. Generating call graph for function sr_samplerate_string
  717. Generating docs for file version.c...
  718. Generating page documentation...
  719. Generating group documentation...
  720. Generating class documentation...
  721. Generating docs for compound clockselect_50...
  722. Generating docs for compound cmd_start_acquisition...
  723. Generating docs for compound context...
  724. Generating docs for compound fx2lafw_profile...
  725. Generating docs for compound model_t...
  726. Generating docs for compound session_vdev...
  727. Generating docs for compound sigma_state...
  728. Generating docs for compound sigma_trigger...
  729. Generating docs for compound source...
  730. Generating docs for compound sr_analog_probe...
  731. Generating docs for compound sr_analog_sample...
  732. Generating docs for compound sr_datafeed_header...
  733. Generating docs for compound sr_datafeed_logic...
  734. Generating docs for compound sr_datafeed_packet...
  735. Generating docs for compound sr_datastore...
  736. Generating docs for compound sr_dev...
  737. Generating docs for compound sr_dev_driver...
  738. Generating docs for compound sr_dev_inst...
  739. Generating docs for compound sr_hwcap_option...
  740. Generating docs for compound sr_input...
  741. Generating docs for compound sr_input_format...
  742. Generating docs for compound sr_output...
  743. Generating docs for compound sr_output_format...
  744. Generating docs for compound sr_probe...
  745. Generating docs for compound sr_samplerates...
  746. Generating docs for compound sr_session...
  747. Generating docs for compound triggerinout...
  748. Generating docs for compound triggerlut...
  749. Generating docs for compound version_info...
  750. Generating namespace index...
  751. Generating graph info page...
  752. Generating directory documentation...
  753. Generating dependency graph for directory hardware/alsa/
  754. Generating dependency graph for directory hardware/asix-sigma/
  755. Generating dependency graph for directory hardware/chronovu-la8/
  756. Generating dependency graph for directory hardware/common/
  757. Generating dependency graph for directory hardware/demo/
  758. Generating dependency graph for directory hardware/fx2lafw/
  759. Generating dependency graph for directory hardware/
  760. Generating dependency graph for directory input/
  761. Generating dependency graph for directory hardware/link-mso19/
  762. Generating dependency graph for directory hardware/openbench-logic-sniffer/
  763. Generating dependency graph for directory output/
  764. Generating dependency graph for directory output/text/
  765. Generating dependency graph for directory hardware/zeroplus-logic-cube/
  766. Generating index page...
  767. Generating page index...
  768. Generating module index...
  769. Generating namespace index...
  770. Generating namespace member index...
  771. Generating annotated compound index...
  772. Generating alphabetical compound index...
  773. Generating hierarchical class index...
  774. Generating graphical class hierarchy...
  775. Generating member index...
  776. Generating file index...
  777. Generating file member index...
  778. Generating example index...
  779. finalizing index lists...
  780. Generating dot graphs using 9 parallel threads...
  781. Running dot for graph 1/194
  782. Running dot for graph 2/194
  783. Running dot for graph 3/194
  784. Running dot for graph 4/194
  785. Running dot for graph 5/194
  786. Running dot for graph 6/194
  787. Running dot for graph 7/194
  788. Running dot for graph 8/194
  789. Running dot for graph 9/194
  790. Running dot for graph 10/194
  791. Running dot for graph 11/194
  792. Running dot for graph 12/194
  793. Running dot for graph 13/194
  794. Running dot for graph 14/194
  795. Running dot for graph 15/194
  796. Running dot for graph 16/194
  797. Running dot for graph 17/194
  798. Running dot for graph 18/194
  799. Running dot for graph 19/194
  800. Running dot for graph 20/194
  801. Running dot for graph 21/194
  802. Running dot for graph 22/194
  803. Running dot for graph 23/194
  804. Running dot for graph 24/194
  805. Running dot for graph 25/194
  806. Running dot for graph 26/194
  807. Running dot for graph 27/194
  808. Running dot for graph 28/194
  809. Running dot for graph 29/194
  810. Running dot for graph 30/194
  811. Running dot for graph 31/194
  812. Running dot for graph 32/194
  813. Running dot for graph 33/194
  814. Running dot for graph 34/194
  815. Running dot for graph 35/194
  816. Running dot for graph 36/194
  817. Running dot for graph 37/194
  818. Running dot for graph 38/194
  819. Running dot for graph 39/194
  820. Running dot for graph 40/194
  821. Running dot for graph 41/194
  822. Running dot for graph 42/194
  823. Running dot for graph 43/194
  824. Running dot for graph 44/194
  825. Running dot for graph 45/194
  826. Running dot for graph 46/194
  827. Running dot for graph 47/194
  828. Running dot for graph 48/194
  829. Running dot for graph 49/194
  830. Running dot for graph 50/194
  831. Running dot for graph 51/194
  832. Running dot for graph 52/194
  833. Running dot for graph 53/194
  834. Running dot for graph 54/194
  835. Running dot for graph 55/194
  836. Running dot for graph 56/194
  837. Running dot for graph 57/194
  838. Running dot for graph 58/194
  839. Running dot for graph 59/194
  840. Running dot for graph 60/194
  841. Running dot for graph 61/194
  842. Running dot for graph 62/194
  843. Running dot for graph 63/194
  844. Running dot for graph 64/194
  845. Running dot for graph 65/194
  846. Running dot for graph 66/194
  847. Running dot for graph 67/194
  848. Running dot for graph 68/194
  849. Running dot for graph 69/194
  850. Running dot for graph 70/194
  851. Running dot for graph 71/194
  852. Running dot for graph 72/194
  853. Running dot for graph 73/194
  854. Running dot for graph 74/194
  855. Running dot for graph 75/194
  856. Running dot for graph 76/194
  857. Running dot for graph 77/194
  858. Running dot for graph 78/194
  859. Running dot for graph 79/194
  860. Running dot for graph 80/194
  861. Running dot for graph 81/194
  862. Running dot for graph 82/194
  863. Running dot for graph 83/194
  864. Running dot for graph 84/194
  865. Running dot for graph 85/194
  866. Running dot for graph 86/194
  867. Running dot for graph 87/194
  868. Running dot for graph 88/194
  869. Running dot for graph 89/194
  870. Running dot for graph 90/194
  871. Running dot for graph 91/194
  872. Running dot for graph 92/194
  873. Running dot for graph 93/194
  874. Running dot for graph 94/194
  875. Running dot for graph 95/194
  876. Running dot for graph 96/194
  877. Running dot for graph 97/194
  878. Running dot for graph 98/194
  879. Running dot for graph 99/194
  880. Running dot for graph 100/194
  881. Running dot for graph 101/194
  882. Running dot for graph 102/194
  883. Running dot for graph 103/194
  884. Running dot for graph 104/194
  885. Running dot for graph 105/194
  886. Running dot for graph 106/194
  887. Running dot for graph 107/194
  888. Running dot for graph 108/194
  889. Running dot for graph 109/194
  890. Running dot for graph 110/194
  891. Running dot for graph 111/194
  892. Running dot for graph 112/194
  893. Running dot for graph 113/194
  894. Running dot for graph 114/194
  895. Running dot for graph 115/194
  896. Running dot for graph 116/194
  897. Running dot for graph 117/194
  898. Running dot for graph 118/194
  899. Running dot for graph 119/194
  900. Running dot for graph 120/194
  901. Running dot for graph 121/194
  902. Running dot for graph 122/194
  903. Running dot for graph 123/194
  904. Running dot for graph 124/194
  905. Running dot for graph 125/194
  906. Running dot for graph 126/194
  907. Running dot for graph 127/194
  908. Running dot for graph 128/194
  909. Running dot for graph 129/194
  910. Running dot for graph 130/194
  911. Running dot for graph 131/194
  912. Running dot for graph 132/194
  913. Running dot for graph 133/194
  914. Running dot for graph 134/194
  915. Running dot for graph 135/194
  916. Running dot for graph 136/194
  917. Running dot for graph 137/194
  918. Running dot for graph 138/194
  919. Running dot for graph 139/194
  920. Running dot for graph 140/194
  921. Running dot for graph 141/194
  922. Running dot for graph 142/194
  923. Running dot for graph 143/194
  924. Running dot for graph 144/194
  925. Running dot for graph 145/194
  926. Running dot for graph 146/194
  927. Running dot for graph 147/194
  928. Running dot for graph 148/194
  929. Running dot for graph 149/194
  930. Running dot for graph 150/194
  931. Running dot for graph 151/194
  932. Running dot for graph 152/194
  933. Running dot for graph 153/194
  934. Running dot for graph 154/194
  935. Running dot for graph 155/194
  936. Running dot for graph 156/194
  937. Running dot for graph 157/194
  938. Running dot for graph 158/194
  939. Running dot for graph 159/194
  940. Running dot for graph 160/194
  941. Running dot for graph 161/194
  942. Running dot for graph 162/194
  943. Running dot for graph 163/194
  944. Running dot for graph 164/194
  945. Running dot for graph 165/194
  946. Running dot for graph 166/194
  947. Running dot for graph 167/194
  948. Running dot for graph 168/194
  949. Running dot for graph 169/194
  950. Running dot for graph 170/194
  951. Running dot for graph 171/194
  952. Running dot for graph 172/194
  953. Running dot for graph 173/194
  954. Running dot for graph 174/194
  955. Running dot for graph 175/194
  956. Running dot for graph 176/194
  957. Running dot for graph 177/194
  958. Running dot for graph 178/194
  959. Running dot for graph 179/194
  960. Running dot for graph 180/194
  961. Running dot for graph 181/194
  962. Running dot for graph 182/194
  963. Running dot for graph 183/194
  964. Running dot for graph 184/194
  965. Running dot for graph 185/194
  966. Running dot for graph 186/194
  967. Running dot for graph 187/194
  968. Running dot for graph 188/194
  969. Running dot for graph 189/194
  970. Running dot for graph 190/194
  971. Running dot for graph 191/194
  972. Running dot for graph 192/194
  973. Running dot for graph 193/194
  974. Running dot for graph 194/194
  975. Patching output file 1/66
  976. Patching output file 2/66
  977. Patching output file 3/66
  978. Patching output file 4/66
  979. Patching output file 5/66
  980. Patching output file 6/66
  981. Patching output file 7/66
  982. Patching output file 8/66
  983. Patching output file 9/66
  984. Patching output file 10/66
  985. Patching output file 11/66
  986. Patching output file 12/66
  987. Patching output file 13/66
  988. Patching output file 14/66
  989. Patching output file 15/66
  990. Patching output file 16/66
  991. Patching output file 17/66
  992. Patching output file 18/66
  993. Patching output file 19/66
  994. Patching output file 20/66
  995. Patching output file 21/66
  996. Patching output file 22/66
  997. Patching output file 23/66
  998. Patching output file 24/66
  999. Patching output file 25/66
  1000. Patching output file 26/66
  1001. Patching output file 27/66
  1002. Patching output file 28/66
  1003. Patching output file 29/66
  1004. Patching output file 30/66
  1005. Patching output file 31/66
  1006. Patching output file 32/66
  1007. Patching output file 33/66
  1008. Patching output file 34/66
  1009. Patching output file 35/66
  1010. Patching output file 36/66
  1011. Patching output file 37/66
  1012. Patching output file 38/66
  1013. Patching output file 39/66
  1014. Patching output file 40/66
  1015. Patching output file 41/66
  1016. Patching output file 42/66
  1017. Patching output file 43/66
  1018. Patching output file 44/66
  1019. Patching output file 45/66
  1020. Patching output file 46/66
  1021. Patching output file 47/66
  1022. Patching output file 48/66
  1023. Patching output file 49/66
  1024. Patching output file 50/66
  1025. Patching output file 51/66
  1026. Patching output file 52/66
  1027. Patching output file 53/66
  1028. Patching output file 54/66
  1029. Patching output file 55/66
  1030. Patching output file 56/66
  1031. Patching output file 57/66
  1032. Patching output file 58/66
  1033. Patching output file 59/66
  1034. Patching output file 60/66
  1035. Patching output file 61/66
  1036. Patching output file 62/66
  1037. Patching output file 63/66
  1038. Patching output file 64/66
  1039. Patching output file 65/66
  1040. Patching output file 66/66
  1041. symbol cache used 1179/65536 hits=128187 misses=1179
  1042. lookup cache used 1032/65536 hits=7938 misses=1045
  1043. finished...
  1044. + exit 0
  1045. Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FZFTwS
  1046. + umask 022
  1047. + cd /home/mrnuke/rpmbuild/BUILD
  1048. + '[' /home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64 '!=' / ']'
  1049. + rm -rf /home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64
  1050. ++ dirname /home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64
  1051. + mkdir -p /home/mrnuke/rpmbuild/BUILDROOT
  1052. + mkdir /home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64
  1053. + cd libsigrok-0.1.1
  1054. + LANG=C
  1055. + export LANG
  1056. + unset DISPLAY
  1057. + rm -rf /home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64
  1058. + /usr/bin/make install DESTDIR=/home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64
  1059. Making install in contrib
  1060. make[2]: Nothing to be done for `install-exec-am'.
  1061. make[2]: Nothing to be done for `install-data-am'.
  1062. Making install in hardware
  1063. Making install in alsa
  1064. make[3]: Nothing to be done for `install-exec-am'.
  1065. make[3]: Nothing to be done for `install-data-am'.
  1066. Making install in asix-sigma
  1067. make[3]: Nothing to be done for `install-exec-am'.
  1068. make[3]: Nothing to be done for `install-data-am'.
  1069. Making install in chronovu-la8
  1070. make[3]: Nothing to be done for `install-exec-am'.
  1071. make[3]: Nothing to be done for `install-data-am'.
  1072. Making install in common
  1073. make[3]: Nothing to be done for `install-exec-am'.
  1074. make[3]: Nothing to be done for `install-data-am'.
  1075. Making install in demo
  1076. make[3]: Nothing to be done for `install-exec-am'.
  1077. make[3]: Nothing to be done for `install-data-am'.
  1078. Making install in fx2lafw
  1079. make[3]: Nothing to be done for `install-exec-am'.
  1080. make[3]: Nothing to be done for `install-data-am'.
  1081. Making install in link-mso19
  1082. make[3]: Nothing to be done for `install-exec-am'.
  1083. make[3]: Nothing to be done for `install-data-am'.
  1084. Making install in openbench-logic-sniffer
  1085. make[3]: Nothing to be done for `install-exec-am'.
  1086. make[3]: Nothing to be done for `install-data-am'.
  1087. Making install in zeroplus-logic-cube
  1088. make[3]: Nothing to be done for `install-exec-am'.
  1089. make[3]: Nothing to be done for `install-data-am'.
  1090. make[3]: Nothing to be done for `install-exec-am'.
  1091. make[3]: Nothing to be done for `install-data-am'.
  1092. Making install in input
  1093. make[2]: Nothing to be done for `install-exec-am'.
  1094. make[2]: Nothing to be done for `install-data-am'.
  1095. Making install in output
  1096. Making install in text
  1097. make[3]: Nothing to be done for `install-exec-am'.
  1098. make[3]: Nothing to be done for `install-data-am'.
  1099. make[3]: Nothing to be done for `install-exec-am'.
  1100. make[3]: Nothing to be done for `install-data-am'.
  1101. test -z "/usr/lib64" || /usr/bin/mkdir -p "/home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64/usr/lib64"
  1102. /bin/sh ./libtool --silent --mode=install /usr/bin/install -c libsigrok.la '/home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64/usr/lib64'
  1103. libtool: install: warning: remember to run `libtool --finish /usr/lib64'
  1104. test -z "/usr/include" || /usr/bin/mkdir -p "/home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64/usr/include"
  1105. /usr/bin/install -c -m 644 sigrok.h sigrok-proto.h '/home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64/usr/include'
  1106. test -z "/usr/lib64/pkgconfig" || /usr/bin/mkdir -p "/home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64/usr/lib64/pkgconfig"
  1107. /usr/bin/install -c -m 644 libsigrok.pc '/home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64/usr/lib64/pkgconfig'
  1108. + find /home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64 -name '*.la' -exec rm -f '{}' ';'
  1109. + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/mrnuke/rpmbuild/BUILD/libsigrok-0.1.1
  1110. extracting debug info from /home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64/usr/lib64/libsigrok.so.0.0.0
  1111. *** ERROR: No build ID note found in /home/mrnuke/rpmbuild/BUILDROOT/libsigrok-0.1.1-1.fc17.x86_64/usr/lib64/libsigrok.so.0.0.0
  1112. error: Bad exit status from /var/tmp/rpm-tmp.FZFTwS (%install)
  1113.  
  1114.  
  1115. RPM build errors:
  1116. Bad exit status from /var/tmp/rpm-tmp.FZFTwS (%install)
  1117. [mrnuke@nukeserv1 SPECS]$
Add Comment
Please, Sign In to add comment