← Back to team overview

hugin-devs team mailing list archive

[Bug 1469004] Re: Problems building 4.2 docs

 

A bit more grist t' mill on this, this morning I made another attempt to
build, using rpmbuild on Fedora, a source archive generated (from
enblend 69d6a6e14271 1183 source) via cmake and 'make package_source',
and again using the build instruction in rpmbuild ...

'%cmake . -DENABLE_OPENMP=ON -DDOC=ON -DINSTALL_PDF_DOC=ON'.

The error is similar to previous...

cd /home/terry/rpmbuild/BUILD/enblend-4.2.0-1183hg-Source/doc && /usr/bin/cmake -E rename fullsine.tex fullsine.pstex
/usr/bin/cmake -E cmake_progress_report /home/terry/rpmbuild/BUILD/enblend-4.2.0-1183hg-Source/CMakeFiles 70
Error renaming from "fullsine.tex" to "fullsine.pstex": No such file or directory
doc/CMakeFiles/ps.dir/build.make:368: recipe for target 'doc/fullsine.pstex' failed
make[2]: *** [doc/fullsine.pstex] Error 1

When I snoop in /home/terry/rpmbuild/BUILD/enblend-4.2.0-1183hg-
Source/doc I  find files 'fullsine.eps', 'fullsine.gp', 'fullsine.pstex'
and fullsine-eps-converted-to.pdf', so I a bit confused as to whether
this is a bug or a local problem.

Cheers,
Terry

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Enblend.
https://bugs.launchpad.net/bugs/1469004

Title:
  Problems building 4.2 docs

Status in Enblend:
  New

Bug description:
  Running into problems generating the pdf docs, on Fedora 21
  if I run ./configure, it reports "can build all documentation: yes"
  Building in rpmbuild using cmake, with -DDOC=ON, ps docs are generated OK.
  Building in rpmbuild using cmake, with -DDOC=ON -DINSTALL_HTML_DOC=ON, both ps and html docs are generated.
  Building in rpmbuild using cmake, with -DDOC=ON -DINSTALL_PDF_DOC=ON, my build fails with following info;

  [ 35%] Generating fullsine.pstex
  cd /home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc && /usr/bin/gnuplot --default-settings -e 'DATA_DIR="/home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc"' -e set\ output\ \"fullsine.tex\"\;\ set\ terminal\ epslatex\  /home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc/fullsine.gp
  Error renaming from "exposure-weights.tex" to "exposure-weights.pstex": No such file or directory
  doc/CMakeFiles/pdf.dir/build.make:351: recipe for target 'doc/exposure-weights.pstex' failed
  make[2]: *** [doc/exposure-weights.pstex] Error 1

  I also note that the ps and html docs are not the same. The ps contains a list of tables, html does not.
  I note a minor a mistake in the ps 'list of tables', page 46, "Visualization colors an symbols...", suspect this should be "Visualization colors and symbols".

  Cheers,
  Terry

To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1469004/+subscriptions


References