GNOME Bugzilla – Bug 350225
parallel make build fails pygtk and pygobject (2.9.5, 2.11.1)
Last modified: 2006-08-07 13:15:48 UTC
make[2]: Leaving directory `/var/tmp/portage/pygobject-2.11.1/work/pygobject-2.11.1/tests' Making all in docs make[2]: Entering directory `/var/tmp/portage/pygobject-2.11.1/work/pygobject-2.11.1/docs' xsltproc --nonet --xinclude -o ../docs/html/ \ --path ../docs/reference:./reference \ --stringparam gtkdoc.bookname "pygobject" \ --stringparam gtkdoc.version 2.11 \ ./xsl/ref-html-style.xsl \ ./reference/pygobject-ref.xml make[2]: *** No rule to make target `html/pygobject-introduction.html', needed by `all'. Stop. make[2]: *** Waiting for unfinished jobs.... Computing chunks... The shade.verbatim parameter is deprecated. Use CSS instead, for example: pre.programlisting { background-color: #E0E0E0; } The shade.verbatim parameter is deprecated. Use CSS instead, for example: pre.programlisting { background-color: #E0E0E0; } Writing pygobject-reference-copyright.html for sect1(pygobject-reference-copyright) Writing pygobject-introduction.html for chapter(pygobject-introduction) and similarly for pygtk. This is with make -j2.
Created attachment 70355 [details] [review] pygobject/parallel-make-docs.patch
Created attachment 70356 [details] [review] pygtk/parallel-make-docs.patch And the same for pygtk. I think this is fairly obvious.
Ed: Thanks for the patches, fixed in CVS: Checking in ChangeLog; /cvs/gnome/pygobject/ChangeLog,v <-- ChangeLog new revision: 1.76; previous revision: 1.75 done Checking in docs/Makefile.am; /cvs/gnome/pygobject/docs/Makefile.am,v <-- Makefile.am new revision: 1.13; previous revision: 1.12 done Checking in ChangeLog; /cvs/gnome/pygtk/ChangeLog,v <-- ChangeLog new revision: 1.1601; previous revision: 1.1600 done Checking in docs/Makefile.am; /cvs/gnome/pygtk/docs/Makefile.am,v <-- Makefile.am new revision: 1.14; previous revision: 1.13 done