|
|
请高人指点一下,为什么我编译splashy没有成功呢?
- [color="Lime"]ada@ada:~$ git clone git://git.debian.org/git/splashy/splashy.git[/color]
- Initialized empty Git repository in /home/ada/splashy/.git/
- remote: Counting objects: 1002, done.
- remote: Compressing objects: 100% (951/951), done.
- remote: Total 1002 (delta 600), reused 83 (delta 7)
- Receiving objects: 100% (1002/1002), 1.77 MiB | 64 KiB/s, done.
- Resolving deltas: 100% (600/600), done.
- [color="Lime"]ada@ada:~$ cd splashy/
- ada@ada:~/splashy$ ./autogen.sh --prefix=/usr[/color]
- checking for autoconf >= 2.59...
- testing autoconf2.50... not found.
- testing autoconf... found 2.61
- checking for automake >= 1.9...
- testing automake-1.9... not found.
- testing automake-1.10... found 1.10.1
- checking for libtool >= 1.5...
- testing libtoolize... found 1.5.26
- checking for glib-gettext >= 2.2.0...
- testing glib-gettextize... found 2.16.1
- checking for pkg-config >= 0.14.0...
- testing pkg-config... found 0.22
- Checking for required M4 macros...
- Checking for forbidden M4 macros...
- Processing ./configure.ac
- Running libtoolize...
- You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
- Running glib-gettextize... Ignore non-fatal messages.
- Copying file mkinstalldirs
- Copying file po/Makefile.in.in
- Please add the files
- codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
- progtest.m4
- from the /aclocal directory to your autoconf macro directory
- or directly to your aclocal.m4 file.
- You will also need config.guess and config.sub, which you can get from
- ftp://ftp.gnu.org/pub/gnu/config/.
- Running aclocal-1.10...
- Running autoconf...
- Running autoheader...
- Running automake-1.10...
- configure.ac:7: installing `./install-sh'
- configure.ac:7: installing `./missing'
- doc/Makefile.am:11: `%'-style pattern rules are a GNU make extension
- doc/Makefile.am:14: `%'-style pattern rules are a GNU make extension
- src/Makefile.am:40: compiling `splashy_main.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
- src/Makefile.am: installing `./depcomp'
- Makefile.am: installing `./INSTALL'
- Running ./configure --enable-maintainer-mode --prefix=/usr ...
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking for gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking for a BSD-compatible install... /usr/bin/install -c
- checking build system type... i686-pc-linux-gnu
- checking host system type... i686-pc-linux-gnu
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for /usr/bin/ld option to reload object files... -r
- checking for BSD-compatible nm... /usr/bin/nm -B
- checking whether ln -s works... yes
- checking how to recognize dependent libraries... pass_all
- checking how to run the C preprocessor... gcc -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking dlfcn.h usability... yes
- checking dlfcn.h presence... yes
- checking for dlfcn.h... yes
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking dependency style of g++... gcc3
- checking how to run the C++ preprocessor... g++ -E
- checking for g77... no
- checking for xlf... no
- checking for f77... no
- checking for frt... no
- checking for pgf77... no
- checking for cf77... no
- checking for fort77... no
- checking for fl32... no
- checking for af77... no
- checking for xlf90... no
- checking for f90... no
- checking for pgf90... no
- checking for pghpf... no
- checking for epcf90... no
- checking for gfortran... no
- checking for g95... no
- checking for xlf95... no
- checking for f95... no
- checking for fort... no
- checking for ifort... no
- checking for ifc... no
- checking for efc... no
- checking for pgf95... no
- checking for lf95... no
- checking for ftn... no
- checking whether we are using the GNU Fortran 77 compiler... no
- checking whether accepts -g... no
- checking the maximum length of command line arguments... 98304
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for objdir... .libs
- checking for ar... ar
- checking for ranlib... ranlib
- checking for strip... strip
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC
- checking if gcc PIC flag -fPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... no
- configure: creating libtool
- appending configuration tag "CXX" to libtool
- checking for ld used by g++... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
- checking for g++ option to produce PIC... -fPIC
- checking if g++ PIC flag -fPIC works... yes
- checking if g++ static flag -static works... yes
- checking if g++ supports -c -o file.o... yes
- checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- (cached) (cached) checking how to hardcode library paths into programs... immediate
- appending configuration tag "F77" to libtool
- checking whether ln -s works... yes
- checking locale.h usability... yes
- checking locale.h presence... yes
- checking for locale.h... yes
- checking for LC_MESSAGES... yes
- checking libintl.h usability... yes
- checking libintl.h presence... yes
- checking for libintl.h... yes
- checking for ngettext in libc... yes
- checking for dgettext in libc... yes
- checking for bind_textdomain_codeset... yes
- checking for msgfmt... /usr/bin/msgfmt
- checking for dcgettext... yes
- checking if msgfmt accepts -c... yes
- checking for gmsgfmt... /usr/bin/msgfmt
- checking for xgettext... /usr/bin/xgettext
- checking for catalogs to be installed... es sk fr de hu pt
- checking magic.h usability... yes
- checking magic.h presence... yes
- checking for magic.h... yes
- checking for magic_open in -lmagic... yes
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for splashy... yes
- checking for splashy_config... yes
- configure: creating ./config.status
- config.status: creating po/Makefile.in
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating src/xml_format.h
- config.status: creating doc/Makefile
- config.status: creating doc/config.xml
- config.status: creating doc/theme.xml
- config.status: creating scripts/Makefile
- config.status: creating scripts/initramfs-tools/hooks/libsplashy
- config.status: creating Doxyfile
- config.status: creating splashy.pc
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing default-1 commands
- splashy 0.3.10
- Print debugging messages...... :
- configure complete, now type 'make'
- Now type `make' to compile Package
- [color="Lime"]ada@ada:~/splashy$ make[/color]
- make all-recursive
- make[1]: Entering directory `/home/ada/splashy'
- Making all in po
- make[2]: Entering directory `/home/ada/splashy/po'
- file=./`echo es | sed 's,.*/,,'`.gmo \
- && rm -f $file && /usr/bin/msgfmt -c -o $file es.po
- /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
- 警告:旧版本的 msgfmt 将在此时给出错误
- file=./`echo sk | sed 's,.*/,,'`.gmo \
- && rm -f $file && /usr/bin/msgfmt -c -o $file sk.po
- /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
- 警告:旧版本的 msgfmt 将在此时给出错误
- file=./`echo fr | sed 's,.*/,,'`.gmo \
- && rm -f $file && /usr/bin/msgfmt -c -o $file fr.po
- /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
- 警告:旧版本的 msgfmt 将在此时给出错误
- file=./`echo de | sed 's,.*/,,'`.gmo \
- && rm -f $file && /usr/bin/msgfmt -c -o $file de.po
- /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
- 警告:旧版本的 msgfmt 将在此时给出错误
- file=./`echo hu | sed 's,.*/,,'`.gmo \
- && rm -f $file && /usr/bin/msgfmt -c -o $file hu.po
- /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
- 警告:旧版本的 msgfmt 将在此时给出错误
- file=./`echo pt | sed 's,.*/,,'`.gmo \
- && rm -f $file && /usr/bin/msgfmt -c -o $file pt.po
- /usr/bin/msgfmt: (null): 警告:PO 文件头模糊
- 警告:旧版本的 msgfmt 将在此时给出错误
- make[2]: Leaving directory `/home/ada/splashy/po'
- Making all in doc
- make[2]: Entering directory `/home/ada/splashy/doc'
- pod2man --section 1 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy.pod > splashy.1
- pod2man --section 1 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy_config.pod > splashy_config.1
- pod2man --section 1 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy_update.pod > splashy_update.1
- pod2man --section 5 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy-config.xml.pod > splashy-config.xml.5
- pod2man --section 5 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy-theme.xml.pod > splashy-theme.xml.5
- make[2]: Leaving directory `/home/ada/splashy/doc'
- Making all in src
- make[2]: Entering directory `/home/ada/splashy/src'
- /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
- mkdir .libs
- 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
- mv -f .deps/xml_config.Tpo .deps/xml_config.Plo
- /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
- 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
- mv -f .deps/xml_parser.Tpo .deps/xml_parser.Plo
- /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
- generating symbol list for `libsplashycnf.la'
- /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
- /bin/grep -E -e "splashy_.*" ".libs/libsplashycnf.exp" > ".libs/libsplashycnf.expT"
- mv -f ".libs/libsplashycnf.expT" ".libs/libsplashycnf.exp"
- echo "{ global:" > .libs/libsplashycnf.ver
- cat .libs/libsplashycnf.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libsplashycnf.ver
- echo "local: *; };" >> .libs/libsplashycnf.ver
- 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
- (cd .libs && rm -f libsplashycnf.so.1 && ln -s libsplashycnf.so.1.0.0 libsplashycnf.so.1)
- (cd .libs && rm -f libsplashycnf.so && ln -s libsplashycnf.so.1.0.0 libsplashycnf.so)
- creating libsplashycnf.la
- (cd .libs && rm -f libsplashycnf.la && ln -s ../libsplashycnf.la libsplashycnf.la)
- /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
- 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
- mv -f .deps/splashy_video.Tpo .deps/splashy_video.Plo
- /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
- generating symbol list for `libsplashy.la'
- /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
- /bin/grep -E -e "splashy_.*" ".libs/libsplashy.exp" > ".libs/libsplashy.expT"
- mv -f ".libs/libsplashy.expT" ".libs/libsplashy.exp"
- echo "{ global:" > .libs/libsplashy.ver
- cat .libs/libsplashy.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libsplashy.ver
- echo "local: *; };" >> .libs/libsplashy.ver
- 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
- (cd .libs && rm -f libsplashy.so.1 && ln -s libsplashy.so.1.0.0 libsplashy.so.1)
- (cd .libs && rm -f libsplashy.so && ln -s libsplashy.so.1.0.0 libsplashy.so)
- creating libsplashy.la
- (cd .libs && rm -f libsplashy.la && ln -s ../libsplashy.la libsplashy.la)
- 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
- mv -f .deps/splashy-splashy_main.Tpo .deps/splashy-splashy_main.Po
- 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
- mv -f .deps/splashy-splashy_functions.Tpo .deps/splashy-splashy_functions.Po
- /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
- 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
- creating splashy
- 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
- mv -f .deps/splashy_config-splashy_config-main.Tpo .deps/splashy_config-splashy_config-main.Po
- 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
- mv -f .deps/splashy_config-splashy_config-functions.Tpo .deps/splashy_config-splashy_config-functions.Po
- 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
- mv -f .deps/splashy_config-xml_functions.Tpo .deps/splashy_config-xml_functions.Po
- /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
- 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
- creating splashy_config
- 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
- mv -f .deps/splashy_update-splashy_update.Tpo .deps/splashy_update-splashy_update.Po
- /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
- gcc -g -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -o splashy_update splashy_update-splashy_update.o
- make[2]: Leaving directory `/home/ada/splashy/src'
- Making all in scripts
- make[2]: Entering directory `/home/ada/splashy/scripts'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/ada/splashy/scripts'
- make[2]: Entering directory `/home/ada/splashy'
- make[2]: Nothing to be done for `all-am'.
- make[2]: Leaving directory `/home/ada/splashy'
- make[1]: Leaving directory `/home/ada/splashy'
- [color="Lime"]ada@ada:~/splashy$ sudo make install[/color]
- Making install in po
- make[1]: Entering directory `/home/ada/splashy/po'
- if test -r ".././mkinstalldirs"; then \
- .././mkinstalldirs /usr/share; \
- else \
- /bin/sh ../mkinstalldirs /usr/share; \
- fi
- installing es.gmo as /usr/share/locale/es/LC_MESSAGES/splashy.mo
- installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/splashy.mo
- installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/splashy.mo
- installing de.gmo as /usr/share/locale/de/LC_MESSAGES/splashy.mo
- installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/splashy.mo
- installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/splashy.mo
- if test "splashy" = "glib"; then \
- if test -r ".././mkinstalldirs"; then \
- .././mkinstalldirs /usr/share/glib-2.0/gettext/po; \
- else \
- /bin/sh ../mkinstalldirs /usr/share/glib-2.0/gettext/po; \
- fi; \
- /usr/bin/install -c -m 644 ./Makefile.in.in \
- /usr/share/glib-2.0/gettext/po/Makefile.in.in; \
- else \
- : ; \
- fi
- make[1]: Leaving directory `/home/ada/splashy/po'
- Making install in doc
- make[1]: Entering directory `/home/ada/splashy/doc'
- make[2]: Entering directory `/home/ada/splashy/doc'
- make[2]: Nothing to be done for `install-exec-am'.
- test -z "/usr/etc/splashy" || /bin/mkdir -p "/usr/etc/splashy"
- /usr/bin/install -c -m 644 'config.xml' '/usr/etc/splashy/config.xml'
- test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
- /usr/bin/install -c -m 644 './splashy.1' '/usr/share/man/man1/splashy.1'
- /usr/bin/install -c -m 644 './splashy_config.1' '/usr/share/man/man1/splashy_config.1'
- /usr/bin/install -c -m 644 './splashy_update.1' '/usr/share/man/man1/splashy_update.1'
- test -z "/usr/share/man/man5" || /bin/mkdir -p "/usr/share/man/man5"
- /usr/bin/install -c -m 644 './splashy-config.xml.5' '/usr/share/man/man5/splashy-config.xml.5'
- /usr/bin/install -c -m 644 './splashy-theme.xml.5' '/usr/share/man/man5/splashy-theme.xml.5'
- make[2]: Leaving directory `/home/ada/splashy/doc'
- make[1]: Leaving directory `/home/ada/splashy/doc'
- Making install in src
- make[1]: Entering directory `/home/ada/splashy/src'
- make[2]: Entering directory `/home/ada/splashy/src'
- test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
- /bin/sh ../libtool --mode=install /usr/bin/install -c 'libsplashycnf.la' '/usr/lib/libsplashycnf.la'
- /usr/bin/install -c .libs/libsplashycnf.so.1.0.0 /usr/lib/libsplashycnf.so.1.0.0
- (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; }; })
- (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; }; })
- /usr/bin/install -c .libs/libsplashycnf.lai /usr/lib/libsplashycnf.la
- PATH="$PATH:/sbin" ldconfig -n /usr/lib
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /usr/lib
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the `-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the `LD_RUN_PATH' environment variable
- during linking
- - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to `/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- /bin/sh ../libtool --mode=install /usr/bin/install -c 'libsplashy.la' '/usr/lib/libsplashy.la'
- libtool: install: warning: relinking `libsplashy.la'
- (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 )
- generating symbol list for `libsplashy.la'
- /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
- /bin/grep -E -e "splashy_.*" ".libs/libsplashy.exp" > ".libs/libsplashy.expT"
- mv -f ".libs/libsplashy.expT" ".libs/libsplashy.exp"
- echo "{ global:" > .libs/libsplashy.ver
- cat .libs/libsplashy.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libsplashy.ver
- echo "local: *; };" >> .libs/libsplashy.ver
- 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
- /usr/bin/install -c .libs/libsplashy.so.1.0.0T /usr/lib/libsplashy.so.1.0.0
- (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; }; })
- (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; }; })
- /usr/bin/install -c .libs/libsplashy.lai /usr/lib/libsplashy.la
- PATH="$PATH:/sbin" ldconfig -n /usr/lib
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /usr/lib
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the `-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the `LD_RUN_PATH' environment variable
- during linking
- - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to `/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- test -z "/usr/sbin" || /bin/mkdir -p "/usr/sbin"
- /bin/sh ../libtool --mode=install /usr/bin/install -c 'splashy' '/usr/sbin/splashy'
- /usr/bin/install -c .libs/splashy /usr/sbin/splashy
- /bin/sh ../libtool --mode=install /usr/bin/install -c 'splashy_config' '/usr/sbin/splashy_config'
- /usr/bin/install -c .libs/splashy_config /usr/sbin/splashy_config
- /bin/sh ../libtool --mode=install /usr/bin/install -c 'splashy_update' '/usr/sbin/splashy_update'
- /usr/bin/install -c splashy_update /usr/sbin/splashy_update
- make install-exec-hook
- make[3]: Entering directory `/home/ada/splashy/src'
- cd /usr/sbin && \
- rm -f splashy_chvt && \
- ln -s splashy splashy_chvt
- make[3]: Leaving directory `/home/ada/splashy/src'
- test -z "/usr/include" || /bin/mkdir -p "/usr/include"
- /usr/bin/install -c -m 644 'splashy.h' '/usr/include/splashy.h'
- /usr/bin/install -c -m 644 'splashycnf.h' '/usr/include/splashycnf.h'
- make[2]: Leaving directory `/home/ada/splashy/src'
- make[1]: Leaving directory `/home/ada/splashy/src'
- Making install in scripts
- make[1]: Entering directory `/home/ada/splashy/scripts'
- make[2]: Entering directory `/home/ada/splashy/scripts'
- test -z "/usr/etc" || /bin/mkdir -p "/usr/etc"
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'console-tools/config.d/splashy' '/usr/etc/console-tools/config.d/splashy'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'init.d/splashy' '/usr/etc/init.d/splashy'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'default/splashy' '/usr/etc/default/splashy'
- test -z "/usr/etc" || /bin/mkdir -p "/usr/etc"
- /usr/bin/install -c -m 644 'lsb-base-logging.sh' '/usr/etc/lsb-base-logging.sh'
- test -z "/usr/share" || /bin/mkdir -p "/usr/share"
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'initramfs-tools/scripts/init-top/splashy' '/usr/share/initramfs-tools/scripts/init-top/splashy'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'initramfs-tools/hooks/splashy' '/usr/share/initramfs-tools/hooks/splashy'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'initramfs-tools/hooks/libsplashy' '/usr/share/initramfs-tools/hooks/libsplashy'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'initramfs-tools/modules.d/splashy' '/usr/share/initramfs-tools/modules.d/splashy'
- make[2]: Leaving directory `/home/ada/splashy/scripts'
- make[1]: Leaving directory `/home/ada/splashy/scripts'
- make[1]: Entering directory `/home/ada/splashy'
- make[2]: Entering directory `/home/ada/splashy'
- make install-exec-hook
- make[3]: Entering directory `/home/ada/splashy'
- cd /usr/etc/splashy && \
- ln -s /usr/share/splashy/themes themes
- make[3]: Leaving directory `/home/ada/splashy'
- test -z "/usr/share/splashy" || /bin/mkdir -p "/usr/share/splashy"
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'themes/default/background.png' '/usr/share/splashy/themes/default/background.png'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'themes/default/error.png' '/usr/share/splashy/themes/default/error.png'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'themes/default/suspend.png' '/usr/share/splashy/themes/default/suspend.png'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'themes/default/theme.xml' '/usr/share/splashy/themes/default/theme.xml'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'themes/default/FreeSans.ttf' '/usr/share/splashy/themes/default/FreeSans.ttf'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'schemas/theme.xsd' '/usr/share/splashy/schemas/theme.xsd'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'schemas/theme.xsl' '/usr/share/splashy/schemas/theme.xsl'
- /bin/sh /home/ada/splashy/install-sh -c -m 644 'schemas/config.xsd' '/usr/share/splashy/schemas/config.xsd'
- test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/usr/lib/pkgconfig"
- /usr/bin/install -c -m 644 'splashy.pc' '/usr/lib/pkgconfig/splashy.pc'
- make[2]: Leaving directory `/home/ada/splashy'
- make[1]: Leaving directory `/home/ada/splashy'
- ada@ada:~/splashy$
复制代码 |
|