On Wed, 18 Apr 2012 02:41:35 +0100 Fernando de Oliveira <fam...@yahoo.com.br> wrote:
> > "... > > /usr/bin/install -c -m 644 > > ./Documentation/webkitgtk/html/WebKitWebWindowFeatur > > es.html > > GEN install-data-local > > Running gtkdoc-rebase > > Rebasing WebKit1 documentation... > > Traceback (most recent call last): > > File "./Tools/gtk/generate-gtkdoc", line 169, in <module> > > rebase_installed_docs(pkg_config_path, options) > > File "./Tools/gtk/generate-gtkdoc", line 146, in rebase_installed_docs > > generator.rebase_installed_docs() > > File > > "/media/dados/home/fernando/tmp/paco-build-2012.04.17/webkit-1.8.0/Tools/ > > gtk/gtkdoc.py", line 373, in rebase_installed_docs > > > > self._run_command(args, cwd=self.output_dir) > > File > > "/media/dados/home/fernando/tmp/paco-build-2012.04.17/webkit-1.8.0/Tools/gtk/gtkdoc.py", > > line 187, in _run_command > > stderr=subprocess.PIPE) > > File "/usr/lib/python2.7/subprocess.py", line 679, in __init__ > > errread, errwrite) > > File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child > > raise child_exception > > OSError: [Errno 2] No such file or directory > > make[2]: ** [install-data-local] Erro 1 > > make[2]: Saindo do diretório > > `/media/dados/home/fernando/tmp/paco-build-2012.04.17/webkit-1.8.0' > > make[1]: ** [install-am] Erro 2 > > make[1]: Saindo do diretório > > `/media/dados/home/fernando/tmp/paco-build-2012.04.17/webkit-1.8.0' > > make: ** [install] Erro 2" > > > Here, I do not know why, I forgot after a while, to check one of the obvious > suspicions: gtk-doc. After checked, LFS7.0 was the only machine without it > installed, and when present, make install succeed. > > So, should gtk-doc be moved to required instead of optional, or some switch > be used ? > > I noticed that > > --enable-gtk-doc-html build documentation in html format > [[default=yes]] But: --enable-gtk-doc use gtk-doc to build documentation [[default=no]] I.E., the default is to not use gtk-doc unless you specifically tel it to. configure uses pkg-config to test for gtk-doc >= 1.10. It compiles fine for me on a system without gtk-doc. I don't understand how it tried to use gtk-doc on your system when it wasn't installed? Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page