Bug 5709 - compile of SA 32x/r590499 incorrectly reports LWP::UserAgent "out of date"
Summary: compile of SA 32x/r590499 incorrectly reports LWP::UserAgent "out of date"
Status: RESOLVED WORKSFORME
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Building & Packaging (show other bugs)
Version: 3.2.3
Hardware: Other other
: P5 normal
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 16:04 UTC by snowcrash+apache
Modified: 2019-06-24 16:04 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description snowcrash+apache 2007-10-30 16:04:47 UTC
working on an update to spamassassin/branches/3.2 r590499

when I compile with,

	perl Makefile.PL ...

i get notice that:

	optional module out of date: LWP::UserAgent

but an attempt to update fails,

	cpanp -i LWP::UserAgent
		[MSG] Checking if source files are up to date
		[MSG] Retrieving /build/.cpanplus/sourcefiles.2.16.stored
		Installing LWP::UserAgent (2.036)
		[MSG] Module 'LWP::UserAgent' already up to date, won't install without force
		*** Install log written to:
		  /build/.cpanplus/install-logs/LWP-UserAgent-2.036-1193784969.log
		
		Module 'LWP::UserAgent' installed successfully
		No errors installing all modules

verifying,

	module_info LWP::UserAgent
		Name:        LWP::UserAgent
		Version:     2.036
		Directory:   /usr/local/lib/perl5/sitelib
		File:        /usr/local/lib/perl5/sitelib/LWP/UserAgent.pm
		Core module: no

the only reference to version is in,


	./lib/Mail/SpamAssassin/Util/DependencyInfo.pm
		...
		{
		  module => 'LWP::UserAgent',
		  version => '0.00',
		  desc => 'The "sa-update" script requires this module to make HTTP reque
		},
		...
Comment 1 Henrik Krohns 2019-06-24 16:04:30 UTC
Closing old stale bugs. Probably not an issue anymore..