> On Apr 7, 2018, at 11:51 AM, Ryan Schmidt <ryandes...@macports.org> wrote: > > > On Apr 7, 2018, at 13:50, Murray Eisenberg wrote: > >> What’s happening now is befuddling to me. Doing the step >> >> echo rsync://build.openmodelica.org/macports/ >> >> /opt/local/etc/macports/sources.conf >> >> as root (sudo su - ) seems to have worked, as >> /opt/local/etc/macports/sources.conf now ends with: >> >> rsync://rsync.macports.org/release/tarballs/ports.tar [default] >> rsync://build-openmodelica.org/macports/ >> >> However, continuing as root, doing the step >> >> port selfupdate >> >> gives: >> >> Error: Synchronization of the local ports tree failed doing rsync > > Use the -v flag to get more information about why it failed: > > sudo port -v selfupdate >
looks like the domain name doesn’t exist. Command failed: /usr/bin/rsync -rtzvl --delete-after '--exclude=/PortIndex*' rsync://build-openmodelica.org/macports/ /opt/local/var/macports/sources/build-openmodelica.org/macports Exit code: 10 Error: Synchronization of the local ports tree failed doing rsync port sync failed: Synchronization of 1 source failed Kens-MacBook-Pro:~$ nslookup build-openmodelica.org ** server can't find build-openmodelica.org: NXDOMAIN