audio-recorder: symbol lookup error: audio-recorder: undefined symbol: g_type_check_instance_is_fundamentally_a
Bug #1478417 reported by
Rootbrian
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Audio Recorder |
New
|
Medium
|
Unassigned |
Bug Description
I have installed the gstreamer PPA to resolve the bug I was getting earlier (previous bug report visible as there's only 10 listed), and this is the error i'm getting now:
audio-recorder: symbol lookup error: audio-recorder: undefined symbol: g_type_
I'm using the latest audio-recorder at 1.6.3 on linux mint 17.2 (based on ubuntu 14.04 LTS), the package installed fine regardless of which one I chose (14.04, 14.10 and 15.03), no dependency issues or outdated libraries.
Changed in audio-recorder: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Hello, check_instance_ is_fundamentall y_a() was added to the gtype and glib in spring 2014.
You have an old version of GLIB library.
The function g_type_
I do not know the exact version of glib that is required.
Check the version of GLIB with:
$ ldd --version
or run:
$ for l in $(locate libc.so.6); do $l; done
I run Ubuntu 15.04 and it has GLIB version:
Ubuntu GLIBC 2.21-0ubuntu4
Notice: This is a general problem in your system. It is not particularly related to the audio-recorder.
Have you added additional PPAs for GTK3?
Have you considered to make a new, pure installation of your Mint?