LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Unpacking gcc causes system crash. (https://www.linuxquestions.org/questions/linux-from-scratch-13/unpacking-gcc-causes-system-crash-376150/)

cuiq 10-23-2005 05:15 PM

Unpacking gcc causes system crash.[SOLVED][edit not solved]
 
Here's the problem. Which btw has happened three times. I did a search here on the LFS forum (gcc) which turned up 36 threads but none described this problem. While this is my first time installing LFS, it is not my first time taking a plunge in this direction. I've installed Gentoo twice on this system.

I'm following the LFS book as well as the HINT: How to build LFS 6.1 system using the LFS liveCD as your host OS. Everything appears to go smoothly until it's time to unpack gcc-3.4.3.tar.bz2 at which point the system freezes. This is the command I'm using to unpack.

tar xf gcc-3.4.3.tar.bz2

I also used this same command to unpack the binutils package previous to to this package no problems there.

I've tried installing from the beginning three times, and the system freezes at this point every time. Also I did not use the HINT during the first install attempt.

BTW instead of downloading all of the packages and to keep everything consistent with the book I used the /sources directory already on the liveCD.

Sys. Specs.
Pentium III (950mhz)
WD 20gb IDE hard drive
Lite-On 52x32x52 CD-R/RW
383 mb sdram memory
onboard video (8mb) (32mb nvidia hit the bricks, waiting on new one to arrive)
onboard sound
Compaq motherboard with i815 chipset

Any help is appreciated.


TIA

Peace V

cuiq 10-23-2005 07:31 PM

I'm not sure this is really a fix.

However what I did was switch to a console to unpack gcc-3.4.3 and it worked.



Peace V

cuiq 10-23-2005 07:56 PM

Unfortunately when I tried to unpack the next bz2 on the command line I got an out of high memory error. Oh well I'll be scratchin' my head on this for a while.



Peace V

mr_demilord 10-24-2005 03:46 AM

try < tar xjfv gcc-3.4.3.tar.bz2> instead of <tar xf gcc-3.4.3.tar.bz2>

for tar.gz use <tar xfv program.tar.gz>


All times are GMT -5. The time now is 07:17 PM.