I am trying to install the ssmtp port, but get the following error fetching. Any suggestions? $ port search ssmtp ssmtp mail/ssmtp 2.60.4 Sendmail alternative for small routers (outgoing mail only) $ sudo port install ssmtp ---> Fetching ssmtp ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://ftp.debian.org/debian/pool/main/s/ssmtp/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from ftp://ftp.icm.edu.pl/pub/Linux/debian/pool/main/s/ssmtp/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/distfiles/ssmtp ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/downloads/ssmtp Error: Target org.macports.fetch returned: fetch failed Error: Status 1 encountered during processing. -- View this message in context: http://www.nabble.com/Error-getting-SSMTP-tf4476389.html#a12763929 Sent from the MacPorts - Users mailing list archive at Nabble.com.
Scott Harper wrote:
I am trying to install the ssmtp port, but get the following error fetching. Any suggestions?
$ port search ssmtp ssmtp mail/ssmtp 2.60.4 Sendmail alternative for small routers (outgoing mail only)
$ sudo port install ssmtp ---> Fetching ssmtp ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://ftp.debian.org/debian/pool/main/s/ssmtp/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from ftp://ftp.icm.edu.pl/pub/Linux/debian/pool/main/s/ssmtp/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/distfiles/ssmtp ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/downloads/ssmtp Error: Target org.macports.fetch returned: fetch failed Error: Status 1 encountered during processing.
Yeah, I show the same thing here. Same for installing PuTTY, incidentally... -- Jay Chandler / KB1JWQ Living Legend / Systems Exorcist Today's Excuse: Plasma conduit breach
Jay Chandler <lists@sequestered.net> writes:
I am trying to install the ssmtp port, but get the following error fetching. Any suggestions?
$ port search ssmtp ssmtp mail/ssmtp 2.60.4 Sendmail alternative for small routers (outgoing mail only)
$ sudo port install ssmtp ---> Fetching ssmtp ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://ftp.debian.org/debian/pool/main/s/ssmtp/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from ftp://ftp.icm.edu.pl/pub/Linux/debian/pool/main/s/ssmtp/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/distfiles/ssmtp ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/downloads/ssmtp Error: Target org.macports.fetch returned: fetch failed Error: Status 1 encountered during processing.
Yeah, I show the same thing here. Same for installing PuTTY, incidentally...
2.61 is current and 2.60 is no longer available. I've got the port updated (but not committed), but I can't get the debian patchfile to behave. But looking at the FreeBSD port patches (with ssl related patching) I wonder if some of those should be applied too. Mark
markd-2 wrote:
2.61 is current and 2.60 is no longer available. I've got the port updated (but not committed), but I can't get the debian patchfile to behave. But looking at the FreeBSD port patches (with ssl related patching) I wonder if some of those should be applied too.
Mark, I'm not really in any position to comment on whether or not any of these other patches need to be applied... But beyond that, do you have any estimate of when the 2.61 port will be made available? scott -- View this message in context: http://www.nabble.com/Error-getting-SSMTP-tf4476389.html#a12779823 Sent from the MacPorts - Users mailing list archive at Nabble.com.
Scott Harper <scott@mycellularsessions.com> writes:
I'm not really in any position to comment on whether or not any of these other patches need to be applied... But beyond that, do you have any estimate of when the 2.61 port will be made available?
I committed an update to 2.61 just now so give it a few hours and do a selfupdate. A port that installs is better than a broken one, and the patch problem will have to be worked on another day. Mark
markd-2 wrote:
I committed an update to 2.61 just now so give it a few hours and do a selfupdate. A port that installs is better than a broken one, and the patch problem will have to be worked on another day.
Thanks Mark, that is working now. One comment, the install didn't provide a copy of the ssmtp.conf file (it needs to go in /opt/local/etc/ssmtp along with the revaliases file). I'll attach a copy of the default file that is provided in some of the other Linux distros... scott http://www.nabble.com/file/p12798990/ssmtp.conf ssmtp.conf -- View this message in context: http://www.nabble.com/Error-getting-SSMTP-tf4476389.html#a12798990 Sent from the MacPorts - Users mailing list archive at Nabble.com.
Scott Harper <scott@mycellularsessions.com> writes:
Thanks Mark, that is working now. One comment, the install didn't provide a copy of the ssmtp.conf file (it needs to go in /opt/local/etc/ssmtp along with the revaliases file). I'll attach a copy of the default file that is provided in some of the other Linux distros...
The file is in the distro but the Makefile didn't copy it, so I have to port do it. Changes in revsion 1 will show up shortly. Port ssmtp contains: /opt/local/etc/ssmtp/revaliases /opt/local/etc/ssmtp/ssmpt.conf.sample /opt/local/sbin/ssmtp /opt/local/share/doc/ssmtp/COPYING /opt/local/share/doc/ssmtp/INSTALL /opt/local/share/doc/ssmtp/README /opt/local/share/man/man8/ssmtp.8.gz Mark
markd-2 wrote:
The file is in the distro but the Makefile didn't copy it, so I have to port do it. Changes in revsion 1 will show up shortly.
Port ssmtp contains: /opt/local/etc/ssmtp/revaliases /opt/local/etc/ssmtp/ssmpt.conf.sample /opt/local/sbin/ssmtp /opt/local/share/doc/ssmtp/COPYING /opt/local/share/doc/ssmtp/INSTALL /opt/local/share/doc/ssmtp/README /opt/local/share/man/man8/ssmtp.8.gz
Sounds good... FYI, I don't think anything in /opt/local/share/doc/ssmtp was getting copied either... -- View this message in context: http://www.nabble.com/Error-getting-SSMTP-tf4476389.html#a12804450 Sent from the MacPorts - Users mailing list archive at Nabble.com.
On Sep 18, 2007, at 14:24, Jay Chandler wrote:
Scott Harper wrote:
I am trying to install the ssmtp port, but get the following error fetching. Any suggestions?
$ port search ssmtp ssmtp mail/ssmtp 2.60.4 Sendmail alternative for small routers (outgoing mail only)
$ sudo port install ssmtp ---> Fetching ssmtp ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://ftp.debian.org/debian/pool/main/s/ssmtp/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from ftp://ftp.icm.edu.pl/pub/Linux/debian/pool/main/s/ssmtp/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/distfiles/ssmtp ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch ssmtp_2.60.4.tar.gz from http://svn.macports.org/repository/macports/downloads/ssmtp Error: Target org.macports.fetch returned: fetch failed Error: Status 1 encountered during processing.
Yeah, I show the same thing here. Same for installing PuTTY, incidentally...
A bug has already been filed for PuTTY: http://trac.macports.org/projects/macports/ticket/12721
participants (4)
-
Jay Chandler
-
markd@macports.org
-
Ryan Schmidt
-
Scott Harper