Alexander Pilipovsky wrote:
Joseph Davis написав(ла):
Hey Folks:

I am building a new system, and the install is done, and I emerged a few things, vim for instance, and they went OK.

Then I tried to emerge ntp apache samba postgresql php
and I got
---------------------------------------------------
ERROR: dev-libs/libpcre-7.8 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2345: Called econf '--with-match-limit-recursion=8192' '--enable-utf8' '--enable-unicode-properties' '--enable-cpp' '--enable-pcregrep-libz' '--enable-pcregrep-libbz2' '--enable-static' '--htmldir=/usr/share/doc/libpcre-7.8/html' '--docdir=/usr/share/doc/libpcre-7.8'
* ebuild.sh, line 529: Called die
* The specific snippet of code:
* die "econf failed"
* The die message:
* econf failed

--------------------------------------------------
then I tried to emerge ntp alone and got:

-----------------------------------------
* ERROR: net-misc/ntp-4.2.4_p6 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2099: Called econf '--disable-linuxcaps' '--disable-parse-clocks' '--enable-ipv6' '--disable-debugging' '--with-crypto'
* ebuild.sh, line 529: Called die
* The specific snippet of code:
* die "econf failed"
* The die message:
* econf failed
---------------------------------------------

If I need to post additional info, just let me know, I haven't done this before so I'll need a little tutoring.

Thanks - Joseph



You must see what package prevents emerging in previous messages in terminal near first "make [Error 1]" etc. When I tried to compile kcontrol for amarok, I have got similar messages until reemerging kde-libs.

I looked as you suggested, and this is what I found - I'm still clueless.

which: no gtkdoc-rebase in (/usr/local/sbin:/sbin:/usr/sbin:/usr/lib/portage/bin:/usr/local/bin:/bin:/usr/bin:/opt/bin:/usr/i486-pc-linux-gnu/gcc-bin/4.1.2)
make[5]: [install-data-local] Error 1 (ignored)
make[5]: Leaving directory `/var/tmp/portage/dev-libs/glib-2.16.5/work/glib-2.16.5/docs/reference/gobject' make[4]: Leaving directory `/var/tmp/portage/dev-libs/glib-2.16.5/work/glib-2.16.5/docs/reference/gobject'
Making install in gio
make[4]: Entering directory `/var/tmp/portage/dev-libs/glib-2.16.5/work/glib-2.16.5/docs/reference/gio' make[5]: Entering directory `/var/tmp/portage/dev-libs/glib-2.16.5/work/glib-2.16.5/docs/reference/gio'
make[5]: Nothing to be done for `install-exec-am'.
installfiles=`echo ./html/*`; \
        if test "$installfiles" = './html/*'; \
        then echo '-- Nothing to install' ; \
        else \
/bin/sh ../../../mkinstalldirs /var/tmp/portage/dev-libs/glib-2.16.5/image//usr/share/gtk-doc/html/gio; \
          for i in $installfiles; do \
            echo '-- Installing '$i ; \
/usr/bin/install -c -m 644 $i /var/tmp/portage/dev-libs/glib-2.16.5/image//usr/share/gtk-doc/html/gio; \
          done; \
          echo '-- Installing ./html/index.sgml' ; \
/usr/bin/install -c -m 644 ./html/index.sgml /var/tmp/portage/dev-libs/glib-2.16.5/image//usr/share/gtk-doc/html/gio || :; \
          which gtkdoc-rebase >/dev/null && \
gtkdoc-rebase --relative --dest-dir=/var/tmp/portage/dev-libs/glib-2.16.5/image/ --html-dir=/var/tmp/portage/dev-libs/glib-2.16.5/image//usr/share/gtk-doc/html/gio ; \
        fi
mkdir -p -- /var/tmp/portage/dev-libs/glib-2.16.5/image//usr/share/gtk-doc/html/gio
-- Installing ./html/GAppInfo.html

Reply via email to