First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 92164
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mamoru KOMACHI (RETIRED) <usata@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alexandru Toma <flash3001@yahoo.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

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

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







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


Description:   Opened: 2005-05-10 11:36 0000
The DEPEND section for gimageview--0.2.27-r1 is as follows
DEPEND="virtual/x11
        media-libs/libpng
        nls?  ( sys-devel/gettext )
        wmf?  ( >=media-libs/libwmf-0.2.8 )
        mng?  ( >=media-libs/libmng-1.0.3 )
        svg?  ( >=gnome-base/librsvg-1.0.3 )
        xine?    ( >=media-libs/xine-lib-0.9.13-r3 )
        mplayer? ( >=media-video/mplayer-0.92 )
        gtk? ( gtk2? ( =x11-libs/gtk+-2* )
                !gtk2? ( =x11-libs/gtk+-1.2* ) )
        !gtk? ( || (
                imlib? ( media-libs/imlib )
                media-libs/gdk-pixbuf
                ) )"
The program will depend on gtk2 only if both the gtk and gtk2 USE flags are set. So far so good. Now look at the src_compile() section:
econf \
                $(use_enable nls) \
                $(use_with wmf libwmf) \
                $(use_with mng libmng) \
                $(use_with svg librsvg) \
                $(use_with xine) \
                $(use_enable mplayer) \
                $(use_with gtk2) \
                ${myconf} --enable-splash || die
Notice $(use_with gtk2) in there. Even if we don't have the gtk flag set, but we have the gtk2 flag set, the program will be compiled with gtk2 support. For those that don't have gtk2 installed this will probably generate an error and for those that had it installed, the program will be emerged with gtk2 support even if they used -gtk in the USE flags.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Leonardo Boshell 2005-05-22 17:50:15 0000 -------
This package is not related to the gnome herd. Re-assigning.

------- Comment #2 From Mamoru KOMACHI (RETIRED) 2005-05-28 19:31:38 0000 -------
Thanks for the report. Fixed in CVS.

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