jamesdtyler

Untitled

Jun 23rd, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.83 KB | None | 0 0
  1. ~/projects/minidlna-git> ./configure
  2. checking build system type... x86_64-unknown-haiku
  3. checking host system type... x86_64-unknown-haiku
  4. checking target system type... x86_64-unknown-haiku
  5. checking for a BSD-compatible install... /bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether make supports nested variables... (cached) yes
  12. checking whether make supports the include directive... yes (GNU style)
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking whether gcc understands -c and -o together... yes
  23. checking dependency style of gcc... gcc3
  24. checking how to run the C preprocessor... gcc -E
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for ANSI C header files... yes
  28. checking for sys/types.h... yes
  29. checking for sys/stat.h... yes
  30. checking for stdlib.h... yes
  31. checking for string.h... yes
  32. checking for memory.h... yes
  33. checking for strings.h... yes
  34. checking for inttypes.h... yes
  35. checking for stdint.h... yes
  36. checking for unistd.h... yes
  37. checking minix/config.h usability... no
  38. checking minix/config.h presence... no
  39. checking for minix/config.h... no
  40. checking whether it is safe to define __EXTENSIONS__... yes
  41. checking for ld used by GCC... /boot/system/develop/tools/x86_64-unknown-haiku/bin/ld
  42. checking if the linker (/boot/system/develop/tools/x86_64-unknown-haiku/bin/ld) is GNU ld... yes
  43. checking for shared library run path origin... done
  44. checking for iconv... yes
  45. checking for working iconv... yes
  46. checking how to link with libiconv... -liconv
  47. checking for iconv declaration...
  48. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  49. checking whether NLS is requested... yes
  50. checking for msgfmt... /bin/msgfmt
  51. checking for gmsgfmt... /bin/msgfmt
  52. checking for xgettext... /bin/xgettext
  53. checking for msgmerge... /bin/msgmerge
  54. checking for CFPreferencesCopyAppValue... no
  55. checking for CFLocaleCopyCurrent... no
  56. checking for GNU gettext in libc... no
  57. checking for iconv... (cached) yes
  58. checking for working iconv... (cached) yes
  59. checking how to link with libiconv... -liconv
  60. checking for GNU gettext in libintl... yes
  61. checking whether to use NLS... yes
  62. checking where the gettext function comes from... external libintl
  63. checking how to link with libintl... -lintl
  64. checking for gawk... (cached) gawk
  65. checking for gcc... (cached) gcc
  66. checking whether we are using the GNU C compiler... (cached) yes
  67. checking whether gcc accepts -g... (cached) yes
  68. checking for gcc option to accept ISO C89... (cached) none needed
  69. checking whether gcc understands -c and -o together... (cached) yes
  70. checking dependency style of gcc... (cached) gcc3
  71. checking whether ln -s works... yes
  72. checking whether make sets $(MAKE)... (cached) yes
  73. checking for inline... inline
  74. checking for mode_t... yes
  75. checking for off_t... yes
  76. checking for pid_t... yes
  77. checking for size_t... yes
  78. checking for uint8_t... yes
  79. checking for int32_t... yes
  80. checking for uint32_t... yes
  81. checking for uint64_t... yes
  82. checking for ssize_t... yes
  83. checking for dirent.h that defines DIR... yes
  84. checking for library containing opendir... none required
  85. checking for struct dirent.d_type... no
  86. checking for struct stat.st_blocks... yes
  87. checking for stdbool.h that conforms to C99... yes
  88. checking for _Bool... yes
  89. checking whether byte ordering is bigendian... no
  90. checking vfork.h usability... no
  91. checking vfork.h presence... no
  92. checking for vfork.h... no
  93. checking for fork... yes
  94. checking for vfork... yes
  95. checking for working fork... yes
  96. checking for working vfork... (cached) yes
  97. checking whether lstat correctly handles trailing slash... no
  98. checking for gethostname... yes
  99. checking for getifaddrs... no
  100. checking for gettimeofday... yes
  101. checking for inet_ntoa... no
  102. checking for memmove... yes
  103. checking for memset... yes
  104. checking for mkdir... yes
  105. checking for realpath... yes
  106. checking for select... yes
  107. checking for sendfile... no
  108. checking for setlocale... yes
  109. checking for socket... no
  110. checking for strcasecmp... yes
  111. checking for strchr... yes
  112. checking for strdup... yes
  113. checking for strerror... yes
  114. checking for strncasecmp... yes
  115. checking for strpbrk... yes
  116. checking for strrchr... yes
  117. checking for strstr... yes
  118. checking for strtol... yes
  119. checking for strtoul... yes
  120. checking whether SEEK_HOLE is declared... no
  121. checking for struct ip_mreqn... no
  122. checking for struct ip_mreq... yes
  123. checking syscall.h usability... no
  124. checking syscall.h presence... no
  125. checking for syscall.h... no
  126. checking sys/syscall.h usability... no
  127. checking sys/syscall.h presence... no
  128. checking for sys/syscall.h... no
  129. checking mach/mach_time.h usability... no
  130. checking mach/mach_time.h presence... no
  131. checking for mach/mach_time.h... no
  132. checking for __NR_clock_gettime syscall... no
  133. checking for library containing clock_gettime... none required
  134. checking for linux/netlink.h... no
  135. checking libavutil/avutil.h usability... yes
  136. checking libavutil/avutil.h presence... yes
  137. checking for libavutil/avutil.h... yes
  138. checking ffmpeg/libavutil/avutil.h usability... no
  139. checking ffmpeg/libavutil/avutil.h presence... no
  140. checking for ffmpeg/libavutil/avutil.h... no
  141. checking libav/libavutil/avutil.h usability... no
  142. checking libav/libavutil/avutil.h presence... no
  143. checking for libav/libavutil/avutil.h... no
  144. checking avutil.h usability... no
  145. checking avutil.h presence... no
  146. checking for avutil.h... no
  147. checking ffmpeg/avutil.h usability... no
  148. checking ffmpeg/avutil.h presence... no
  149. checking for ffmpeg/avutil.h... no
  150. checking libav/avutil.h usability... no
  151. checking libav/avutil.h presence... no
  152. checking for libav/avutil.h... no
  153. checking libavcodec/avcodec.h usability... yes
  154. checking libavcodec/avcodec.h presence... yes
  155. checking for libavcodec/avcodec.h... yes
  156. checking ffmpeg/libavcodec/avcodec.h usability... no
  157. checking ffmpeg/libavcodec/avcodec.h presence... no
  158. checking for ffmpeg/libavcodec/avcodec.h... no
  159. checking libav/libavcodec/avcodec.h usability... no
  160. checking libav/libavcodec/avcodec.h presence... no
  161. checking for libav/libavcodec/avcodec.h... no
  162. checking avcodec.h usability... no
  163. checking avcodec.h presence... no
  164. checking for avcodec.h... no
  165. checking ffmpeg/avcodec.h usability... no
  166. checking ffmpeg/avcodec.h presence... no
  167. checking for ffmpeg/avcodec.h... no
  168. checking libav/avcodec.h usability... no
  169. checking libav/avcodec.h presence... no
  170. checking for libav/avcodec.h... no
  171. checking libavformat/avformat.h usability... yes
  172. checking libavformat/avformat.h presence... yes
  173. checking for libavformat/avformat.h... yes
  174. checking ffmpeg/libavformat/avformat.h usability... no
  175. checking ffmpeg/libavformat/avformat.h presence... no
  176. checking for ffmpeg/libavformat/avformat.h... no
  177. checking libav/libavformat/avformat.h usability... no
  178. checking libav/libavformat/avformat.h presence... no
  179. checking for libav/libavformat/avformat.h... no
  180. checking avformat.h usability... no
  181. checking avformat.h presence... no
  182. checking for avformat.h... no
  183. checking ffmpeg/avformat.h usability... no
  184. checking ffmpeg/avformat.h presence... no
  185. checking for ffmpeg/avformat.h... no
  186. checking libav/avformat.h usability... no
  187. checking libav/avformat.h presence... no
  188. checking for libav/avformat.h... no
  189. checking jpeglib.h usability... yes
  190. checking jpeglib.h presence... yes
  191. checking for jpeglib.h... yes
  192. checking sqlite3.h usability... yes
  193. checking sqlite3.h presence... yes
  194. checking for sqlite3.h... yes
  195. checking libexif/exif-loader.h usability... yes
  196. checking libexif/exif-loader.h presence... yes
  197. checking for libexif/exif-loader.h... yes
  198. checking id3tag.h usability... yes
  199. checking id3tag.h presence... yes
  200. checking for id3tag.h... yes
  201. checking ogg/ogg.h usability... yes
  202. checking ogg/ogg.h presence... yes
  203. checking for ogg/ogg.h... yes
  204. checking vorbis/codec.h usability... yes
  205. checking vorbis/codec.h presence... yes
  206. checking for vorbis/codec.h... yes
  207. checking FLAC/metadata.h usability... yes
  208. checking FLAC/metadata.h presence... yes
  209. checking for FLAC/metadata.h... yes
  210. checking if we should use the daemon() libc function... yes
  211. checking if scandir declaration requires const char cast... yes
  212. checking for linux sendfile support... no
  213. checking for darwin sendfile support... no
  214. checking for freebsd sendfile support... no
  215. checking for jpeg_set_defaults in -ljpeg... yes
  216. checking for exif_data_new_from_file in -lexif... yes
  217. checking for id3_file_open in -lid3tag... yes
  218. checking for sqlite3_open in -lsqlite3... yes
  219. checking for sqlite3_malloc in -lsqlite3... yes
  220. checking for sqlite3_prepare_v2 in -lsqlite3... yes
  221. checking for av_open_input_file in -lavformat... no
  222. checking for avformat_open_input in -lavformat... yes
  223. checking for av_rescale_q in -lavutil ... yes
  224. checking for pthread_create in -lpthread... yes
  225. checking for ov_open_callbacks in -lvorbisfile... yes
  226. checking vorbis/vorbisfile.h usability... yes
  227. checking vorbis/vorbisfile.h presence... yes
  228. checking for vorbis/vorbisfile.h... yes
  229. checking for FLAC__stream_decoder_init_stream in -lFLAC... yes
  230. checking FLAC/all.h usability... yes
  231. checking FLAC/all.h presence... yes
  232. checking for FLAC/all.h... yes
  233. checking for FLAC__stream_decoder_init_ogg_stream in -lFLAC... yes
  234. checking for vorbis_comment_query in -lvorbisfile... no
  235. checking for avahi_threaded_poll_new in -lavahi-client... no
  236. checking arpa/inet.h usability... yes
  237. checking arpa/inet.h presence... yes
  238. checking for arpa/inet.h... yes
  239. checking asm/unistd.h usability... no
  240. checking asm/unistd.h presence... no
  241. checking for asm/unistd.h... no
  242. checking endian.h usability... yes
  243. checking endian.h presence... yes
  244. checking for endian.h... yes
  245. checking machine/endian.h usability... no
  246. checking machine/endian.h presence... no
  247. checking for machine/endian.h... no
  248. checking fcntl.h usability... yes
  249. checking fcntl.h presence... yes
  250. checking for fcntl.h... yes
  251. checking libintl.h usability... yes
  252. checking libintl.h presence... yes
  253. checking for libintl.h... yes
  254. checking locale.h usability... yes
  255. checking locale.h presence... yes
  256. checking for locale.h... yes
  257. checking netdb.h usability... yes
  258. checking netdb.h presence... yes
  259. checking for netdb.h... yes
  260. checking netinet/in.h usability... yes
  261. checking netinet/in.h presence... yes
  262. checking for netinet/in.h... yes
  263. checking stddef.h usability... yes
  264. checking stddef.h presence... yes
  265. checking for stddef.h... yes
  266. checking for stdlib.h... (cached) yes
  267. checking for string.h... (cached) yes
  268. checking sys/file.h usability... yes
  269. checking sys/file.h presence... yes
  270. checking for sys/file.h... yes
  271. checking sys/inotify.h usability... no
  272. checking sys/inotify.h presence... no
  273. checking for sys/inotify.h... no
  274. checking sys/ioctl.h usability... yes
  275. checking sys/ioctl.h presence... yes
  276. checking for sys/ioctl.h... yes
  277. checking sys/param.h usability... yes
  278. checking sys/param.h presence... yes
  279. checking for sys/param.h... yes
  280. checking sys/socket.h usability... yes
  281. checking sys/socket.h presence... yes
  282. checking for sys/socket.h... yes
  283. checking sys/time.h usability... yes
  284. checking sys/time.h presence... yes
  285. checking for sys/time.h... yes
  286. checking for unistd.h... (cached) yes
  287. checking for inotify_init... no
  288. checking for __NR_inotify_init syscall... no
  289. checking for kqueue... no
  290. checking whether to enable TiVo support... no
  291. checking whether to enable generic NETGEAR device support... no
  292. checking whether to enable NETGEAR ReadyNAS support... no
  293. checking whether to build a static binary executable... no
  294. Unknown OS : haiku
  295. checking that generated files are newer than configure... done
  296. configure: creating ./config.status
  297. config.status: creating po/Makefile.in
  298. config.status: creating Makefile
  299. config.status: creating config.h
  300. config.status: config.h is unchanged
  301. config.status: executing depfiles commands
  302. config.status: executing po-directories commands
  303. config.status: creating po/POTFILES
  304. config.status: creating po/Makefile
  305. ~/projects/minidlna-git> make
  306. make all-recursive
  307. make[1]: Entering directory '/boot/home/projects/minidlna-git'
  308. Making all in po
  309. make[2]: Entering directory '/boot/home/projects/minidlna-git/po'
  310. make[2]: Leaving directory '/boot/home/projects/minidlna-git/po'
  311. make[2]: Entering directory '/boot/home/projects/minidlna-git'
  312. CC getifaddr.o
  313. getifaddr.c: In function 'getifaddr':
  314. getifaddr.c:125:15: error: 'SIOCGIFCONF' undeclared (first use in this function); did you mean 'SIGCONT'?
  315. if (ioctl(s, SIOCGIFCONF, &ifc) < 0)
  316. ^~~~~~~~~~~
  317. SIGCONT
  318. getifaddr.c:125:15: note: each undeclared identifier is reported only once for each function it appears in
  319. getifaddr.c:139:17: error: 'SIOCGIFFLAGS' undeclared (first use in this function); did you mean 'RESPONSE_FLAGS'?
  320. (ioctl(s, SIOCGIFFLAGS, ifr) < 0 || ifr->ifr_ifru.ifru_flags & IFF_LOOPBACK))
  321. ^~~~~~~~~~~~
  322. RESPONSE_FLAGS
  323. getifaddr.c:139:48: error: 'struct ifreq' has no member named 'ifr_ifru'; did you mean 'ifr_mtu'?
  324. (ioctl(s, SIOCGIFFLAGS, ifr) < 0 || ifr->ifr_ifru.ifru_flags & IFF_LOOPBACK))
  325. ^~~~~~~~
  326. ifr_mtu
  327. getifaddr.c:141:16: error: 'SIOCGIFADDR' undeclared (first use in this function)
  328. if (ioctl(s, SIOCGIFADDR, ifr) < 0)
  329. ^~~~~~~~~~~
  330. getifaddr.c:151:16: error: 'SIOCGIFNETMASK' undeclared (first use in this function); did you mean 'SIG_SETMASK'?
  331. if (ioctl(s, SIOCGIFNETMASK, ifr) < 0)
  332. ^~~~~~~~~~~~~~
  333. SIG_SETMASK
  334. getifaddr.c: In function 'getsyshwaddr':
  335. getifaddr.c:244:17: error: 'SIOCGIFFLAGS' undeclared (first use in this function); did you mean 'RESPONSE_FLAGS'?
  336. if (ioctl(fd, SIOCGIFFLAGS, &ifr) < 0)
  337. ^~~~~~~~~~~~
  338. RESPONSE_FLAGS
  339. getifaddr.c:246:11: error: 'struct ifreq' has no member named 'ifr_ifru'; did you mean 'ifr_mtu'?
  340. if (ifr.ifr_ifru.ifru_flags & IFF_LOOPBACK)
  341. ^~~~~~~~
  342. ifr_mtu
  343. getifaddr.c:248:17: error: 'SIOCGIFHWADDR' undeclared (first use in this function)
  344. if (ioctl(fd, SIOCGIFHWADDR, &ifr) < 0)
  345. ^~~~~~~~~~~~~
  346. In file included from getifaddr.c:65:
  347. getifaddr.c:255:27: error: 'struct ifreq' has no member named 'ifr_hwaddr'; did you mean 'ifr_addr'?
  348. if (MACADDR_IS_ZERO(ifr.ifr_hwaddr.sa_data))
  349. ^~~~~~~~~~
  350. getifaddr.h:34:5: note: in definition of macro 'MACADDR_IS_ZERO'
  351. ((x[0] == 0x00) && \
  352. ^
  353. getifaddr.c:255:27: error: 'struct ifreq' has no member named 'ifr_hwaddr'; did you mean 'ifr_addr'?
  354. if (MACADDR_IS_ZERO(ifr.ifr_hwaddr.sa_data))
  355. ^~~~~~~~~~
  356. getifaddr.h:35:5: note: in definition of macro 'MACADDR_IS_ZERO'
  357. (x[1] == 0x00) && \
  358. ^
  359. getifaddr.c:255:27: error: 'struct ifreq' has no member named 'ifr_hwaddr'; did you mean 'ifr_addr'?
  360. if (MACADDR_IS_ZERO(ifr.ifr_hwaddr.sa_data))
  361. ^~~~~~~~~~
  362. getifaddr.h:36:5: note: in definition of macro 'MACADDR_IS_ZERO'
  363. (x[2] == 0x00) && \
  364. ^
  365. getifaddr.c:255:27: error: 'struct ifreq' has no member named 'ifr_hwaddr'; did you mean 'ifr_addr'?
  366. if (MACADDR_IS_ZERO(ifr.ifr_hwaddr.sa_data))
  367. ^~~~~~~~~~
  368. getifaddr.h:37:5: note: in definition of macro 'MACADDR_IS_ZERO'
  369. (x[3] == 0x00) && \
  370. ^
  371. getifaddr.c:255:27: error: 'struct ifreq' has no member named 'ifr_hwaddr'; did you mean 'ifr_addr'?
  372. if (MACADDR_IS_ZERO(ifr.ifr_hwaddr.sa_data))
  373. ^~~~~~~~~~
  374. getifaddr.h:38:5: note: in definition of macro 'MACADDR_IS_ZERO'
  375. (x[4] == 0x00) && \
  376. ^
  377. getifaddr.c:255:27: error: 'struct ifreq' has no member named 'ifr_hwaddr'; did you mean 'ifr_addr'?
  378. if (MACADDR_IS_ZERO(ifr.ifr_hwaddr.sa_data))
  379. ^~~~~~~~~~
  380. getifaddr.h:39:5: note: in definition of macro 'MACADDR_IS_ZERO'
  381. (x[5] == 0x00))
  382. ^
  383. getifaddr.c:257:19: error: 'struct ifreq' has no member named 'ifr_hwaddr'; did you mean 'ifr_addr'?
  384. memcpy(mac, ifr.ifr_hwaddr.sa_data, 6);
  385. ^~~~~~~~~~
  386. ifr_addr
  387. Makefile:639: recipe for target 'getifaddr.o' failed
  388. make[2]: *** [getifaddr.o] Error 1
  389. make[2]: Leaving directory '/boot/home/projects/minidlna-git'
  390. Makefile:661: recipe for target 'all-recursive' failed
  391. make[1]: *** [all-recursive] Error 1
  392. make[1]: Leaving directory '/boot/home/projects/minidlna-git'
  393. Makefile:477: recipe for target 'all' failed
  394. make: *** [all] Error 2
  395. ~/projects/minidlna-git>
Advertisement
Add Comment
Please, Sign In to add comment