Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.77 KB | None | 0 0
  1. gaborzsuzsa@gaborzsuzsa-System-Product-Name:~/Zenék/sane-backends-1.0.27$ sudo su
  2. [sudo] gaborzsuzsa jelszava:
  3. root@gaborzsuzsa-System-Product-Name:/home/gaborzsuzsa/Zenék/sane-backends-1.0.27# ./configure
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether make supports nested variables... yes
  10. checking whether make supports nested variables... (cached) yes
  11. checking whether to enable maintainer-specific portions of Makefiles... no
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking whether gcc understands -c and -o together... yes
  22. checking for style of include used by make... GNU
  23. checking dependency style of gcc... gcc3
  24. checking for gcc option to accept ISO C99... none needed
  25. checking for gcc option for ISO C99 w/o extensions...
  26. checking how to run the C preprocessor... gcc -E
  27. checking for grep that handles long lines and -e... /bin/grep
  28. checking for egrep... /bin/grep -E
  29. checking whether gcc needs -traditional... no
  30. checking for ANSI C header files... yes
  31. checking for sys/types.h... yes
  32. checking for sys/stat.h... yes
  33. checking for stdlib.h... yes
  34. checking for string.h... yes
  35. checking for memory.h... yes
  36. checking for strings.h... yes
  37. checking for inttypes.h... yes
  38. checking for stdint.h... yes
  39. checking for unistd.h... yes
  40. checking minix/config.h usability... no
  41. checking minix/config.h presence... no
  42. checking for minix/config.h... no
  43. checking whether it is safe to define __EXTENSIONS__... yes
  44. checking for ar... ar
  45. checking the archiver (ar) interface... ar
  46. checking build system type... x86_64-pc-linux-gnu
  47. checking host system type... x86_64-pc-linux-gnu
  48. checking how to print strings... printf
  49. checking for a sed that does not truncate output... /bin/sed
  50. checking for fgrep... /bin/grep -F
  51. checking for ld used by gcc... /usr/bin/ld
  52. checking if the linker (/usr/bin/ld) is GNU ld... yes
  53. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  54. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  55. checking whether ln -s works... yes
  56. checking the maximum length of command line arguments... 1572864
  57. checking whether the shell understands some XSI constructs... yes
  58. checking whether the shell understands "+="... yes
  59. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  60. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  61. checking for /usr/bin/ld option to reload object files... -r
  62. checking for objdump... objdump
  63. checking how to recognize dependent libraries... pass_all
  64. checking for dlltool... no
  65. checking how to associate runtime and link libraries... printf %s\n
  66. checking for archiver @FILE support... @
  67. checking for strip... strip
  68. checking for ranlib... ranlib
  69. checking command to parse /usr/bin/nm -B output from gcc object... ok
  70. checking for sysroot... no
  71. checking for mt... mt
  72. checking if mt is a manifest tool... no
  73. checking for dlfcn.h... yes
  74. checking for objdir... .libs
  75. checking if gcc supports -fno-rtti -fno-exceptions... no
  76. checking for gcc option to produce PIC... -fPIC -DPIC
  77. checking if gcc PIC flag -fPIC -DPIC works... yes
  78. checking if gcc static flag -static works... yes
  79. checking if gcc supports -c -o file.o... yes
  80. checking if gcc supports -c -o file.o... (cached) yes
  81. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  82. checking whether -lc should be explicitly linked in... no
  83. checking dynamic linker characteristics... GNU/Linux ld.so
  84. checking how to hardcode library paths into programs... immediate
  85. checking whether stripping libraries is possible... yes
  86. checking if libtool supports shared libraries... yes
  87. checking whether to build shared libraries... yes
  88. checking whether to build static libraries... no
  89. checking whether NLS is requested... yes
  90. checking for msgfmt... /usr/bin/msgfmt
  91. checking for gmsgfmt... /usr/bin/msgfmt
  92. checking for xgettext... /usr/bin/xgettext
  93. checking for msgmerge... /usr/bin/msgmerge
  94. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  95. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  96. checking for shared library run path origin... done
  97. checking for CFPreferencesCopyAppValue... no
  98. checking for CFLocaleCopyCurrent... no
  99. checking for GNU gettext in libc... yes
  100. checking whether to use NLS... yes
  101. checking where the gettext function comes from... libc
  102. checking for sane-config... no
  103. checking for pkg-config... /usr/bin/pkg-config
  104. checking pkg-config is at least version 0.9.0... yes
  105. checking for library containing strerror... none required
  106. checking whether byte ordering is bigendian... no
  107. checking for le32toh in machine/endian.h... no
  108. checking for ntohl in arpa/inet.h... yes
  109. checking for swap32 in machine/endian.h... no
  110. checking for bswap_32 in byteswap.h... yes
  111. checking for stdint types... stdint.h (shortcircuit)
  112. make use of stdint.h in include/_stdint.h (assuming C99 compatible system)
  113. checking for dlfcn.h... (cached) yes
  114. checking for dlopen in -ldl... yes
  115. checking for dlopen... yes
  116. checking dl.h usability... no
  117. checking dl.h presence... no
  118. checking for dl.h... no
  119. checking for sqrt in -lm... yes
  120. checking for jpeg_start_decompress in -ljpeg... yes
  121. checking jconfig.h usability... yes
  122. checking jconfig.h presence... yes
  123. checking for jconfig.h... yes
  124. checking for jpeglib - version >= 61 (6a)... yes
  125. checking for TIFFFdOpen in -ltiff... yes
  126. checking tiffio.h usability... yes
  127. checking tiffio.h presence... yes
  128. checking for tiffio.h... yes
  129. checking for png_init_io in -lpng... yes
  130. checking png.h usability... yes
  131. checking png.h presence... yes
  132. checking for png.h... yes
  133. checking ieee1284.h usability... no
  134. checking ieee1284.h presence... no
  135. checking for ieee1284.h... no
  136. checking pthread.h usability... yes
  137. checking pthread.h presence... yes
  138. checking for pthread.h... yes
  139. checking for pthread_create in -lpthread... yes
  140. checking for pthread_create... yes
  141. checking for pthread_kill... yes
  142. checking for pthread_join... yes
  143. checking for pthread_detach... yes
  144. checking for pthread_cancel... yes
  145. checking for pthread_testcancel... yes
  146. checking whether to enable pthread support... yes
  147. checking whether to use pthread instead of fork... yes
  148. checking whether to enable device locking... yes
  149. configure: Setting lockdir group to uucp
  150. checking for pkg-config... pkg-config
  151. checking for LIBV4L... no
  152. checking for sane_init in -lsane... yes
  153. checking for net-snmp-config... /usr/bin/net-snmp-config
  154. checking for snmp_timeout in -lnetsnmp... yes
  155. checking for proper SNMP version... yes
  156. checking for ANSI C header files... (cached) yes
  157. checking fcntl.h usability... yes
  158. checking fcntl.h presence... yes
  159. checking for fcntl.h... yes
  160. checking for unistd.h... (cached) yes
  161. checking libc.h usability... no
  162. checking libc.h presence... no
  163. checking for libc.h... no
  164. checking sys/dsreq.h usability... no
  165. checking sys/dsreq.h presence... no
  166. checking for sys/dsreq.h... no
  167. checking sys/select.h usability... yes
  168. checking sys/select.h presence... yes
  169. checking for sys/select.h... yes
  170. checking sys/time.h usability... yes
  171. checking sys/time.h presence... yes
  172. checking for sys/time.h... yes
  173. checking sys/shm.h usability... yes
  174. checking sys/shm.h presence... yes
  175. checking for sys/shm.h... yes
  176. checking sys/ipc.h usability... yes
  177. checking sys/ipc.h presence... yes
  178. checking for sys/ipc.h... yes
  179. checking sys/signal.h usability... yes
  180. checking sys/signal.h presence... yes
  181. checking for sys/signal.h... yes
  182. checking sys/scanio.h usability... no
  183. checking sys/scanio.h presence... no
  184. checking for sys/scanio.h... no
  185. checking os2.h usability... no
  186. checking os2.h presence... no
  187. checking for os2.h... no
  188. checking sys/socket.h usability... yes
  189. checking sys/socket.h presence... yes
  190. checking for sys/socket.h... yes
  191. checking sys/io.h usability... yes
  192. checking sys/io.h presence... yes
  193. checking for sys/io.h... yes
  194. checking sys/hw.h usability... no
  195. checking sys/hw.h presence... no
  196. checking for sys/hw.h... no
  197. checking for sys/types.h... (cached) yes
  198. checking linux/ppdev.h usability... yes
  199. checking linux/ppdev.h presence... yes
  200. checking for linux/ppdev.h... yes
  201. checking dev/ppbus/ppi.h usability... no
  202. checking dev/ppbus/ppi.h presence... no
  203. checking for dev/ppbus/ppi.h... no
  204. checking machine/cpufunc.h usability... no
  205. checking machine/cpufunc.h presence... no
  206. checking for machine/cpufunc.h... no
  207. checking sys/sem.h usability... yes
  208. checking sys/sem.h presence... yes
  209. checking for sys/sem.h... yes
  210. checking sys/poll.h usability... yes
  211. checking sys/poll.h presence... yes
  212. checking for sys/poll.h... yes
  213. checking windows.h usability... no
  214. checking windows.h presence... no
  215. checking for windows.h... no
  216. checking be/kernel/OS.h usability... no
  217. checking be/kernel/OS.h presence... no
  218. checking for be/kernel/OS.h... no
  219. checking limits.h usability... yes
  220. checking limits.h presence... yes
  221. checking for limits.h... yes
  222. checking sys/ioctl.h usability... yes
  223. checking sys/ioctl.h presence... yes
  224. checking for sys/ioctl.h... yes
  225. checking asm/types.h usability... yes
  226. checking asm/types.h presence... yes
  227. checking for asm/types.h... yes
  228. checking netinet/in.h usability... yes
  229. checking netinet/in.h presence... yes
  230. checking for netinet/in.h... yes
  231. checking for tiffio.h... (cached) yes
  232. checking ifaddrs.h usability... yes
  233. checking ifaddrs.h presence... yes
  234. checking for ifaddrs.h... yes
  235. checking pwd.h usability... yes
  236. checking pwd.h presence... yes
  237. checking for pwd.h... yes
  238. checking getopt.h usability... yes
  239. checking getopt.h presence... yes
  240. checking for getopt.h... yes
  241. checking for asm/io.h... no
  242. checking winsock2.h usability... no
  243. checking winsock2.h presence... no
  244. checking for winsock2.h... no
  245. checking resmgr.h usability... no
  246. checking resmgr.h presence... no
  247. checking for resmgr.h... no
  248. checking for size_t... yes
  249. checking for pid_t... yes
  250. checking for ssize_t... yes
  251. checking for u_char... yes
  252. checking for u_short... yes
  253. checking for u_int... yes
  254. checking for u_long... yes
  255. checking for long long support... yes
  256. checking for socklen_t in <sys/socket.h>... yes
  257. checking for union semun in <sys/sem.h>... no
  258. checking for struct flock in fcntl.h... yes
  259. checking for Linux ioctl defines... yes
  260. checking whether byte ordering is bigendian... (cached) no
  261. checking for an ANSI C-conforming const... yes
  262. checking for inline... inline
  263. checking for working alloca.h... yes
  264. checking for alloca... yes
  265. checking for getenv... yes
  266. checking for inet_ntop... yes
  267. checking for inet_pton... yes
  268. checking for isfdtype... yes
  269. checking for sigprocmask... yes
  270. checking for sleep... yes
  271. checking for snprintf... yes
  272. checking for strcasestr... yes
  273. checking for strdup... yes
  274. checking for strndup... yes
  275. checking for strsep... yes
  276. checking for syslog... yes
  277. checking for usleep... yes
  278. checking for vsyslog... yes
  279. checking for gethostbyaddr... yes
  280. checking for gethostbyaddr... (cached) yes
  281. checking for socket... yes
  282. checking for inet_aton... yes
  283. checking for inet_addr... yes
  284. checking for inet_aton... (cached) yes
  285. checking for inet_ntoa... yes
  286. checking for stdlib.h... (cached) yes
  287. checking for unistd.h... (cached) yes
  288. checking for sys/param.h... yes
  289. checking for getpagesize... yes
  290. checking for working mmap... yes
  291. checking for atexit... yes
  292. checking for ioperm... yes
  293. checking for i386_set_ioperm... no
  294. checking for mkdir... yes
  295. checking for strftime... yes
  296. checking for strstr... yes
  297. checking for strtod... yes
  298. checking for cfmakeraw... yes
  299. checking for tcsendbreak... yes
  300. checking for strcasecmp... yes
  301. checking for strncasecmp... yes
  302. checking for _portaccess... no
  303. checking for getaddrinfo... yes
  304. checking for getnameinfo... yes
  305. checking for poll... yes
  306. checking for setitimer... yes
  307. checking for iopl... yes
  308. checking for getuid... yes
  309. checking for getpass... yes
  310. checking for inb,outb (provided by sys/io.h)... yes
  311. checking for getopt_long... yes
  312. checking for SYSTEMD... no
  313. checking for SYSTEMD... no
  314. checking for USB... yes
  315. checking IOKit/scsi/SCSITaskLib.h usability... no
  316. checking IOKit/scsi/SCSITaskLib.h presence... no
  317. checking for IOKit/scsi/SCSITaskLib.h... no
  318. checking IOKit/cdb/IOSCSILib.h usability... no
  319. checking IOKit/cdb/IOSCSILib.h presence... no
  320. checking for IOKit/cdb/IOSCSILib.h... no
  321. checking IOKit/scsi/SCSICommandOperationCodes.h usability... no
  322. checking IOKit/scsi/SCSICommandOperationCodes.h presence... no
  323. checking for IOKit/scsi/SCSICommandOperationCodes.h... no
  324. checking IOKit/scsi-commands/SCSICommandOperationCodes.h usability... no
  325. checking IOKit/scsi-commands/SCSICommandOperationCodes.h presence... no
  326. checking for IOKit/scsi-commands/SCSICommandOperationCodes.h... no
  327. checking scsi.h usability... no
  328. checking scsi.h presence... no
  329. checking for scsi.h... no
  330. checking sys/scsi.h usability... no
  331. checking sys/scsi.h presence... no
  332. checking for sys/scsi.h... no
  333. checking sys/scsicmd.h usability... no
  334. checking sys/scsicmd.h presence... no
  335. checking for sys/scsicmd.h... no
  336. checking sys/scsiio.h usability... no
  337. checking sys/scsiio.h presence... no
  338. checking for sys/scsiio.h... no
  339. checking bsd/dev/scsireg.h usability... no
  340. checking bsd/dev/scsireg.h presence... no
  341. checking for bsd/dev/scsireg.h... no
  342. checking scsi/sg.h usability... yes
  343. checking scsi/sg.h presence... yes
  344. checking for scsi/sg.h... yes
  345. checking camlib.h usability... no
  346. checking camlib.h presence... no
  347. checking for camlib.h... no
  348. checking gscdds.h usability... no
  349. checking gscdds.h presence... no
  350. checking for gscdds.h... no
  351. checking sys/scsi/scsi.h usability... no
  352. checking sys/scsi/scsi.h presence... no
  353. checking for sys/scsi/scsi.h... no
  354. checking sys/scsi/sgdefs.h usability... no
  355. checking sys/scsi/sgdefs.h presence... no
  356. checking for sys/scsi/sgdefs.h... no
  357. checking sys/scsi/targets/scgio.h usability... no
  358. checking sys/scsi/targets/scgio.h presence... no
  359. checking for sys/scsi/targets/scgio.h... no
  360. checking apollo/scsi.h usability... no
  361. checking apollo/scsi.h presence... no
  362. checking for apollo/scsi.h... no
  363. checking sys/sdi_comm.h usability... no
  364. checking sys/sdi_comm.h presence... no
  365. checking for sys/sdi_comm.h... no
  366. checking sys/passthrudef.h usability... no
  367. checking sys/passthrudef.h presence... no
  368. checking for sys/passthrudef.h... no
  369. checking for io/cam/cam.h... no
  370. checking for ntddscsi.h... no
  371. checking for ddk/ntddscsi.h... no
  372. checking for scsireq_enter in -lscsi... no
  373. checking for cam_open_device in -lcam... no
  374. checking for scsireq_enter... no
  375. checking for sg_header.target_status in <scsi/sg.h>... yes
  376. scsi buffersize: 131072
  377. checking whether to enable IPv6... yes
  378. checking whether struct sockaddr_storage has an ss_family member... yes
  379. *** canon_pp backend requires libieee1284 library - disabling
  380. *** gphoto2 backend requires gphoto2 and JPEG libraries - disabling
  381. *** hpsj5s backend requires libieee1284 library - disabling
  382. *** mustek_pp backend requires libieee1284 or parport-directio libraries - disabling
  383. *** pint backend requires sys/scanio.h - disabling
  384. *** v4l backend requires v4l libraries - disabling
  385. *** pnm backend not manually selected - disabling
  386. checking for makeindex... no
  387. checking for dvips... no
  388. checking for latex... no
  389. checking for pdflatex... no
  390. checking for fig2dev... no
  391. checking for gs... /usr/bin/gs
  392. checking for dlh... no
  393. checking for ppmtogif... /usr/bin/ppmtogif
  394. checking that generated files are newer than configure... done
  395. configure: creating ./config.status
  396. config.status: creating Makefile
  397. config.status: creating lib/Makefile
  398. config.status: creating sanei/Makefile
  399. config.status: creating frontend/Makefile
  400. config.status: creating japi/Makefile
  401. config.status: creating backend/Makefile
  402. config.status: creating include/Makefile
  403. config.status: creating doc/Makefile
  404. config.status: creating po/Makefile.in
  405. config.status: creating testsuite/Makefile
  406. config.status: creating testsuite/sanei/Makefile
  407. config.status: creating testsuite/tools/Makefile
  408. config.status: creating tools/Makefile
  409. config.status: creating doc/doxygen-sanei.conf
  410. config.status: creating doc/doxygen-genesys.conf
  411. config.status: creating tools/sane-config
  412. config.status: creating tools/sane-backends.pc
  413. config.status: creating include/sane/config.h
  414. config.status: executing depfiles commands
  415. config.status: executing libtool commands
  416. config.status: executing po-directories commands
  417. config.status: creating po/POTFILES
  418. config.status: creating po/Makefile
  419. config.status: executing include/_stdint.h commands
  420. config.status: creating include/_stdint.h : _SANE_BACKENDS_INCLUDE__STDINT_H
  421. -> Variables used for compilation/linking:
  422. AM_CPPFLAGS=" -D_REENTRANT -DPATH_SANE_CONFIG_DIR=$(configdir) -DPATH_SANE_DATA_DIR=$(datadir) -DPATH_SANE_LOCK_DIR=$(locksanedir) -DV_MAJOR=1 -DV_MINOR=0"
  423. AM_CFLAGS=" -Wall"
  424. AM_LDFLAGS=""
  425. LIBS=""
  426. -> Installation directories:
  427. Configuration: /usr/local/etc
  428. Libraries: /usr/local/lib
  429. Binaries: /usr/local/bin and /usr/local/sbin
  430. Manpages: /usr/local/share/man
  431. Documentation: /usr/local/share/doc/sane-backends
  432. Lockfiles: /usr/local/var/lock/sane
  433. -> Network parameters:
  434. Build saned: yes
  435. IPv6 support: yes
  436. Avahi support: no
  437. SNMP support: yes
  438. -> The following backends will be built:
  439. abaton agfafocus apple artec artec_eplus48u as6e avision bh canon canon630u canon_dr cardscan coolscan coolscan2 coolscan3 dc25 dc210 dc240 dell1600n_net dmc epjitsu epson epson2 epsonds fujitsu genesys gt68xx hp hp3500 hp3900 hp4200 hp5400 hp5590 hpljm1005 hs2p ibm kodak kodakaio kvs1025 kvs20xx kvs40xx leo lexmark ma1509 magicolor matsushita microtek microtek2 mustek mustek_usb mustek_usb2 nec net niash pie pieusb pixma plustek plustek_pp qcam ricoh rts8891 s9036 sceptre sharp sm3600 sm3840 snapscan sp15c st400 stv680 tamarack teco1 teco2 teco3 test u12 umax umax_pp umax1220u xerox_mfp p5
  440.  
  441. -> The following preload backends will be built:
  442.  
  443. *** Warning: An old version of SANE was detected but the sane-config program
  444. *** couldn't be found. If you encounter any problems with SANE remove the old
  445. *** SANE files and reinstall this version.
  446. ****************************************************************
  447. * Please be sure to read file PROBLEMS in this directory *
  448. * BEFORE running any of the SANE applications. Some devices *
  449. * may be damaged by improper operation, so please do heed this *
  450. * advice. *
  451. ****************************************************************
  452. root@gaborzsuzsa-System-Product-Name:/home/gaborzsuzsa/Zenék/sane-backends-1.0.27#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement