Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 164857

Summary: app-editors/emacs-cvs-22.0.93-r1 doesn't use gtk despite use flag
Product: Gentoo Linux Reporter: Christoph Lange <langec>
Component: New packagesAssignee: Emacs project <emacs>
Status: RESOLVED FIXED    
Severity: normal CC: again
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christoph Lange 2007-02-01 15:18:56 UTC
When I compiled app-editors/emacs-cvs-22.0.93-r1 with the use flags

+X -Xaw3d +alsa -aqua +gif +gnome +gtk -gzip-el +jpeg -lesstif -motif +nls +png -source +spell -tiff +toolkit-scroll-bars

... its "configure" script decided to build it with the "LUCID" GUI toolkit  instead of GTK. Commenting the following line in the ebuild solved the problem

        if use gtk; then
            einfo "Configuring to build with GTK support"
            myconf="${myconf} --with-x-toolkit=gtk"
            # myconf="${myconf} --with-x-toolkit=athena"
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-02-01 17:20:59 UTC
Not uncommenting but moving that option to the next conditional solves the problem.  Thanks for pointing out.
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2007-02-02 10:59:09 UTC
*** Bug 164962 has been marked as a duplicate of this bug. ***