linc-0.13 fails compiling



While trying to compile (rpm -ta) linc-0.13, it errors on the well known 'missing index.sgml' in the make install part. This is with the gtk-doc & intltools which are included in the same gnome-2.0-alpha (staging)

Complete output:

if test "$installfiles" = './html/*.html'; \
then echo '-- Nothing to install' ; \
else \
 for i in $installfiles; do \
   echo '-- Installing '$i ; \
/usr/bin/install -c -m 644 $i /var/tmp/linc-0.1.13-root/usr/share/gtk-doc/html/linc; \
 done; \
 echo '-- Installing ./html/index.sgml' ; \
/usr/bin/install -c -m 644 ./html/index.sgml /var/tmp/linc-0.1.13-root/usr/share/gtk-doc/html/linc; \
fi)
-- Installing ./html/c4.html
-- Installing ./html/index.html
-- Installing ./html/linc-config.html
-- Installing ./html/linc-linc-config.html
-- Installing ./html/linc-lincconnection.html
-- Installing ./html/linc-linc.html
-- Installing ./html/linc-linc-private.html
-- Installing ./html/linc-linc-protocol.html
-- Installing ./html/linc-lincserver.html
-- Installing ./html/linc-linc-types.html
-- Installing ./html/index.sgml
/usr/bin/install: cannot stat `./html/index.sgml': No such file or directory
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/linc-0.1.13/docs'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/linc-0.1.13/docs'
make: *** [install-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.89898 (%install)




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