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 e

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 and TLS

2019-10-28 Thread Andreas Wacknitz
Am 28.10.19 um 15:18 schrieb Dieter Klünter: Hi, due to discussions with regard to Emacs and Transport Layer Security: https://lwn.net/Articles/759370/ -Dieter Hi Dieter, interesting read although it doesn't seem to be directly related to my problems. Andreas ___

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 graphic

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 s

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 graphics

[OpenIndiana-discuss] Emacs and TLS

2019-10-28 Thread Dieter Klünter
Hi, due to discussions with regard to Emacs and Transport Layer Security: https://lwn.net/Articles/759370/ -Dieter -- Dieter Klünter | Directory Service http://sys4.de 53°37'09,95"N 10°08'02,42"E ___ openindiana-discuss mailing list openindiana-disc

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 no

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 e

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 10/28/