Is trac.macports.org down?

Mark Fulton mfulton26 at gmail.com
Thu Dec 18 05:25:51 PST 2014


I'm trying to install byobu on my Mac which depends on a diff file hosted
on trac.macports.org. However, when trying to download the file the
connection times out.
$ brew -v install byobu
Homebrew 0.9.5
==> Installing byobu dependency: newt
==> Downloading
https://fedorahosted.org/releases/n/e/newt/newt-0.52.16.tar.gz
Already downloaded: /Library/Caches/Homebrew/newt-0.52.16.tar.gz
==> Verifying newt-0.52.16.tar.gz checksum
tar xf /Library/Caches/Homebrew/newt-0.52.16.tar.gz
==> Downloading
https://trac.macports.org/export/111598/trunk/dports/devel/libnewt/files/patch-configure.ac.diff
/usr/bin/curl -fLA Homebrew 0.9.5 (Ruby 2.0.0-481; Mac OS X 10.10.1)
https://trac.macports.org/export/111598/trunk/dports/devel/libnewt/files/patch-configure.ac.diff
-C 0 -o
/Library/Caches/Homebrew/newt--patch-d01bd0d8cd2b679c26f0f443bde495a52abe5a4f.diff.incomplete
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                 Dload  Upload   Total   Spent    Left
 Speed
  0     0    0     0    0     0      0      0 --:--:--  0:04:59 --:--:--
  0curl: (28) Operation timed out after 0 milliseconds with 0 out of 0
bytes received
Error: Failed to download resource "newt--patch"
Download failed:
https://trac.macports.org/export/111598/trunk/dports/devel/libnewt/files/patch-configure.ac.diff


curl --trace takes 5 minutes as well (which is the default connect timeout,
see https://github.com/bagder/curl/blob/master/lib/connect.h#L42):

$ curl --trace - --get https://trac.macports.org/
== Info: Hostname was NOT found in DNS cache
== Info:   Trying 17.251.224.215...
== Info: Connected to trac.macports.org (127.0.0.1) port 443 (#0)
== Info: Operation timed out after 0 milliseconds with 0 out of 0 bytes
received
== Info: Closing connection 0
curl: (28) Operation timed out after 0 milliseconds with 0 out of 0 bytes
received


As far as I know I don't have any firewalls or anything else that would
prevent my machine from reaching trac.macports.org. Please advise.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20141218/b2af761a/attachment.html>


More information about the macports-users mailing list