I am trying to install several dependencies for the application that I am running, and I am worried that I may have broken the dev environment. I run this program on a MacBook (OSX Tiger, I do not have access to a newer version). MacPorts is officially broken, returning this error when I try to execute any command:
sqlite error: near "ADD": syntax error (1) while executing query: ALTER TABLE registry.files ADD COLUMN binary bool while executing "registry::open $db_path" (procedure "mportinit" line 633) invoked from within "mportinit ui_options global_options global_variations"
Seeing this happening on any __ port command, I cannot use the standard MacPort removal method. However, given that I am the one who received it in this state, in the first place, I would prefer not to deceive myself, not knowing what I am doing.
Is this a fixable problem? Only in the interests of my own knowledge does anyone know what exactly could cause this error or what does it really mean in terms of macport functioning?
How can I (provided it is necessary / a good idea) completely remove macro ports? I would rather not face the problem of reinstalling all my ports, but this is better than what I have.
source share