LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 737|回复: 0

求助:编译splashy的问题

[复制链接]
发表于 2008-4-29 07:08:40 | 显示全部楼层 |阅读模式
请高人指点一下,为什么我编译splashy没有成功呢?


  1. [color="Lime"]ada@ada:~$ git clone git://git.debian.org/git/splashy/splashy.git[/color]

  2. Initialized empty Git repository in /home/ada/splashy/.git/
  3. remote: Counting objects: 1002, done.
  4. remote: Compressing objects: 100% (951/951), done.
  5. remote: Total 1002 (delta 600), reused 83 (delta 7)
  6. Receiving objects: 100% (1002/1002), 1.77 MiB | 64 KiB/s, done.
  7. Resolving deltas: 100% (600/600), done.

  8. [color="Lime"]ada@ada:~$ cd splashy/
  9. ada@ada:~/splashy$ ./autogen.sh --prefix=/usr[/color]

  10. checking for autoconf >= 2.59...
  11.   testing autoconf2.50... not found.
  12.   testing autoconf... found 2.61
  13. checking for automake >= 1.9...
  14.   testing automake-1.9... not found.
  15.   testing automake-1.10... found 1.10.1
  16. checking for libtool >= 1.5...
  17.   testing libtoolize... found 1.5.26
  18. checking for glib-gettext >= 2.2.0...
  19.   testing glib-gettextize... found 2.16.1
  20. checking for pkg-config >= 0.14.0...
  21.   testing pkg-config... found 0.22
  22. Checking for required M4 macros...
  23. Checking for forbidden M4 macros...
  24. Processing ./configure.ac
  25. Running libtoolize...
  26. You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
  27. Running glib-gettextize... Ignore non-fatal messages.
  28. Copying file mkinstalldirs
  29. Copying file po/Makefile.in.in

  30. Please add the files
  31.   codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  32.   progtest.m4
  33. from the /aclocal directory to your autoconf macro directory
  34. or directly to your aclocal.m4 file.
  35. You will also need config.guess and config.sub, which you can get from
  36. ftp://ftp.gnu.org/pub/gnu/config/.

  37. Running aclocal-1.10...
  38. Running autoconf...
  39. Running autoheader...
  40. Running automake-1.10...
  41. configure.ac:7: installing `./install-sh'
  42. configure.ac:7: installing `./missing'
  43. doc/Makefile.am:11: `%'-style pattern rules are a GNU make extension
  44. doc/Makefile.am:14: `%'-style pattern rules are a GNU make extension
  45. src/Makefile.am:40: compiling `splashy_main.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
  46. src/Makefile.am: installing `./depcomp'
  47. Makefile.am: installing `./INSTALL'
  48. Running ./configure --enable-maintainer-mode --prefix=/usr ...
  49. checking for a BSD-compatible install... /usr/bin/install -c
  50. checking whether build environment is sane... yes
  51. checking for a thread-safe mkdir -p... /bin/mkdir -p
  52. checking for gawk... no
  53. checking for mawk... mawk
  54. checking whether make sets $(MAKE)... yes
  55. checking for gcc... gcc
  56. checking for C compiler default output file name... a.out
  57. checking whether the C compiler works... yes
  58. checking whether we are cross compiling... no
  59. checking for suffix of executables...
  60. checking for suffix of object files... o
  61. checking whether we are using the GNU C compiler... yes
  62. checking whether gcc accepts -g... yes
  63. checking for gcc option to accept ISO C89... none needed
  64. checking for style of include used by make... GNU
  65. checking dependency style of gcc... gcc3
  66. checking for a BSD-compatible install... /usr/bin/install -c
  67. checking build system type... i686-pc-linux-gnu
  68. checking host system type... i686-pc-linux-gnu
  69. checking for a sed that does not truncate output... /bin/sed
  70. checking for grep that handles long lines and -e... /bin/grep
  71. checking for egrep... /bin/grep -E
  72. checking for ld used by gcc... /usr/bin/ld
  73. checking if the linker (/usr/bin/ld) is GNU ld... yes
  74. checking for /usr/bin/ld option to reload object files... -r
  75. checking for BSD-compatible nm... /usr/bin/nm -B
  76. checking whether ln -s works... yes
  77. checking how to recognize dependent libraries... pass_all
  78. checking how to run the C preprocessor... gcc -E
  79. checking for ANSI C header files... yes
  80. checking for sys/types.h... yes
  81. checking for sys/stat.h... yes
  82. checking for stdlib.h... yes
  83. checking for string.h... yes
  84. checking for memory.h... yes
  85. checking for strings.h... yes
  86. checking for inttypes.h... yes
  87. checking for stdint.h... yes
  88. checking for unistd.h... yes
  89. checking dlfcn.h usability... yes
  90. checking dlfcn.h presence... yes
  91. checking for dlfcn.h... yes
  92. checking for g++... g++
  93. checking whether we are using the GNU C++ compiler... yes
  94. checking whether g++ accepts -g... yes
  95. checking dependency style of g++... gcc3
  96. checking how to run the C++ preprocessor... g++ -E
  97. checking for g77... no
  98. checking for xlf... no
  99. checking for f77... no
  100. checking for frt... no
  101. checking for pgf77... no
  102. checking for cf77... no
  103. checking for fort77... no
  104. checking for fl32... no
  105. checking for af77... no
  106. checking for xlf90... no
  107. checking for f90... no
  108. checking for pgf90... no
  109. checking for pghpf... no
  110. checking for epcf90... no
  111. checking for gfortran... no
  112. checking for g95... no
  113. checking for xlf95... no
  114. checking for f95... no
  115. checking for fort... no
  116. checking for ifort... no
  117. checking for ifc... no
  118. checking for efc... no
  119. checking for pgf95... no
  120. checking for lf95... no
  121. checking for ftn... no
  122. checking whether we are using the GNU Fortran 77 compiler... no
  123. checking whether  accepts -g... no
  124. checking the maximum length of command line arguments... 98304
  125. checking command to parse /usr/bin/nm -B output from gcc object... ok
  126. checking for objdir... .libs
  127. checking for ar... ar
  128. checking for ranlib... ranlib
  129. checking for strip... strip
  130. checking if gcc supports -fno-rtti -fno-exceptions... no
  131. checking for gcc option to produce PIC... -fPIC
  132. checking if gcc PIC flag -fPIC works... yes
  133. checking if gcc static flag -static works... yes
  134. checking if gcc supports -c -o file.o... yes
  135. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  136. checking whether -lc should be explicitly linked in... no
  137. checking dynamic linker characteristics... GNU/Linux ld.so
  138. checking how to hardcode library paths into programs... immediate
  139. checking whether stripping libraries is possible... yes
  140. checking if libtool supports shared libraries... yes
  141. checking whether to build shared libraries... yes
  142. checking whether to build static libraries... no
  143. configure: creating libtool
  144. appending configuration tag "CXX" to libtool
  145. checking for ld used by g++... /usr/bin/ld
  146. checking if the linker (/usr/bin/ld) is GNU ld... yes
  147. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  148. checking for g++ option to produce PIC... -fPIC
  149. checking if g++ PIC flag -fPIC works... yes
  150. checking if g++ static flag -static works... yes
  151. checking if g++ supports -c -o file.o... yes
  152. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  153. checking dynamic linker characteristics... GNU/Linux ld.so
  154. (cached) (cached) checking how to hardcode library paths into programs... immediate
  155. appending configuration tag "F77" to libtool
  156. checking whether ln -s works... yes
  157. checking locale.h usability... yes
  158. checking locale.h presence... yes
  159. checking for locale.h... yes
  160. checking for LC_MESSAGES... yes
  161. checking libintl.h usability... yes
  162. checking libintl.h presence... yes
  163. checking for libintl.h... yes
  164. checking for ngettext in libc... yes
  165. checking for dgettext in libc... yes
  166. checking for bind_textdomain_codeset... yes
  167. checking for msgfmt... /usr/bin/msgfmt
  168. checking for dcgettext... yes
  169. checking if msgfmt accepts -c... yes
  170. checking for gmsgfmt... /usr/bin/msgfmt
  171. checking for xgettext... /usr/bin/xgettext
  172. checking for catalogs to be installed...  es sk fr de hu pt
  173. checking magic.h usability... yes
  174. checking magic.h presence... yes
  175. checking for magic.h... yes
  176. checking for magic_open in -lmagic... yes
  177. checking for pkg-config... /usr/bin/pkg-config
  178. checking pkg-config is at least version 0.9.0... yes
  179. checking for splashy... yes
  180. checking for splashy_config... yes
  181. configure: creating ./config.status
  182. config.status: creating po/Makefile.in
  183. config.status: creating Makefile
  184. config.status: creating src/Makefile
  185. config.status: creating src/xml_format.h
  186. config.status: creating doc/Makefile
  187. config.status: creating doc/config.xml
  188. config.status: creating doc/theme.xml
  189. config.status: creating scripts/Makefile
  190. config.status: creating scripts/initramfs-tools/hooks/libsplashy
  191. config.status: creating Doxyfile
  192. config.status: creating splashy.pc
  193. config.status: creating config.h
  194. config.status: executing depfiles commands
  195. config.status: executing default-1 commands

  196. splashy 0.3.10

  197. Print debugging messages...... :

  198. configure complete, now type 'make'

  199. Now type `make' to compile Package

  200. [color="Lime"]ada@ada:~/splashy$ make[/color]

  201. make  all-recursive
  202. make[1]: Entering directory `/home/ada/splashy'
  203. Making all in po
  204. make[2]: Entering directory `/home/ada/splashy/po'
  205. file=./`echo es | sed 's,.*/,,'`.gmo \
  206.           && rm -f $file && /usr/bin/msgfmt -c -o $file es.po
  207. /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
  208.                          警告:旧版本的 msgfmt 将在此时给出错误
  209. file=./`echo sk | sed 's,.*/,,'`.gmo \
  210.           && rm -f $file && /usr/bin/msgfmt -c -o $file sk.po
  211. /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
  212.                          警告:旧版本的 msgfmt 将在此时给出错误
  213. file=./`echo fr | sed 's,.*/,,'`.gmo \
  214.           && rm -f $file && /usr/bin/msgfmt -c -o $file fr.po
  215. /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
  216.                          警告:旧版本的 msgfmt 将在此时给出错误
  217. file=./`echo de | sed 's,.*/,,'`.gmo \
  218.           && rm -f $file && /usr/bin/msgfmt -c -o $file de.po
  219. /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
  220.                          警告:旧版本的 msgfmt 将在此时给出错误
  221. file=./`echo hu | sed 's,.*/,,'`.gmo \
  222.           && rm -f $file && /usr/bin/msgfmt -c -o $file hu.po
  223. /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
  224.                          警告:旧版本的 msgfmt 将在此时给出错误
  225. file=./`echo pt | sed 's,.*/,,'`.gmo \
  226.           && rm -f $file && /usr/bin/msgfmt -c -o $file pt.po
  227. /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
  228.                          警告:旧版本的 msgfmt 将在此时给出错误
  229. make[2]: Leaving directory `/home/ada/splashy/po'
  230. Making all in doc
  231. make[2]: Entering directory `/home/ada/splashy/doc'
  232. pod2man --section 1 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy.pod > splashy.1
  233. pod2man --section 1 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy_config.pod > splashy_config.1
  234. pod2man --section 1 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy_update.pod > splashy_update.1
  235. pod2man --section 5 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy-config.xml.pod > splashy-config.xml.5
  236. pod2man --section 5 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy-theme.xml.pod > splashy-theme.xml.5
  237. make[2]: Leaving directory `/home/ada/splashy/doc'
  238. Making all in src
  239. make[2]: Entering directory `/home/ada/splashy/src'
  240. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb      -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT xml_config.lo -MD -MP -MF .deps/xml_config.Tpo -c -o xml_config.lo xml_config.c
  241. mkdir .libs
  242. gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT xml_config.lo -MD -MP -MF .deps/xml_config.Tpo -c xml_config.c  -fPIC -DPIC -o .libs/xml_config.o
  243. mv -f .deps/xml_config.Tpo .deps/xml_config.Plo
  244. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb      -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT xml_parser.lo -MD -MP -MF .deps/xml_parser.Tpo -c -o xml_parser.lo xml_parser.c
  245. gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT xml_parser.lo -MD -MP -MF .deps/xml_parser.Tpo -c xml_parser.c  -fPIC -DPIC -o .libs/xml_parser.o
  246. mv -f .deps/xml_parser.Tpo .deps/xml_parser.Plo
  247. /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -export-symbols-regex splashy_.* -version-info 1:0:0  -o libsplashycnf.la -rpath /usr/lib xml_config.lo xml_parser.lo -lglib-2.0
  248. generating symbol list for `libsplashycnf.la'
  249. /usr/bin/nm -B  .libs/xml_config.o .libs/xml_parser.o  | sed -n -e 's/^.*[         ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][         ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libsplashycnf.exp
  250. /bin/grep -E -e "splashy_.*" ".libs/libsplashycnf.exp" > ".libs/libsplashycnf.expT"
  251. mv -f ".libs/libsplashycnf.expT" ".libs/libsplashycnf.exp"
  252. echo "{ global:" > .libs/libsplashycnf.ver
  253. cat .libs/libsplashycnf.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libsplashycnf.ver
  254. echo "local: *; };" >> .libs/libsplashycnf.ver
  255. gcc -shared  .libs/xml_config.o .libs/xml_parser.o  /usr/lib/libglib-2.0.so  -Wl,-soname -Wl,libsplashycnf.so.1 -Wl,-version-script -Wl,.libs/libsplashycnf.ver -o .libs/libsplashycnf.so.1.0.0
  256. (cd .libs && rm -f libsplashycnf.so.1 && ln -s libsplashycnf.so.1.0.0 libsplashycnf.so.1)
  257. (cd .libs && rm -f libsplashycnf.so && ln -s libsplashycnf.so.1.0.0 libsplashycnf.so)
  258. creating libsplashycnf.la
  259. (cd .libs && rm -f libsplashycnf.la && ln -s ../libsplashycnf.la libsplashycnf.la)
  260. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb      -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT splashy_video.lo -MD -MP -MF .deps/splashy_video.Tpo -c -o splashy_video.lo splashy_video.c
  261. gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT splashy_video.lo -MD -MP -MF .deps/splashy_video.Tpo -c splashy_video.c  -fPIC -DPIC -o .libs/splashy_video.o
  262. mv -f .deps/splashy_video.Tpo .deps/splashy_video.Plo
  263. /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -export-symbols-regex splashy_.* -version-info 1:0:0   -o libsplashy.la -rpath /usr/lib splashy_video.lo -lglib-2.0 -lsplashycnf -ldirectfb
  264. generating symbol list for `libsplashy.la'
  265. /usr/bin/nm -B  .libs/splashy_video.o  | sed -n -e 's/^.*[         ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][         ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libsplashy.exp
  266. /bin/grep -E -e "splashy_.*" ".libs/libsplashy.exp" > ".libs/libsplashy.expT"
  267. mv -f ".libs/libsplashy.expT" ".libs/libsplashy.exp"
  268. echo "{ global:" > .libs/libsplashy.ver
  269. cat .libs/libsplashy.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libsplashy.ver
  270. echo "local: *; };" >> .libs/libsplashy.ver
  271. gcc -shared  .libs/splashy_video.o  -Wl,--rpath -Wl,/home/ada/splashy/src/.libs /usr/lib/libglib-2.0.so /home/ada/splashy/src/.libs/libsplashycnf.so -ldirectfb  -Wl,-soname -Wl,libsplashy.so.1 -Wl,-version-script -Wl,.libs/libsplashy.ver -o .libs/libsplashy.so.1.0.0
  272. (cd .libs && rm -f libsplashy.so.1 && ln -s libsplashy.so.1.0.0 libsplashy.so.1)
  273. (cd .libs && rm -f libsplashy.so && ln -s libsplashy.so.1.0.0 libsplashy.so)
  274. creating libsplashy.la
  275. (cd .libs && rm -f libsplashy.la && ln -s ../libsplashy.la libsplashy.la)
  276. gcc -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb     -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb   -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT splashy-splashy_main.o -MD -MP -MF .deps/splashy-splashy_main.Tpo -c -o splashy-splashy_main.o `test -f 'splashy_main.c' || echo './'`splashy_main.c
  277. mv -f .deps/splashy-splashy_main.Tpo .deps/splashy-splashy_main.Po
  278. gcc -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb     -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb   -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT splashy-splashy_functions.o -MD -MP -MF .deps/splashy-splashy_functions.Tpo -c -o splashy-splashy_functions.o `test -f 'splashy_functions.c' || echo './'`splashy_functions.c
  279. mv -f .deps/splashy-splashy_functions.Tpo .deps/splashy-splashy_functions.Po
  280. /bin/sh ../libtool --tag=CC   --mode=link gcc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb   -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -rpath /usr/lib/directfb-1.0-0/systems:/usr/lib/directfb-1.0-0/wm:/usr/lib64/directfb-1.0-0/interfaces/IDirectFBFont/:/usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider:/usr/lib/directfb-1.0-0/inputdrivers  -o splashy splashy-splashy_main.o splashy-splashy_functions.o libsplashycnf.la libsplashy.la -lpthread -lgcc_s -lm  -lglib-2.0 -L/usr/lib -ldirectfb -lfusion -ldirect -lpthread  
  281. gcc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -o .libs/splashy splashy-splashy_main.o splashy-splashy_functions.o  ./.libs/libsplashycnf.so ./.libs/libsplashy.so -lgcc_s -lm /usr/lib/libglib-2.0.so -L/usr/lib -ldirectfb -lfusion -ldirect -lpthread  -Wl,--rpath -Wl,/usr/lib/directfb-1.0-0/systems:/usr/lib/directfb-1.0-0/wm:/usr/lib64/directfb-1.0-0/interfaces/IDirectFBFont/:/usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider:/usr/lib/directfb-1.0-0/inputdrivers
  282. creating splashy
  283. gcc -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb     -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT splashy_config-splashy_config-main.o -MD -MP -MF .deps/splashy_config-splashy_config-main.Tpo -c -o splashy_config-splashy_config-main.o `test -f 'splashy_config-main.c' || echo './'`splashy_config-main.c
  284. mv -f .deps/splashy_config-splashy_config-main.Tpo .deps/splashy_config-splashy_config-main.Po
  285. gcc -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb     -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT splashy_config-splashy_config-functions.o -MD -MP -MF .deps/splashy_config-splashy_config-functions.Tpo -c -o splashy_config-splashy_config-functions.o `test -f 'splashy_config-functions.c' || echo './'`splashy_config-functions.c
  286. mv -f .deps/splashy_config-splashy_config-functions.Tpo .deps/splashy_config-splashy_config-functions.Po
  287. gcc -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb     -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT splashy_config-xml_functions.o -MD -MP -MF .deps/splashy_config-xml_functions.Tpo -c -o splashy_config-xml_functions.o `test -f 'xml_functions.c' || echo './'`xml_functions.c
  288. mv -f .deps/splashy_config-xml_functions.Tpo .deps/splashy_config-xml_functions.Po
  289. /bin/sh ../libtool --tag=CC   --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -lsplashycnf -lglib-2.0 -lmagic -lz  -o splashy_config splashy_config-splashy_config-main.o splashy_config-splashy_config-functions.o splashy_config-xml_functions.o  
  290. gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -o .libs/splashy_config splashy_config-splashy_config-main.o splashy_config-splashy_config-functions.o splashy_config-xml_functions.o  /home/ada/splashy/src/.libs/libsplashycnf.so /usr/lib/libglib-2.0.so /usr/lib/libmagic.so -lz
  291. creating splashy_config
  292. gcc -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb      -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT splashy_update-splashy_update.o -MD -MP -MF .deps/splashy_update-splashy_update.Tpo -c -o splashy_update-splashy_update.o `test -f 'splashy_update.c' || echo './'`splashy_update.c
  293. mv -f .deps/splashy_update-splashy_update.Tpo .deps/splashy_update-splashy_update.Po
  294. /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS   -o splashy_update splashy_update-splashy_update.o  
  295. gcc -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -o splashy_update splashy_update-splashy_update.o   
  296. make[2]: Leaving directory `/home/ada/splashy/src'
  297. Making all in scripts
  298. make[2]: Entering directory `/home/ada/splashy/scripts'
  299. make[2]: Nothing to be done for `all'.
  300. make[2]: Leaving directory `/home/ada/splashy/scripts'
  301. make[2]: Entering directory `/home/ada/splashy'
  302. make[2]: Nothing to be done for `all-am'.
  303. make[2]: Leaving directory `/home/ada/splashy'
  304. make[1]: Leaving directory `/home/ada/splashy'

  305. [color="Lime"]ada@ada:~/splashy$ sudo make install[/color]

  306. Making install in po
  307. make[1]: Entering directory `/home/ada/splashy/po'
  308. if test -r ".././mkinstalldirs"; then \
  309.           .././mkinstalldirs /usr/share; \
  310.         else \
  311.           /bin/sh ../mkinstalldirs /usr/share; \
  312.         fi
  313. installing es.gmo as /usr/share/locale/es/LC_MESSAGES/splashy.mo
  314. installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/splashy.mo
  315. installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/splashy.mo
  316. installing de.gmo as /usr/share/locale/de/LC_MESSAGES/splashy.mo
  317. installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/splashy.mo
  318. installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/splashy.mo
  319. if test "splashy" = "glib"; then \
  320.           if test -r ".././mkinstalldirs"; then \
  321.             .././mkinstalldirs /usr/share/glib-2.0/gettext/po; \
  322.           else \
  323.             /bin/sh ../mkinstalldirs /usr/share/glib-2.0/gettext/po; \
  324.           fi; \
  325.           /usr/bin/install -c -m 644 ./Makefile.in.in \
  326.                           /usr/share/glib-2.0/gettext/po/Makefile.in.in; \
  327.         else \
  328.           : ; \
  329.         fi
  330. make[1]: Leaving directory `/home/ada/splashy/po'
  331. Making install in doc
  332. make[1]: Entering directory `/home/ada/splashy/doc'
  333. make[2]: Entering directory `/home/ada/splashy/doc'
  334. make[2]: Nothing to be done for `install-exec-am'.
  335. test -z "/usr/etc/splashy" || /bin/mkdir -p "/usr/etc/splashy"
  336. /usr/bin/install -c -m 644 'config.xml' '/usr/etc/splashy/config.xml'
  337. test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
  338. /usr/bin/install -c -m 644 './splashy.1' '/usr/share/man/man1/splashy.1'
  339. /usr/bin/install -c -m 644 './splashy_config.1' '/usr/share/man/man1/splashy_config.1'
  340. /usr/bin/install -c -m 644 './splashy_update.1' '/usr/share/man/man1/splashy_update.1'
  341. test -z "/usr/share/man/man5" || /bin/mkdir -p "/usr/share/man/man5"
  342. /usr/bin/install -c -m 644 './splashy-config.xml.5' '/usr/share/man/man5/splashy-config.xml.5'
  343. /usr/bin/install -c -m 644 './splashy-theme.xml.5' '/usr/share/man/man5/splashy-theme.xml.5'
  344. make[2]: Leaving directory `/home/ada/splashy/doc'
  345. make[1]: Leaving directory `/home/ada/splashy/doc'
  346. Making install in src
  347. make[1]: Entering directory `/home/ada/splashy/src'
  348. make[2]: Entering directory `/home/ada/splashy/src'
  349. test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
  350. /bin/sh ../libtool   --mode=install /usr/bin/install -c  'libsplashycnf.la' '/usr/lib/libsplashycnf.la'
  351. /usr/bin/install -c .libs/libsplashycnf.so.1.0.0 /usr/lib/libsplashycnf.so.1.0.0
  352. (cd /usr/lib && { ln -s -f libsplashycnf.so.1.0.0 libsplashycnf.so.1 || { rm -f libsplashycnf.so.1 && ln -s libsplashycnf.so.1.0.0 libsplashycnf.so.1; }; })
  353. (cd /usr/lib && { ln -s -f libsplashycnf.so.1.0.0 libsplashycnf.so || { rm -f libsplashycnf.so && ln -s libsplashycnf.so.1.0.0 libsplashycnf.so; }; })
  354. /usr/bin/install -c .libs/libsplashycnf.lai /usr/lib/libsplashycnf.la
  355. PATH="$PATH:/sbin" ldconfig -n /usr/lib
  356. ----------------------------------------------------------------------
  357. Libraries have been installed in:
  358.    /usr/lib

  359. If you ever happen to want to link against installed libraries
  360. in a given directory, LIBDIR, you must either use libtool, and
  361. specify the full pathname of the library, or use the `-LLIBDIR'
  362. flag during linking and do at least one of the following:
  363.    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  364.      during execution
  365.    - add LIBDIR to the `LD_RUN_PATH' environment variable
  366.      during linking
  367.    - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  368.    - have your system administrator add LIBDIR to `/etc/ld.so.conf'

  369. See any operating system documentation about shared libraries for
  370. more information, such as the ld(1) and ld.so(8) manual pages.
  371. ----------------------------------------------------------------------
  372. /bin/sh ../libtool   --mode=install /usr/bin/install -c  'libsplashy.la' '/usr/lib/libsplashy.la'
  373. libtool: install: warning: relinking `libsplashy.la'
  374. (cd /home/ada/splashy/src; /bin/sh ../libtool  --tag=CC --mode=relink gcc -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -export-symbols-regex "splashy_.*" -version-info 1:0:0 -o libsplashy.la -rpath /usr/lib splashy_video.lo -lglib-2.0 -lsplashycnf -ldirectfb )  
  375. generating symbol list for `libsplashy.la'
  376. /usr/bin/nm -B  .libs/splashy_video.o  | sed -n -e 's/^.*[         ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][         ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libsplashy.exp
  377. /bin/grep -E -e "splashy_.*" ".libs/libsplashy.exp" > ".libs/libsplashy.expT"
  378. mv -f ".libs/libsplashy.expT" ".libs/libsplashy.exp"
  379. echo "{ global:" > .libs/libsplashy.ver
  380. cat .libs/libsplashy.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libsplashy.ver
  381. echo "local: *; };" >> .libs/libsplashy.ver
  382. gcc -shared  .libs/splashy_video.o  -L/usr/lib -lglib-2.0 -lsplashycnf -ldirectfb  -Wl,-soname -Wl,libsplashy.so.1 -Wl,-version-script -Wl,.libs/libsplashy.ver -o .libs/libsplashy.so.1.0.0
  383. /usr/bin/install -c .libs/libsplashy.so.1.0.0T /usr/lib/libsplashy.so.1.0.0
  384. (cd /usr/lib && { ln -s -f libsplashy.so.1.0.0 libsplashy.so.1 || { rm -f libsplashy.so.1 && ln -s libsplashy.so.1.0.0 libsplashy.so.1; }; })
  385. (cd /usr/lib && { ln -s -f libsplashy.so.1.0.0 libsplashy.so || { rm -f libsplashy.so && ln -s libsplashy.so.1.0.0 libsplashy.so; }; })
  386. /usr/bin/install -c .libs/libsplashy.lai /usr/lib/libsplashy.la
  387. PATH="$PATH:/sbin" ldconfig -n /usr/lib
  388. ----------------------------------------------------------------------
  389. Libraries have been installed in:
  390.    /usr/lib

  391. If you ever happen to want to link against installed libraries
  392. in a given directory, LIBDIR, you must either use libtool, and
  393. specify the full pathname of the library, or use the `-LLIBDIR'
  394. flag during linking and do at least one of the following:
  395.    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  396.      during execution
  397.    - add LIBDIR to the `LD_RUN_PATH' environment variable
  398.      during linking
  399.    - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  400.    - have your system administrator add LIBDIR to `/etc/ld.so.conf'

  401. See any operating system documentation about shared libraries for
  402. more information, such as the ld(1) and ld.so(8) manual pages.
  403. ----------------------------------------------------------------------
  404. test -z "/usr/sbin" || /bin/mkdir -p "/usr/sbin"
  405.   /bin/sh ../libtool   --mode=install /usr/bin/install -c 'splashy' '/usr/sbin/splashy'
  406. /usr/bin/install -c .libs/splashy /usr/sbin/splashy
  407.   /bin/sh ../libtool   --mode=install /usr/bin/install -c 'splashy_config' '/usr/sbin/splashy_config'
  408. /usr/bin/install -c .libs/splashy_config /usr/sbin/splashy_config
  409.   /bin/sh ../libtool   --mode=install /usr/bin/install -c 'splashy_update' '/usr/sbin/splashy_update'
  410. /usr/bin/install -c splashy_update /usr/sbin/splashy_update
  411. make  install-exec-hook
  412. make[3]: Entering directory `/home/ada/splashy/src'
  413. cd /usr/sbin && \
  414.         rm -f splashy_chvt && \
  415.         ln -s splashy splashy_chvt
  416. make[3]: Leaving directory `/home/ada/splashy/src'
  417. test -z "/usr/include" || /bin/mkdir -p "/usr/include"
  418. /usr/bin/install -c -m 644 'splashy.h' '/usr/include/splashy.h'
  419. /usr/bin/install -c -m 644 'splashycnf.h' '/usr/include/splashycnf.h'
  420. make[2]: Leaving directory `/home/ada/splashy/src'
  421. make[1]: Leaving directory `/home/ada/splashy/src'
  422. Making install in scripts
  423. make[1]: Entering directory `/home/ada/splashy/scripts'
  424. make[2]: Entering directory `/home/ada/splashy/scripts'
  425. test -z "/usr/etc" || /bin/mkdir -p "/usr/etc"
  426. /bin/sh /home/ada/splashy/install-sh -c -m 644 'console-tools/config.d/splashy' '/usr/etc/console-tools/config.d/splashy'
  427. /bin/sh /home/ada/splashy/install-sh -c -m 644 'init.d/splashy' '/usr/etc/init.d/splashy'
  428. /bin/sh /home/ada/splashy/install-sh -c -m 644 'default/splashy' '/usr/etc/default/splashy'
  429. test -z "/usr/etc" || /bin/mkdir -p "/usr/etc"
  430. /usr/bin/install -c -m 644 'lsb-base-logging.sh' '/usr/etc/lsb-base-logging.sh'
  431. test -z "/usr/share" || /bin/mkdir -p "/usr/share"
  432. /bin/sh /home/ada/splashy/install-sh -c -m 644 'initramfs-tools/scripts/init-top/splashy' '/usr/share/initramfs-tools/scripts/init-top/splashy'
  433. /bin/sh /home/ada/splashy/install-sh -c -m 644 'initramfs-tools/hooks/splashy' '/usr/share/initramfs-tools/hooks/splashy'
  434. /bin/sh /home/ada/splashy/install-sh -c -m 644 'initramfs-tools/hooks/libsplashy' '/usr/share/initramfs-tools/hooks/libsplashy'
  435. /bin/sh /home/ada/splashy/install-sh -c -m 644 'initramfs-tools/modules.d/splashy' '/usr/share/initramfs-tools/modules.d/splashy'
  436. make[2]: Leaving directory `/home/ada/splashy/scripts'
  437. make[1]: Leaving directory `/home/ada/splashy/scripts'
  438. make[1]: Entering directory `/home/ada/splashy'
  439. make[2]: Entering directory `/home/ada/splashy'
  440. make  install-exec-hook
  441. make[3]: Entering directory `/home/ada/splashy'
  442. cd /usr/etc/splashy && \
  443.         ln -s /usr/share/splashy/themes themes
  444. make[3]: Leaving directory `/home/ada/splashy'
  445. test -z "/usr/share/splashy" || /bin/mkdir -p "/usr/share/splashy"
  446. /bin/sh /home/ada/splashy/install-sh -c -m 644 'themes/default/background.png' '/usr/share/splashy/themes/default/background.png'
  447. /bin/sh /home/ada/splashy/install-sh -c -m 644 'themes/default/error.png' '/usr/share/splashy/themes/default/error.png'
  448. /bin/sh /home/ada/splashy/install-sh -c -m 644 'themes/default/suspend.png' '/usr/share/splashy/themes/default/suspend.png'
  449. /bin/sh /home/ada/splashy/install-sh -c -m 644 'themes/default/theme.xml' '/usr/share/splashy/themes/default/theme.xml'
  450. /bin/sh /home/ada/splashy/install-sh -c -m 644 'themes/default/FreeSans.ttf' '/usr/share/splashy/themes/default/FreeSans.ttf'
  451. /bin/sh /home/ada/splashy/install-sh -c -m 644 'schemas/theme.xsd' '/usr/share/splashy/schemas/theme.xsd'
  452. /bin/sh /home/ada/splashy/install-sh -c -m 644 'schemas/theme.xsl' '/usr/share/splashy/schemas/theme.xsl'
  453. /bin/sh /home/ada/splashy/install-sh -c -m 644 'schemas/config.xsd' '/usr/share/splashy/schemas/config.xsd'
  454. test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/usr/lib/pkgconfig"
  455. /usr/bin/install -c -m 644 'splashy.pc' '/usr/lib/pkgconfig/splashy.pc'
  456. make[2]: Leaving directory `/home/ada/splashy'
  457. make[1]: Leaving directory `/home/ada/splashy'
  458. ada@ada:~/splashy$

复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表