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 539848 - Build crash on doc generation from rev #4070 to #4075
Build crash on doc generation from rev #4070 to #4075
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: doc
CVS head
Other All
: Normal critical
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-23 22:30 UTC by Thomas Harding
Modified: 2008-06-27 11:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
svn diff -x '-u' on top-level (26.82 KB, patch)
2008-06-23 22:32 UTC, Thomas Harding
committed Details | Review
tar-gzipped archive of missings doc/html/images/*.png doc/html/images/callouts/*.png (22.68 KB, application/x-compressed-tar)
2008-06-23 22:35 UTC, Thomas Harding
  Details

Description Thomas Harding 2008-06-23 22:30:26 UTC
Steps to reproduce:
1. ./autogen.sh --with-hardbooks && make


Stack trace:


Other information:
SEE PATCH ATTACHMENTS
Comment 1 Thomas Harding 2008-06-23 22:32:56 UTC
Created attachment 113300 [details] [review]
svn diff -x '-u' on top-level

* added the missing png images and callouts in
  doc/html/graphics (SEE ATTACHMENT #2 [details])
  (you can delete doc/html/images*.svg)

* updated doc/fr/dia-cmdline.xml
* added doc/eu/dia-1.xml (data out from dia.dbk)
  NOTE: don't know why an English man page is in
   "eu". We may delete it then comment the
   relevant code in doc/eu/Makefile.am
* added entities placeholders (commenteds out)
  in doc/eu/dia.xml for commandline/manpage
  content
* checked doc/pl/html.xsl. What's wrong?
  Double-patching, maybe (line count is 38)?

* ***hardcopies.make***
  * added $(DESTDIR) to $(sysdoc) path.
  * html: deleted insane ;) dependency on
    $(progname)-cmdline.xml, as $(xmlsources)
    will list it in individual languages
    rewritten file-to-compile as 'first target'
    == $(progname).xml
  * pdf: deleted insane dependency on
    $(progname)-cmdline.xml
  * ps: the same...
  * pdf and ps dependencies,"jw" build way:
    the same...

* ***omf.make***:
  solved inconsistency in omf files path between
  install/uninstall [$(DESTDIR)]
Comment 2 Thomas Harding 2008-06-23 22:35:32 UTC
Created attachment 113301 [details]
tar-gzipped archive of missings doc/html/images/*.png doc/html/images/callouts/*.png
Comment 3 Hans Breuer 2008-06-27 11:58:28 UTC
commited as revision 4076 :

2008-06-27  Hans Breuer  <hans@breuer.org>

	[Second iteration on patch from Thomas Harding improving the 
	 documentation generation, now 'make distcheck' succeeds again.
	 fixing bug #539848]
	* doc/html/images/*.png doc/html/images/callouts/*.png : added
	the missing png images and callouts
	* doc/fr/dia-cmdline.xml : updated 
	* doc/eu/dia-1.xml : added (data out from dia.dbk)
	NOTE: don't know why an English man page is in "eu". 
	* doc/eu/dia.xml : added entities placeholders (commenteds out)
	for commandline/manpage content
	* hardcopies.make :
	- added $(DESTDIR) to $(sysdoc) path.
	- html: deleted insane ;) dependency on $(progname)-cmdline.xml, as 
	$(xmlsources) will list it in individual languages; rewritten 
	file-to-compile as 'first target' == $(progname).xml
	- pdf: deleted insane dependency on $(progname)-cmdline.xml
	- ps: the same...
	- pdf and ps dependencies,"jw" build way: the same...
	* omf.make : solved inconsistency in omf files path between
	install/uninstall [$(DESTDIR)]