Any one knows why does this failes?
Thanks in advance,
Liviu

mkdir /var/tmp/portage/gconf-2.2.0/image/usr/share/gtk-doc
mkdir /var/tmp/portage/gconf-2.2.0/image/usr/share/gtk-doc/html
mkdir /var/tmp/portage/gconf-2.2.0/image/usr/share/gtk-doc/html/gconf
(installfiles=`echo ./html/*`; \
if test "$installfiles" = './html/*'; \
then echo '-- Nothing to install' ; \
else \
  for i in $installfiles; do \
    echo '-- Installing '$i ; \
    /bin/install -c -m 644 $i 
/var/tmp/portage/gconf-2.2.0/image//usr/share/gtk-
doc/html/gconf; \
  done; \
  echo '-- Installing ./html/index.sgml' ; \
  /bin/install -c -m 644 ./html/index.sgml 
/var/tmp/portage/gconf-2.2.0/image//u
sr/share/gtk-doc/html/gconf; \
fi)
-- Installing ./html/home.png
-- Installing ./html/left.png
-- Installing ./html/right.png
-- Installing ./html/up.png
-- Installing ./html/index.sgml
/bin/install: cannot stat `./html/index.sgml': No such file or directory
make[3]: *** [install-data-local] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/gconf-2.2.0/work/GConf-2.2.0/doc/gc
onf'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory 
`/var/tmp/portage/gconf-2.2.0/work/GConf-2.2.0/doc/gc
onf'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gconf-2.2.0/work/GConf-2.2.0/doc'
make: *** [install-recursive] Error 1

!!! ERROR: gnome-base/gconf-2.2.0 failed.
!!! Function einstall, Line 278, Exitcode 2
!!! einstall failed



--
[EMAIL PROTECTED] mailing list

Reply via email to