Report forwarded to debian-bugs-dist@lists.debian.org, Chris Davis <cd@debian.org>:
Bug#65424; Package cook.   debian-bugs-dist@lists.debian.orgChris Davis  Subject: Bug#65424: cook: make2cook: doesn't double `%' Reply-To: pjm@bofh.asn.au, 65424@bugs.debian.org Resent-From: pjm@bofh.asn.au Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Chris Davis Resent-Date: Fri, 09 Jun 2000 15:48:17 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 65424 X-Debian-PR-Package: cook X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by bugs@bugs.debian.org id=B.96055419412440 (code B ref -1); Fri, 09 Jun 2000 15:48:17 GMT Message-Id: Date: Fri, 9 Jun 2000 18:20:43 +1000 (EST) From: pjm@bofh.asn.au To: submit@bugs.debian.org X-Mailer: bug 3.2.10 Delivered-To: submit@bugs.debian.org Package: cook Version: 2.10-1 Severity: normal `%' is special in cook, but not in make (at least not in rule bodies; `$*' serves that purpose in GNU make). make2cook doesn't take that into account. Test case: $ cat > GNUmakefile <Acknowledgement sent to pjm@bofh.asn.au:
New Bug report received and forwarded. Copy sent to Chris Davis <cd@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: pjm@bofh.asn.au Subject: Bug#65424: Acknowledgement (cook: make2cook: doesn't double `%') Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack 65424 Thank you for the problem report you have sent regarding Debian. 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): Chris Davis If you wish to submit further information on your problem, please send it to 65424@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. Darren Benham (administrator, Debian Bugs database)   Received: (at submit) by bugs.debian.org; 9 Jun 2000 12:36:34 +0000 From river!reiter@uunet.uu.net Fri Jun 09 07:36:34 2000 Return-path: Received: from andhu.lnk.telstra.net (snufflelufagas.bofh.asn.au) [139.130.48.34] by master.debian.org with esmtp (Exim 3.12 2 (Debian)) id 130O1X-0003ER-00; Fri, 09 Jun 2000 07:36:32 -0500 Received: from river.UUCP (uucp@localhost) by snufflelufagas.bofh.asn.au (8.9.1/8.9.1) with UUCP id WAA19825; Fri, 9 Jun 2000 22:35:42 +1000 Received: by forest.bofh.asn.au via sendmail from stdin id (Debian Smail3.2.0.102) for submit@bugs.debian.org; Fri, 9 Jun 2000 18:20:43 +1000 (EST) Message-Id: Date: Fri, 9 Jun 2000 18:20:43 +1000 (EST) From: pjm@bofh.asn.au Subject: cook: make2cook: doesn't double `%' To: submit@bugs.debian.org X-Mailer: bug 3.2.10 Delivered-To: submit@bugs.debian.org Package: cook Version: 2.10-1 Severity: normal `%' is special in cook, but not in make (at least not in rule bodies; `$*' serves that purpose in GNU make). make2cook doesn't take that into account. Test case: $ cat > GNUmakefile <Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#65424; Package cook.   debian-bugs-dist@lists.debian.org  X-Loop: owner@bugs.debian.org Subject: Bug#65424: Your bug reports for cook Debian package Reply-To: Florian Weimer , 65424@bugs.debian.org Resent-From: Florian Weimer Resent-To: debian-bugs-dist@lists.debian.org Resent-Date: Sun, 06 Mar 2005 21:33:16 UTC Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 65424 X-Debian-PR-Package: cook X-Debian-PR-Keywords: Received: via spool by 65424-submit@bugs.debian.org id=B65424.111014423517151 (code B ref 65424); Sun, 06 Mar 2005 21:33:16 UTC Received: (at 65424) by bugs.debian.org; 6 Mar 2005 21:23:55 +0000 Received: from mail.enyo.de [212.9.189.167] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D83EA-0004Rx-00; Sun, 06 Mar 2005 13:23:54 -0800 Received: from deneb.enyo.de ([212.9.189.171]) by albireo.enyo.de with esmtp id 1D83E8-0005Y2-Hy; Sun, 06 Mar 2005 22:23:52 +0100 Received: from fw by deneb.enyo.de with local (Exim 4.50) id 1D83E6-0005NE-Ja; Sun, 06 Mar 2005 22:23:50 +0100 From: Florian Weimer To: 64897-submitter@bugs.debian.org Cc: 64897@bugs.debian.org, 65424@bugs.debian.org, control@bugs.debian.org Date: Sun, 06 Mar 2005 22:23:50 +0100 Message-ID: <87br9wcvtl.fsf@deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: 65424@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00,VALID_BTS_CONTROL, YOUTHERE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 2 tag 64897 wontfix upstream tag 65424 wontfix upstream thanks I have developed a fix for #64897. Unfortunately, it introduces a regression in the cook test suite. More complex rewrite patterns fail. This is hard to address correctly because the make2cook machinery does not deal too well with recursive rewriting operations. As a result, fixing this bug requires significant code changes. #65424 is a similar problem; make2cook does not really know if a % is a literal %, or some result of a previous translation.   Acknowledgement sent to Florian Weimer <fw@deneb.enyo.de>:
Extra info received and forwarded to list.   -t  X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Florian Weimer Subject: Bug#65424: Info received (was Your bug reports for cook Debian package) Message-ID: In-Reply-To: <87br9wcvtl.fsf@deneb.enyo.de> References: <87br9wcvtl.fsf@deneb.enyo.de> Precedence: bulk X-Debian-PR-Message: ack-info 65424 X-Debian-PR-Package: cook X-Debian-PR-Keywords: Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the package maintainer(s) and to other interested parties to accompany the original report. If you wish to continue to submit further information on your problem, please send it to 65424@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. Debian bug tracking system administrator (administrator, Debian Bugs database)   Received: (at 65424) by bugs.debian.org; 6 Mar 2005 21:23:55 +0000 From fw@deneb.enyo.de Sun Mar 06 13:23:54 2005 Return-path: Received: from mail.enyo.de [212.9.189.167] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D83EA-0004Rx-00; Sun, 06 Mar 2005 13:23:54 -0800 Received: from deneb.enyo.de ([212.9.189.171]) by albireo.enyo.de with esmtp id 1D83E8-0005Y2-Hy; Sun, 06 Mar 2005 22:23:52 +0100 Received: from fw by deneb.enyo.de with local (Exim 4.50) id 1D83E6-0005NE-Ja; Sun, 06 Mar 2005 22:23:50 +0100 From: Florian Weimer To: 64897-submitter@bugs.debian.org Cc: 64897@bugs.debian.org, 65424@bugs.debian.org, control@bugs.debian.org Subject: Your bug reports for cook Debian package Date: Sun, 06 Mar 2005 22:23:50 +0100 Message-ID: <87br9wcvtl.fsf@deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: 65424@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00,VALID_BTS_CONTROL, YOUTHERE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 2 tag 64897 wontfix upstream tag 65424 wontfix upstream thanks I have developed a fix for #64897. Unfortunately, it introduces a regression in the cook test suite. More complex rewrite patterns fail. This is hard to address correctly because the make2cook machinery does not deal too well with recursive rewriting operations. As a result, fixing this bug requires significant code changes. #65424 is a similar problem; make2cook does not really know if a % is a literal %, or some result of a previous translation.   Tags added: wontfix, upstream Request was from Florian Weimer <fw@deneb.enyo.de> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 6 Mar 2005 21:23:54 +0000 From fw@deneb.enyo.de Sun Mar 06 13:23:54 2005 Return-path: Received: from mail.enyo.de [212.9.189.167] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D83EA-0004Rx-00; Sun, 06 Mar 2005 13:23:54 -0800 Received: from deneb.enyo.de ([212.9.189.171]) by albireo.enyo.de with esmtp id 1D83E8-0005Y2-Hy; Sun, 06 Mar 2005 22:23:52 +0100 Received: from fw by deneb.enyo.de with local (Exim 4.50) id 1D83E6-0005NE-Ja; Sun, 06 Mar 2005 22:23:50 +0100 From: Florian Weimer To: 64897-submitter@bugs.debian.org Cc: 64897@bugs.debian.org, 65424@bugs.debian.org, control@bugs.debian.org Subject: Your bug reports for cook Debian package Date: Sun, 06 Mar 2005 22:23:50 +0100 Message-ID: <87br9wcvtl.fsf@deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: control@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00,VALID_BTS_CONTROL, YOUTHERE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 3 tag 64897 wontfix upstream tag 65424 wontfix upstream thanks I have developed a fix for #64897. Unfortunately, it introduces a regression in the cook test suite. More complex rewrite patterns fail. This is hard to address correctly because the make2cook machinery does not deal too well with recursive rewriting operations. As a result, fixing this bug requires significant code changes. #65424 is a similar problem; make2cook does not really know if a % is a literal %, or some result of a previous translation.   Information forwarded to debian-bugs-dist@lists.debian.org, Florian Weimer <fw@deneb.enyo.de>:
Bug#65424; Package cook.   debian-bugs-dist@lists.debian.orgFlorian Weimer  X-Loop: owner@bugs.debian.org Subject: Bug#65424: Scarlett Johansson spills boobs Reply-To: "boor McGranahan" , 65424@bugs.debian.org Resent-From: "boor McGranahan" Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Florian Weimer Resent-Date: Mon, 31 Mar 2008 10:09:28 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 65424 X-Debian-PR-Package: cook X-Debian-PR-Keywords: upstream wontfix X-Debian-PR-Source: cook Received: via spool by 65424-submit@bugs.debian.org id=B65424.120695795316301 (code B ref 65424); Mon, 31 Mar 2008 10:09:28 +0000 Received: (at 65424) by bugs.debian.org; 31 Mar 2008 10:05:53 +0000 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: ** X-Spam-Status: No, score=2.6 required=4.0 tests=BAYES_50,RCVD_IN_NIX1, RCVD_IN_SORBS_WEB autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Received: from user-387c2jq.cable.mindspring.com ([208.118.10.122]) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1JgGtl-0003VM-A1 for 65424@bugs.debian.org; Mon, 31 Mar 2008 10:05:53 +0000 User-Agent: Microsoft-Entourage/12.1.0.080305 Date: Mon, 31 Mar 2008 06:05:50 -0400 From: "boor McGranahan" To: 65424@bugs.debian.org Message-ID: <2D7A1FB5.5%notsiram_1951@AIOFM.AC.CN> Thread-Topic: Scarlett Johansson spills boobs Thread-Index: AciS9UU2Hgid8H7XTdSs7r0U1syMuw== Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Happy customers share their secrets to success The solution to lengthening, enlarging and thickening your manhood is finally here. http://www.tulipsao.com/   Acknowledgement sent to "boor McGranahan" <notsiram_1951@AIOFM.AC.CN>:
Extra info received and forwarded to list. Copy sent to Florian Weimer <fw@deneb.enyo.de>.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: "boor McGranahan" Subject: Bug#65424: Info received (Scarlett Johansson spills boobs) Message-ID: References: <2D7A1FB5.5%notsiram_1951@AIOFM.AC.CN> X-Debian-PR-Message: ack-info 65424 X-Debian-PR-Package: cook X-Debian-PR-Keywords: upstream wontfix X-Debian-PR-Source: cook Reply-To: 65424@bugs.debian.org Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Florian Weimer If you wish to submit further information on this problem, please send it to 65424@bugs.debian.org, as before. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. --=20 65424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D65424 Debian Bug Tracking System Contact owner@bugs.debian.org with problems   Received: (at 65424) by bugs.debian.org; 31 Mar 2008 10:05:53 +0000 From notsiram_1951@AIOFM.AC.CN Mon Mar 31 10:05:53 2008 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: ** X-Spam-Status: No, score=2.6 required=4.0 tests=BAYES_50,RCVD_IN_NIX1, RCVD_IN_SORBS_WEB autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from user-387c2jq.cable.mindspring.com ([208.118.10.122]) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1JgGtl-0003VM-A1 for 65424@bugs.debian.org; Mon, 31 Mar 2008 10:05:53 +0000 User-Agent: Microsoft-Entourage/12.1.0.080305 Date: Mon, 31 Mar 2008 06:05:50 -0400 Subject: Scarlett Johansson spills boobs From: "boor McGranahan" To: 65424@bugs.debian.org Message-ID: <2D7A1FB5.5%notsiram_1951@AIOFM.AC.CN> Thread-Topic: Scarlett Johansson spills boobs Thread-Index: AciS9UU2Hgid8H7XTdSs7r0U1syMuw== Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Happy customers share their secrets to success The solution to lengthening, enlarging and thickening your manhood is finally here. http://www.tulipsao.com/