Your message dated Mon, 12 May 2008 10:32:06 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#480538: fixed in gtkdialog 2:0.7.20-4 has caused the Debian Bug report #480538, regarding gtkdialog: does not read from stdin wits -s or --stdin option to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 480538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480538 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: gtkdialog Version: 2:0.7.20-3 Severity: normal Tags: patch Althrough man page states that -s, --stdin Read the program from the standard input gtkdialog launched with this option does not read from stdin but aborts with following message: ** ERROR **: gtkdialog: Error in line 1, near token '(null)': syntax error This is because of mistype in source code. Patch in attachment fixes the problem -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ru_RU.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages gtkdialog depends on: ii libatk1.0-0 1.22.0-1 The ATK accessibility toolkit ii libc6 2.7-10 GNU C Library: Shared libraries ii libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra ii libglade2-0 1:2.6.2-1 library to load .glade files at ru ii libglib2.0-0 2.16.1-2 The GLib library of C routines ii libgtk2.0-0 2.12.9-2 The GTK+ graphical user interface ii libpango1.0-0 1.20.2-2 Layout and rendering of internatio ii libxml2 2.6.32.dfsg-2 GNOME XML library gtkdialog recommends no packages. -- no debconf information--- src/main.c.old 2008-05-10 22:29:14.000000000 +0400 +++ src/main.c 2008-05-10 22:29:22.000000000 +0400 @@ -305,7 +305,7 @@ static gint get_program_from_stdin(void) { - source = PRG_MEMORY; + source = PRG_STDIN; PIP_DEBUG("Start."); }
--- End Message ---
--- Begin Message ---Source: gtkdialog Source-Version: 2:0.7.20-4 We believe that the bug you reported is fixed in the latest version of gtkdialog, which is due to be installed in the Debian FTP archive: gtkdialog_0.7.20-4.diff.gz to pool/main/g/gtkdialog/gtkdialog_0.7.20-4.diff.gz gtkdialog_0.7.20-4.dsc to pool/main/g/gtkdialog/gtkdialog_0.7.20-4.dsc gtkdialog_0.7.20-4_amd64.deb to pool/main/g/gtkdialog/gtkdialog_0.7.20-4_amd64.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Fabio Tranchitella <[EMAIL PROTECTED]> (supplier of updated gtkdialog 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 12 May 2008 12:21:40 +0200 Source: gtkdialog Binary: gtkdialog Architecture: source amd64 Version: 2:0.7.20-4 Distribution: unstable Urgency: low Maintainer: Fabio Tranchitella <[EMAIL PROTECTED]> Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]> Description: gtkdialog - GUI-creation command-line utility based on GTK+ library Closes: 480538 Changes: gtkdialog (2:0.7.20-4) unstable; urgency=low . * Fixed a typo in the source code: gtkdialog does not read from stdin wits -s or --stdin option. (Closes: #480538) Checksums-Sha1: d26a3b36912da47b38ea6c3dfbe8589475628394 1061 gtkdialog_0.7.20-4.dsc d9be840cadec7b0a2d490e1cb6d21079876c51c1 28502 gtkdialog_0.7.20-4.diff.gz 99bb9f8e5ab09495d6e78f25d0258c226611c292 82726 gtkdialog_0.7.20-4_amd64.deb Checksums-Sha256: 33e6bea39b8747f26156af4669bcb59e2a090c2618eb42ff292095877b4c7c84 1061 gtkdialog_0.7.20-4.dsc 514aaa2ad715eaf5aed00d881e8f7ae5d02d2888eada9f36db60cca59b7fd872 28502 gtkdialog_0.7.20-4.diff.gz 4b13075a003d3ea0334107745b89e117e80fc7d518b19818817c243eb5934de5 82726 gtkdialog_0.7.20-4_amd64.deb Files: 79b5409543cd4addfbbe35d275bef53f 1061 interpreters optional gtkdialog_0.7.20-4.dsc c60118959cc40495a16adb627247fb09 28502 interpreters optional gtkdialog_0.7.20-4.diff.gz 32b6283afe5195d4434f16d348fe6caa 82726 interpreters optional gtkdialog_0.7.20-4_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIKBw/K/juK3+WFWQRAvi7AJ9+QWDutAfCGreOJZqhG2trJ1u7aACgo9Hm at6RxBTvyjwcByJsA79YgaM= =QlPZ -----END PGP SIGNATURE-----
--- End Message ---

