|
|
>>>unpacking source
...
Applying redland-1.0.9-ldflags.patch ...
Applying redland-1.0.9-sqlite.patch ...
..
从这里起全是Running 自动化工具
如
aclocal autoconf等
...
Running autoheader ...
Running automake --add-missing --copy ...
Failed Running automake !
call stack;
ebuild.sh, line 49:called srv_prepare
environment,line, 2675:called eautoreconf
environment,line 840:called autotools_run_tool 'automake ' '--add-missing' '--copy'
environment ,line 352:called die
the specific snippet of code :
die "failed Running $1!";
the die message :
Failed Running automake !
在/var/tmp/portage/dev-libs/redland-1.0.9/temp/automake*.out下有错误:
gtk-doc.make:7 GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
docs/Makefile.am :100: 'gtk-doc.make' include from here
gtk-doc.make:50 ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/Makefile.am :100: 'gtk-doc.make' include from here
gtk-doc.make:175 ENABLE_GTK_DPC does not appear in AM_CONDITIONAL
docs/Makefile.am :100: 'gtk-doc.make' include from here
ps:#emerge kde安装kde3.5没问题 不需要 dev-libs/redland-1.0.9这个包,
我是在emerge kde-meta时候出现的
因为之前不晓得#emerge kde是默认安装kde3,现在想换成kde4 |
|