According to sqlite’s return codes: http://www.sqlite.org/c3ref/c_abort.html #define SQLITE_CANTOPEN 14 /* Unable to open the database file */
What are the file permissions on the DB? can we get some debug output? is there a deadlock? is your hard drive dying? Chances are, the deactivate hook is fine while something else is happening on the system. some tex packages and kde packages have used hte deactivate hook without problems. On Jan 19, 2014, at 23:03, Adam Mercer <[email protected]> wrote: > unable to open database file (14) while executing query: UPDATE _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
