Allan Spagnol Comar <[EMAIL PROTECTED]> writes: > sure, here it is: > > emerge -pv emacs > > These are the packages that I would merge, in order: > > Calculating dependencies ...done! > [ebuild N ] media-libs/giflib-4.1.4 +X -rle 0 kB > [ebuild N ] dev-libs/libIDL-0.8.6 -debug -static 0 kB > [ebuild N ] gnome-base/orbit-2.12.3 -debug +doc +ssl -static 0 kB > [ebuild N ] gnome-base/libbonobo-2.10.1 -debug +doc -static 0 kB > [ebuild N ] gnome-base/libglade-2.5.1 -debug +doc 0 kB > [ebuild N ] media-libs/libart_lgpl-2.3.17 -debug 0 kB > [ebuild N ] gnome-base/libgnomecanvas-2.10.2 +X -debug +doc -static 0 kB > [ebuild N ] gnome-base/gconf-2.10.1-r1 -debug +doc -static 0 kB > [ebuild N ] gnome-base/gnome-mime-data-2.4.2 -debug 0 kB > [ebuild N ] app-admin/fam-2.7.0-r2 0 kB > [ebuild N ] gnome-base/gnome-vfs-2.10.1-r2 -debug +doc -gnutls > -hal -howl +ipv6 +samba +ssl 0 kB > [ebuild N ] gnome-base/libgnome-2.10.1-r1 -debug +doc -esd -static 0 kB > [ebuild N ] gnome-base/libbonoboui-2.10.1 +X -debug +doc -static 0 kB > [ebuild N ] gnome-base/gnome-keyring-0.4.4 -debug -static 0 kB > [ebuild N ] gnome-base/libgnomeui-2.10.1 -debug +doc +jpeg -static 0 kB > [ebuild N ] x11-themes/hicolor-icon-theme-0.8 0 kB > [ebuild N ] x11-themes/gnome-icon-theme-2.10.1 -debug 0 kB > [ebuild N ] x11-themes/gtk-engines-2.6.5 -accessibility -debug -static 0 > kB > [ebuild N ] x11-themes/gnome-themes-2.10.2 -accessibility -debug 0 kB > [ebuild N ] x11-libs/startup-notification-0.8 0 kB > [ebuild N ] app-text/scrollkeeper-0.3.14-r1 +nls 0 kB > [ebuild N ] gnome-base/gnome-desktop-2.10.2 -debug -static 0 kB > [ebuild N ] x11-libs/openmotif-2.2.3-r3 0 kB > [ebuild N ] app-editors/emacs-21.4-r1 +X -Xaw3d +gnome -leim > -lesstif +motif +nls -nosendmail 0 kB > > >> > >> > my USE flags got only doc because this is a linux box without any >> > graphical interfaces to server some utilities ..... >> > >> > could some one explain why emacs needs so many graphical parts ? >> > -- >> > An application asked: >> > "Requeires Windows 9x, NT4 or better", >> > so I´ve installed Linux >> > >> > -- >> > gentoo-user@gentoo.org mailing list >> >> Could you provide the output of emerge -pv emacs? >> >> /erik >> >> as you see here:
[ebuild N ] app-editors/emacs-21.4-r1 +X -Xaw3d +gnome -leim emacs has X and gnome as use flags. you could either put -X and -gnome in your use flag list in /etc/make.conf, or you could use this command: # echo "app-editors/emacs -X -gnome" >> /etc/portage/package.use" and then emerge emacs :) /erik -- gentoo-user@gentoo.org mailing list