bugGNU Wget - Bugs: bug #44479, wget -O - --quiet shows progress...

 
 

bug #44479: wget -O - --quiet shows progress bar

Submitter:  John Williams <jwill>
Submitted:  Sun 08 Mar 2015 01:24:58 AM UTC
   
 
Category:  Program Logic Severity:  3 - Normal
Priority:  5 - Normal Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Closed
Release:  trunk Operating System:  GNU/Linux
Reproducibility:  Every Time Fixed Release:  None
Planned Release:  None Regression:  Yes
Work Required:  None Patch Included:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 11 Mar 2015 02:52:16 PM UTC, comment #1: 

Fixed in v1.16.3

Darshit Shah <darnir>
Group administrator
Sun 08 Mar 2015 01:24:58 AM UTC, original submission:  

The fix for bug #44403 does not fix the case where an output file is specified with `-O -` or `-O filename`:

wget -O - --quiet still shows the progress bar. Here are examples:

[CODE]
$ wget -O xyz --quiet icanhazip.com
xyz                 100%[=====================>]      14  --.-KB/s   in 0s    

$ wget -O - --quiet icanhazip.com
-                     0%[                      ]       0  --.-KB/s             70.100.200.33
-                   100%[=====================>]      14  --.-KB/s   in 0s    

$ wget -V
GNU Wget 1.16.2 built on linux-gnu.

+digest +https +ipv6 +iri +large-file +nls +ntlm +opie -psl +ssl/openssl

Wgetrc:
    /etc/wgetrc (system)
Locale:
    /usr/share/locale
Compile:
    gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc"
    -DLOCALEDIR="/usr/share/locale" -I. -I../lib -I../lib
    -D_FORTIFY_SOURCE=2 -DHAVE_LIBSSL -DNDEBUG -march=x86-64
    -mtune=generic -O2 -pipe -fstack-protector-strong
    --param=ssp-buffer-size=4
Link:
    gcc -DHAVE_LIBSSL -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe
    -fstack-protector-strong --param=ssp-buffer-size=4
    -Wl,-O1,--sort-common,--as-needed,-z,relro -lpcre -luuid -lssl
    -lcrypto -L/usr/lib -lz -lidn ftp-opie.o openssl.o http-ntlm.o
    ../lib/libgnu.a
[/CODE]

John Williams <jwill>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by darnir (Posted a comment)
  • -email is unavailable- added by jwill (Submitted the item)
  •  

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-03-11 darnir StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code