Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 4179 invoked from network); 8 Aug 2010 01:54:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Aug 2010 01:54:27 -0000 Received: (qmail 29584 invoked by uid 500); 8 Aug 2010 01:54:27 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 29509 invoked by uid 500); 8 Aug 2010 01:54:26 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 29502 invoked by uid 99); 8 Aug 2010 01:54:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Aug 2010 01:54:26 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [129.78.220.1] (HELO kabul.ucc.usyd.edu.au) (129.78.220.1) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Aug 2010 01:54:20 +0000 Received: from kabul.ucc.usyd.edu.au (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 8BA495FDEF; Sun, 8 Aug 2010 11:53:56 +1000 (EST) Received: from inforich (inforich.ucc.usyd.edu.au [129.78.65.121]) by kabul.ucc.usyd.edu.au (Postfix) with ESMTP id DF9C25FDE7; Sun, 8 Aug 2010 11:53:55 +1000 (EST) Received: by inforich (Postfix, from userid 5336) id A30527DFD; Sun, 8 Aug 2010 11:53:55 +1000 (EST) Date: Sun, 8 Aug 2010 11:53:55 +1000 From: Jie Gao To: "Randal L. Schwartz" Cc: mod_perl Dev Subject: Re: perl5.10.1 and mod_perl 2.0.4 break on "my_perl" Message-ID: <20100808015355.GC31163@localhost.localdomain> References: <86pqxt6h1u.fsf@red.stonehenge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86pqxt6h1u.fsf@red.stonehenge.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org Download the lastest snapshot. I got a screenful of test failures with this combination, with the latest Apache 2.2, with mod_perl 2.0.4 yesterday. The snapshot tested clean. -Jie * Randal L. Schwartz wrote: > Date: Sat, 07 Aug 2010 18:15:25 -0700 > From: "Randal L. Schwartz" > To: mod_perl Dev > Subject: perl5.10.1 and mod_perl 2.0.4 break on "my_perl" > User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) > > > I'm trying to compile mod_perl 2.0.4 on perl-5.10.1 on Snow Leopard. > Whether I use macports, or try it by hand, I get something like this: > > mod_perl.c: In function 'modperl_shutdown': > mod_perl.c:62: error: 'my_perl' undeclared (first use in this function) > mod_perl.c:62: error: (Each undeclared identifier is reported only once > mod_perl.c:62: error: for each function it appears in.) > mod_perl.c: In function 'modperl_hook_post_config_last': > mod_perl.c:718: error: 'my_perl' undeclared (first use in this function) > mod_perl.c: In function 'modperl_child_exit': > mod_perl.c:814: error: 'my_perl' undeclared (first use in this function) > mod_perl.c: In function 'modperl_response_handler': > mod_perl.c:1036: error: 'my_perl' undeclared (first use in this > function) > mod_perl.c: In function 'modperl_response_handler_cgi': > mod_perl.c:1079: error: 'my_perl' undeclared (first use in this > function) > make[1]: *** [mod_perl.lo] Error 1 > make: *** [modperl_lib] Error 2 > > Is this a known problem, and if so, what solution can I use? > > (Can't downgrade to 5.8...) > > -- > Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 > > Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. > See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org > For additional commands, e-mail: dev-help@perl.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org