Re: Macports fails to build in macOS 10.12 Sierra

2016-06-20 Thread Stephen J. Butler
On Sun, Jun 19, 2016 at 10:52 PM, Jeremy Huddleston Sequoia < jerem...@apple.com> wrote: > > > On Jun 19, 2016, at 17:15, Mark Anderson wrote: > > Further, Apple agrees that You will not be bound by the foregoing > confidentiality terms with regard to technical information about >

Re: Command Line Tools warning

2015-10-29 Thread Stephen J. Butler
select -print-path > /Applications/Xcode.app/Contents/Developer > > So that’s not it. > > I’m stumped. > > > On Oct 30, 2015, at 12:09 AM, Stephen J. Butler < > stephen.but...@gmail.com> wrote: > > > > I think 6.2 is too old for El Capitain (and maybe even f

Re: Command Line Tools warning

2015-10-29 Thread Stephen J. Butler
I think 6.2 is too old for El Capitain (and maybe even for Yosemite). You need to upgrade to 7 or 7.1 for El Capitain. On Thu, Oct 29, 2015 at 11:58 PM, Mark Brethen wrote: > I upgrading to Yosemite and followed the macports migration document. Now, > though the 'port

Re: openssl - could not find the C header files

2015-10-18 Thread Stephen J. Butler
It looks like tor uses "--with-openssl-dir". There are a couple other packages you might want to install in macports and specify similarly: libevent, zlib, libminiupnpc On Sat, Oct 17, 2015 at 1:44 PM, Brandon Allbery wrote: > On Sat, Oct 17, 2015 at 2:24 PM, Frank Röhm

Re: libgmp

2015-10-10 Thread Stephen J. Butler
It seems really odd to me that Thread 8 started right in _gmpn_sqr_basecase, and not in pthread_start or something similar. I'm not sure how that would happen. Maybe stack or memory corruption? If it were me, I would start by enabling the Malloc debug features and re-running my program.

Re: Get MacPorts to forget about my Fink install

2015-10-05 Thread Stephen J. Butler
On Thu, Oct 1, 2015 at 4:16 AM, Jan Stary wrote: > On Sep 30 16:09:13, stephen.but...@gmail.com wrote: > > I'm transitioning from Fink to MacPorts. When I initially setup my > MacPorts > > install I *thought* I had removed all my Fink stuff from my path. > > How exactly did you

Re: Get MacPorts to forget about my Fink install

2015-09-30 Thread Stephen J. Butler
On Wed, Sep 30, 2015 at 4:13 PM, Brandon Allbery <allber...@gmail.com> wrote: > On Wed, Sep 30, 2015 at 5:09 PM, Stephen J. Butler < > stephen.but...@gmail.com> wrote: > >> I'm transitioning from Fink to MacPorts. When I initially setup my >> MacPorts install I *t

Get MacPorts to forget about my Fink install

2015-09-30 Thread Stephen J. Butler
Hi. I'm transitioning from Fink to MacPorts. When I initially setup my MacPorts install I *thought* I had removed all my Fink stuff from my path. Everything was working and I was happy, so I deleted my /sw directory. But now I see that the MacPorts build system has picked up /sw/bin/gnutar

Re: Get MacPorts to forget about my Fink install

2015-09-30 Thread Stephen J. Butler
Nope, /sw is entirely gone. On Wed, Sep 30, 2015 at 4:13 PM, David Strubbe <dstru...@macports.org> wrote: > Does that file still exist? > > On Wed, Sep 30, 2015 at 5:09 PM, Stephen J. Butler < > stephen.but...@gmail.com> wrote: > >> Hi. >> >> I'

Re: Linking curl, lz, and ldl to netCDF

2015-09-23 Thread Stephen J. Butler
Your project is linking against the static versions of netCDF and hdf5. I believe the proper solution to your problem is adding -lcurl, -lz, and -ldl to the linker flags of your project. On Wed, Sep 23, 2015 at 3:57 PM, Ryan Jamison wrote: > I'm trying to build a code