|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[Bug 543234] New: vmware crashes while loading libgio-2.0.so.0If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=543234 GARNOME | general | Ver: 2.23.x Summary: vmware crashes while loading libgio-2.0.so.0 Product: GARNOME Version: 2.23.x Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: Normal Component: general AssignedTo: garnome-maint@... ReportedBy: Dieter.Kadelka@... QAContact: garnome-list@... GNOME version: Unspecified GNOME milestone: Unspecified /usr/lib/vmware/bin/vmware: error while loading shared libraries: /home/ad08/garnome/lib/libgio-2.0.so.0: undefined symbol: g_thread_gettime Here are my files with g_thread_gettime: bindings/glibmm/work/main.d/glibmm-2.17.0/glib/src/glib_functions.defs desktop/nautilus/work/main.d/nautilus-2.23.4/libnautilus-private/nautilus-icon-i nfo.c desktop/nautilus/work/main.d/nautilus-2.23.4/libnautilus-private/nautilus-file-o perations.c platform/glib/work/main.d/glib-2.17.2/gio/.libs/libgio-2.0.so.0 platform/glib/work/main.d/glib-2.17.2/gio/.libs/libgio-2.0.a platform/glib/work/main.d/glib-2.17.2/gio/.libs/libgio-2.0.so.0.1702.0T platform/glib/work/main.d/glib-2.17.2/gio/.libs/libgio-2.0.so platform/glib/work/main.d/glib-2.17.2/gio/.libs/gfilemonitor.o platform/glib/work/main.d/glib-2.17.2/gio/.libs/libgio-2.0.so.0.1702.0 platform/glib/work/main.d/glib-2.17.2/gio/gfilemonitor.c platform/glib/work/main.d/glib-2.17.2/gio/gfilemonitor.o platform/glib/work/main.d/glib-2.17.2/glib/.libs/libglib-2.0.so.0.1702.0 platform/glib/work/main.d/glib-2.17.2/glib/.libs/libglib-2.0.so.0 platform/glib/work/main.d/glib-2.17.2/glib/.libs/libglib-2.0.exp platform/glib/work/main.d/glib-2.17.2/glib/.libs/libglib-2.0.ver platform/glib/work/main.d/glib-2.17.2/glib/.libs/libglib-2.0.so platform/glib/work/main.d/glib-2.17.2/glib/.libs/gtimer.o platform/glib/work/main.d/glib-2.17.2/glib/.libs/libglib-2.0.a platform/glib/work/main.d/glib-2.17.2/glib/.libs/gthread.o platform/glib/work/main.d/glib-2.17.2/glib/glib.symbols platform/glib/work/main.d/glib-2.17.2/glib/gtimer.c platform/glib/work/main.d/glib-2.17.2/glib/gtimer.o platform/glib/work/main.d/glib-2.17.2/glib/gthread.c platform/glib/work/main.d/glib-2.17.2/glib/gthread.h platform/glib/work/main.d/glib-2.17.2/glib/gthread.o platform/glib/work/main.d/glib-2.17.2/gthread/.libs/libgthread-2.0.so.0.1702.0 platform/glib/work/main.d/glib-2.17.2/gthread/.libs/libgthread-2.0.a platform/glib/work/main.d/glib-2.17.2/gthread/.libs/gthread-impl.o platform/glib/work/main.d/glib-2.17.2/gthread/.libs/libgthread-2.0.so platform/glib/work/main.d/glib-2.17.2/gthread/.libs/libgthread-2.0.so.0 platform/glib/work/main.d/glib-2.17.2/gthread/.libs/libgthread-2.0.so.0.1702.0T platform/glib/work/main.d/glib-2.17.2/gthread/gthread-win32.c platform/glib/work/main.d/glib-2.17.2/gthread/gthread-impl.c platform/glib/work/main.d/glib-2.17.2/gthread/gthread-impl.o platform/glib/work/main.d/glib-2.17.2/gthread/gthread-posix.c platform/glib/work/main.d/glib-2.17.2/gthread/gthread-none.c g_thread_gettime is defined in gthread-impl.c as: *** if (g_thread_gettime_impl) g_thread_gettime = g_thread_gettime_impl; and g_thread_gettime_impl seems to be not defined -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=543234. -- garnome-list mailing list garnome-list@... http://mail.gnome.org/mailman/listinfo/garnome-list |
|
|
[Bug 543234] vmware crashes while loading libgio-2.0.so.0If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=543234 GARNOME | general | Ver: 2.23.x Karsten Bräckelmann changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |guenther@... Severity|major |normal Status|UNCONFIRMED |RESOLVED Resolution| |NOTABUG ------- Comment #1 from Karsten Bräckelmann 2008-07-22 12:57 UTC ------- (In reply to comment #0) > /usr/lib/vmware/bin/vmware: error while loading shared libraries: > /home/ad08/garnome/lib/libgio-2.0.so.0: undefined symbol: g_thread_gettime Your vmware expects a different glib, and doesn't work with the latest version (built by GARNOME). It should work if you unset $LD_LIBRARY_PATH first, when calling vmware (or any other legacy app from your system env): $ unset LD_LIBRARY_PATH $ vmware Exactly for that reason (well, actually the major memory allocation changes back a few versions) I once hacked up a script to break out the GARNOME env when calling system apps. I'll attach that script in a minute, for convenience. Closing RESOLVED. Dieter, if the above does not solve your issue, please feel free to re-open this bug report, adding any additional information that might help. Also, thanks for taking the time to report the issue. -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=543234. -- garnome-list mailing list garnome-list@... http://mail.gnome.org/mailman/listinfo/garnome-list |
|
|
[Bug 543234] vmware crashes while loading libgio-2.0.so.0If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=543234 GARNOME | general | Ver: 2.23.x ------- Comment #2 from Karsten Bräckelmann 2008-07-22 13:05 UTC ------- Created an attachment (id=115002) --> (http://bugzilla.gnome.org/attachment.cgi?id=115002&action=view) simple script to break out of the GARNOME env Running the script with no arguments will drop you into bash with the most important stuff reset (as set by the GARNOME session script). If any argument is given, that command is run instead. NOTE The ${GNOME_PREFIX} in the script is a custom hack in my session. It actually is identical to $GARNOME as per the docs session. Also, the $@ probably should be re-written to "$@" to correctly pass along args containing spaces. *sigh* -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=543234. -- garnome-list mailing list garnome-list@... http://mail.gnome.org/mailman/listinfo/garnome-list |
| Free embeddable forum powered by Nabble | Forum Help |