First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 130659
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: MATSUU Takuto <matsuu@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jakub Moc (RETIRED) <jakub@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 130659 depends on: 146902 Show dependency tree
Bug 130659 blocks: 137364
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-04-20 14:10 0000
<snip>
if ! use firefox; then
                local moz_use="$(</var/db/pkg/`best_version
www-client/mozilla`/USE)"
                if ! has_version '>=www-client/mozilla-1.7.3-r2' && ! has gtk2
${moz_use}
                then
                        echo
                        eerror
                        eerror "This needs mozilla used gtk2."
                        eerror "To build mozilla use gtk2, please type
following command:"
                        eerror
                        eerror "    # USE=\"gtk2\" emerge mozilla"
                        eerror
                        die
                fi
        fi
}
</snip>

That's what built_with_use from eutils.eclass is for. Besides, the above isn't
${ROOT} aware, so it can fail.

------- Comment #1 From Jakub Moc (RETIRED) 2006-04-20 14:18:44 0000 -------
Uhm, and the grammar needs some make-up as well... ;) Like:

eerror "This ebuild needs mozilla built with USE=???."
eerror "To rebuild mozilla with USE=???, please type the following command:"
eerror
eerror "    # USE=\"???\" emerge mozilla"

And - worst of all, there's no gtk2 use flag in mozilla ebuilds, so this check
will always fails.

------- Comment #2 From Daniel Webert 2006-07-07 19:21:23 0000 -------
ping - 2 months

------- Comment #3 From MATSUU Takuto 2006-09-08 21:39:17 0000 -------
since kazehakase-0.3.9, I removed built_with_use from ebuild. 
and I think remove kazehakase-cvs from portage tree.

------- Comment #4 From MATSUU Takuto 2006-10-04 08:39:27 0000 -------
0.3.9 stable now. Removed old versions.

------- Comment #5 From Jakub Moc (RETIRED) 2006-10-04 14:54:34 0000 -------
*** Bug 150089 has been marked as a duplicate of this bug. ***

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