Re: rust broken?

2018-06-08 Thread K. Macy
On Thu, Jun 7, 2018 at 11:26 PM, Greg wrote: > On 06/07, Matthew Macy wrote: >> >> On Thu, Jun 7, 2018 at 10:33 Michael Butler >> wrote: >> >>> Ah - I'll re-enable that to see if it makes a difference .. >>> >> >> >> It's not a question of enabling. It doesn't explicitly use the 11 symbols. >> Ru

Re: rust broken?

2018-06-07 Thread Greg
On 06/07, Matthew Macy wrote: On Thu, Jun 7, 2018 at 10:33 Michael Butler wrote: Ah - I'll re-enable that to see if it makes a difference .. It's not a question of enabling. It doesn't explicitly use the 11 symbols. Rust developers assume that every OS has a frozen ABI like Linux. The rust

Re: rust broken?

2018-06-07 Thread Matthew Macy
On Thu, Jun 7, 2018 at 10:33 Michael Butler wrote: > Ah - I'll re-enable that to see if it makes a difference .. > It's not a question of enabling. It doesn't explicitly use the 11 symbols. Rust developers assume that every OS has a frozen ABI like Linux. The rust from rustup will only work on

Re: rust broken?

2018-06-07 Thread Matthew Macy
Rustup uses the 11 ABI. On Thu, Jun 7, 2018 at 10:11 Alan Somers wrote: > Can you reproduce the problem using rust installed from rustup instead of > from Ports? If so, you should file a bug report with the Rust developers. > Hint: when using Rustup, you'll have to use vresion 1.26.1 instead of

Re: rust broken?

2018-06-07 Thread Matthew Macy
On Thu, Jun 7, 2018 at 10:50 Michael Butler wrote: > On 06/07/18 13:36, Matthew Macy wrote: > > On Thu, Jun 7, 2018 at 10:33 Michael Butler > > wrote: > > > > Ah - I'll re-enable that to see if it makes a difference .. > > > > > > > > It's not a question o

Re: rust broken?

2018-06-07 Thread Michael Butler
On 06/07/18 13:36, Matthew Macy wrote: > On Thu, Jun 7, 2018 at 10:33 Michael Butler > wrote: > > Ah - I'll re-enable that to see if it makes a difference .. > > > > It's not a question of enabling. It doesn't explicitly use the 11 > symbols. Rust develo

Re: rust broken?

2018-06-07 Thread Michael Butler
Ah - I'll re-enable that to see if it makes a difference .. I missed that in the comparison between my two build environments :-( Michael On 06/07/18 13:21, Matthew Macy wrote: > > Rustup uses the 11 ABI. > > On Thu, Jun 7, 2018 at 10:11 Alan Somers > wrote

Re: rust broken?

2018-06-07 Thread Alan Somers
Can you reproduce the problem using rust installed from rustup instead of from Ports? If so, you should file a bug report with the Rust developers. Hint: when using Rustup, you'll have to use vresion 1.26.1 instead of 1.26.0. -Alan On Thu, Jun 7, 2018 at 9:44 AM, Michael Butler wrote: > In resp

rust broken?

2018-06-07 Thread Michael Butler
In response to a Firefox update, I tried to build the new version. However, rust now fails with a core-dump in the build process. checking for libffi > 3.0.9... yes checking MOZ_FFI_CFLAGS... -I/usr/local/lib/libffi-3.2.1/include checking MOZ_FFI_LIBS... -L/usr/local/lib -lffi checking for rustc..