On 3/22/20 9:46 PM, Bruce Dubbs wrote:
I'm having a problem adding/changing/deleting Firefox/Seamonkey Bookmarks.

FF reads/uses my existing bookmarks just fine, but I found I cannot modify them.  Upon testing I rebuilt to the latest FF and SM, but the issues are the same.

I tried on two different systems, but both are recent 9.1 builds.

I've created a new user for testing so anything in the home directory should not be a holdover configuration issue.

When running SM from the command line, I get the following when trying to add a new bookmark :

console.error:
  Message: Error: Error(s) encountered during statement execution: no such column:
   Stack:
handleCompletion@resource://gre/modules/Sqlite.jsm:816:25
checkForDefaultClient@jar:file:///usr/lib/seamonkey-2.53.1/omni.ja!/components/nsSuiteGlue.js:919:9 _onBrowserStartup@jar:file:///usr/lib/seamonkey-2.53.1/omni.ja!/components/nsSuiteGlue.js:624:5 observe@jar:file:///usr/lib/seamonkey-2.53.1/omni.ja!/components/nsSuiteGlue.js:213:9 sss_run@jar:file:///usr/lib/seamonkey-2.53.1/omni.ja!/components/nsSessionStore.js:3825:5

console.error:
  Message: Error: Error(s) encountered during statement execution: no such column:
   Stack:
handleCompletion@resource://gre/modules/Sqlite.jsm:816:25
showBookmarkDialog@resource:///modules/PlacesUIUtils.jsm:640:5
PC_newItem@chrome://communicator/content/places/controller.js:735:7
PC_doCommand@chrome://communicator/content/places/controller.js:275:7
goDoPlacesCommand@chrome://communicator/content/places/controller.js:1707:5
oncommand@chrome://communicator/content/places/places.xul:1:1

I did find the files referenced above in a zip file: /usr/lib/seamonkey-2.53.1/omni.ja but I can't find any reason for the error.

Does anyone have a idea about what is happening?

I made some progress on this. The bookmarks are now working. My best guess is a sqlite issue, but I rebuilt with:

#ac_add_options --enable-system-sqlite
#ac_add_options --with-system-libevent
#ac_add_options --with-system-webp
#ac_add_options --with-system-nspr
#ac_add_options --with-system-nss
#ac_add_options --with-system-icu

ac_add_options --enable-optimize="-O2"

I can rebuild with these one at a time, but of course it takes a long time. At -j4 it was 26 SBU on my workstation. My development system would be a little faster at -j12, but it would probably be 15-20 SBU for each iteration.

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to