[Bug 2062916] Re: evolution has undefined symbol in newest libwebkit2gtk

2024-04-25 Thread Lloyd Kvam
See comment #10 and my #11 and #13 responses Years ago I installed an amdgpu package from an extrnal source and had forgotten about it. ldd showed that libwebkit2gtk was referencing libgbm from /opt/* The proper package is in /lib/x86_64-linux-gnu/ So I used synaptic to remove the manually insta

[Bug 2062916] Re: evolution has undefined symbol in newest libwebkit2gtk

2024-04-22 Thread Lloyd Kvam
So now # ldd /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37 | grep libgbm libgbm.so.1 => /lib/x86_64-linux-gnu/libgbm.so.1 (0x7fd3deade000) shows that I am using the correct libgbm and all is well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2062916] Re: evolution has undefined symbol in newest libwebkit2gtk

2024-04-22 Thread Lloyd Kvam
I think this is the line you (AND I) want to see libgbm.so.1 => /opt/amdgpu/lib/x86_64-linux-gnu/libgbm.so.1 (0x7f5edb3a8000) Thanks. I looked past that. I had an old amdgpu library that had been locally installed gumming up the works. I have removed the old amdgpu packages and am

[Bug 2062916] Re: evolution has undefined symbol in newest libwebkit2gtk

2024-04-22 Thread Lloyd Kvam
Lloyd had a mis-configured system when he filed this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062916 Title: evolution has undefined symbol in newest libwebkit2gtk To manage notification

[Bug 2062916] Re: evolution has undefined symbol in newest libwebkit2gtk

2024-04-22 Thread Lloyd Kvam
Would updating to Ubuntu 23.10 be a likely fix? (I hope this the right place to ask) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062916 Title: evolution has undefined symbol in newest libwebkit2

[Bug 2062916] Re: evolution has undefined symbol in newest libwebkit2gtk

2024-04-22 Thread Lloyd Kvam
The dpkg --status output is more readable # dpkg --status libgbm1 Package: libgbm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: mesa Version: 23.2.1-1ubuntu3.1~22.04.2 Depends: libc6 (>

[Bug 2062916] Re: evolution has undefined symbol in newest libwebkit2gtk

2024-04-22 Thread Lloyd Kvam
Viraniac, Thanks for your interest. I am not using any proprietary graphics drivers. # ls -al /lib/x86_64-linux-gnu/libgbm* lrwxrwxrwx 1 root root15 Jan 24 07:01 /lib/x86_64-linux-gnu/libgbm.so.1 -> libgbm.so.1.0.0 -rw-r--r-- 1 root root 64720 Jan 24 07:01 /lib/x86_64-linux-gnu/libgbm.so.1.

[Bug 2062916] Re: evolution has undefined symbol in newest libwebkit2gtk

2024-04-22 Thread Lloyd Kvam
$ ldd -r $(which gnucash) | tail undefined symbol: gbm_bo_create_with_modifiers2 (/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37) undefined symbol: gbm_bo_get_fd_for_plane (/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37) So there are two missing symbols. The output for evolution shows the

[Bug 2062916] Re: evolution has undefined symbol in newest libwebkit2gtk

2024-04-22 Thread Lloyd Kvam
gnucash also suffers from the same problem gnucash: symbol lookup error: /lib/x86_64-linux- gnu/libwebkit2gtk-4.0.so.37: undefined symbol: gbm_bo_create_with_modifiers2 This gets more critical for me personally. There are alternatives for handling email. I have no easy replacement for gnucash.

[Bug 2062916] Re: evolution has undefined symbol in newest libwebkit2gtk

2024-04-19 Thread Lloyd Kvam
** Package changed: webkit2gtk (Ubuntu) => evolution (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062916 Title: evolution has undefined symbol in newest libwebkit2gtk To manage notifica

[Bug 2062916] Re: evolution has undefined symbol in newest libwebkit2gtk

2024-04-19 Thread Lloyd Kvam
** Project changed: libwebkitnode => webkit2gtk (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062916 Title: evolution has undefined symbol in newest libwebkit2gtk To manage notifications

[Bug 1459235] Re: Google Address book: Unable to open address book

2017-10-17 Thread Lloyd Kvam
Read comment #22. The integration between online accounts (e.g. gmail) is a separate app within Gnome. Once you setup gmail within the online-accounts app you will be all set with Evolution. You can access the online-account setup from the gnome-control-center. -- You received this bug notific

[Bug 1459235] Re: Google Address book: Unable to open address book

2017-01-28 Thread Lloyd Kvam
I believe this has been fixed in Ubuntu 16.04 - at least that's what I'm running and I have no complaints. I have no idea about the status with 12.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/14592

[Bug 1459235] Re: Google Address book: Unable to open address book

2015-08-08 Thread Lloyd Kvam
wmccarty: "0Auth password sign in thing that Google said they would no longer support" I think that's backwards. Google requires OAuth, but Evolution does not DIRECTLY support it. Gnome now has a separate module for OAuth. Run gnome-control-center; chose online accounts; add your Google account

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-29 Thread Lloyd Kvam
SRU Bug Template [Impact] * A change in MySQL confused the python-mysqldb (version 1.2.3) build process into omitting SSL support. Andy Dustman, the upstream author, dealt with this by adding this patch. It simply checks for the new MySQL versions and automatically sets the proper C macro vari

[Bug 1155123] Re: turbogears and sqlalchemy have a minor version mismatch that prevents turbogears from importing sqlalchemy

2013-03-14 Thread Lloyd Kvam
** Description changed: + turbogears and sqlalchemy have a minor version mismatch that prevents + turbogears from importing sqlalchemy + The import error is hidden so that subsequent errors are mysterious. I have a patch for the turbogears/database.py module which corrects the import state

[Bug 1155123] [NEW] turbogears and sqlalchemy have a minor version mismatch that prevents turbogears from importing sqlalchemy

2013-03-14 Thread Lloyd Kvam
Public bug reported: The import error is hidden so that subsequent errors are mysterious. I have a patch for the turbogears/database.py module which corrects the import statements and also fails if the import fails rather than hiding the error. ** Affects: turbogears (Ubuntu) Importance: Un

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-11 Thread Lloyd Kvam
http://sourceforge.net/p/mysql-python/svn/656/ Here's the link to the patch Andy Dustmann made to fix the problem. Since he's the upstream author, it should be a reasonable approach. Applying that patch to the source worked well for me. ** Patch added: "Simply copied Andy Dustmann's patch"

[Bug 1027460] Re: [HP dv7, IDT 92HD75B3X5] No sound output

2012-07-24 Thread Lloyd Kvam
Sound effects just started working?? I'm referring to alert sounds (Default Bark Drip Glass Sonar). The Hardware / Test Speakers still failed. After testing the speakers, sound effects also stopped working. The Output tab from All Settings / Sound Device Built-in Audio Digital Stereo (IEC95

[Bug 1027460] Re: No sound output.

2012-07-21 Thread Lloyd Kvam
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027460 Title: No sound output. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1027460/+subscr

[Bug 1027460] [NEW] No sound output.

2012-07-21 Thread Lloyd Kvam
Public bug reported: I saw that bug #1027434 had an error because pulse was not running. I reinstalled pulse audio and verified that pacmd list now worked. However, there is no sound output. Sound did work when running 11.10. lsb_release -rd Description:Ubuntu 12.04 LTS Release:12.0

[Bug 1027434] Re: No sound output.

2012-07-21 Thread Lloyd Kvam
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027434 Title: No sound output. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1027434/+subscr

[Bug 1027434] [NEW] No sound output.

2012-07-21 Thread Lloyd Kvam
Public bug reported: Not usre what to add. Sound did work with 11.10. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: alsa-base 1.0.25+dfsg-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19 Uname: Linux 3.2.0-26-generic x86_64 AlsaVersion: Advanced Linux Sound Architecture D