On 2020/08/01 17:38, Austin Hook wrote: > > Hi Stuart, > Here's the full typescript attached. The list itself chops off > attachments I think, but I am sure any of us can delete my email, or even > save after deleting the attachment, as I often do within alpine with long > videos of funny cats, or political polemics that my relatives can't resist > sending.
Ports@ allows attachments, they are used often. One problem is that the update path from old Python 3.x to newer 3.x was broken (I fixed it between 6.6 and 6.7), this gets in the way of merging gettext from the old to new names - no registered update path so it tries to keep the old Python package, but the old package depends on old gettext which conflicts with the newer one. Either jumping to 6.7 or removing/reinstalling all packages (as per my previous mail) would fix that problem. There maybe other problems but it's hard to identify them after the noise from the first one.