Report forwarded to debian-bugs-dist@lists.debian.org, Ben Gertzfield <che@debian.org>:
Bug#15503; Package sirc.   debian-bugs-dist@lists.debian.orgBen Gertzfield  Subject: Bug#15503: sirc: wrong precedence on `print "foo\n" || &exit' Reply-To: Roderick Schertler , 15503@bugs.debian.org Resent-From: Roderick Schertler Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Ben Gertzfield Resent-Date: Sun, 30 Nov 1997 17:03:01 GMT Resent-Message-ID: Resent-Sender: iwj@debian.org X-Debian-PR-Message: report 15503 X-Debian-PR-Package: sirc X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by bugs@bugs.debian.org id=B.8809090727958 (code B ref -1); Sun, 30 Nov 1997 17:03:01 GMT Date: Sun, 30 Nov 1997 12:03:38 -0500 Message-Id: <199711301703.MAA14925@jones.argon.org> From: Roderick Schertler To: submit@bugs.debian.org X-Mailer: bug 2.95 Package: sirc Version: 2.210-1 sirc uses a construct like print $what, "\n" || &exit; in a number of places. The precedence of this is wrong, though, perl interprets it as print $what, ("\n" || &exit); so the return value of print isn't actually being checked. It needs to be print($what, "\n") || &exit; instead (given that Perl 4 compatbility is required). -- System Information Debian Release: 1.3 Kernel Version: Linux jones 2.0.32 #1 Fri Nov 28 04:45:10 /etc/localtime 1997 i586 unknown Versions of the packages sirc depends on: libc6 Version: 2.0.5c-0.1 ncurses3.4 Version: 1.9.9g-5   Acknowledgement sent to Roderick Schertler <roderick@argon.org>:
New bug report received and forwarded. Copy sent to Ben Gertzfield <che@debian.org>.   -t  From: owner@bugs.debian.org (Ian Jackson) To: Roderick Schertler Subject: Bug#15503: Acknowledgement (sirc: wrong precedence on `print "foo\n" || &exit') Message-ID: In-Reply-To: <199711301703.MAA14925@jones.argon.org> References: <199711301703.MAA14925@jones.argon.org> X-Debian-PR-Message: ack 15503 Thank you for the problem report you have sent regarding Debian Linux. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers' mailing list for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Ben Gertzfield If you wish to submit further information on your problem, please send it to 15503@bugs.debian.org (and *not* to bugs@bugs.debian.org). Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Ian Jackson (maintainer, Debian bug tracking system)   Received: (at submit) by bugs.debian.org; 30 Nov 1997 16:57:52 +0000 Received: (qmail 7955 invoked from network); 30 Nov 1997 16:57:51 -0000 Received: from junior.ibcinc.com (junior.ibcinc.com@198.22.130.72) by 205.229.104.5 with SMTP; 30 Nov 1997 16:57:51 -0000 Received: from jones.argon.org (jones.argon.org [38.233.80.66]) by junior.ibcinc.com (8.8.5/8.8.5/1.6/jr-1.8) with ESMTP id MAA23520; Sun, 30 Nov 1997 12:03:39 -0500 (EST) Received: (from roderick@localhost) by jones.argon.org (8.8.8/8.8.8/Debian/GNU) id MAA14925; Sun, 30 Nov 1997 12:03:38 -0500 Date: Sun, 30 Nov 1997 12:03:38 -0500 Message-Id: <199711301703.MAA14925@jones.argon.org> From: Roderick Schertler Subject: sirc: wrong precedence on `print "foo\n" || &exit' To: submit@bugs.debian.org X-Mailer: bug 2.95 Package: sirc Version: 2.210-1 sirc uses a construct like print $what, "\n" || &exit; in a number of places. The precedence of this is wrong, though, perl interprets it as print $what, ("\n" || &exit); so the return value of print isn't actually being checked. It needs to be print($what, "\n") || &exit; instead (given that Perl 4 compatbility is required). -- System Information Debian Release: 1.3 Kernel Version: Linux jones 2.0.32 #1 Fri Nov 28 04:45:10 /etc/localtime 1997 i586 unknown Versions of the packages sirc depends on: libc6 Version: 2.0.5c-0.1 ncurses3.4 Version: 1.9.9g-5   Information forwarded to debian-bugs-dist@lists.debian.org, Ben Gertzfield <che@debian.org>:
Bug#15503; Package sirc.   debian-bugs-dist@lists.debian.orgBen Gertzfield  Subject: Bug#15503: sirc: wrong precedence on `print "foo\n" || &exit' Reply-To: che@debian.org, 15503@bugs.debian.org Resent-From: Ben Gertzfield Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Ben Gertzfield Resent-Date: Sun, 30 Nov 1997 22:48:02 GMT Resent-Message-ID: Resent-Sender: iwj@debian.org X-Debian-PR-Message: report 15503 X-Debian-PR-Package: sirc X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 15503-bugs@bugs.debian.org id=B15503.88092982931010 (code B ref 15503); Sun, 30 Nov 1997 22:48:02 GMT To: Roderick Schertler , 15503@bugs.debian.org References: <199711301703.MAA14925@jones.argon.org> X-Face: -eDkx0I[vNsajBStK^((#;s#wZr+;?Up|;+Zw5JOl]'fINagA)&i4=$2WI'z4U!h0>;A3ON RW{7o6imB12xD.pSBhFoqTuF{>b9[K[R\0h=c]Yy6h_R"=Ogv~9 EsgE,9_6?%yFG'C6'L#JBw%9R*]UqA=|&CCMPsas# Date: 30 Nov 1997 14:50:28 -0800 In-Reply-To: Roderick Schertler's message of "Sun, 30 Nov 1997 12:03:38 -0500" Message-ID: Lines: 7 X-Mailer: Gnus v5.5/Emacs 19.34 Wow. :) I'll forward this to the upstream maintainer. -- Brought to you by the letters O and F and the number 16. "I put my feet on the Ottoman.. Empire." -- Moxy Fruvous Ben Gertzfield Finger me for my public PGP key. I'm on FurryMUCK as Che, and EFNet and YiffNet IRC as Che_Fox.   Acknowledgement sent to che@debian.org:
Extra info received and forwarded to list. Copy sent to Ben Gertzfield <che@debian.org>.   -t  From: owner@bugs.debian.org (Ian Jackson) To: che@debian.org Subject: Bug#15503: Info received (was Bug#15503: sirc: wrong precedence on `print "foo\n" || &exit') Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack-info-maintonly 15503 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers' mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Ben Gertzfield If you wish to continue to submit further information on your problem, please send it to 15503@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Ian Jackson (maintainer, Debian bug tracking system)   Received: (at 15503) by bugs.debian.org; 30 Nov 1997 22:43:49 +0000 Received: (qmail 31004 invoked from network); 30 Nov 1997 22:43:48 -0000 Received: from gotnet.znet.net (HELO always.got.net) (che@gotnet.znet.net@207.167.86.126) by 205.229.104.5 with SMTP; 30 Nov 1997 22:43:48 -0000 Received: (from che@localhost) by always.got.net (8.8.8/8.8.7/Debian/GNU) id OAA05025; Sun, 30 Nov 1997 14:50:28 -0800 To: Roderick Schertler , 15503@bugs.debian.org Subject: Re: Bug#15503: sirc: wrong precedence on `print "foo\n" || &exit' References: <199711301703.MAA14925@jones.argon.org> Reply-To: che@debian.org X-Face: -eDkx0I[vNsajBStK^((#;s#wZr+;?Up|;+Zw5JOl]'fINagA)&i4=$2WI'z4U!h0>;A3ON RW{7o6imB12xD.pSBhFoqTuF{>b9[K[R\0h=c]Yy6h_R"=Ogv~9 EsgE,9_6?%yFG'C6'L#JBw%9R*]UqA=|&CCMPsas# Date: 30 Nov 1997 14:50:28 -0800 In-Reply-To: Roderick Schertler's message of "Sun, 30 Nov 1997 12:03:38 -0500" Message-ID: Lines: 7 X-Mailer: Gnus v5.5/Emacs 19.34 Wow. :) I'll forward this to the upstream maintainer. -- Brought to you by the letters O and F and the number 16. "I put my feet on the Ottoman.. Empire." -- Moxy Fruvous Ben Gertzfield Finger me for my public PGP key. I'm on FurryMUCK as Che, and EFNet and YiffNet IRC as Che_Fox.   Noted your statement that bug has been forwarded to espel@llaic.u-clermont1.fr. Request was from Ben Gertzfield <che@debian.org> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 1 Jan 1998 09:12:37 +0000 Received: (qmail 5609 invoked from network); 1 Jan 1998 09:12:36 -0000 Received: from gotnet.znet.net (HELO always.got.net) (che@gotnet.znet.net@207.167.86.126) by 205.229.104.5 with SMTP; 1 Jan 1998 09:12:36 -0000 Received: (from che@localhost) by always.got.net (8.8.8/8.8.7/Debian/GNU) id BAA13783; Thu, 1 Jan 1998 01:23:08 -0800 To: control@bugs.debian.org Subject: Forwarded to upstream maintainer Reply-To: che@debian.org X-Face: -eDkx0I[vNsajBStK^((#;s#wZr+;?Up|;+Zw5JOl]'fINagA)&i4=$2WI'z4U!h0>;A3ON RW{7o6imB12xD.pSBhFoqTuF{>b9[K[R\0h=c]Yy6h_R"=Ogv~9 EsgE,9_6?%yFG'C6'L#JBw%9R*]UqA=|&CCMPsas# Date: 01 Jan 1998 01:23:07 -0800 Message-ID: Lines: 7 X-Mailer: Gnus v5.5/Emacs 19.34 forwarded 15503 espel@llaic.u-clermont1.fr -- Brought to you by the letters A and X and the number 8. "If you turn both processors off, you will have to reboot." -- The Be Book Ben Gertzfield Finger me for my public PGP key. I'm on FurryMUCK as Che, and EFNet and YiffNet IRC as Che_Fox.   Bug closed, send any further explanations to Roderick Schertler <roderick@argon.org> Request was from hector@debian.org to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 29 Aug 2002 09:04:08 +0000 From hector@moana.lared.es Thu Aug 29 04:04:08 2002 Return-path: Received: from 80-25-218-163.uc.nombres.ttd.es (moana.lared.es) [80.25.218.163] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17kLDi-0001EM-00; Thu, 29 Aug 2002 04:04:07 -0500 Received: from moana.lared.es (localhost [127.0.0.1]) by moana.lared.es (8.12.2/8.12.2) with ESMTP id g7T9Awhd006142 for ; Thu, 29 Aug 2002 11:10:59 +0200 Received: (from hector@localhost) by moana.lared.es (8.12.2/8.12.2/Debian -1) id g7T9AwXK006140 for control@bugs.debian.org; Thu, 29 Aug 2002 11:10:58 +0200 Date: Thu, 29 Aug 2002 11:10:58 +0200 From: hector@debian.org To: control@bugs.debian.org Subject: Closing bugs Message-ID: <20020829091058.GA5783@moana.lared.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.5, required 5, NO_REAL_NAME) Delivered-To: control@bugs.debian.org close #144646 close #148740 close #137227 close #139789 close #142880 close #140670 close #15503 thanks Closing all bugs fixed in previos version that I did not upload into archive. Following is a copy of the changelog: mondo (1.45.1-1) unstable; urgency=low * New upstream revision. * Mondo warns you if you backup a DOS file system without having mkfs.vfat. (Closes: #144646). * Mondo is now able to restore large files. (Closes: #148740). * Fixed the problem about the pico symlink. (Closes: #137227). * An aborted full backup don't affect date for differential backups. (Closes: #139789). * Mondo now supports devfs. (Closes: #142880). * Now 0 as compression value means no compresion. (Closes: #140670). * Added latest version of html docs from website into the package. * Changed priority from optional to extra. * Upgraded Standards-Version to latest on policy. * Upgraded dependency on mindi to 0.64. * Added dependency on binutils. (Closes: #155037). -- Hector Garcia Tue, 13 Aug 2002 01:54:20 +0100 Thanks to all for reporting bugs, Hector   Bug reopened, originator not changed. Request was from hector@debian.org to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 29 Aug 2002 10:11:07 +0000 From hector@moana.lared.es Thu Aug 29 05:11:07 2002 Return-path: Received: from 80-25-218-163.uc.nombres.ttd.es (moana.lared.es) [80.25.218.163] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17kMGV-0006cL-00; Thu, 29 Aug 2002 05:11:04 -0500 Received: from moana.lared.es (localhost [127.0.0.1]) by moana.lared.es (8.12.2/8.12.2) with ESMTP id g7TAI4hd009232 for ; Thu, 29 Aug 2002 12:18:04 +0200 Received: (from hector@localhost) by moana.lared.es (8.12.2/8.12.2/Debian -1) id g7TAI4Tv009230 for control@bugs.debian.org; Thu, 29 Aug 2002 12:18:04 +0200 Date: Thu, 29 Aug 2002 12:18:04 +0200 From: hector@debian.org To: control@bugs.debian.org Subject: Reopening wrong closed bug Message-ID: <20020829101804.GA9021@moana.lared.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.5, required 5, NO_REAL_NAME) Delivered-To: control@bugs.debian.org reopen #15503 thanks Sorry I mistyped my bug number. Hector