Re: MacPorts 2.6.2: Failed to configure postgresql83

2019-10-23 Thread Dominic Reich
On 23 Oct 2019, at 8:04, Michael Newman wrote: >> On Oct 22, 2019, at 16:00, Ryan Schmidt > wrote: Yes, looks like nothing depended on postgresql83-server. Except the Mac printing system. I managed to get the printers back by resetting the printer system.

Re: MacPorts 2.6.2: Failed to configure postgresql83

2019-10-23 Thread Michael Newman via macports-users
>> On Oct 22, 2019, at 16:00, Ryan Schmidt > > wrote: >>> >>> Yes, looks like nothing depended on postgresql83-server. > > Except the Mac printing system. I managed to get the printers back by resetting the printer system.

Re: executing gcc9 on macOS 10.14

2019-10-23 Thread Chris Jones
Hi, ( Please always reply to the list ) The error below looks like one we addressed recently. Have you updated your ports ? Please run > sudo port sync > sudo port upgrade outdated then try again. Chris On 23/10/2019 9:17 am, Hans Goedbloed wrote: Thanks Chris, Looks like what I hoped

Re: executing gcc9 on macOS 10.14

2019-10-23 Thread Chris Jones
Hi, One other comment. What version of the ld64 port do you have installed ? If it is not using the xcode variant, then please reinstall in using that > port installed ld64 The following ports are currently installed: ld64 @3_1+ld64_xcode (active) if you do not get the above, run > sudo

Re: executing gcc9 on macOS 10.14

2019-10-23 Thread Chris Jones
Hi, I forgot one detail from the recent fix to gcc to enable it to find system libraries. What the fix did was add a patch to allow gcc9 to find the SDK in the same way as clang. This means either you use xcrun to run the command, or set the XDKROOT variable. See

Re: executing gcc9 on macOS 10.14

2019-10-23 Thread Hans Goedbloed
I updated the ports. looked allright (reply was "nothing to upgrade"), but the same problem: "ld: library not found for -lSystem" I also checked for the ld64 port and the reply was: "The following ports are currently installed: ld64 @3_1+ld64_xcode (active)" Any other suggestions? Hans

Re: executing gcc9 on macOS 10.14

2019-10-23 Thread Chris Jones
Another idea. What Xcode version are you running on mac OS 10.14 ? If Xcode 11, this is not recommended as it does lead to a lot of SDK related issues, due to the fact Xcode 11 only has the 10.15 SDK (yes, even on macOS 10.14). It is recommended to use Xcode 10 on macOS 10.14. Chris On

Re: executing gcc9 on macOS 10.14

2019-10-23 Thread Hans Goedbloed
Thanks!, I now know what to expect and how to fix it. Hans From: macports-users on behalf of Chris Jones Sent: Wednesday, October 23, 2019 11:30 AM To: macports-users@lists.macports.org Subject: Re: executing gcc9 on macOS 10.14 On 23/10/2019 10:23 am,

Re: executing gcc9 on macOS 10.14

2019-10-23 Thread Chris Jones
No problem, always glad to help someone use MacPorts ! On 23/10/2019 10:38 am, Hans Goedbloed wrote: Thanks!, I now know what to expect and how to fix it. Hans From: macports-users on behalf of Chris Jones Sent: Wednesday, October 23, 2019 11:30 AM