Bug 547655

Summary: Review Request: perl-Module-Install-RTx - RT extension installer
Product: [Fedora] Fedora Reporter: Xavier Bachelot <xavier>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-package-review, jplesnik, rc040203
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-12-17 00:45:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 201449, 493335    

Description Xavier Bachelot 2009-12-15 10:40:28 UTC
Spec URL: http://www.bachelot.org/fedora/SPECS/perl-Module-Install-RTx.spec
SRPM URL: http://www.bachelot.org/fedora/SRPMS/perl-Module-Install-RTx-0.25-2.fc10.src.rpm
Description: This Module::Install extension implements one function, RTx, that takes the extension name as the only argument.

Comment 1 Ralf Corsepius 2009-12-16 05:10:39 UTC
For obvious reasons, I am going to review this ;)

* MUSTFIX: Your patch creates a backup files, which gets installed:

# rpm -qlp perl-Module-Install-RTx-0.25-2.fc12.noarch.rpm
/usr/lib/perl5/vendor_perl/5.10.0/Module
/usr/lib/perl5/vendor_perl/5.10.0/Module/Install
/usr/lib/perl5/vendor_perl/5.10.0/Module/Install/RTx
/usr/lib/perl5/vendor_perl/5.10.0/Module/Install/RTx.pm
/usr/lib/perl5/vendor_perl/5.10.0/Module/Install/RTx.pm.try_RTHOME_first
/usr/lib/perl5/vendor_perl/5.10.0/Module/Install/RTx/Factory.pm
/usr/share/doc/perl-Module-Install-RTx-0.25
/usr/share/doc/perl-Module-Install-RTx-0.25/Changes
/usr/share/doc/perl-Module-Install-RTx-0.25/README
/usr/share/man/man3/Module::Install::RTx.3pm.gz

Note the file named RTx.pm.try_RTHOME_first.


* Can you explain your patch?
The original code first searches @INC, then searches the other (IMO questionable) places. As this module's purpose is to first check where RT is installed on a system, your patch IMO is wrong.

Did you propose your patch to upstream?

Comment 2 Xavier Bachelot 2009-12-16 08:44:08 UTC
(In reply to comment #1)
> For obvious reasons, I am going to review this ;)
> 
Thanks :-)

> * MUSTFIX: Your patch creates a backup files, which gets installed:
> 
> # rpm -qlp perl-Module-Install-RTx-0.25-2.fc12.noarch.rpm
> /usr/lib/perl5/vendor_perl/5.10.0/Module
> /usr/lib/perl5/vendor_perl/5.10.0/Module/Install
> /usr/lib/perl5/vendor_perl/5.10.0/Module/Install/RTx
> /usr/lib/perl5/vendor_perl/5.10.0/Module/Install/RTx.pm
> /usr/lib/perl5/vendor_perl/5.10.0/Module/Install/RTx.pm.try_RTHOME_first
> /usr/lib/perl5/vendor_perl/5.10.0/Module/Install/RTx/Factory.pm
> /usr/share/doc/perl-Module-Install-RTx-0.25
> /usr/share/doc/perl-Module-Install-RTx-0.25/Changes
> /usr/share/doc/perl-Module-Install-RTx-0.25/README
> /usr/share/man/man3/Module::Install::RTx.3pm.gz
> 
> Note the file named RTx.pm.try_RTHOME_first.
> 
oops, will fix.

> 
> * Can you explain your patch?
> The original code first searches @INC, then searches the other (IMO
> questionable) places. As this module's purpose is to first check where RT is
> installed on a system, your patch IMO is wrong.
>
The problem is it tries to use LocalPath from the @INC RT.pm, which is set to /usr/local/lib/rt3, thus installing the extension to the wrong place. So I create another RT.pm for the installation purpose and force the use of it thru the RTHOME envvar. However, the RT.pm from @INC is preferred over the one from RTHOME, which is a dubious in my opinion. If one is forcing the use of a RTHOME, one would assume this will be the first tried location, hence the patch.

> Did you propose your patch to upstream?  
Yup, I linked the bug in the spec. No answer yet, but I logged it yesterday, so no surprise.
http://rt.cpan.org/Ticket/Display.html?id=52776

Comment 3 Xavier Bachelot 2009-12-16 08:51:34 UTC
> > * Can you explain your patch?
> > The original code first searches @INC, then searches the other (IMO
> > questionable) places. As this module's purpose is to first check where RT is
> > installed on a system, your patch IMO is wrong.
> >
> The problem is it tries to use LocalPath from the @INC RT.pm, which is set to
> /usr/local/lib/rt3, thus installing the extension to the wrong place. So I
> create another RT.pm for the installation purpose and force the use of it thru
> the RTHOME envvar. However, the RT.pm from @INC is preferred over the one from
> RTHOME, which is a dubious in my opinion. If one is forcing the use of a
> RTHOME, one would assume this will be the first tried location, hence the
> patch.
> 
Oops, sorry, this is indeed not understandable as is. I'll blame a missing morning coffee. The RTHOME usage is actually referring to the perl-RTx-Calendar rpackage (https://bugzilla.redhat.com/show_bug.cgi?id=493335), which is making use of Module::Install::RTx.

Comment 4 Xavier Bachelot 2009-12-17 16:07:22 UTC
Upstream applied the patch.

Comment 5 Ralf Corsepius 2009-12-18 07:32:25 UTC
Could you provide an updated src.rpm?

Comment 7 Xavier Bachelot 2010-02-02 16:57:27 UTC
Ralf, you're still ok with reviewing this package ?

Comment 8 Ralf Corsepius 2010-02-02 17:17:26 UTC
Urg, this review dropped off my personal radar - Sorry for that :(

I'll try to return to it ASAP (Likely some time later this week).

Comment 9 Xavier Bachelot 2010-02-03 10:23:38 UTC
No problem, I understand. I thought a ping would be good idea and indeed it was :-) Thanks you.

Comment 10 Xavier Bachelot 2010-06-15 20:20:09 UTC
Hi Ralf, it seems it dropped off your radar again. I'd be grateful if you can review this package at your convenience. Thanks in advance.

Comment 11 Package Review 2020-07-10 00:45:33 UTC
This is an automatic check from review-stats script.

This review request ticket hasn't been updated for some time, but it seems
that the review is still being working out by you. If this is right, please
respond to this comment clearing the NEEDINFO flag and try to reach out the
submitter to proceed with the review.

If you're not interested in reviewing this ticket anymore, please clear the
fedora-review flag and reset the assignee, so that a new reviewer can take
this ticket.

Without any reply, this request will shortly be resetted.

Comment 12 Package Review 2020-11-13 00:45:21 UTC
This is an automatic action taken by review-stats script.

The ticket reviewer failed to clear the NEEDINFO flag in a month.
As per https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews
we reset the status and the assignee of this ticket.

Comment 13 Jitka Plesnikova 2020-11-16 10:57:16 UTC
Do you want to finish the review? 

If yes, please use the latest version of the module and update the spec due to new guidelines.

Comment 14 Package Review 2020-12-17 00:45:19 UTC
This is an automatic action taken by review-stats script.

The ticket submitter failed to clear the NEEDINFO flag in a month.
As per https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews
we consider this ticket as DEADREVIEW and proceed to close it.