Re: MacPorts 2.5.0 has been released

2018-05-31 Thread Eric A. Borisch
Note there is a regression for users with non-standard installations and the new HFS compression option: https://trac.macports.org/ticket/56563 This only impacts users whose installation is not owned by root. If you have to type 'sudo' before 'port [command]', you can ignore this message. The wor

Re: possible to enable debug symbols by default?

2018-05-31 Thread Ryan Schmidt
On May 31, 2018, at 21:50, Eitan Adler wrote: > On 31 May 2018 at 19:45, Ryan Schmidt wrote: >> >> On May 31, 2018, at 21:42, Eitan Adler wrote: >>> On 31 May 2018 at 19:40, Ryan Schmidt wrote: Or: A setting in macports.conf that makes MacPorts base add -g for all ports? That would ca

Re: possible to enable debug symbols by default?

2018-05-31 Thread Eitan Adler
On 31 May 2018 at 19:45, Ryan Schmidt wrote: > > On May 31, 2018, at 21:42, Eitan Adler wrote: >> On 31 May 2018 at 19:40, Ryan Schmidt wrote: >>> Or: A setting in macports.conf that makes MacPorts base add -g for all >>> ports? That would cause the built result to be different. We could offer >

Re: possible to enable debug symbols by default?

2018-05-31 Thread Ryan Schmidt
On May 31, 2018, at 21:42, Eitan Adler wrote: > On 31 May 2018 at 19:40, Ryan Schmidt wrote: >> Or: A setting in macports.conf that makes MacPorts base add -g for all >> ports? That would cause the built result to be different. We could offer >> that, but would have to also make sure that MacPo

Re: possible to enable debug symbols by default?

2018-05-31 Thread Eitan Adler
On 31 May 2018 at 19:40, Ryan Schmidt wrote: > Or: A setting in macports.conf that makes MacPorts base add -g for all ports? > That would cause the built result to be different. We could offer that, but > would have to also make sure that MacPorts doesn't attempt to download any > binaries from

Re: possible to enable debug symbols by default?

2018-05-31 Thread Ryan Schmidt
On May 31, 2018, at 21:10, Eitan Adler wrote: > On Thursday, 31 May 2018, Ken Cunningham wrote: >> Well, to do that, you would have to change the default configure.optflags in >> portconfigure.tcl >> >> open >> >> /opt/local/libexec/macports/lib/port1.0/portconfigure.tcl >> >> and change >>

Re: possible to enable debug symbols by default?

2018-05-31 Thread Eitan Adler
Would it be reasonable to add a supported option to add -g to C flags without changing other things? Even with optimizations having some symbols are better than nothing. On Thursday, 31 May 2018, Ken Cunningham wrote: > Well, to do that, you would have to change the default configure.optflags >

Re: Testing Oracle InstantClient 12.2.0.1.0

2018-05-31 Thread Ryan Schmidt
On May 31, 2018, at 17:40, Daniel Wilks wrote: > > Thanks. I’ve already updated the Portfile and am installing the symlinks as > files which is working. It just pointed out to me that I have no idea how to > install a symlink. I haven't attempted to do this update yet, so I'm looking forward

Re: Anyone else seeing large numbers of configure failures post 2.5.0?

2018-05-31 Thread Ryan Schmidt
On May 31, 2018, at 08:04, Lee Bast wrote: > Hello all, > Before I dive into this any farther I'm curious if anyone else has > noticed something or if it's specific to me. Across 3 different machines (2 > MPs and an rMBP) running a mix of 10.12.6 and 10.13.4 I did a standard > self-upda

Re: possible to enable debug symbols by default?

2018-05-31 Thread Ken Cunningham
Well, to do that, you would have to change the default configure.optflags in portconfigure.tcl open /opt/local/libexec/macports/lib/port1.0/portconfigure.tcl and change default configure.optflags {-Os} to something like default configure.optflags {"-O0 -g"} perhaps, or whatever

possible to enable debug symbols by default?

2018-05-31 Thread Eitan Adler
Is it possible to get debug symbols enabled by default for ports? I'd like to always compile c-alike languages with "-g" and not have them stripped. -- Eitan Adler

Re: Testing Oracle InstantClient 12.2.0.1.0

2018-05-31 Thread Daniel Wilks
Thanks. I’ve already updated the Portfile and am installing the symlinks as files which is working. It just pointed out to me that I have no idea how to install a symlink. From: "John T. Chung" Date: Thursday, May 31, 2018 at 3:38 PM To: Daniel Wilks Cc: "macports-users@lists.macports.org"

Re: Testing Oracle InstantClient 12.2.0.1.0

2018-05-31 Thread John T. Chung
Hey Daniel, I cleaned up the 64 bit instantclient 12.2 for Mac and you can grab it here: http://www.nyquest.com/downloads/12.2.0.tgz On Thu, May 31, 2018 at 6:19 PM, Daniel Wilks wrote: > Hi, > > I was hoping to do a quick-and-dirty test of Oracle instantclient > 12.2.0.1.0 and ran into an i

Testing Oracle InstantClient 12.2.0.1.0

2018-05-31 Thread Daniel Wilks
Hi, I was hoping to do a quick-and-dirty test of Oracle instantclient 12.2.0.1.0 and ran into an issue that is out of my depth. Looks like Oracle has started including the dylib symlinks in the instantclient zip files. Since xinstall installs symlinks as regular files what is the proper w

Anyone else seeing large numbers of configure failures post 2.5.0?

2018-05-31 Thread Lee Bast
Hello all, Before I dive into this any farther I'm curious if anyone else has noticed something or if it's specific to me. Across 3 different machines (2 MPs and an rMBP) running a mix of 10.12.6 and 10.13.4 I did a standard self-update/upgrade outdated cycle and saw configure failures o