After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 350225 - parallel make build fails pygtk and pygobject (2.9.5, 2.11.1)
parallel make build fails pygtk and pygobject (2.9.5, 2.11.1)
Status: RESOLVED FIXED
Product: pygtk
Classification: Bindings
Component: documentation
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-07 06:11 UTC by Ed Catmur
Modified: 2006-08-07 13:15 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
pygobject/parallel-make-docs.patch (358 bytes, patch)
2006-08-07 06:36 UTC, Ed Catmur
none Details | Review
pygtk/parallel-make-docs.patch (384 bytes, patch)
2006-08-07 06:36 UTC, Ed Catmur
none Details | Review

Description Ed Catmur 2006-08-07 06:11:31 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.
Comment 1 Ed Catmur 2006-08-07 06:36:15 UTC
Created attachment 70355 [details] [review]
pygobject/parallel-make-docs.patch
Comment 2 Ed Catmur 2006-08-07 06:36:46 UTC
Created attachment 70356 [details] [review]
pygtk/parallel-make-docs.patch

And the same for pygtk.

I think this is fairly obvious.
Comment 3 Johan (not receiving bugmail) Dahlin 2006-08-07 13:15:48 UTC
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