Re: install failure of libgnome (also same problem GConf)



Hi Robin,

On Mon, 2003-01-20 at 09:32, Robin Cook wrote:
> 
> Is there a way to fix this problem?  Below is the last part of the 
> install of libgnome-2.1.90
> There are a couple of gnome programs that I have had to add 
> --disable-gtk-doc to get around this problem.
> 
> Robin Cook
> 
> =================================================================
> make[2]: Entering directory `/usr/src/libgnome-2.1.90/doc/reference'
> make[3]: Entering directory `/usr/src/libgnome-2.1.90/doc/reference'
> make[3]: Nothing to be done for `install-exec-am'.
> /bin/sh ../../mkinstalldirs /usr/share/gtk-doc/html/libgnome
> (installfiles=`echo ./html/*`; \
> if test "$installfiles" = './html/*'; \
> then echo '-- Nothing to install' ; \
> else \
>    for i in $installfiles; do \
>      echo '-- Installing '$i ; \
>      /usr/bin/install -c -m 644 $i /usr/share/gtk-doc/html/libgnome; \
>    done; \
>    echo '-- Installing ./html/index.sgml' ; \
>    /usr/bin/install -c -m 644 ./html/index.sgml 
> /usr/share/gtk-doc/html/libgnome; \
> fi)
> -- Installing ./html/home.png
> -- Installing ./html/left.png
> -- Installing ./html/right.png
> -- Installing ./html/up.png
> -- Installing ./html/index.sgml
> /usr/bin/install: cannot stat `./html/index.sgml': No such file or directory
I see this problem all the time and though it should be fixed in the
Makefiles the easy fix is to just do a:

touch /usr/src/lihgnome-2.1.90/doc/reference/html/index.sgml

and start the install again.  Basicly it is not generating the
index.sgml file (perhaps because --disable-gtk-doc is used in garnome
though I could be wrong) and some of the packages don't relize this when
they install.  


--
J5




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]