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)

main.log (12.6 KB) - added by mf2k (Frank Schima) 10 years ago.
Portfile.diff (1.8 KB) - added by mattcottrell 10 years ago.
Portfile diff

Download all attachments as: .zip

Change History (12)

Changed 10 years ago by mf2k (Frank Schima)

Attachment: main.log added

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Your patch does not build for me. main.log attached above.

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:6 Changed 10 years ago by mattcottrell

Ugh.

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.

Changed 10 years ago by mattcottrell

Attachment: Portfile.diff added

Portfile diff

comment:10 Changed 10 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed
Summary: Update arb to 6.0-rc2Update arb to 6.0-rc3
Version: 2.2.1

This works now. r120698.

Note: See TracTickets for help on using tickets.