[Bug 718870] New: Missing dependency in perl-SVK package

bugzilla at redhat.com bugzilla at redhat.com
Tue Jul 5 00:46:33 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Missing dependency in perl-SVK package

https://bugzilla.redhat.com/show_bug.cgi?id=718870

           Summary: Missing dependency in perl-SVK package
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: perl-SVK
        AssignedTo: ianburrell at gmail.com
        ReportedBy: derrick_moser at yahoo.com
         QAContact: extras-qa at fedoraproject.org
                CC: ianburrell at gmail.com,
                    fedora-perl-devel-list at redhat.com
    Classification: Fedora
      Story Points: ---


Description of problem:

The perl-ExtUtils-MakeMaker package should be automatically installed when
installing the perl-SVK package.

Version-Release number of selected component (if applicable):


How reproducible:

Always

Steps to Reproduce:
1. install SVK: yum install perl-SVK
2. initialise the depot map: svk depotmap --init
3. create some initial project files: mkdir /tmp/myproject; echo "Hello" >
/tmp/myproject/hello.txt
4. try importing the project: svk import --message "Initial import"
/tmp/myproject //myproject

Actual results:

The import fails after printing this:
Committed revision 1.
Import path //myproject initialized.
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib/perl5
/usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl
/usr/lib/perl5 /usr/share/perl5 .) at /usr/share/perl5/vendor_perl/SVK/Util.pm
line 812.

Expected results:

The import should succeed and print this:
Committed revision 1.
Import path //myproject initialized.
Committed revision 2.
Directory /tmp/myproject imported to depotpath //myproject as revision 2.

Additional info:

The error disappears if you manually install the perl-ExtUtils-MakeMaker
package.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the perl-devel mailing list