Debian Bug report logs -
#206605
"download incompleted"
Reported by: Joey Hess <joeyh@debian.org>
Date: Thu, 21 Aug 2003 18:48:02 UTC
Severity: normal
Tags: patch
Found in version 0.4.1-5
Fixed in version w3m/0.5.2-7
Done: Tatsuya Kinoshita <tats@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Fumitoshi UKAI <ukai@debian.or.jp>:
Bug#206605; Package w3m.
(full text, mbox, link).
Acknowledgement sent to Joey Hess <joeyh@debian.org>:
New Bug report received and forwarded. Copy sent to Fumitoshi UKAI <ukai@debian.or.jp>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Package: w3m
Version: 0.4.1-5
Severity: normal
In the download manager, when I file failed to download, I see "download
incompleted", which is not proper English. I suggest "download
complete".
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux dragon 2.4.21 #1 Fri Jun 13 21:33:56 EDT 2003 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages w3m depends on:
ii libc6 2.3.2-2 GNU C Library: Shared libraries an
ii libgc6c102 1:6.1-2 Conservative garbage collector for
ii libgpmg1 1.19.6-12.1 General Purpose Mouse Library [lib
ii libncurses5 5.3.20030719-1 Shared libraries for terminal hand
ii libssl0.9.7 0.9.7b-2 SSL shared libraries
ii zlib1g 1:1.1.4-14 compression library - runtime
-- no debconf information
--
see shy jo
[Message part 2 (application/pgp-signature, inline)]
Information forwarded to debian-bugs-dist@lists.debian.org, Fumitoshi UKAI <ukai@debian.or.jp>:
Bug#206605; Package w3m.
(full text, mbox, link).
Acknowledgement sent to Karsten Schoelzel <kuser@gmx.de>:
Extra info received and forwarded to list. Copy sent to Fumitoshi UKAI <ukai@debian.or.jp>.
(full text, mbox, link).
Message #10 received at 206605@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
package w3m
tag 206605 patch
thanks
On Wed, May 10, 2006 at 10:26:50AM +0100, pmaydell@chiark.greenend.org.uk wrote:
> Karsten Schoelzel wrote:
> >Here is a patch which solves the problem by:
> >If there is a short write in save2tmp stop trying and return with a error
> >code.
> >In the main program examine the return code of child processes on SIGCHLD.
> >If an error occured say so in the Download List Panel.
>
> It's a shame you can't propagate the actual error code through, but
> this is definitely better than the previous code :-)
>
> >@@ -6400,7 +6407,9 @@ DownloadListBuffer(void)
> > if (d->ok) {
> > Strcat(src, Sprintf("<input type=submit name=ok%d value=OK>",
> > d->pid));
> >- if (size < d->size)
> >+ if (d->err)
> >+ Strcat_charp(src, " Error while saving file");
> >+ else if (size < d->size)
> > Strcat_charp(src, " Download incompleted");
> > else
> > Strcat_charp(src, " Download completed");
>
> While you're changing this bit you might as well fix the grammar error:
> "Download incompleted" is definitely wrong; "Download in progress" is
> better (though I am making assumptions about when it's printed).
>
I have rewritten the patch a bit and hopefully the error messages are a
bit better now and the error number is properly propagated.
Regards,
--
Karsten Schölzel | Email: kuser@gmx.de
Väderleden 9 4:98 | Jabber: topox@jabber.ccc.de
97633 Luleå | VoIP: sip:5857712@sipgate.de
Sweden | sip:708529@fwd.pulver.com
| Tel: +4918015855857712
[25a-download-error-short-write.patch (text/plain, attachment)]
Information forwarded to debian-bugs-dist@lists.debian.org, Fumitoshi UKAI <ukai@debian.or.jp>:
Bug#206605; Package w3m.
(full text, mbox, link).
Acknowledgement sent to pmaydell@chiark.greenend.org.uk:
Extra info received and forwarded to list. Copy sent to Fumitoshi UKAI <ukai@debian.or.jp>.
(full text, mbox, link).
Message #15 received at 206605@bugs.debian.org (full text, mbox, reply):
Karsten Schoelzel wrote:
>I have rewritten the patch a bit and hopefully the error messages are a
>bit better now and the error number is properly propagated.
Cool. Thanks for taking the effort to update the patch.
-- PMM
Tags added: patch
Request was from Karsten Schoelzel <kuser@gmx.de>
to control@bugs.debian.org.
(full text, mbox, link).
Information forwarded to debian-bugs-dist@lists.debian.org, Fumitoshi UKAI <ukai@debian.or.jp>:
Bug#206605; Package w3m.
(full text, mbox, link).
Acknowledgement sent to Joey Hess <joeyh@debian.org>:
Extra info received and forwarded to list. Copy sent to Fumitoshi UKAI <ukai@debian.or.jp>.
(full text, mbox, link).
Message #22 received at 206605@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
This is a trivial change that has not been made in the 3 years since I
reported it, even with a patch. Do you have enough time to maintain this
package?
--
see shy jo
[signature.asc (application/pgp-signature, inline)]
Reply sent
to Tatsuya Kinoshita <tats@debian.org>:
You have taken responsibility.
(Sat, 17 Jul 2010 23:54:04 GMT) (full text, mbox, link).
Notification sent
to Joey Hess <joeyh@debian.org>:
Bug acknowledged by developer.
(Sat, 17 Jul 2010 23:54:04 GMT) (full text, mbox, link).
Message #27 received at 206605-close@bugs.debian.org (full text, mbox, reply):
Source: w3m
Source-Version: 0.5.2-7
We believe that the bug you reported is fixed in the latest version of
w3m, which is due to be installed in the Debian FTP archive:
w3m-img_0.5.2-7_i386.deb
to main/w/w3m/w3m-img_0.5.2-7_i386.deb
w3m_0.5.2-7.debian.tar.gz
to main/w/w3m/w3m_0.5.2-7.debian.tar.gz
w3m_0.5.2-7.dsc
to main/w/w3m/w3m_0.5.2-7.dsc
w3m_0.5.2-7_i386.deb
to main/w/w3m/w3m_0.5.2-7_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 206605@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Tatsuya Kinoshita <tats@debian.org> (supplier of updated w3m package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 18 Jul 2010 08:17:08 +0900
Source: w3m
Binary: w3m w3m-img
Architecture: source i386
Version: 0.5.2-7
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita <tats@debian.org>
Changed-By: Tatsuya Kinoshita <tats@debian.org>
Description:
w3m - WWW browsable pager with excellent tables/frames support
w3m-img - inline image extension support utilities for w3m
Closes: 185006 206605 261174 329862 329863 366284 394265 523159 537706
Changes:
w3m (0.5.2-7) unstable; urgency=low
.
* debian/patches/100_download-error-short-write.patch: Patch to tell a
download failure when full disk, provided by Karsten Schoelzel.
(Closes: #185006, #206605)
* debian/patches/110_no-graph-restriction.patch: Patch to restrict table
and menu borders to ASCII if you use -no-graph, provided by Karsten
Schoelzel. (Closes: #261174, #394265)
* debian/patches/120_config-file-handling.patch: Patch to fix segfault
when changing options if ~/.w3m not accessible, provided by Karsten
Schoelzel. (Closes: #366284)
* debian/patches/130_rc-blank-line-fix.patch: Patch to fix .w3m/config
parser confused by blank lines, provided by Trent W. Buck.
(Closes: #537706)
* debian/patches/140_pseudo-inlines.patch: Patch to add a new option
"pseudo_inlines", provided by Karsten Schoelzel.
(Closes: #329863)
* debian/patches/150_numbered-links.patch: Patch to add a new option
"display_link_number", provided by Karsten Schoelzel.
(Closes: #329862)
* debian/patches/160_tls-sni.patch: Patch to add support for TLS SNI,
provided by Sascha Silbe. (Closes: #523159)
* debian/patches/170_number-prefix.patch: Patch to make number prefixes
working when vi_prec_num=0, from upstream.
* debian/patches/180_non-xterm.patch: Patch to fix segfault on non-xterm,
from upstream.
* debian/patches/190_codepage.patch: Patch for handling of codepage with
wc_codepage, from upstream.
Checksums-Sha1:
84938ced1808c74d121a60d77598073f3edd189d 1139 w3m_0.5.2-7.dsc
b00bf8e25b8e261307fcc098e23b0010fbd7b039 122962 w3m_0.5.2-7.debian.tar.gz
b603155524ac9d12d6f57d71bc3265480fcb0ec7 1114394 w3m_0.5.2-7_i386.deb
3127272b3795865ab5dcf2b64c6b9f65f89235f7 97484 w3m-img_0.5.2-7_i386.deb
Checksums-Sha256:
9039f9f24a47a5c7650b0ac3fb4dacf1a0cef47a457b440509bd1cfb5b711c80 1139 w3m_0.5.2-7.dsc
b85ecb7ad640780452780743b66fa32b3aa9f74dcdbfbb8cf2df6a4d24cc1253 122962 w3m_0.5.2-7.debian.tar.gz
fc97ec59c8853bf326e6e407906f805094c153c0730deda9668309ed4a68f5ae 1114394 w3m_0.5.2-7_i386.deb
1f0988f9c535d7f315f713b5e039a83f6734ec73ff5876b10e85bf9fd2b8a8cc 97484 w3m-img_0.5.2-7_i386.deb
Files:
2c9d27378f0ec14e3a8096c9bbb0cdea 1139 web standard w3m_0.5.2-7.dsc
6c42b643d68ae1172621fbb7f60c1911 122962 web standard w3m_0.5.2-7.debian.tar.gz
b2c161cdff3e62cbd6b66325f6c81421 1114394 web standard w3m_0.5.2-7_i386.deb
4c42bd32b4f2025d815a4eecc80e8609 97484 web optional w3m-img_0.5.2-7_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkxCPkYACgkQgV4LPvpMUpjOqwCgpOudVARcMbd3VH2bueDlRACb
FXcAoIJG0lniMI4owVR/XEFa553c1cE5
=fTTA
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Wed, 25 Aug 2010 07:31:28 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Mon Jun 5 03:09:10 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.