Installed and configured gotmail-0.8.9. Works fine from cmdline, but attempts at automating via cron fails as follows: Can't exec "curl": No such file or directory at /usr/local/bin/gotmail line 677. Use of uninitialized value in concatenation (.) or string at /usr/local/bin/gotmail line 677. curl: not found Could not open /var/tmp/tmp.3.yUWlHvgotmail_curlstderr44085 : No such file or directory at +/usr/local/bin/gotmail line 774. For reference, curl *is* installed and in my path: $ pkg_info curl\* Information for curl-7.16.1: Comment: Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers Required by: evolution-2.10.1 evolution-exchange-2.10.1 gnome2-2.18.1 gnupg-1.4.7 gnupg-2.0.3 p5-Mail-SpamAssassin-3.1.8_1 seahorse-1.0.1 gotmail-0.8.9 Description: curl is a client to get documents/files from servers, using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, SSL (https:) connections, file transfer resume and more. WWW: http://curl.haxx.se/ $ which curl /usr/local/bin/curl $ curl -h Usage: curl [options...] <url> Options: (H) means HTTP/HTTPS only, (F) means FTP only -a/--append Append to target file when uploading (F) -A/--user-agent <string> User-Agent to send to server (H) --anyauth Pick "any" authentication method (H) -b/--cookie <name=string/file> Cookie string or file to read cookies from (H) --basic Use HTTP Basic Authentication (H) -B/--use-ascii Use ASCII/text transfer ... Fix: Don't know. How-To-Repeat: Install latest gotmail from ports Attempt to automate via cron
State Changed From-To: open->feedback Awaiting maintainers feedback
Hey Edwin, You attributed to me this PR.(araujo@FreeBSD.org). I will take it on this weekend. Thanks. -- Marcelo Araujo araujo@bsdmail.org http://araujo.corebsd.org http://www.fug.com.br
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
State Changed From-To: feedback->analyzed I work in this problem.
araujo 2007-06-22 02:18:43 UTC FreeBSD ports repository Modified files: mail/gotmail Makefile distinfo Log: - Update to 0.9.0. PR: ports/112770 Submitted by: Stacey Roberts <stacey@vickiandstacey.com> Approved by: stas (mentor) Revision Changes Path 1.29 +1 -2 ports/mail/gotmail/Makefile 1.19 +3 -3 ports/mail/gotmail/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: analyzed->closed Committed, with minor changes. Thanks!