Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 575980

Summary: app-doc/doxygen-1.8.11-r1[doc] fails during generation of examples - error: configuration file tclexample.cfg not found!
Product: Gentoo Linux Reporter: Berthold Humkamp <Timewulf>
Component: Current packagesAssignee: Matthias Maier <tamiko>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info '=app-doc/doxygen-1.8.11-r1::gentoo'
emerge -pqv '=app-doc/doxygen-1.8.11-r1::gentoo'

Description Berthold Humkamp 2016-02-29 10:08:01 UTC
Created attachment 426964 [details]
build.log

error: configuration file tclexample.cfg not found!
Comment 1 Berthold Humkamp 2016-02-29 10:11:19 UTC
Created attachment 426968 [details]
emerge --info '=app-doc/doxygen-1.8.11-r1::gentoo'
Comment 2 Berthold Humkamp 2016-02-29 10:13:38 UTC
Created attachment 426970 [details]
emerge -pqv '=app-doc/doxygen-1.8.11-r1::gentoo'
Comment 3 Berthold Humkamp 2016-02-29 10:30:20 UTC
As was to expect, because of example-file: Without USE="doc" it works.
Comment 4 Matthias Maier gentoo-dev 2016-06-15 04:47:40 UTC
This is an odd error - I cannot reproduce.

For me (with cmake-3.5* and cmake-3.3*) the dependency tclexample.cfg is correctly built beforehand:

  ...
  [ 72%] Generating tclexample.tcl
  [ 73%] Generating tclexample.cfg
  ...
  [ 82%] Generating ../html/examples/tclexample/html/index.html, ../html/examples/tclexample/latex/refman_doc.tex

But this doesn't happen in your build:

  ...
  [ 52%] [0mGenerating tclexample.tcl
  ...
  [ 80%] [0mGenerating ../html/examples/tclexample/html/index.html, ../html/examples/tclexample/latex/refman_doc.tex[0m
  error: configuration file tclexample.cfg not found!


Do you have any ideas what might go wrong?
Comment 5 Berthold Humkamp 2016-06-23 07:03:01 UTC
Thanks so far, but sorry, I can't help with more ideas or even by trying out something senseful:

Meanwhile there were plenty updates on other packages and now there are no more problems with compiling doxygen-1.8.11-r2.

I'll close the bug for now, as there's no basis for further researches.