Re: [gentoo-user] Why emacs needs gnome parts ?
Allan Spagnol Comar <[EMAIL PROTECTED]> writes: > Hi I was pretending to emerge emacs to check dependencies and I got > amazed when I saw this: > # emerge -p emacs > [ebuild N] media-libs/giflib-4.1.4 > [ebuild N] dev-libs/libIDL-0.8.6 > [ebuild N] gnome-base/orbit-2.12.3 > [ebuild N] gnome-base/libbonobo-2.10.1 > [ebuild N] gnome-base/libglade-2.5.1 > [ebuild N] media-libs/libart_lgpl-2.3.17 > [ebuild N] gnome-base/libgnomecanvas-2.10.2 > [ebuild N] gnome-base/gconf-2.10.1-r1 > [ebuild N] gnome-base/gnome-mime-data-2.4.2 > [ebuild N] app-admin/fam-2.7.0-r2 > [ebuild N] gnome-base/gnome-vfs-2.10.1-r2 > [ebuild N] gnome-base/libgnome-2.10.1-r1 > [ebuild N] gnome-base/libbonoboui-2.10.1 > [ebuild N] gnome-base/gnome-keyring-0.4.4 > [ebuild N] gnome-base/libgnomeui-2.10.1 > [ebuild N] x11-themes/hicolor-icon-theme-0.8 > [ebuild N] x11-themes/gnome-icon-theme-2.10.1 > [ebuild N] x11-themes/gtk-engines-2.6.5 > [ebuild N] x11-themes/gnome-themes-2.10.2 > [ebuild N] x11-libs/startup-notification-0.8 > [ebuild N] app-text/scrollkeeper-0.3.14-r1 > [ebuild N] gnome-base/gnome-desktop-2.10.2 > [ebuild N] x11-libs/openmotif-2.2.3-r3 > [ebuild N] app-editors/emacs-21.4-r1 > > 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 -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Why emacs needs gnome parts ?
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
Re: [gentoo-user] OT - Linewrap in vim
"Michael Kintzios" <[EMAIL PROTECTED]> writes: >> -Original Message- >> From: JimD [mailto:[EMAIL PROTECTED] >> Sent: 23 March 2006 21:20 >> To: gentoo-user@lists.gentoo.org >> Subject: Re: [gentoo-user] OT - Linewrap in vim >> >> >> On Thu, 23 Mar 2006 12:18:44 -0600 >> Michael Sullivan <[EMAIL PROTECTED]> wrote: >> >> > Is there a way to turn off the line wrap function in >> vim/gvim? I know >> > it doesn't actually wrap lines in the file - I just want to turn off >> > the visual line wrap in the editor. Is that possible? >> >> From within vim/gvim type: >> >> :set nowrap >> >> I add that to my .vimrc, without the ":". > > While on this topic, when I cut & paste in Vim it automatically inserts > indents on the front of each pasted line which messes up my config > files. I had it fixed some time ago and now I noticed it's back - would > you know how I can switch it off again? :set paste > -- > Regards, > Mick > > > -- > gentoo-user@gentoo.org mailing list -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] touch Error: Function not implemented
I guess you used a livecd to boot into your computer, and then chrooted into your existing environment? Problem with the newest udev is that you need a kernel 2.6.15 or newer. And the reason why touch is complaining, is because you forgot to mount proc when you chrooted. If you're outside chroot: mount proc -t proc /mnt/gentoo/proc If you're inside chroot: mount proc -t proc /proc Then you're able to compile a new kernel :) /erik "Ryan Viljoen" <[EMAIL PROTECTED]> writes: > Hey all, > > I recently (yesterday) completed an emerge sync and then emerge world. > I rebooted my PC today and my system failed to come up. It moaned > about udev or such... > > After some inspection, it seems I have an error with touch. I cant > emerge anything, it does not get past unpacking the source. The > following error is the same for all packages: > > Quote: Unpacking source... Unpacking udev-089.tar.bz2 to /var/tmp/portage/udev-089/work > touch: setting times of `/var/tmp/portage/udev-089/.unpacked': > Function not implemented > > !!! ERROR: sys-fs/udev-089 failed. > Call stack: > ebuild.sh, line 1526: Called dyn_unpack > ebuild.sh, line 698: Called die > > !!! IO Failure -- Failed 'touch .unpacked' in /var/tmp/portage/udev-089 > !!! If you need support, post the topmost build error, and the call > stack if relevant. > > wiig / # > > > Any idea as to the cause? Solution? > > > -- > Ryan Viljoen Bsc(Eng) (Electrical) > > There are sadistic scientists who hurry to hunt down errors instead of > establishing the truth. >- Marie Curie > > -- > gentoo-user@gentoo.org mailing list -- gentoo-user@gentoo.org mailing list