OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003620 [git] packaging major have not tried 2009-04-03 22:03 2009-04-15 14:54
Reporter james View Status public  
Assigned To bwalton
Priority normal Resolution fixed  
Status closed  
Summary 0003620: Missing depend CSWpmtermreadkey
Description /opt/csw/libexec/git-core/git-add--interactive "require"s Term::ReadKey which is in CSWpmtermreadkey.
Additional Information Can't find perl module: Term/ReadKey.pm in /opt/csw/libexec/git-core/git-add--interactive

...

if ($repo->config_bool("interactive.singlekey")) {
    eval {
        require Term::ReadKey;
        Term::ReadKey->import;
        $use_readkey = 1;
    };
}
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0005834)
bwalton (administrator)
2009-04-04 02:45

Dependency list corrected in build description. Will be resolved at next release.
(0005968)
bwalton (administrator)
2009-04-15 14:54

Corrected with the release of 2009.04.14.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker