Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 85837 invoked from network); 4 Dec 2004 16:39:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Dec 2004 16:39:56 -0000 Received: (qmail 87585 invoked by uid 500); 4 Dec 2004 16:39:56 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 87572 invoked by uid 500); 4 Dec 2004 16:39:56 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 87557 invoked by uid 99); 4 Dec 2004 16:39:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.logilune.com (HELO mail.logilune.com) (195.80.154.36) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 04 Dec 2004 08:39:54 -0800 Received: from [127.0.0.1] (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id 9C9001E1CC3; Sat, 4 Dec 2004 17:39:51 +0100 (CET) Message-ID: <41B1E855.8060406@stason.org> Date: Sat, 04 Dec 2004 11:39:49 -0500 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: Markus Wichitill Cc: modperl-dev Subject: Re: [mp2] t/apr-ext/finfo and t/apr-ext/perlio failures on Linux References: <41B1B4CE.4090308@gmx.de> <41B1D2E9.4000501@stason.org> <41B1D770.3030500@gmx.de> <41B1DBBC.4020408@stason.org> <41B1E08E.50202@gmx.de> <41B1E2C7.9040108@stason.org> <41B1E511.3010602@gmx.de> In-Reply-To: <41B1E511.3010602@gmx.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Markus Wichitill wrote: > Stas Bekman wrote: > >>> t/apr-ext/finfo....Insecure dependency in require while running with >>> -T switch at /usr/src/modperl-2.0/t/lib/TestAPRlib/finfo.pm line 24. >>> at /usr/src/modperl-2.0/t/lib/TestAPRlib/finfo.pm line 24 >>> TestAPRlib::finfo::BEGIN() called at >>> /usr/src/modperl-2.0/t/lib/TestAPRlib/finfo.pm line 24 >> >> >> There is nothing on line 24 in that file. besides 'use APR::Const', >> but 2 lines earlier. Try to add: > > > Line 24 is the last line of the multiline 'use APR::Const' on my systems. > > use APR::Const -compile => qw(SUCCESS FINFO_NORM FILETYPE_REG > FILEPROT_WREAD FILEPROT_WWRITE > FILEPROT_WEXECUTE); Yup. >>> Insecure dependency in mkdir while running with -T switch at >>> /usr/local/perl/lib/File/Path.pm line 159. >>> at /usr/local/perl/lib/File/Path.pm line 159 >>> File::Path::mkpath('/usr/src/modperl-2.0/t/htdocs/perlio-ext', 0, >>> 493) called at /usr/src/modperl-2.0/blib/lib/Apache/TestUtil.pm line 250 >> >> >> Strange, can you reproduce it outside the script? >> >> perl -T -MFile::Path -le 'File::Path::mkpath("/tmp/xxx", 0, 0755)' > > > Nope. Strange. I've updated my svn and now I can see these and one more issue: t/apr-ext/util......Insecure dependency in piped open while running with -T switch at /home/stas/apache.org/mp2-svn/blib/lib/Apache/TestConfig.pm line 1046. Compilation failed in require at t/apr-ext/util.t line 7. BEGIN failed--compilation aborted at t/apr-ext/util.t line 7. dubious Test returned status 2 (wstat 512, 0x200) Failed Test Stat Wstat Total Fail Failed List of Failed So it must be some change in the last day or so. Now that I can reproduce it, I'll work on fixing it. -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org