Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.02 KB | None | 0 0
  1. purgen@purgen-K50C ~/xf86-video-sis $ autoreconf -vi
  2. autoreconf: Entering directory `.'
  3. autoreconf: configure.ac: not using Gettext
  4. autoreconf: running: aclocal
  5. autoreconf: configure.ac: tracing
  6. autoreconf: running: libtoolize --copy
  7. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
  8. libtoolize: copying file `./ltmain.sh'
  9. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  10. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  11. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  12. autoreconf: running: /usr/bin/autoconf
  13. autoreconf: running: /usr/bin/autoheader
  14. autoreconf: running: automake --add-missing --copy --no-force
  15. configure.ac:40: installing './compile'
  16. configure.ac:40: installing './config.guess'
  17. configure.ac:40: installing './config.sub'
  18. configure.ac:34: installing './install-sh'
  19. configure.ac:34: installing './missing'
  20. src/Makefile.am: installing './depcomp'
  21. autoreconf: Leaving directory `.'
  22. purgen@purgen-K50C ~/xf86-video-sis $ automake
  23. purgen@purgen-K50C ~/xf86-video-sis $ ./configure --prefix=/usr --disable-static
  24. checking for a BSD-compatible install... /usr/bin/install -c
  25. checking whether build environment is sane... yes
  26. checking for a thread-safe mkdir -p... /bin/mkdir -p
  27. checking for gawk... gawk
  28. checking whether make sets $(MAKE)... yes
  29. checking whether make supports nested variables... yes
  30. checking for style of include used by make... GNU
  31. checking for gcc... gcc
  32. checking whether the C compiler works... yes
  33. checking for C compiler default output file name... a.out
  34. checking for suffix of executables...
  35. checking whether we are cross compiling... no
  36. checking for suffix of object files... o
  37. checking whether we are using the GNU C compiler... yes
  38. checking whether gcc accepts -g... yes
  39. checking for gcc option to accept ISO C89... none needed
  40. checking whether gcc understands -c and -o together... yes
  41. checking dependency style of gcc... gcc3
  42. checking for gcc option to accept ISO C99... -std=gnu99
  43. checking how to run the C preprocessor... gcc -std=gnu99 -E
  44. checking for grep that handles long lines and -e... /bin/grep
  45. checking for egrep... /bin/grep -E
  46. checking for ANSI C header files... yes
  47. checking for sys/types.h... yes
  48. checking for sys/stat.h... yes
  49. checking for stdlib.h... yes
  50. checking for string.h... yes
  51. checking for memory.h... yes
  52. checking for strings.h... yes
  53. checking for inttypes.h... yes
  54. checking for stdint.h... yes
  55. checking for unistd.h... yes
  56. checking whether __clang__ is declared... no
  57. checking whether __INTEL_COMPILER is declared... no
  58. checking whether __SUNPRO_C is declared... no
  59. checking for pkg-config... /usr/bin/pkg-config
  60. checking pkg-config is at least version 0.9.0... yes
  61. checking build system type... x86_64-unknown-linux-gnu
  62. checking host system type... x86_64-unknown-linux-gnu
  63. checking for a sed that does not truncate output... /bin/sed
  64. checking if gcc -std=gnu99 supports -Werror=unknown-warning-option... no
  65. checking if gcc -std=gnu99 supports -Werror=unused-command-line-argument... no
  66. checking if gcc -std=gnu99 supports-Wall... yes
  67. checking if gcc -std=gnu99 supports-Wpointer-arith... yes
  68. checking if gcc -std=gnu99 supports-Wmissing-declarations... yes
  69. checking if gcc -std=gnu99 supports-Wformat=2... yes
  70. checking if gcc -std=gnu99 supports-Wstrict-prototypes... yes
  71. checking if gcc -std=gnu99 supports-Wmissing-prototypes... yes
  72. checking if gcc -std=gnu99 supports-Wnested-externs... yes
  73. checking if gcc -std=gnu99 supports-Wbad-function-cast... yes
  74. checking if gcc -std=gnu99 supports-Wold-style-definition... yes
  75. checking if gcc -std=gnu99 supports-Wdeclaration-after-statement... yes
  76. checking if gcc -std=gnu99 supports-Wunused... yes
  77. checking if gcc -std=gnu99 supports-Wuninitialized... yes
  78. checking if gcc -std=gnu99 supports-Wshadow... yes
  79. checking if gcc -std=gnu99 supports-Wcast-qual... yes
  80. checking if gcc -std=gnu99 supports-Wmissing-noreturn... yes
  81. checking if gcc -std=gnu99 supports-Wmissing-format-attribute... yes
  82. checking if gcc -std=gnu99 supports-Wredundant-decls... yes
  83. checking if gcc -std=gnu99 supports-Werror=implicit... yes
  84. checking if gcc -std=gnu99 supports-Werror=nonnull... yes
  85. checking if gcc -std=gnu99 supports-Werror=init-self... yes
  86. checking if gcc -std=gnu99 supports-Werror=main... yes
  87. checking if gcc -std=gnu99 supports-Werror=missing-braces... yes
  88. checking if gcc -std=gnu99 supports-Werror=sequence-point... yes
  89. checking if gcc -std=gnu99 supports-Werror=return-type... yes
  90. checking if gcc -std=gnu99 supports-Werror=trigraphs... yes
  91. checking if gcc -std=gnu99 supports-Werror=array-bounds... yes
  92. checking if gcc -std=gnu99 supports-Werror=write-strings... yes
  93. checking if gcc -std=gnu99 supports-Werror=address... yes
  94. checking if gcc -std=gnu99 supports-Werror=int-to-pointer-cast... yes
  95. checking if gcc -std=gnu99 supports-Werror=pointer-to-int-cast... yes
  96. checking if gcc -std=gnu99 supports-pedantic... yes
  97. checking if gcc -std=gnu99 supports-Werror... yes
  98. checking if gcc -std=gnu99 supports-Werror=attributes... yes
  99. checking whether make supports nested variables... (cached) yes
  100. checking how to print strings... printf
  101. checking for a sed that does not truncate output... (cached) /bin/sed
  102. checking for fgrep... /bin/grep -F
  103. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  104. checking if the linker (/usr/bin/ld) is GNU ld... yes
  105. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  106. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  107. checking whether ln -s works... yes
  108. checking the maximum length of command line arguments... 1572864
  109. checking whether the shell understands some XSI constructs... yes
  110. checking whether the shell understands "+="... yes
  111. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  112. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  113. checking for /usr/bin/ld option to reload object files... -r
  114. checking for objdump... objdump
  115. checking how to recognize dependent libraries... pass_all
  116. checking for dlltool... no
  117. checking how to associate runtime and link libraries... printf %s\n
  118. checking for ar... ar
  119. checking for archiver @FILE support... @
  120. checking for strip... strip
  121. checking for ranlib... ranlib
  122. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  123. checking for sysroot... no
  124. checking for mt... mt
  125. checking if mt is a manifest tool... no
  126. checking for dlfcn.h... yes
  127. checking for objdir... .libs
  128. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  129. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  130. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  131. checking if gcc -std=gnu99 static flag -static works... yes
  132. checking if gcc -std=gnu99 supports -c -o file.o... yes
  133. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  134. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  135. checking whether -lc should be explicitly linked in... no
  136. checking dynamic linker characteristics... GNU/Linux ld.so
  137. checking how to hardcode library paths into programs... immediate
  138. checking whether stripping libraries is possible... yes
  139. checking if libtool supports shared libraries... yes
  140. checking whether to build shared libraries... yes
  141. checking whether to build static libraries... no
  142. checking if XINERAMA is defined... yes
  143. checking if RANDR is defined... yes
  144. checking if RENDER is defined... yes
  145. checking if XV is defined... yes
  146. checking if DPMSExtension is defined... yes
  147. checking for XORG... yes
  148. checking for XEXT... yes
  149. checking for /usr/include/xorg/dri.h... yes
  150. checking for /usr/include/xorg/sarea.h... yes
  151. checking for /usr/include/xorg/dristruct.h... yes
  152. checking whether to include DRI support... yes
  153. checking for DRI... yes
  154. checking xaa.h usability... no
  155. checking xaa.h presence... no
  156. checking for xaa.h... no
  157. checking whether to include XAA support... no
  158. checking whether XSERVER_LIBPCIACCESS is declared... yes
  159. checking for PCIACCESS... yes
  160. checking that generated files are newer than configure... done
  161. configure: creating ./config.status
  162. config.status: creating Makefile
  163. config.status: creating src/Makefile
  164. config.status: creating man/Makefile
  165. config.status: creating config.h
  166. config.status: executing depfiles commands
  167. config.status: executing libtool commands
  168. purgen@purgen-K50C ~/xf86-video-sis $ su
  169. Пароль:
  170. purgen-K50C xf86-video-sis # make
  171. make all-recursive
  172. make[1]: Вход в каталог `/home/purgen/xf86-video-sis'
  173. Making all in src
  174. make[2]: Вход в каталог `/home/purgen/xf86-video-sis/src'
  175. CC init301.lo
  176. CC init.lo
  177. CC initextx.lo
  178. initextx.c: In function 'SiSBuildBuiltInModeList':
  179. initextx.c:256:11: warning: passing argument 1 of 'sprintf' discards 'const' qualifier from pointer target type [enabled by default]
  180. pSiS->SiS_Pr->SiS_RefIndex[i].YRes);
  181. ^
  182. In file included from /usr/include/features.h:374:0,
  183. from /usr/include/stdio.h:27,
  184. from sis.h:36,
  185. from initextx.h:38,
  186. from initextx.c:36:
  187. /usr/include/x86_64-linux-gnu/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'const char *'
  188. __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
  189. ^
  190. initextx.c:405:5: warning: passing argument 1 of 'strcpy' discards 'const' qualifier from pointer target type [enabled by default]
  191. strcpy(current->name, SiS_PlasmaMode[l].name);
  192. ^
  193. In file included from /usr/include/features.h:374:0,
  194. from /usr/include/stdio.h:27,
  195. from sis.h:36,
  196. from initextx.h:38,
  197. from initextx.c:36:
  198. /usr/include/x86_64-linux-gnu/bits/string3.h:102:1: note: expected 'char * restrict' but argument is of type 'const char *'
  199. __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
  200. ^
  201. initextx.c:489:5: warning: passing argument 1 of 'sprintf' discards 'const' qualifier from pointer target type [enabled by default]
  202. pSiS->SiS_Pr->CP_VDisplay[i]);
  203. ^
  204. In file included from /usr/include/features.h:374:0,
  205. from /usr/include/stdio.h:27,
  206. from sis.h:36,
  207. from initextx.h:38,
  208. from initextx.c:36:
  209. /usr/include/x86_64-linux-gnu/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'const char *'
  210. __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
  211. ^
  212. CC sis300_accel.lo
  213. CC sis310_accel.lo
  214. CC sis6326_video.lo
  215. CC sis_accel.lo
  216. CC sis_cursor.lo
  217. CC sis_dac.lo
  218. CC sis_dga.lo
  219. CC sis_driver.lo
  220. sis_driver.c: In function 'SiSGenerateModeListFromMetaModes':
  221. sis_driver.c:1553:18: warning: passing argument 1 of 'SiSGetModeFromName' discards 'const' qualifier from pointer target type [enabled by default]
  222. mode2 = SiSGetModeFromName(mode1->name, j);
  223. ^
  224. sis_driver.c:1308:1: note: expected 'char *' but argument is of type 'const char *'
  225. SiSGetModeFromName(char* str, DisplayModePtr i)
  226. ^
  227. sis_driver.c: In function 'SISPreInit':
  228. sis_driver.c:6068:7: warning: passing argument 1 of 'strcpy' discards 'const' qualifier from pointer target type [enabled by default]
  229. strcpy(newm->name, tempm->name);
  230. ^
  231. In file included from /usr/include/features.h:374:0,
  232. from /usr/include/stdio.h:27,
  233. from sis.h:36,
  234. from sis_driver.c:50:
  235. /usr/include/x86_64-linux-gnu/bits/string3.h:102:1: note: expected 'char * restrict' but argument is of type 'const char *'
  236. __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
  237. ^
  238. CC sis_memcpy.lo
  239. CC sis_opt.lo
  240. CC sis_setup.lo
  241. CC sis_shadow.lo
  242. CC sis_utility.lo
  243. sis_utility.c: In function 'SiSHandleSiSDirectCommand':
  244. sis_utility.c:1613:13: warning: passing argument 2 of 'sisutil_prepare_string' discards 'const' qualifier from pointer target type [enabled by default]
  245. sisutil_prepare_string(sdcbuf, mypScrn->monitor->id);
  246. ^
  247. sis_utility.c:853:1: note: expected 'char *' but argument is of type 'const char *'
  248. sisutil_prepare_string(xSiSCtrlCommandReply *sdcbuf, char *mystring)
  249. ^
  250. sis_utility.c:1636:16: warning: passing argument 2 of 'sisutil_prepare_string' discards 'const' qualifier from pointer target type [enabled by default]
  251. sisutil_prepare_string(sdcbuf, pSiSEnt->pScrn_1->monitor->id);
  252. ^
  253. sis_utility.c:853:1: note: expected 'char *' but argument is of type 'const char *'
  254. sisutil_prepare_string(xSiSCtrlCommandReply *sdcbuf, char *mystring)
  255. ^
  256. CC sis_vb.lo
  257. CC sis_vga.lo
  258. CC sis_video.lo
  259. CC sis_dri.lo
  260. CCLD sis_drv.la
  261. make[2]: Выход из каталога `/home/purgen/xf86-video-sis/src'
  262. Making all in man
  263. make[2]: Вход в каталог `/home/purgen/xf86-video-sis/man'
  264. GEN sis.4
  265. make[2]: Выход из каталога `/home/purgen/xf86-video-sis/man'
  266. make[2]: Вход в каталог `/home/purgen/xf86-video-sis'
  267. make[2]: Выход из каталога `/home/purgen/xf86-video-sis'
  268. make[1]: Выход из каталога `/home/purgen/xf86-video-sis'
  269. purgen-K50C xf86-video-sis # sudo make install
  270. Making install in src
  271. make[1]: Вход в каталог `/home/purgen/xf86-video-sis/src'
  272. make[2]: Вход в каталог `/home/purgen/xf86-video-sis/src'
  273. make[2]: Цель `install-exec-am' не требует выполнения команд.
  274. /bin/mkdir -p '/usr/lib/xorg/modules/drivers'
  275. /bin/bash ../libtool --mode=install /usr/bin/install -c sis_drv.la '/usr/lib/xorg/modules/drivers'
  276. libtool: install: /usr/bin/install -c .libs/sis_drv.so /usr/lib/xorg/modules/drivers/sis_drv.so
  277. libtool: install: /usr/bin/install -c .libs/sis_drv.lai /usr/lib/xorg/modules/drivers/sis_drv.la
  278. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/xorg/modules/drivers
  279. ----------------------------------------------------------------------
  280. Libraries have been installed in:
  281. /usr/lib/xorg/modules/drivers
  282.  
  283. If you ever happen to want to link against installed libraries
  284. in a given directory, LIBDIR, you must either use libtool, and
  285. specify the full pathname of the library, or use the `-LLIBDIR'
  286. flag during linking and do at least one of the following:
  287. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  288. during execution
  289. - add LIBDIR to the `LD_RUN_PATH' environment variable
  290. during linking
  291. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  292. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  293.  
  294. See any operating system documentation about shared libraries for
  295. more information, such as the ld(1) and ld.so(8) manual pages.
  296. ----------------------------------------------------------------------
  297. make[2]: Выход из каталога `/home/purgen/xf86-video-sis/src'
  298. make[1]: Выход из каталога `/home/purgen/xf86-video-sis/src'
  299. Making install in man
  300. make[1]: Вход в каталог `/home/purgen/xf86-video-sis/man'
  301. make[2]: Вход в каталог `/home/purgen/xf86-video-sis/man'
  302. make[2]: Цель `install-exec-am' не требует выполнения команд.
  303. /bin/mkdir -p '/usr/share/man/man4'
  304. /usr/bin/install -c -m 644 sis.4 '/usr/share/man/man4'
  305. make[2]: Выход из каталога `/home/purgen/xf86-video-sis/man'
  306. make[1]: Выход из каталога `/home/purgen/xf86-video-sis/man'
  307. make[1]: Вход в каталог `/home/purgen/xf86-video-sis'
  308. make[2]: Вход в каталог `/home/purgen/xf86-video-sis'
  309. make[2]: Цель `install-exec-am' не требует выполнения команд.
  310. make[2]: Цель `install-data-am' не требует выполнения команд.
  311. make[2]: Выход из каталога `/home/purgen/xf86-video-sis'
  312. make[1]: Выход из каталога `/home/purgen/xf86-video-sis'
  313. purgen-K50C xf86-video-sis #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement