First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 233117
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Development Tools Team <dev-tools@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Carsten Lohrke <carlo@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 233117 depends on: Show dependency tree
Bug 233117 blocks:
Votes: 10    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: 2008-07-27 19:28 0000
Please replace these by requiring EAPI=1 and x11-libs/qt:3 as dependency.


I'm fixing as much as I can, but I'm less willing to do so, if there's a batch
of a dozen ebuilds to do.

------- Comment #1 From Felix Tiede 2008-07-29 05:01:05 0000 -------
This has blocked 
#> emerge world -uDp
and I can't remerge doxygen as emerge bails out with this:

!!! Invalid or corrupt dependency specification: 

invalid atom: '*'

('ebuild', '/', 'app-doc/doxygen-1.5.4', 'merge')

>=sys-apps/sed-4 qt3? ( * qt_min_version() is deprecated. Use slot dependencies instead. =x11-libs/qt-3.3* ) latex? ( virtual/latex-base ) dev-lang/python virtual/libiconv virtual/ghostscript !nodot? ( >=media-gfx/graphviz-2.6 media-libs/freetype )

USE-flag qt3 is set here.

I have to admit I find this slightly annoying. :(

------- Comment #2 From Carsten Lohrke 2008-07-29 08:41:37 0000 -------
(In reply to comment #1)
> I have to admit I find this slightly annoying. :(

That's very careful worded. Fixed in cvs now. Sorry.

------- Comment #3 From Michele Caini 2008-07-29 09:01:44 0000 -------
I've solved editing /usr/portage/app-doc/doxygen/doxygen-1.5.4.ebuild, as
suggested into error messages. I was writing a workaround .sh files to patch
the problem but maybe it's unuseful now! ;-)
However after a sync the problem persists here, so those are the step to solve
(as root):

1) edit /usr/portage/app-doc/doxygen/doxygen-1.5.4.ebuild, modifying at line
16:
      $(qt_min_version 3.3) with >=x11-libs/qt-3.3*
2) execute: ebuild /usr/portage/app-doc/doxygen/doxyen-1.5.4.ebuild digest

------- Comment #4 From Michele Caini 2008-07-29 09:04:12 0000 -------
(In reply to comment #3)
> I've solved editing /usr/portage/app-doc/doxygen/doxygen-1.5.4.ebuild, as
> suggested into error messages. I was writing a workaround .sh files to patch
> the problem but maybe it's unuseful now! ;-)
> However after a sync the problem persists here, so those are the step to solve
> (as root):
> 
> 1) edit /usr/portage/app-doc/doxygen/doxygen-1.5.4.ebuild, modifying at line
> 16:
>       $(qt_min_version 3.3) with >=x11-libs/qt-3.3*
> 2) execute: ebuild /usr/portage/app-doc/doxygen/doxyen-1.5.4.ebuild digest
> 

Sorry, there is an extra * !! ;-)
You have to put >=x11-libs/qt-3.3 instead of >=x11-libs/qt-3.3*

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