Re: go_rsm_register_file: assertion 'g_hash_table_lookup (rsm, id) == NULL' failed assertions

2020-03-20 Thread Albert Chin
On Fri, Mar 20, 2020 at 11:13:01AM -0500, Albert Chin wrote: > On Fri, Mar 20, 2020 at 10:43:31AM -0400, Morten Welinder wrote: > > It looks like you get two sets of plugins being registered. > > > > Either you have multiple copies of goffice or gnumeric installed, or > > else something is weird

Re: go_rsm_register_file: assertion 'g_hash_table_lookup (rsm, id) == NULL' failed assertions

2020-03-20 Thread Albert Chin
On Fri, Mar 20, 2020 at 10:43:31AM -0400, Morten Welinder wrote: > It looks like you get two sets of plugins being registered. > > Either you have multiple copies of goffice or gnumeric installed, or > else something is weird with your plugin setup. Ok, I'll do some digging. Thanks. Where do the

Re: go_rsm_register_file: assertion 'g_hash_table_lookup (rsm, id) == NULL' failed assertions

2020-03-20 Thread Morten Welinder
It looks like you get two sets of plugins being registered. Either you have multiple copies of goffice or gnumeric installed, or else something is weird with your plugin setup. Morten ___ gnumeric-list mailing list gnumeric-list@gnome.org

go_rsm_register_file: assertion 'g_hash_table_lookup (rsm, id) == NULL' failed assertions

2020-03-20 Thread Albert Chin
Hi. I built gnumeric 1.12.46 and dependencies on RHEL6, out-of-tree (i.e. not in /usr). When I run ssconvert, i get back "go_rsm_register_file: assertion 'g_hash_table_lookup (rsm, id) == NULL' failed" warnings even though the conversion does work: $ ssconvert -v -S Test.xlsx '%s.txt' **

Re: go_rsm_register_file: assertion 'g_hash_table_lookup (rsm, id) == NULL' failed assertions

2020-03-19 Thread Albert Chin
On Thu, Mar 19, 2020 at 09:21:00PM -0400, Morten Welinder wrote: > Could you please try adding a line > > g_printerr ("id=%s\n", id ? id : "-"); > > just before the failing assertion? > > That should tell us the id that is duplicated. With the above change, we have: $ ssconvert -v -S Test.xlsx

Re: go_rsm_register_file: assertion 'g_hash_table_lookup (rsm, id) == NULL' failed assertions

2020-03-19 Thread Morten Welinder
Could you please try adding a line g_printerr ("id=%s\n", id ? id : "-"); just before the failing assertion? That should tell us the id that is duplicated. Thanks, M. ___ gnumeric-list mailing list gnumeric-list@gnome.org

go_rsm_register_file: assertion 'g_hash_table_lookup (rsm, id) == NULL' failed assertions

2020-03-19 Thread Albert Chin
Hi. I built gnumeric 1.12.46 and dependencies on RHEL6, out-of-tree (i.e. not in /usr). When I run ssconvert, i get back "go_rsm_register_file: assertion 'g_hash_table_lookup (rsm, id) == NULL' failed" warnings even though the conversion does work: $ ssconvert -v -S Test.xlsx '%s.txt' **