question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

undefined symbol: g_date_copy

See original GitHub issue

hello I am using Linux Mint 19.2 Cinnamon and after I install GitHub desktop as sudo snap install github-desktop --beta --classic and after github desktop I have an error /snap/github-desktop/63/app/github-desktop: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: undefined symbol: g_date_copy

Could you explane me how to solve it?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:7

github_iconTop GitHub Comments

1reaction
doktorfysikcommented, Dec 10, 2019

Try installing the .deb package, that worked for me instead of the snap version.

where is the .deb package?

There is one here that I got to work on Ubuntu 18.04: https://github.com/shiftkey/desktop/releases/tag/release-2.1.0-linux1

0reactions
AAYamoldincommented, Dec 13, 2019

I didn´t solve the podlem with 2.1.0 version and install 2.0.4 all works ok.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GLib undefined symbol bug in Debian | by Xilin Sun - Medium
Solving undefined symbol bug caused by GLib upgrading. ... symbol lookup error: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: undefined symbol: g_date_copy.
Read more >
Undefined Symbol: Gtasksetname In Glib - ADocLib
When I try to link a.so file I get the undefined symbol error.Though I have the library file in my system.The compile and...
Read more >
how to debug undefined symbol · Discussion #188 - GitHub
Simplest way to debug this would to use UNIX nm utility. I usually do something like nm -D --demangle --undefined-only <your-project-lib>. so | ......
Read more >
undefined symbol: _ZN2cv3Mat10deallocateEv - Stack Overflow
Please note that I am using ubuntu 14.04 LTS 64-bit and I am planning to run my code later on on a raspberry...
Read more >
Undefined symbol: _OBJC_CLASS_$_D… - Apple Developer
On Xcode 13.4.1, when specifically trying to run unit tests, I get an error Undefined symbol: _OBJC_CLASS_$_DDLog . After clicking on it in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found