Re: the gringo's building error while it is installing opam

2015-09-18 Thread Ryan Schmidt
On Sep 18, 2015, at 12:01, 心如烛光 wrote: > > Thank's for Daniel's help.I have manually installed re2c for opam > successfully.However,another error comes with the gringo's installation.Just > as before,I have tried to clean and reinstall the port.But it doesn't > work.What's the problem? > Th

the gringo's building error while it is installing opam

2015-09-18 Thread ????????
Hi,everybody! Thank's for Daniel's help.I have manually installed re2c for opam successfully.However,another error comes with the gringo's installation.Just as before,I have tried to clean and reinstall the port.But it doesn't work.What's the problem? The terminal and the log: Terminal: $ su

Re: still get error after that I have cleaned the port which causes the error

2015-09-18 Thread Daniel J. Luke
> On Sep 18, 2015, at 11:31 AM, 心如烛光 <275438...@qq.com> wrote: > Warning: Your DNS servers incorrectly claim to know the address of > nonexistent hosts. This may cause checksum mismatches for some ports. See > this page for more information: >

Re: Weird SSH problem - Write failed: Broken pipe

2015-09-18 Thread Daniel J. Luke
> On Sep 18, 2015, at 10:21 AM, Dave Horsfall wrote: > Anyone else having SSH "Write failed: Broken pipe" lately, after updating > a while back? after updating what? > I keep a window open to my (FreeBSD) mail server all the > time (I handle my own email/DNS etc). > > Client is 10.10.5, Ope

still get error after that I have cleaned the port which causes the error

2015-09-18 Thread ????????
Hi,everybody! I failure to install opam for my macbook(osx 10.8.5 mountain lion)with macport. Even after that I have cleaned the re2c which leads to the error and reinstall opam again,the error still exists.What makes the installation fail?And how could I fix it? here is the terminal's messa

Re: Xcode 7.0?

2015-09-18 Thread Dave Horsfall
On Fri, 18 Sep 2015, Ryan Schmidt wrote: > No need for you to test anything. As I said before, OS X 10.11 requires > Xcode 7. But this thread was started by someone on OS X 10.10, and I > explained in my previous post why Xcode 7 on OS X 10.10 might be > problematic, in ways that Xcode 7 on OS

Weird SSH problem - Write failed: Broken pipe

2015-09-18 Thread Dave Horsfall
Anyone else having SSH "Write failed: Broken pipe" lately, after updating a while back? I keep a window open to my (FreeBSD) mail server all the time (I handle my own email/DNS etc). Client is 10.10.5, OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011 That OSSLShim date looks rather old... But: ozzi

Re: Xcode 7.0?

2015-09-18 Thread Ryan Schmidt
On Sep 18, 2015, at 8:32 AM, Ben Greenfield wrote: > I have been running a migrated macports on 10.11 since wwdc. I haven’t run > into a problem with any of my installs. > > If you want me to check a port I can do it. I performing an OS update right > now and if that works out I would be happy

Re: Xcode 7.0?

2015-09-18 Thread Ben Greenfield
I have been running a migrated macports on 10.11 since wwdc. I haven’t run into a problem with any of my installs. If you want me to check a port I can do it. I performing an OS update right now and if that works out I would be happy to try things for people. Ben > On Sep 18, 2015, at 8:47

Re: Xcode 7.0?

2015-09-18 Thread Ryan Schmidt
On Sep 18, 2015, at 7:09 AM, Richard Cobbe wrote: > On Fri, Sep 18, 2015 at 04:54:37AM -0500, Ryan Schmidt wrote: >> >> On Sep 18, 2015, at 2:53 AM, Dave Horsfall wrote: >> >>> Looks like my MacBook (10.10.5) just helped itself to Xcode 7. Should I >>> be worried about any, err, issues? I rec

RE: Versions in ports

2015-09-18 Thread Artur Szostak
I have created a ticket with the patch as suggested: https://trac.macports.org/ticket/48909 Kind regards. Artur From: Rainer Müller [rai...@macports.org] Sent: 15 September 2015 19:06 To: Artur Szostak Cc: macports-users Subject: Re: Versions in ports On

Re: Xcode 7.0?

2015-09-18 Thread Richard Cobbe
On Fri, Sep 18, 2015 at 04:54:37AM -0500, Ryan Schmidt wrote: > > On Sep 18, 2015, at 2:53 AM, Dave Horsfall wrote: > > > Looks like my MacBook (10.10.5) just helped itself to Xcode 7. Should I > > be worried about any, err, issues? I recall a note about that... > > Because Xcode 7 only contains

Re: encounter error while it is installing opam with macport

2015-09-18 Thread Ryan Schmidt
On Sep 18, 2015, at 2:32 AM, 心如烛光 wrote: > I wanna install opam for my MacBook Pro (osx10.8.5 mountainlion) with > macport. Unfortunately,I get error while it is installing.How could I fix > it?Thank you for your help! > yours! > here is the message comes from terminal: > $ sudo port install op

Re: Using Libraries

2015-09-18 Thread Ryan Schmidt
On Sep 18, 2015, at 3:05 AM, Jeremy Huddleston Sequoia wrote: > If you really need the exact MacPorts file, copy it into your project and use > install_name_tool to change its dylib-id and any links to other MacPorts > libraries to be @executable_path-relative. Do similarly for all its > depe

Re: Xcode 7.0?

2015-09-18 Thread Ryan Schmidt
On Sep 18, 2015, at 2:53 AM, Dave Horsfall wrote: > Looks like my MacBook (10.10.5) just helped itself to Xcode 7. Should I > be worried about any, err, issues? I recall a note about that... Because Xcode 7 only contains the OS X 10.11 SDK, you may have problems building some ports on OS X 1

Re: Xcode 7.0?

2015-09-18 Thread Jeremy Huddleston Sequoia
Only things that might be concerning is that the SDKs are newer (iOS 9 and OS X 10.11), and the SDKs use text based stubs instead of dylibs, so MacPorts' ld64 ports don't work with the new SDK yet (you can use the +ld64_xcode variant to have the toolchains use the Xcode-provided linker instead a

Re: Using Libraries

2015-09-18 Thread Jeremy Huddleston Sequoia
You probably don't want to do that. It will have dependencies and its dylib id will be wrong. You should look into pulling the source into your project and building it yourself. If you really need the exact MacPorts file, copy it into your project and use install_name_tool to change its dylib

Xcode 7.0?

2015-09-18 Thread Dave Horsfall
Looks like my MacBook (10.10.5) just helped itself to Xcode 7. Should I be worried about any, err, issues? I recall a note about that... -- Dave Horsfall DTM (VK2KFU) "Those who don't understand security will suffer." I'll support shark-culling when they have been observed walking on dry lan

Re: encounter error while it is installing opam with macport

2015-09-18 Thread Christopher Jones
Do what the message tells you. Look in the log file for re2c to see what went wrong. > On 18 Sep 2015, at 8:32am, 心如烛光 <275438...@qq.com> wrote: > > Hi,everybody! > I wanna install opam for my MacBook Pro (osx10.8.5 mountainlion) with > macport. Unfortunately,I get error while it is instal

encounter error while it is installing opam with macport

2015-09-18 Thread ????????
Hi,everybody! I wanna install opam for my MacBook Pro (osx10.8.5 mountainlion) with macport. Unfortunately,I get error while it is installing.How could I fix it?Thank you for your help! yours! here is the message comes from terminal: $ sudo port install opam ---> Computing dependencies for o