Re: possible to enable debug symbols by default?

2018-06-01 Thread Rainer Müller
On 1 June 2018 02:35:35 GMT+02:00, Eitan Adler  wrote:
>Is it possible to get debug symbols enabled by default for ports? I'd
>like to always compile c-alike languages with "-g" and not have them
>stripped.

Wouldn't the debug symbols on macOS be written to a .dSYM bundle that is not 
installed?

Rainer


Re: possible to enable debug symbols by default?

2018-06-01 Thread Eitan Adler
On 1 June 2018 at 02:14, Rainer Müller  wrote:
> On 1 June 2018 02:35:35 GMT+02:00, Eitan Adler  wrote:
>>Is it possible to get debug symbols enabled by default for ports? I'd
>>like to always compile c-alike languages with "-g" and not have them
>>stripped.
>
> Wouldn't the debug symbols on macOS be written to a .dSYM bundle that is not 
> installed?

ooh. good point. Where are those filtered out?


-- 
Eitan Adler


emacs 26.1 failure to connect to package repositories...

2018-06-01 Thread Carlo Tambuatco
After running M-x package-list-packages

I get the error:

Opening TLS connection to ‘orgmode.org’...
Opening TLS connection with ‘gnutls-cli --x509cafile /etc/ssl/cert.pem -p
443 orgmode.org’...done
Opening TLS connection to ‘orgmode.org’...done
Opening TLS connection to ‘marmalade-repo.org’...
Opening TLS connection with ‘gnutls-cli --x509cafile /etc/ssl/cert.pem -p
443 marmalade-repo.org’...
error in process filter: Loading file
/Users/carloftambuatco/.emacs.d/modules/rmail.el failed to provide feature
‘rmail’ [6 times]
Opening TLS connection with ‘gnutls-cli --x509cafile /etc/ssl/cert.pem -p
443 marmalade-repo.org’...failed
Opening TLS connection with ‘gnutls-cli --x509cafile /etc/ssl/cert.pem -p
443 marmalade-repo.org --protocols ssl3’...failed
Opening TLS connection to ‘marmalade-repo.org’...failed
error in process filter: url-http: Could not create connection to
marmalade-repo.org:443
error in process filter: Could not create connection to
marmalade-repo.org:443

This error started after upgrading from emacs 25 to emacs 26 today.

My configuration worked fine yesterday before upgrading emacs via macports.