First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 127596
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Steve Arnold <nerdboy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mark Loeser <halcy0n@gentoo.org>
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 127596 depends on: Show dependency tree
Bug 127596 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-03-25 21:04 0000
if use qt; then need-qt 3; fi

The above code is in global scope in all of the doxygen ebuilds, which breaks
the cache since the DEPEND variable will change depending upon what use flags
the user has set.  It looks like you already depend on qt-3* anyway.

------- Comment #1 From Steve Arnold 2006-03-26 10:43:38 0000 -------
Yeah that's an ugly work-around but it's also the only thing that seemed to get
by the QT build environment being slightly dorked.  If I move it to any of the
function bodies it doesn't work.  If you have any suggestions, I'd be happy to
try them, but the last time I worked on this there wasn't any other way I could
see to get QTDIR set correctly.

------- Comment #2 From Steve Arnold 2006-03-26 11:15:28 0000 -------
Actually, it's getting QTLIBDIR stuff set correctly that's the real ugly part. 
I think the real fix might be something like a small eclass (or maybe mods to
another eclass) but I'll take anything that works and makes QA happy...

------- Comment #3 From Erik Ridderby 2006-04-03 12:11:22 0000 -------
I found the this probling when I meda a new installation for kdebase-meta 3.5.2
on my AMD64 system installing the AMD64-bransh.

To me it seems that doxygen depends on QT but the portage does not notice this.
Maby this is the cache-problem?

If I add doxygen with -qt in /etc/portage/pakages.use (man portage) the doxygen
got emerged. I hope to remove this line and make an emerge --newuse when QT is
installed. I will tell if it worked when I got through with kdebase-meta.

------- Comment #4 From Steve Arnold 2006-04-09 12:06:58 0000 -------
Removed kde_funcs and associated global code from all versions.

First Last Prev Next    No search results available      Search page      Enter new bug