[MacPorts] #33643: git-core missing some dependency?
#33643: git-core missing some dependency? -------------------------------+-------------------------------------------- Reporter: dave@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: -------------------------------+-------------------------------------------- When I try git send-email, I get {{{ Can't locate Net/SMTP/SSL.pm in @INC (@INC contains: /opt/local/lib/perl5/site_perl/5.12.3/darwin-multi-2level /opt/local/lib/perl5/site_perl/5.12.3 /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level /opt/local/lib/perl5/vendor_perl/5.12.3 /opt/local/lib/perl5/5.12.3 /darwin-multi-2level /opt/local/lib/perl5/5.12.3 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl .) at /opt/local/libexec/git-core/git-send-email line 1093. }}} -- Ticket URL: <https://trac.macports.org/ticket/33643> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33643: git-core missing some dependency? -------------------------------+-------------------------------------------- Reporter: dave@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: -------------------------------+-------------------------------------------- Comment(by dave@…): I found http://projects.puppetlabs.com/projects/puppet/wiki/Development_Lifecycle?ve... #Mail-Patch-to-a-distribution-list which describes a workaround at the bottom of the section -- Ticket URL: <https://trac.macports.org/ticket/33643#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33643: git-core missing some dependency? -------------------------------+-------------------------------------------- Reporter: dave@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: git-core -------------------------------+-------------------------------------------- Changes (by ryandesign@…): * port: => git-core Comment: You mean the part where it says to install that module via cpan? Instead, you should install the module via MacPorts. I can't find a port called p5 -net-smtp-ssl so either this module is part of a different port or we need to create that port. -- Ticket URL: <https://trac.macports.org/ticket/33643#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33643: git-core missing some dependency? -------------------------------+-------------------------------------------- Reporter: dave@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: git-core -------------------------------+-------------------------------------------- Comment(by dave@…): Replying to [comment:2 ryandesign@…]:
You mean the part where it says to install that module via cpan? Instead, you should install the module via MacPorts.
Well naturally, but as you note, none of the existing ports seem to do the job. -- Ticket URL: <https://trac.macports.org/ticket/33643#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33643: git-core missing some dependency? -------------------------------+-------------------------------------------- Reporter: dave@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: git-core -------------------------------+-------------------------------------------- Comment(by dluke@…): it needs its own port (probably easy with cpan2port): http://search.cpan.org/~cwest/Net-SMTP-SSL-1.01/ but really, git send-email wants to use SMTPS? ick -- Ticket URL: <https://trac.macports.org/ticket/33643#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33643: git-core missing some dependency? -------------------------------+-------------------------------------------- Reporter: dave@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: git-core -------------------------------+-------------------------------------------- Comment(by dave@…): it does if I've configured it—as I have—to use GMail's SMTP server. See the last page of "man git-send-email" -- Ticket URL: <https://trac.macports.org/ticket/33643#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33643: git-core missing some dependency? -------------------------------+-------------------------------------------- Reporter: dave@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: git-core -------------------------------+-------------------------------------------- Changes (by ciserlohn@…): * owner: macports-tickets@… => ciserlohn@… -- Ticket URL: <https://trac.macports.org/ticket/33643#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33643: git-core missing some dependency? -----------------------+------------------------- Reporter: dave@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Resolution: | Keywords: Port: git-core | -----------------------+------------------------- Comment (by mathias.habluetzel@…): Potential fix: {{{ $ sudo port install p5.12-net-smtp-ssl $ sudo mkdir -p /usr/share/git-core/perl/Net/SMTP $ sudo ln /opt/local/lib/perl5/vendor_perl/5.12.4/Net/SMTP/SSL.pm \ /usr/share/git-core/perl/Net/SMTP/SSL.pm }}} (context http://blog.mathiashabluetzel.ch/2013/09/09/git-send-email-cant- locate-netsmtpssl-pm/) -- Ticket URL: <https://trac.macports.org/ticket/33643#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#33643: git-core @1.8.4_0: git-send-email requires p5.12-net-smtp-ssl -----------------------+------------------------- Reporter: dave@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Resolution: | Keywords: Port: git-core | -----------------------+------------------------- -- Ticket URL: <https://trac.macports.org/ticket/33643#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#33643: git-core @1.8.4_0: git-send-email requires p5.12-net-smtp-ssl -----------------------+------------------------- Reporter: dave@… | Owner: ciserlohn@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Resolution: fixed | Keywords: Port: git-core | -----------------------+------------------------- Changes (by ciserlohn@…): * status: new => closed * resolution: => fixed Comment: r114982 -- Ticket URL: <https://trac.macports.org/ticket/33643#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts