Opened 10 years ago
Closed 10 years ago
#43762 closed update (fixed)
Update arb to 6.0-rc3
Reported by: | mattcottrell | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch maintainer | Cc: | |
Port: | arb |
Description
This update fixes runtime errors reported by several arb users that I missed in my testing of arb 6.0-rc1.
Attachments (2)
Change History (12)
Changed 10 years ago by mf2k (Frank Schima)
comment:1 Changed 10 years ago by mf2k (Frank Schima)
comment:2 Changed 10 years ago by mattcottrell
I need to know what version of the OS you are using.
Please type sw_vers in the terminal and post the results here.
For me it looks like this:
cottrell% sw_vers ProductName: Mac OS X ProductVersion: 10.9.3 BuildVersion: 13D65
Thanks
comment:3 Changed 10 years ago by mf2k (Frank Schima)
$ sw_vers ProductName: Mac OS X ProductVersion: 10.9.3 BuildVersion: 13D65
comment:4 Changed 10 years ago by mattcottrell
Wow, now I'm really confused. It works for me.
I'll investigate and get back to you.
comment:5 Changed 10 years ago by mf2k (Frank Schima)
It looks like it is mistakenly picking up Macports gcc 4.8.2, which I have installed.
$ port installed gcc48 The following ports are currently installed: gcc48 @4.8.2_0 (active)
comment:7 Changed 10 years ago by mattcottrell
The arb Portfile deals with the compiler like this:
compiler.blacklist *llvm-gcc-4.2 build.args GCC=${configure.cc} \ GPP=${configure.cxx}
What am I doing wrong?
comment:8 Changed 10 years ago by mf2k (Frank Schima)
I tried to blacklist Macports gcc but it did not seem to help:
compiler.blacklist *llvm-gcc-4.2 macports-gcc-*
Please review UsingTheRightCompiler.
comment:9 Changed 10 years ago by mattcottrell
The upstream developer has now fixed a bunch of bugs related to this issue. I am attaching a new Portfile.diff that should clear up the compiler error.
comment:10 Changed 10 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Update arb to 6.0-rc2 → Update arb to 6.0-rc3 |
Version: | 2.2.1 |
This works now. r120698.
Your patch does not build for me. main.log attached above.