Re: sparc64 and C++ exceptions

2019-01-31 Thread Otto Moerbeek
On Fri, Feb 01, 2019 at 01:44:07AM +, Tinker wrote: > On Friday, February 1, 2019 1:24 AM, Otto Moerbeek wrote: > > > On Thu, Jan 31, 2019 at 05:17:33PM +, Stuart Henderson wrote: > > > > > On 2019/01/31 01:12, Tinker wrote: > > > > > > > Reading your log file > > > > http://build-failur

Re: sparc64 and C++ exceptions

2019-01-31 Thread Otto Moerbeek
On Fri, Feb 01, 2019 at 01:40:24AM +, Tinker wrote: > On Thursday, January 31, 2019 2:00 PM, Otto Moerbeek wrote: > > > On Thu, Jan 31, 2019 at 01:12:10AM +, Tinker wrote: > > > > > Hi Otto and Jeremie, > > > I think I have the answer to your particular question, and it's > > > platform-

Re: sparc64 and C++ exceptions

2019-01-31 Thread Theo de Raadt
Tinker wrote: > On Friday, February 1, 2019 1:24 AM, Otto Moerbeek wrote: > > > On Thu, Jan 31, 2019 at 05:17:33PM +, Stuart Henderson wrote: > > > > > On 2019/01/31 01:12, Tinker wrote: > > > > > > > Reading your log file > > > > http://build-failures.rhaalovely.net//sparc64/2019-01-10/net

Re: sparc64 and C++ exceptions

2019-01-31 Thread Tinker
On Friday, February 1, 2019 1:24 AM, Otto Moerbeek wrote: > On Thu, Jan 31, 2019 at 05:17:33PM +, Stuart Henderson wrote: > > > On 2019/01/31 01:12, Tinker wrote: > > > > > Reading your log file > > > http://build-failures.rhaalovely.net//sparc64/2019-01-10/net/amule,-daemon.log > > > , there

Re: sparc64 and C++ exceptions

2019-01-31 Thread Tinker
On Thursday, January 31, 2019 2:00 PM, Otto Moerbeek wrote: > On Thu, Jan 31, 2019 at 01:12:10AM +, Tinker wrote: > > > Hi Otto and Jeremie, > > I think I have the answer to your particular question, and it's > > platform-independent: > > Reading your log file > > http://build-failures.rhaalo

Re: sparc64 and C++ exceptions

2019-01-31 Thread Otto Moerbeek
On Thu, Jan 31, 2019 at 05:17:33PM +, Stuart Henderson wrote: > On 2019/01/31 01:12, Tinker wrote: > > Reading your log file > > http://build-failures.rhaalovely.net//sparc64/2019-01-10/net/amule,-daemon.log > > , there is mentioning of libestdc++ in there. > > That doesn't use g++ from base

Re: sparc64 and C++ exceptions

2019-01-31 Thread Stuart Henderson
On 2019/01/31 01:12, Tinker wrote: > Reading your log file > http://build-failures.rhaalovely.net//sparc64/2019-01-10/net/amule,-daemon.log > , there is mentioning of libestdc++ in there. That doesn't use g++ from base though, only the ports version. I went through all C++ ports not on the direct

Re: sparc64 and C++ exceptions

2019-01-30 Thread Otto Moerbeek
On Thu, Jan 31, 2019 at 01:12:10AM +, Tinker wrote: > Hi Otto and Jeremie, > > I think I have the answer to your particular question, and it's > platform-independent: > > Reading your log file > http://build-failures.rhaalovely.net//sparc64/2019-01-10/net/amule,-daemon.log > , there is menti

Re: sparc64 and C++ exceptions

2019-01-30 Thread Tinker
Hi Otto and Jeremie, I think I have the answer to your particular question, and it's platform-independent: Reading your log file http://build-failures.rhaalovely.net//sparc64/2019-01-10/net/amule,-daemon.log , there is mentioning of libestdc++ in there. Please be aware that a program that links

Re: sparc64 and C++ exceptions

2019-01-30 Thread Otto Moerbeek
On Wed, Jan 30, 2019 at 01:36:17PM +0100, Otto Moerbeek wrote: > On Wed, Jan 30, 2019 at 01:21:55PM +0100, Jeremie Courreges-Anglas wrote: > > > On Wed, Jan 30 2019, Otto Moerbeek wrote: > > > Hi, > > > > > > net/powerdns does not work well on sparc64. It is a C++ program that > > > uses excepti

Re: sparc64 and C++ exceptions

2019-01-30 Thread Otto Moerbeek
On Wed, Jan 30, 2019 at 01:21:55PM +0100, Jeremie Courreges-Anglas wrote: > On Wed, Jan 30 2019, Otto Moerbeek wrote: > > Hi, > > > > net/powerdns does not work well on sparc64. It is a C++ program that > > uses exceptions quite extensively. The case I'm running into is a > > unknown item in a co

Re: sparc64 and C++ exceptions

2019-01-30 Thread Jeremie Courreges-Anglas
On Wed, Jan 30 2019, Otto Moerbeek wrote: > Hi, > > net/powerdns does not work well on sparc64. It is a C++ program that > uses exceptions quite extensively. The case I'm running into is a > unknown item in a config file. The code should catch the exception and > exit gracefully with an proper err

sparc64 and C++ exceptions

2019-01-30 Thread Otto Moerbeek
Hi, net/powerdns does not work well on sparc64. It is a C++ program that uses exceptions quite extensively. The case I'm running into is a unknown item in a config file. The code should catch the exception and exit gracefully with an proper error message, but instead a catch-all is being hit: Jan