While installing several different versions of OpenSCAD, I updated a number of system dependencies. Since then I keep getting the following error when doing a simple "git pull":
/usr/lib/git-core/git-remote-https: symbol lookup error: /lib/x86_64-linux-gnu/libhogweed.so.6: undefined symbol: __gmpn_cnd_swap
I have already tried reinstalling libhogweed6, and also ran "apt-cache depends git | grep '[ |]Depends: [^<]' | cut -d: -f2 | tr -d ' ' | xargs sudo apt-get --reinstall install -y" to install all the listed dependencies. I still get the same error.
I'll try rebooting to see if that helps, but I'm at a loss of what to try next.
Suggestions?
While installing several different versions of OpenSCAD, I updated a number of system dependencies. Since then I keep getting the following error when doing a simple "git pull":
/usr/lib/git-core/git-remote-https: symbol lookup error: /lib/x86_64-linux-gnu/libhogweed.so.6: undefined symbol: __gmpn_cnd_swap
I have already tried reinstalling libhogweed6, and also ran "apt-cache depends git | grep '[ |]Depends: [^<]' | cut -d: -f2 | tr -d ' ' | xargs sudo apt-get --reinstall install -y" to install all the listed dependencies. I still get the same error.
I'll try rebooting to see if that helps, but I'm at a loss of what to try next.
Suggestions?
Share Improve this question asked 1 hour ago EBoEBo 3771 gold badge4 silver badges19 bronze badges1 Answer
Reset to default 0I posted before rebooting. It works again. I'll have to play around and see what works and what doesn't. Sorry for the noise.