[rt-users] RT 3.3.11 make testdeps = segfault

Jesse Vincent jesse at bestpractical.com
Tue Nov 16 15:00:41 EST 2004


If you remove module::refresh from RT's testdeps script, does it still
segfault?

On Tue, Nov 16, 2004 at 01:23:41PM -0500, Todd Chapman wrote:
> slah001:~/rt-3.3.11 # perl -MDBD::mysql -e1
> slah001:~/rt-3.3.11 # perl -mModule::Refresh -MDBD::mysql -e1
> slah001:~/rt-3.3.11 # perl -mModule::Refresh -e'use DBD::mysql'
> slah001:~/rt-3.3.11 #
> 
> But why is this happening?
> 
> slah001:~/rt-3.3.11 # make testdeps | grep MISS
>         Test::WWW::Mechanize ...MISSING
>         Module::Refresh 0.03...MISSING
> make: *** [testdeps] Segmentation fault
> 
> slah001:~/rt-3.3.11 # /usr/local/bin/perl -MCPAN -e 'install Module::Refresh'
> CPAN: Storable loaded ok
> Going to read /root/.cpan/Metadata
>   Database was generated on Tue, 16 Nov 2004 11:09:27 GMT
> Module::Refresh is up to date.
> 
> slah001:~/rt-3.3.11 # grep VERSION /usr//local/lib/perl5/site_perl/5.8.3/Module/Refresh.pm
> use vars qw( $VERSION %CACHE );
> $VERSION = "0.04";
> 
> slah001:~/rt-3.3.11 # perl -MModule::Refresh -e 'print $Module::Refresh::VERSION'
> slah001:~/rt-3.3.11 #
> 
> 
> On Tue, Nov 16, 2004 at 01:55:47PM -0500, Jesse Vincent wrote:
> > 
> > 
> > 
> > On Tue, Nov 16, 2004 at 01:15:30PM -0500, Todd Chapman wrote:
> > > Strangeness. RT seems to be working anyway...
> > 
> > Er, sorry. DBD::mysql
> > 
> 

-- 



More information about the rt-users mailing list