View Single Post
  #3   (View Single Post)  
Old 19th May 2008
fenrisW0lf fenrisW0lf is offline
Port Guard
 
Join Date: May 2008
Posts: 17
Default

HitScan, thanks for the reply!

The path variable seems to look ok:
Code:
#echo $PATH
/home/troy/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
Running the make bin-install gives me some odd results and it seems to hang on the last line:
Code:
#cd /usr/pkgsrc/lang/gcc3
#make bin-install DEPENDS_TARGET=bin-install
===> Binary install for gcc3-3.3.6
=> Installing gcc3-3.3.6 from /usr/pkgsrc/packages/All;ftp://ftp.NetBSD.org/pub/     NetBSD/packages/4.0/i386/All
pkg_add: could not process directory
ftp: connect to address 2001:4f8:4:7:230:48ff:fe31:43f2: No route to host
tar: ustar vol 1, 7 files, 10240 bytes read, 0 bytes written in 1 secs (10240 by     tes/sec)
pkg_add: could not process directory
pkg_add: no pkg found for 'gcc3-c++-3.3.6{,nb*}', sorry.
pkg_add: 1 package addition failed
pkg_add: autoload of dependency `gcc3-c++-3.3.6{,nb*}' failed!
pkg_add: could not process directory
pkg_add: no pkg found for 'gcc3-f77-3.3.6{,nb*}', sorry.
pkg_add: 1 package addition failed
pkg_add: autoload of dependency `gcc3-f77-3.3.6{,nb*}' failed!
pkg_add: could not process directory
pkg_add: no pkg found for 'gcc3-java-3.3.6{,nb*}', sorry.
pkg_add: 1 package addition failed
pkg_add: autoload of dependency `gcc3-java-3.3.6{,nb*}' failed!
pkg_add: could not process directory
pkg_add: no pkg found for 'gcc3-objc-3.3.6{,nb*}', sorry.
pkg_add: 1 package addition failed
pkg_add: autoload of dependency `gcc3-objc-3.3.6{,nb*}' failed!
I am not sure what to do next.

Thanks,
Troy
Reply With Quote