Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164857 - app-editors/emacs-cvs-22.0.93-r1 doesn't use gtk despite use flag
Summary: app-editors/emacs-cvs-22.0.93-r1 doesn't use gtk despite use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
: 164962 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-01 15:18 UTC by Christoph Lange
Modified: 2007-02-02 10:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***