View previous topic :: View next topic |
Author |
Message |
TUX2k n00b
Joined: 16 May 2002 Posts: 62 Location: Purmerend, The Netherlands
|
Posted: Sat Jun 08, 2002 1:59 pm Post subject: Writing a how to for Gentoo for Sparc |
|
|
I'm not a real linux Geek but I like Linux as a OS.
I was runnig Gentoo Linux on my amd K6 but had to go back to windows because of problemmes with my hardeware.
But I still have a Ultra Sparc 10 Station, so I was thinking of installing Gentoo on this machine and also write a howto as I go along installing gentoo on this machine.
So if there is any one out there who would like to help.
Please contact me.
|
|
Back to top |
|
|
arkane l33t
Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Mon Jun 10, 2002 3:50 am Post subject: |
|
|
Once I finally get the bugger installed I'll help...
right now, I'd be happy just to have it running |
|
Back to top |
|
|
asric n00b
Joined: 18 Jun 2002 Posts: 2 Location: Hillsboro, OR
|
Posted: Tue Jun 18, 2002 4:55 am Post subject: |
|
|
I know what you mean. After 1 week, I have gotten to the point where I can do emerge's (the wget and ssh binaries were compiled for Ultra-sparcs, while my machine is a Sparc 10). My current stumbling block is the kernel. Neither the gentoo-sources or sparc-sources kernels compile.
I guess the Sparc 10 goes and sits in the corner with the rest of them, until I have the time to revisit this. |
|
Back to top |
|
|
TUX2k n00b
Joined: 16 May 2002 Posts: 62 Location: Purmerend, The Netherlands
|
Posted: Tue Jun 18, 2002 7:39 am Post subject: |
|
|
I am also working on a sprac 10.
And the vanilla source compiled just fine on my system a just cat get the X running and I'm looking for a solution.
But I wont have the time for it now since i am going to parijs next weekend for my brithday.
But it should not be a problem to run gentoo an a sparc 10 |
|
Back to top |
|
|
arkane l33t
Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Thu Jun 20, 2002 6:52 pm Post subject: |
|
|
I got everythiing compiled right on my sparc10 and it works... albiet from CD because I'm having issues with the old prom. (it won't allow a boot sector over 1GB) I've been messing around with my new Pentium 1.8ghz, and haven't had a chance to fudge around with the Sun, but I do know that the vanilla-sources work great.
There is a semi-howto on the CD, I followed that and it helped me alot. |
|
Back to top |
|
|
Blind Tree Frog n00b
Joined: 24 Jun 2002 Posts: 12
|
Posted: Mon Jun 24, 2002 8:31 pm Post subject: |
|
|
I'm also on a sparc 10 and can't get past stage 3. I'm getting errors when it tries to compile the scheduler I believe. I tried a stage 3 tarball and the wget was bad. Next I was going to try a stage 3 with the wget from an earlier one, but I don't know.
Anyone able to offer any advice on how to get the damn thing on?
Which source code are people emerging to build the kernel from? The vanilla source code and not the sparc based? |
|
Back to top |
|
|
asric n00b
Joined: 18 Jun 2002 Posts: 2 Location: Hillsboro, OR
|
Posted: Mon Jun 24, 2002 10:35 pm Post subject: wget problems |
|
|
The problem with wget (and everything else compiled with libssl) is that they were compiled for the sparc v8+ architecture (which is, basically, the Ultrasparc). These binaries are for the wrong architecture for a SPARC 5/10/20. What I did was download an ancient version of wget from ftp.gnu.org and install it over the wget in /usr/bin. I then did an emerge of openssl and wget.
Then I did "file /usr/bin/*" to find out what was compiled for the SPARC V8, and then did an emerge of those packages. You might need to check /usr/sbin as well. |
|
Back to top |
|
|
Blind Tree Frog n00b
Joined: 24 Jun 2002 Posts: 12
|
Posted: Wed Jun 26, 2002 9:08 pm Post subject: |
|
|
So starting from a stage 1 tarball shouldn't cause any problems then (as the only problems I ran into with wget were trying from a stage 3 tarball). Stage one worked fine for me and I can only assume that they are using only the most generic tools at that point (or virtual machine or something).
So starting from stage 1 isn't a problem. follow all of the instructions as per the x86 install guide (switching in vmlinux for bzimage of course.....confused the irc channel with that one for a while), but when you reach stage 3 what do you do then? Emerging the source tree labeled sparc (whicher it is) causes compiling errors and won't complete (which means I need to start over with the screwed up way I'm installing things). Apparently the plain vanilla install works fine (vanilla-sources I assume he refers to), but leads to X problems later on perhaps and has the added disadvantage of not being enchanced for anything (gentoo or sparc).
So what has everyone else done at that point and how successful was it? |
|
Back to top |
|
|
Blind Tree Frog n00b
Joined: 24 Jun 2002 Posts: 12
|
Posted: Wed Jun 26, 2002 9:09 pm Post subject: |
|
|
Reading back over, it sounds like go with the vanilla source tree. Does this cause any problems later on? I see the one comment about X not working.... |
|
Back to top |
|
|
arkane l33t
Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Thu Jun 27, 2002 6:19 pm Post subject: |
|
|
Blind Tree Frog wrote: | Reading back over, it sounds like go with the vanilla source tree. Does this cause any problems later on? I see the one comment about X not working.... |
why would going with a standard kernel give problems?
If anything, going with something non-standard would cause problems. Debian has been using the standard kernel for years for the sparc architecture. |
|
Back to top |
|
|
Blind Tree Frog n00b
Joined: 24 Jun 2002 Posts: 12
|
Posted: Fri Jun 28, 2002 4:27 pm Post subject: |
|
|
Quote: | And the vanilla source compiled just fine on my system a just cat get the X running and I'm looking for a solution. |
That was why I asked about problems. Did that come from the kernel of choice or other reason? |
|
Back to top |
|
|
arkane l33t
Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Thu Jul 11, 2002 11:21 pm Post subject: |
|
|
Well, you'd want the sun framebuffer support in the kernel...
I do know that much
That will make or break the installation.
Blind Tree Frog wrote: | Quote: | And the vanilla source compiled just fine on my system a just cat get the X running and I'm looking for a solution. |
That was why I asked about problems. Did that come from the kernel of choice or other reason? |
|
|
Back to top |
|
|
|