Saturday, July 05, 2003

Haven't gotten a chance to try out my newly made packages. I had intended to try it out on July 2, but all of the festivities of the 4th of July holiday made that impossible. Quite a lot happened. I got a chance to see my father this holiday, which was a plus, considering I haven't seen him in a while (try a year,) and I just realized this was the most time I spent with my mother and nieces in a while. If this thing works with my Pentium 200 computer I'm going to make packages for an old 486 Toshiba laptop I have at home. With Gentoo Linux you can just about make distributions of packages for any computer, old or new, with the same tools. True you can just get CDs or download packages for the net, but I'm just really impressed with Gentoo that I want to try it wherever I can.

I'm actually starting to make an effort to redesign my site. It's something basic right now, but maybe later I'll do something flashy with it.

Wednesday, July 02, 2003

Well, I tried emerging other packages which have failed due to compiler issues, so what I'm going to do is grab what packages I already have and the portage tree, take them home, and compile some of them there (I have all of the sources on CD I've downloaded in the past.) I'm just anxious to see how my efforts went here.

I also want to turn some of my other computers to Gentoo Linux machines. I run the web server, which has Mandrake 8.1 on it now, and I find emerging packages a whole lot more convenient than installing RPMs if i needed to update my machine, so at a convenient point I want to install Gentoo on my web server.

As far as the compiler went, I'm going to update gcc to 3.2.2 later and see if that helps.
I set up a file that had all the packages I wanted 'emerged' (installed) and ran this command to install all of them:

cat autoemerge.txt | xargs emerge

I was hoping to see at least 1/3 of it done, but my virtual machine ran out of space well before then, so I had to clean off some disk space and keep going.

Well, the virtual machine kept choking on building fluxbox and openbox, so I tried emerging IceWm instead. Let's see how that goes.

Tuesday, July 01, 2003

For the last few days I've been trying to set up a Gentoo Linux installation at my house. As I only have a Pentium 200 MMX machine I've been trying to compile all of the software on my office computer, a 1.8 GHz Pentium 4, and install the resulting packages at home. I tried the stage 1 tarball, only for gcc to choke doing so; so I just tried a stage 3 tarball, with better results. However I have yet to finish compiling all the software, because 1) I tried to set up distcc so the I can use another machine I have in the office to do builds, but that hasn't worked out too well for me (I have been mucking around with the distcc settings, so I will have to play around with them some more.) and 2) I ran out of disk space. I use VMWare to make my "distro," so I won't have to do all this stuff on another machinel Hopefully this distcc and ccache thing works. I'll just let it run until tomorrow evening, burn a CD with all the packages I made, and take them home and have some fun.