On Mon, 2013-03-25 at 14:51 +0100, trophime wrote:
> Hi,
> just trying to upgrade gmsh on Debian wheezy... I end up with the
> following error when the doc is generated:
> """"
> Generating ../../doc/texinfo/gmsh.html
> cd "/tmp/buildd/gmsh-tetgen-2.7.1~svn15092/doc/texinfo"
> && /usr/bin/makeinfo --html --css-ref=http://geuz.org/geuz.css
> --no-split /tmp/buildd/gmsh-tetgen-2.7.1~svn15092/doc/texinfo/gmsh.texi
> /tmp/buildd/gmsh-tetgen-2.7.1~svn15092/doc/texinfo/gmsh.texi:982:
> Unknown command `dots>)|'.
> makeinfo: Removing output file
> `/tmp/buildd/gmsh-tetgen-2.7.1~svn15092/doc/texinfo/gmsh.html' due to
> errors; use --force to preserve.
> """
> 
> It seems to be connected with changes from rev 15000...
> 
> C

The trouble comes from latest texinfo package.
It requires to make a slight change to CMakeLists.txt 
as you will find in the attached patch.
 
-- 


Christophe TROPHIME
Research Engineer

LNCMI
CNRS - LNCMI
25, rue des Martyrs
BP 166
38042 GRENOBLE Cedex 9
FRANCE
CNRS

Tel : +33 (0)4 76 88 90 02 
Fax : +33 (0) 4 76 88 10 01
Office U 19 
M@il : [email protected] 
________________________________________________________________________
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 gmsh-tetgen (2.7.2~svn16038-1) unstable; urgency=low
 .
   * Update to latest svn
Author: Christophe Trophime <[email protected]>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

Index: gmsh-tetgen-2.7.2~svn16038/CMakeLists.txt
===================================================================
--- gmsh-tetgen-2.7.2~svn16038.orig/CMakeLists.txt	2013-06-24 17:40:58.000000000 +0200
+++ gmsh-tetgen-2.7.2~svn16038/CMakeLists.txt	2013-06-24 17:41:29.000000000 +0200
@@ -1385,7 +1385,7 @@
 find_program(TEXI2PDF texi2pdf)
 if(TEXI2PDF)
   add_custom_command(OUTPUT ${TEX_DIR}/gmsh.pdf DEPENDS ${TEX_SRC} 
-                     COMMAND ${TEXI2PDF} ARGS ${TEX_DIR}/gmsh.texi 
+                     COMMAND ${TEXI2PDF} ARGS gmsh.texi 
                      WORKING_DIRECTORY ${TEX_DIR})
   add_custom_target(pdf DEPENDS ${TEX_DIR}/gmsh.pdf)
   install(FILES ${TEX_DIR}/gmsh.pdf DESTINATION ${GMSH_DOC} OPTIONAL)
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to