Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 153465
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Axel Dyks <XL@XLsigned.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 153465 depends on: Show dependency tree
Bug 153465 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-30 11:08 0000
... because of

   $(use_enable doc dot)

being addded to "econf".
So gnucash configure fails, if /usr/bin/dot can not be found.

So, either "dot" (--enable-dot) should be removed or "media-gfx/graphviz"
should be added to DEPEND , i. e.

DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen
                media-gfx/graphviz              
                app-text/tetex )
        dev-util/pkgconfig"

or -- incorporating a recent request --

DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen
                media-gfx/graphviz              
                virtual/tetex )
        dev-util/pkgconfig"

Cheers,
Axel

------- Comment #1 From Axel Dyks 2006-10-30 11:57:09 0000 -------
Addition:
  After cross-reading the sources and grep-ing for "enable_dot",
  I'm getting the impression that "dot" is an RDEPEND and not
  a DEPEND, i. e. "dot" is used by gnucash during run-time for
  the generation of charts/reports ...

Axel

------- Comment #2 From Josh Sled 2006-10-30 13:41:04 0000 -------
(In reply to comment #1)
> Addition:
>   After cross-reading the sources and grep-ing for "enable_dot",
>   I'm getting the impression that "dot" is an RDEPEND and not
>   a DEPEND, i. e. "dot" is used by gnucash during run-time for
>   the generation of charts/reports ...

It's not.  It's used by doxygen for creating class hierarchy graphs of the
source tree at doc-build at compilation time.

------- Comment #3 From Axel Dyks 2006-10-30 15:34:32 0000 -------
> It's not.  It's used by doxygen for creating class hierarchy graphs of the
> source tree at doc-build at compilation time.

OK. So "doc" and "dot" (also) refers to "src/doc" of "gnucash"
and not (only) to "gnucash-doc"?
I must admit that this "doxygen stuff" confuses me a bit. :-)
Where are the (html) results installed? So far I've only found
the "info" pages ...

Anyway. Without either removing "dot" from "econf" or adding
"graphviz" to DEPEND emerging fails. Though both "fixes"
worked for me, I prefered the later and left the resulting
package installed.

Axel

------- Comment #4 From Seemant Kulleen (RETIRED) 2006-12-18 11:51:30 0000 -------
fixed 2.0.2

------- Comment #5 From Seemant Kulleen (RETIRED) 2006-12-18 12:00:05 0000 -------
forgot to close bug

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug