Re: ncurses 6.2 failing with reinplace warnings

2020-03-15 Thread Jeffrey Walton
On Sun, Mar 15, 2020 at 7:26 PM Richard DeLaurell wrote: > > I am trying to update from ncurses 6.1 to 6.2, but am getting the warnings > noted in ticket #60152; however, unlike the ticket report there my > installation does not complete. If you are talking about the reinplace warnings, then in

Re: installing patched okular: cannot open Portfile

2020-03-15 Thread Nicolas Pavillon
Hi, This is an initial guess, but I would not necessarily recommend to change the name of the port, as this could lead to conflicts with existing files from the original one. And if you do change it, be sure to also change the name of the port in the Portfile. This might be the reason why you

Re: macports-users Digest, Vol 163, Issue 10

2020-03-15 Thread j...@tigger.ws
> On 15 Mar 2020, at 8:00 pm, macports-users-requ...@lists.macports.org wrote: > >> >> My old PowerMac G5 cannot build the CMake being supplied with >> MacPorts. I know CMake now requires C+11 or C++14, and the antique >> tools on the Mac do not meet the requirements. I want to pin CMake to >>

Re: ncurses 6.2 failing with reinplace warnings

2020-03-15 Thread Chris Jones
> On 15 Mar 2020, at 11:26 pm, Richard DeLaurell > wrote: > >  > Hello, > > I am trying to update from ncurses 6.1 to 6.2, but am getting the warnings > noted in ticket #60152; however, unlike the ticket report there my > installation does not complete. > > The failure log reports: instal

ncurses 6.2 failing with reinplace warnings

2020-03-15 Thread Richard DeLaurell
Hello, I am trying to update from ncurses 6.1 to 6.2, but am getting the warnings noted in ticket #60152 ; however, unlike the ticket report there my installation does not complete. The failure log reports: install error CHILDSTATUS 43121 2 What could be t

Re: How to pin a package?

2020-03-15 Thread Ken Cunningham
on macports you pin a package using a personal repository. I explained it a few answers above. It's a very simple, 30 second, procedure. K

Re: What does "Exit code: 11" mean when building CMake?

2020-03-15 Thread Ken Cunningham
cmake (and other software) is quite broken on 10.5 ppc with libgcc7. please see the cmake ticket. rolling back to libgcc7 is presenly the only known fix. there is a pr referenced in the ticket where I reluctantly propose to do that if no better solution is found. upstream says it's complicate

Re: How to pin a package?

2020-03-15 Thread Jeffrey Walton
On Sat, Mar 14, 2020 at 11:24 AM Ryan Schmidt wrote: > > On Mar 14, 2020, at 00:39, Jeffrey Walton wrote: > > > My old PowerMac G5 cannot build the CMake being supplied with > > MacPorts. I know CMake now requires C+11 or C++14, and the antique > > tools on the Mac do not meet the requirements. I

What does "Exit code: 11" mean when building CMake?

2020-03-15 Thread Jeffrey Walton
Hi Everyone, I'm trying to build CMake for a PowerMac G5. I elevated and then: root# CC=/opt/local/bin/gcc-mp-5 \ CXX=/opt/local/bin/g++-mp-5 \ /opt/local/bin/port install cmake The build fails. The tail of cmake/main.log shows the info below. What is the Exit code: 11? (I'd also be int