Re: [OpenIndiana-discuss] emacs problems

2019-10-28 Thread Andreas Wacknitz
Am 28.10.19 um 21:17 schrieb Alan Coopersmith: On 10/28/19 1:13 PM, Andreas Wacknitz wrote: ╭─andreas@saturn ~  ‹master*› ╰─➤  ldd /usr/bin/emacs-gtk-26.3 2>&1 | ggrep libgcc libgcc_s.so.1 =>     (file not found) ldd -v will help show which file has the dependency and then you can run

Re: [OpenIndiana-discuss] emacs problems

2019-10-28 Thread Alan Coopersmith
On 10/28/19 1:13 PM, Andreas Wacknitz wrote: ╭─andreas@saturn ~  ‹master*› ╰─➤  ldd /usr/bin/emacs-gtk-26.3 2>&1 | ggrep libgcc     libgcc_s.so.1 =>     (file not found) ldd -v will help show which file has the dependency and then you can run elfdump -d on that file to see where it is looking

Re: [OpenIndiana-discuss] emacs problems

2019-10-28 Thread Andreas Wacknitz
Am 28.10.19 um 14:29 schrieb Bob Friesenhahn: On Sun, 27 Oct 2019, Andreas Wacknitz wrote: Hi, my emacs troubles me by not showing some graphics files correctly. Some graphics work, some will only be shown as some red dots on a black background. This doesn't seem to be related to the

Re: [OpenIndiana-discuss] emacs problems

2019-10-28 Thread Andreas Wacknitz
Am 28.10.19 um 12:05 schrieb Michal Nowak: Richard's right, Emacs can't find the CA certificates bundle. This should be fixed in https://github.com/OpenIndiana/oi-userland/pull/5370. I can't see the libgcc_s.so problem:  newman  ~  ldd /usr/bin/emacs-gtk-26.3 2>&1 | ggrep libgcc Can you

Re: [OpenIndiana-discuss] emacs problems

2019-10-28 Thread Andreas Wacknitz
Am 28.10.19 um 01:50 schrieb Richard Lowe: The TLS handshake might be emacs not knowing where to find a set of root certs, but I'm not certain. I know I've seen it before, but I'm not sure I remember what was doing it. Thank you for your idea. I am not able to publish emacs in my own build

Re: [OpenIndiana-discuss] emacs problems

2019-10-28 Thread Michal Nowak
On 10/28/19 02:29 PM, Bob Friesenhahn wrote: On Sun, 27 Oct 2019, Andreas Wacknitz wrote: Hi, my emacs troubles me by not showing some graphics files correctly. Some graphics work, some will only be shown as some red dots on a black background. This doesn't seem to be related to the

Re: [OpenIndiana-discuss] emacs problems

2019-10-28 Thread Bob Friesenhahn
On Sun, 27 Oct 2019, Andreas Wacknitz wrote: Hi, my emacs troubles me by not showing some graphics files correctly. Some graphics work, some will only be shown as some red dots on a black background. This doesn't seem to be related to the graphics type. Both, png and jpeg have working and

Re: [OpenIndiana-discuss] emacs problems

2019-10-28 Thread Dieter Klünter via openindiana-discuss
Andreas Wacknitz writes: > Hi, > > my emacs troubles me by not showing some graphics files > correctly. Some graphics work, some will only be shown as some red > dots on a black background. > This doesn't seem to be related to the graphics type. Both, png and > jpeg have working and non-working

Re: [OpenIndiana-discuss] emacs problems

2019-10-28 Thread Michal Nowak
Richard's right, Emacs can't find the CA certificates bundle. This should be fixed in https://github.com/OpenIndiana/oi-userland/pull/5370. I can't see the libgcc_s.so problem:  newman  ~  ldd /usr/bin/emacs-gtk-26.3 2>&1 | ggrep libgcc Can you `pkg verify` emacs packages? Michal On

[OpenIndiana-discuss] emacs problems

2019-10-27 Thread Andreas Wacknitz
Hi, my emacs troubles me by not showing some graphics files correctly. Some graphics work, some will only be shown as some red dots on a black background. This doesn't seem to be related to the graphics type. Both, png and jpeg have working and non-working examples. Also, ldd emacs-gtk