Solved On FreeBSD 12.2 portsnap fetch update just emptied the directory /usr/ports/Mk

obsigna

Profile disabled
On FreeBSD 12.2 portsnap fetch update just emptied the directory /usr/ports/Mk. Now I can’t build any port.
 
For the time being, I restored it from another machine, which was updated on sunday.

# rm -r /usr/ports/Mk; scp -pr root@other-machine.local:/usr/ports/Mk /usr/ports/Mk
# rm -r /usr/ports/Templates; scp -pr root@other-machine.local:/usr/ports/Templates /usr/ports/Templates
 
I am using Poudriere and after restoring the /Mk directory, I am running into new problems - some of the ports in my build list are not being found in the ports and I verified this as well:

Code:
[00:00:26] Ports supports: FLAVORS SELECTED_OPTIONS
[00:00:26] Gathering ports metadata
[00:00:26] Error: Nonexistent origin listed: archivers/bzip2
[00:00:26] Error: Nonexistent origin listed: archivers/lzlib
[00:00:27] Error: Fatal errors encountered gathering initial ports metadata

and

[root@build01 /usr/local/poudriere/ports/HEAD]# ls archivers/bzip2
ls: archivers/bzip2: No such file or directory
 
Back
Top