Is latest portsnap snapshot corrupted?

Recently I have been having issues with updating ports tree with portsnap on FreeBSD 12. When updating ports using
Code:
portsnap fetch update 
tar: Error exit delayed from previous errors.
i am receiving error saying

::: I have attached the screenshot of error .
Thank you
 

Attachments

  • edited.png
    edited.png
    16.7 KB · Views: 170
Try cleaning up, you may have gotten a corrupted download that's now stuck: rm -rf /var/db/portsnap/*. Then do a portsnap fetch extract.
 
Try cleaning up, you may have gotten a corrupted download that's now stuck: rm -rf /var/db/portsnap/*. Then do a portsnap fetch extract.


I am getting the same error with your code portsnap fetch extract already removed the files before trying this command
 
Back
Top