I dont know what this would fall under, but I edited my /etc/environment and /home/"user"/.profile to include some variables I need to install a development package... After i incorectly edited it, would not boot, fixed that problem easily and now when i try to run adept or apt-get I get a crash message. how would I fix this or is it unrecoverable?
Any suggestions?
PS: I almost forgot to mention this... the readme from the toolchain installer wrote:
Before trying to compile I made sure that I had all dependency packages and the environment variables set. I know that subversion is installed but dont know why it isnt being recognized. That is the secondary problem that I am having at the moment.
Code:
hazard@Radiation-II-L:~/pspdev/psptoolchain$ sudo ./toolchain-sudo.sh Segmentation fault (core dumped) ERROR: Install subversion before continuing. ../depends/check-subversion.sh: Failed. ERROR: Could not run the toolchain script. hazard@Radiation-II-L:~/pspdev/psptoolchain$ sudo apt-get install subversion Reading package lists... Done Segmentation fault (core dumped) hazard@Radiation-II-L:~/pspdev/psptoolchain$
PS: I almost forgot to mention this... the readme from the toolchain installer wrote:
Code:
==================== What does this do? ==================== This program will automatically build and install a compiler and other tools used in the creation of homebrew software for the Sony Playstation Portable handheld videogame system. ================== How do I use it? ================== 1) Set up your environment by installing the following software: autoconf, automake, bison, flex, gcc, make, ncurses, patch, subversion, texinfo, wget 2) Add the following to your login script: export PSPDEV=/usr/local/pspdev export PATH=$PATH:$PSPDEV/bin 3) Run the toolchain script: ./toolchain.sh
Comment