<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">The problem arises on both my home network and my work network. <br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">—</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Sam Finn<br class=""><a href="mailto:lsfinn@gmail.com" class="">lsfinn@gmail.com</a><br class=""><br class=""><br class=""><br class=""></div></div>
</div><div><br class=""><blockquote type="cite" class=""><div class="">On Apr 13, 2019, at 1:28 PM, Chris Jones <<a href="mailto:jonesc@hep.phy.cam.ac.uk" class="">jonesc@hep.phy.cam.ac.uk</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div dir="ltr" class=""></div><div dir="ltr" class=""><br class=""></div><div dir="ltr" class="">What network are you on ? Home or work ? Could something have changed with that ?</div><div dir="ltr" class=""><br class="">On 13 Apr 2019, at 8:04 pm, Lee Finn <<a href="mailto:lsfinn@gmail.com" class="">lsfinn@gmail.com</a>> wrote:<br class=""><br class=""></div><blockquote type="cite" class=""><div dir="ltr" class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">Thank for your note. <div class=""><br class=""></div><div class="">A quick question: since everything was working up until 1 Apr (I routinely update my macports every monday, and did so as recently as 25 Mar), is there anything you can advise I look to first? The only system updates that I’m aware of in that week were the 10.14.4 and xCode 10.2 updates. </div><div class=""><br class=""></div><div class="">Thanks again, </div><div class=""><br class=""></div><div class="">Sam</div><div class=""><br class=""><div class="">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">—</div><div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Sam Finn<br class=""><a href="mailto:lsfinn@gmail.com" class="">lsfinn@gmail.com</a><br class=""><br class=""><br class=""><br class=""></div></div>
</div><div class=""><br class=""><blockquote type="cite" class=""><div class="">On Apr 11, 2019, at 4:57 PM, Ryan Schmidt <<a href="mailto:ryandesign@macports.org" class="">ryandesign@macports.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><br class=""><br class="">On Apr 10, 2019, at 10:28, Lee Finn wrote:<br class=""><br class=""><blockquote type="cite" class="">Hi, <br class=""><br class="">This is a more directed followup to an earlier message.  Three specific questions: <br class=""><br class="">* How should I interpret the error message  ":debug:archivefetch Fetching archive failed: The requested URL returned error: 403 OK”, which appears in the logfile for the installation of gettext?<br class=""><span class="Apple-tab-span" style="white-space:pre"> </span>- Further context: this error message occurs for all gettext servers on two different networks (one a university network, one a home network) on two different systems, over several days. <br class="">* Is anyone else seeing a similar or related problems? Please share details: it will help me decide if this is somehow a local problem (although it is happening on two independently maintained systems on two different networks), or a macports problem for which a bug report should be filed. <br class=""></blockquote><br class="">The web server appeared to return the response "403 OK". This is a nonsensical response, since http standards tell us that "403" actually means "Forbidden", while "200 OK" is the response you would get for a normal successful file transfer. Since you get the same nonsensical response from many servers managed by different organizations, it's logical to conclude that the response is not actually coming from those servers but from something intercepting the traffic between you and the servers -- such as a badly-configured proxy managed by your network administrator, or perhaps badly-written antivirus software installed on your computers which is hooking itself into your network stream in an effort to protect you from malicious content, or it could even be malware trying to modify your network traffic for some nefarious purpose. Usually a workaround for circumventing network interference is to use https, since man-in-the-middle content modification is not possible with an encrypted data stream, but your error messages in your previous message showed that even https traffic was being modified; in the https cases, though, the modifications were being detected as a bad ssl stream. The problem is unique to your computers and/or your networks and you'll have to figure out what is modifying your network traffic and how to stop it; there's nothing we can change in MacPorts to fix this.<br class=""><br class=""><br class=""><blockquote type="cite" class="">* “sudo port diagnose” reports "Error: currently installed version of Xcode, 10.2, is not supported by MacPorts.  For your currently installed system, only the following versions of Xcode are supported:  10.1 10.0”. Trac #58260 suggests that this is a build problem; i.e., that it occurs after a successful fetch step. Is this understanding correct? <br class=""><br class="">Other information: <br class="">MacPorts 2.5.4<br class="">Mac OS 10.4.4<br class="">xCode 10.2<br class="">H/W: iMac Pro, MacBook Pro. <br class=""></blockquote><br class="">Xcode 10.2 was released recently and we had not yet added it to the list of approved Xcode versions. Josh has since added it. It's usually fine to use new Xcode versions. As you found in #58260, sometimes new versions of Xcode cause build failures in some ports. As with any bug, these need to be identified and addressed on a case by case basis.<br class=""><br class=""></div></div></blockquote></div><br class=""></div></div></blockquote></div></div></blockquote></div><br class=""></body></html>