Changes between Initial Version and Version 1 of Ticket #58169, comment 3


Ignore:
Timestamp:
Mar 6, 2019, 2:20:54 PM (6 years ago)
Author:
michaelld (Michael Dickens)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58169, comment 3

    initial v1  
    11So once you got the first build error after issuing `sudo port install uhd`, you tried the same command again and came up with the same error? If that's the case, then do:
    2 ```
     2{{{
    33sudo port clean uhd
    44sudo port install uhd
    5 ```
     5}}}
    66and see if that works this time. It looks like the images downloader succeeded on some images but there was a network glitch that prevented it from finishing. UHD doesn't take long to build, but I had hoped the images downloader might be smart enough to overwrite files ... maybe I'm mistaken? I'll see if I can replicate a network glitch locally & see if what happens. In the meantime, hopefully cleaning and trying again works -- it often does (for MacPorts but also in general)!