[MacPorts] #62060: Gnuradio configure and build failure on OSX 10.14.6

MacPorts noreply at macports.org
Mon Jan 18 12:42:10 UTC 2021


#62060: Gnuradio configure and build failure on OSX 10.14.6
-----------------------+-----------------------
  Reporter:  pa3axa    |      Owner:  michaelld
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  2.6.4
Resolution:            |   Keywords:
      Port:  gnuradio  |
-----------------------+-----------------------

Comment (by pa3axa):

 Tested on a MacBookPro following the steps below will install GNU Radio
 37\\
 without any config and building errors that prevent the completion of the
 instal\\l


 {{{
 sudo port install gnuradio37
 }}}

 Below the complete list of commands used to get GNUradio installed


 {{{
 Steps for Macport on Mojave
 --------------------------------------------------------------------------------------------------

 --> Install Mojave by Mac Installer
 --> Software Update to latest version 10.14.6
 --> Install Java JRE & SDK
 --> Install Xcode 13.1
 --> Install Xcode CMD tools

 --> Test if the CMD tools can be found

         xcrun --sdk macosx10.14 --show-sdk-path -v


 --> If not Fix 10.14SDK following Macport #59837

         Check 10.14.sdk is installed.

         ls -l /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk

         Create a symlink for the Xcode Application

         $ cd
 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
         $ ls -l
         total 0
         drwxr-xr-x  4 root  wheel  128 Jan 14 07:14 DriverKit19.0.sdk
         drwxr-xr-x  8 root  wheel  256 Jan 14 07:14 MacOSX.sdk
         lrwxr-xr-x  1 root  wheel   10 Nov 18 16:10 MacOSX10.15.sdk ->
 MacOSX.sdk

         $ sudo ln -s
 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
         $ ls -l
         total 0
         drwxr-xr-x  4 root  wheel  128 Jan 14 07:14 DriverKit19.0.sdk
         drwxr-xr-x  8 root  wheel  256 Jan 14 07:14 MacOSX.sdk
         lrwxr-xr-x  1 root  wheel   56 May 10 12:53 MacOSX10.14.sdk ->
 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
         lrwxr-xr-x  1 root  wheel   10 Nov 18 16:10 MacOSX10.15.sdk ->
 MacOSX.sdk

         Test again

         xcrun --sdk macosx10.14 --show-sdk-path -v


 --> Install Macport
 --> Macport selfupdate
 --> sudo port install gnuradio
 --> Installed, no fatal errors
 --> Startup failed on  "fallback 'C' locale." error fix by setting to US
 reboot.
 --> Reset my prefered setting ENG-NL.
 --> Gnuradio GUI launching
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/62060#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list