LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   Error when update my BSD operating system (https://www.linuxquestions.org/questions/%2Absd-17/error-when-update-my-bsd-operating-system-836459/)

linwhwylb 10-06-2010 12:10 AM

Error when update my BSD operating system
 
I use proxy to connect with outside networking, and set HTTP_PROXY and FTP_RPOXY in the file ~/.cshrc. Addition,I set FETCH_ENV and FTP_PROXY
pointing to my proxy server.

But when I want to install a package from /usr/ports with the command make install clean,the download process is stuck in 99% and the next
procedures such as decompressing, compiling can't continue.

Does my proxy server or FreeBSD OS have problems?

captainhardway 10-06-2010 12:47 AM

Quote:

Originally Posted by linwhwylb (Post 4119048)
I use proxy to connect with outside networking, and set HTTP_PROXY and FTP_RPOXY in the file ~/.cshrc. Addition,I set FETCH_ENV and FTP_PROXY
pointing to my proxy server.

But when I want to install a package from /usr/ports with the command make install clean,the download process is stuck in 99% and the next
procedures such as decompressing, compiling can't continue.

Does my proxy server or FreeBSD OS have problems?

Greetings.

It has been some time since I have used the FreeBSD system, a great system, but stubborn at times.

It seems to me that your proxy connections are working fine by what you wrote. By what you wrote it seems to me the package was added, configured, compiled, and installed as make clean is one of the last things you do when compiling/installing something on a *nix type os. I would think that if it is stuck at 99% during make clean then your package is alreadly added and working. As to why you cannot clean up your compile this is the enigma atm.

If you are actually trying to install a port or package with make clean then this may be where you are having a problem.

http://www.freebsd.org/doc/handbook/ports.html

this is a fast and easy read to install a package.

when you cd /usr/ports/name-of-package

try this

pkg_add -r name-of-package

This may install the package you desire a little easier. Please, as I said before it has been many years since I used FreeBSD, but, I hope this helps you.

linwhwylb 10-06-2010 06:16 AM

Quote:

Originally Posted by captainhardway (Post 4119079)
Greetings.

It has been some time since I have used the FreeBSD system, a great system, but stubborn at times.

It seems to me that your proxy connections are working fine by what you wrote. By what you wrote it seems to me the package was added, configured, compiled, and installed as make clean is one of the last things you do when compiling/installing something on a *nix type os. I would think that if it is stuck at 99% during make clean then your package is alreadly added and working. As to why you cannot clean up your compile this is the enigma atm.

If you are actually trying to install a port or package with make clean then this may be where you are having a problem.

http://www.freebsd.org/doc/handbook/ports.html

this is a fast and easy read to install a package.

when you cd /usr/ports/name-of-package

try this

pkg_add -r name-of-package

This may install the package you desire a little easier. Please, as I said before it has been many years since I used FreeBSD, but, I hope this helps you.

Thank you for your quick reply!I apologized for my vague presentation, and what I mean it is not the whole installation procedure.Just be stuck at 99% in download procedure.

But your detailed replies helps me, thanks again! Regards!


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