I have recently upgraded my gentoo profile and I am in the process of upgrading gcc to 4.3.4. However, after upgrading the profile I tried running
Code: Select all
#sudo env-update && sudo source /etc/profile
To my dismay the message "command not found" was returned. I have never had this problem before. I still have the man page for source, but when I type
the command is not located. Also,
does not find the command. How can I recover from this. Is it safe for me to push a head with upgrading gcc followed by
Code: Select all
#sudo emerge -eav system && sudo emerge -eav world
. I still have not rebooted my system from upgrading to the latest profile. I have done a emerge -autDN world though. I have also already ran
Code: Select all
gcc-config x86_64-pc-linux-gnu-4.3.4
. Is it safe to reboot? Is there a package that I need to install to get back the source command?
Sincerely,
dustfinger.
-- EDIT --
I should note that running the command
completes with no errors. It is specifically the source command that is missing.
-----------