Hello
Why do I get the following kind of output from wget when downloading for emerge processes instead of the more traditional kind of progress bar?
There could be 2 things going on here.
You have 2 different versions of wget installed and emerge is using the older one.
FIX: Do a 'locate wget' or 'find / -name wget -print' and move the old version out of your path and test emerge. If that fixed the problem then delete the old version
Emerge is passing the "--progress=dot" option to wget.
FIX: Edit your /etc/make.conf download command so that it doesn't use the progress option
Paul
-- [EMAIL PROTECTED] mailing list