Compiles fine but needs one last thing to run:
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/local/share
ldconfig
#gnucash: error while loading shared libraries: libgnc-gnome.so.0: cannot
open shared object file: No such file or directory
tedc
PS Where are the docs?
_
On Mar 3, 2014, at 8:32 AM, Ted Creedon wrote:
> Compiles fine but needs one last thing to run:
>
> export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/local/share
> ldconfig
>
> #gnucash: error while loading shared libraries: libgnc-gnome.so.0: cannot
> open shared object file: No such file or directory
/usr/local/share needs to be explicitly added to XDG_DATA_DIRS
echo $XDG_DATA_DIRS
/usr/share:/usr/share:/usr/local:/usr/local/share
ted
On Mon, Mar 3, 2014 at 9:02 AM, John Ralls wrote:
>
> On Mar 3, 2014, at 8:32 AM, Ted Creedon wrote:
>
> > Compiles fine but needs one last thing to run:
>
Program received signal SIGSEGV, Segmentation fault.
0x7fffef356cac in g_type_check_instance_is_a () from
/usr/lib64/libgobject-2.0.so.0
can't do a bt because the fault freezes the X Screen
had to ssh in from another box & kill -TERM gdb
Should I do a debug build?
Tedc
On Mar 3, 2014, at 3:30 PM, Ted Creedon wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0x7fffef356cac in g_type_check_instance_is_a () from
> /usr/lib64/libgobject-2.0.so.0
>
>
> can't do a bt because the fault freezes the X Screen
>
> had to ssh in from another box & kil
Noticed this on startup:
Missing separate debuginfo for /usr/lib64/libgobject-2.0.so.0
Try: zypper install -C
"debuginfo(build-id)=a3f8edc19f47fd2290dbbf3d05670ed13ba6a93c"
Traceback (most recent call last):
File "/usr/share/gdb/auto-load/usr/lib64/libgobject-2.0.so.0.3800.2-gdb.py",
line 9, in
Another crash, output from gdb (bt not possible)
gdb) run^M(gdb) run^M(gdb) run
Starting program: /usr/local/bin/gnucash
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7fffe21e8700 (LWP 6203)]
[New Thread 0x7fffe19e7700 (LWP
On Mar 3, 2014, at 4:12 PM, Ted Creedon wrote:
> do I need a pointer to the sources for
>
> libgobject-2_0-0 - General-Purpose Utility Library -- Object-Oriented
> Framework for C?
>
Libgobject, libgio, and libglib are all parts of glib.
Regards,
John Ralls
> On Mon, Mar 3, 2014 at 3:47 PM
On Mar 3, 2014, at 5:30 PM, Ted Creedon wrote:
> Another crash, output from gdb (bt not possible)
>
> gdb) run^M(gdb) run^M(gdb) run
> Starting program: /usr/local/bin/gnucash
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib64/libthread_db.so.1".
> [New Th
Just a vanilla SuSE 13.1 x64 Linux system.
Gnucash has run fine on Suse for years.
I have 2 other 13.1's I'll try them
tedc
On Mon, Mar 3, 2014 at 7:46 PM, John Ralls wrote:
>
> On Mar 3, 2014, at 5:30 PM, Ted Creedon wrote:
>
> > Another crash, output from gdb (bt not possible)
> >
> > gdb
John Ralls (jra...@ceridwen.us) said:
> Yeah, I dunno what Oxygen::MenuStateData::menuItemIsActive is except that
> it doesn't have anything to do with GnuCash, Gtk+, or GLib. You need to
> explain your environment in detail and why we should support it, otherwise
> you're totally on your own.
I
11 matches
Mail list logo