

Code: Select all
PORT_LOGDIR="/var/log/portage"

This would be helpfult but I don't think that I have an already running window manager (I'm a little hazy on some of this stuff), in fact I don't think that I even have an X-Server installed. I have (almost) exactly what's installed after one works through the install manual, which doesn't seem to be too much of anything. I was working under the impression that that stuff would be tagged as a dependency of gnome and would have been installed as a result of the 'emerge gnome xscreensaver' command. Was I wrong?SinoTech wrote:If you got an already running window manager and you run "emerge" inside it (e.g. in xterm, Eterm, ...) you can simply copy 'n paste error messages ...
1. Copy: Mark the test (Click left mouse button and move it over the desired text)
2. Paste: Press the middle mouse button to paste the text
This is helpful and I just made the change.SinoTech wrote: You can also store the whole output of "emerge" by adding the following line to your make.confMake sure the specified directory exists.Code: Select all
PORT_LOGDIR="/var/log/portage"
Okay, 'emerge --info' returns lots of stuff; too much to typeSinoTech wrote: BTW, the missed file ("/usr/lib/crtn.o") is part of "glibc" and so it should exist. Could you please post the output of ...
1. emerge --info
2. gcc-config -l

Code: Select all
$ fix_libtool_files.sh 3.4.4

I agree that this is strange, but yes, the file exists.thasheep wrote:Something seems rather strange. glibc (which owns /usr/lib/crtn.o) is essential to building software and would come on any downloaded gentoo stage. Does /usr/lib/crtn.o exist??
This sounds like useful information. Perhaps the gnome configuration howto on this site should be updated? That's where I was getting my information from; I have to admit I'm doing most of this by rote, I'm not even sure what 'gtk' is.thasheep wrote:Also, on the theme of USE flags, you really want to have gtk2 in there as well. The flag gtk normally only refers to version 1 of gtk - that isn't needed for much. As of version 2 and we're almost up to 2.14 now, gnome is build on gtk2. All gnome-specific programmes will use gtk2 regardless so they won't have it as a USE flag but you'll want non-gnome-specific programmes to cooperate too.
Well, the good news is that it appears that I *do* have X already built, the bad news is that when I run 'Xorg -configure', X complains that it is not able to detect my mouse. Being the optimist that I am I try to test the server anyway by issuing 'X -config /root/xorg.conf.new' but the server crashes as a result of the mouse error.thasheep wrote:Also, if you got as far as you did into emerging gnome, then I'm pretty sure you will have already built X (xorg-x11) so you should be able to use graphical stuff. But maybe not, it all depends on portage's mood I suppose. [edit...sorry, my 'emerge -ep gnome' suggests it won't have been built] Log in as a non-root user and enter the command startx if something happens, X is built. To configure it, run (as root) 'Xorg -configure'.
As soon as I get the mouse stuff straightened out, I'll give this approach a shot.thasheep wrote:Once configured, when you log on, you'll get a rather unfriendly screen but it will have an xterm. Emerge fluxbox or one of the other small window managers for something more attractive and usable and then mozilla-firefox (or mozilla-firefox-bin if you don't want to wait for it to compile) and you'll have a nice browser. Text-browsers such as elinks, links and lynx work too. If you want to copy text with a mouse from a non-X console, emerge gpm, start the service '/etc/init.d/gpm start' and it'll work. To get it to start at boot, do 'rc-update add gpm default'.
Quite the contrary, it was quite helpful; thanks alot.thasheep wrote:Sorry for the long post....
Code: Select all
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection

