This is what happens when I issue %portindex
Creating port index in ~/ports Total number of ports parsed: 0 Ports successfully parsed: 0 Ports failed: 0 Up-to-date ports skipped: 0 also %port version Version: 2.5.4 %which port /opt/local/bin/port On Mon, Oct 8, 2018 at 6:12 PM M P <[email protected]> wrote: > I did that and all seem to work fine as below but when trying > > sudo port install nco > > Error: Port nco not found > > > I am reluctant to issue > > $ *sudo port -fp uninstall installed* > > followed by > > $ *sudo rm -rf \ > /opt/local \ > /Applications/DarwinPorts \ > /Applications/MacPorts \ > /Library/LaunchDaemons/org.macports.* \ > /Library/Receipts/DarwinPorts*.pkg \ > /Library/Receipts/MacPorts*.pkg \ > /Library/StartupItems/DarwinPortsStartup \ > /Library/Tcl/darwinports1.0 \ > /Library/Tcl/macports1.0 \ * > > * ~/.macports* > > > ........ > %sudo port -v selfupdate > > Updating MacPorts base sources using rsync > > > Willkommen auf dem RSYNC-server auf ftp.fau.de. > > Nicht all unsere Mirror sind per rsync verfuegbar. > > > Welcome to the RSYNC daemon on ftp.fau.de. > > Not all of our mirrors are available through rsync. > > .... > > > Willkommen auf dem RSYNC-server auf ftp.fau.de. > > Nicht all unsere Mirror sind per rsync verfuegbar. > > > Welcome to the RSYNC daemon on ftp.fau.de. > > Not all of our mirrors are available through rsync. > > > > receiving file list ... done > > ./ > > ports.tar > > ports.tar.rmd160 > > > sent 56412 bytes received 128745 bytes 41146.00 bytes/sec > > total size is 64589312 speedup is 348.84 > > > > > On Mon, Oct 8, 2018 at 4:19 PM Ryan Schmidt <[email protected]> > wrote: > >> >> >> On Oct 8, 2018, at 07:19, M P wrote: >> >> > Hello, >> > There is a port "nco" listed as available but its installation fails >> under Mojave 10.14 >> > with >> > >> > sudo port install nco >> > Error: Port nco not found >> > >> > What is the reason? >> >> Sounds like a problem with your port index. Try running >> >> sudo port -v selfupdate >> >> See if any errors are printed about the port index, or if it works after >> doing that. >> >> >>
