First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 169336
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Stefan Schweizer <genstef@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: g-ranquet <ranquet@imerir.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gnash-0.7.2_p20099999.ebuild patched ebuild text/plain g-ranquet 2007-03-04 18:08 0000 3.27 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 169336 depends on: Show dependency tree
Bug 169336 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: 2007-03-04 18:06 0000
when emerging gnash-0.7.2_p20099999 with the -kde useflags, it tries to compile
with --enable-klash which fails because it doesn't find some kdelibs.

Reproducible: Always

Steps to Reproduce:
emerge =gnash-0.7.2_p20099999 with -kde set and no kde//qt emerged

Actual Results:  
      KDE flags are: -I/usr/kde/3.5/include/kde -I/usr/kde/3.5/include/kde/kio
        KDE libs are: -L/usr/kde/3.5/lib -lkdeui -lkdecore -lkdeprint
        ERROR: No QT development package installed!
               Reconfigure with --disable-klash to continue
               and/or change to a different gui


Expected Results:  
fine compile with the --disable-klash option

fixed it by modifying the ebuild:
transformed:
        if use kde; then
                myconf="${myconf} --enable-klash
--with-qt-incl=${QTDIR}/include
                        --with-qt-lib=${QTDIR}/$(get_libdir)"
        fi
into:
        if use kde; then
                myconf="${myconf} --enable-klash
--with-qt-incl=${QTDIR}/include
                        --with-qt-lib=${QTDIR}/$(get_libdir)"
        else
                myconf="${myconf} --disable-klash"
        fi

------- Comment #1 From g-ranquet 2007-03-04 18:08:09 0000 -------
Created an attachment (id=112097) [edit]
patched ebuild

------- Comment #2 From Stefan Schweizer 2007-03-04 19:11:20 0000 -------
thanks, fixed

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