Opened 9 years ago

Closed 9 years ago

#48177 closed defect (worksforme)

gnuradio fails to build on Yosemite ver 10.10.3

Reported by: 4thavenueapps@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: gnuradio

Description (last modified by mf2k (Frank Schima))

--->  Computing dependencies for gnuradio
--->  Configuring gnuradio
Error: org.macports.configure for port gnuradio returned: configure failure: command execution failed
Please see the log file for port gnuradio for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_gnuradio/gnuradio/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port gnuradio failed

Attachments (3)

CMakeError.log (25.1 KB) - added by 4thavenueapps@… 9 years ago.
main.log (281.2 KB) - added by 4thavenueapps@… 9 years ago.
CMakeOutput.log (81.5 KB) - added by 4thavenueapps@… 9 years ago.

Download all attachments as: .zip

Change History (8)

Changed 9 years ago by 4thavenueapps@…

Attachment: CMakeError.log added

Changed 9 years ago by 4thavenueapps@…

Attachment: main.log added

Changed 9 years ago by 4thavenueapps@…

Attachment: CMakeOutput.log added

comment:1 Changed 9 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to michaelld@…
Port: gnuradio added

In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (port info --maintainers gnuradio), if any.

comment:2 Changed 9 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:3 Changed 9 years ago by michaelld (Michael Dickens)

So the key here is:

:info:configure -- Python checking for numpy
:info:configure -- Python checking for numpy - not found

What does the following return for you in a terminal / shell:

port installed py27-numpy

comment:4 Changed 9 years ago by 4thavenueapps@…

I ran the command in a terminal and it returned:

 The following ports are currently installed:
 py27-numpy @1.9.2_0+gfortran+universal (active)

I re-installed the py27-numpy and it resolved the gnuradio build issue.

sudo port install py27-numpy
Password:
--->  Computing dependencies for py27-numpy
--->  Fetching archive for py27-numpy
--->  Attempting to fetch py27-numpy-1.9.2_0+gfortran.darwin_14.x86_64.tbz2 from http://jog.id.packages.macports.org/macports/packages/py27-numpy
--->  Attempting to fetch py27-numpy-1.9.2_0+gfortran.darwin_14.x86_64.tbz2.rmd160 from http://jog.id.packages.macports.org/macports/packages/py27-numpy
--->  Installing py27-numpy @1.9.2_0+gfortran
--->  Deactivating py27-numpy @1.9.2_0+gfortran+universal
--->  Cleaning py27-numpy
--->  Activating py27-numpy @1.9.2_0+gfortran
--->  Cleaning py27-numpy
--->  Updating database of binaries
--->  Scanning binaries for linking errors
--->  No broken files found.           

Noted that new installation deactivated the "universal" binary.

Thank you very much for the help.

comment:5 Changed 9 years ago by michaelld (Michael Dickens)

Resolution: worksforme
Status: newclosed

Glad you figured this one out; having numpy +universal installed was going to be my guess. That's ticket #42416.

Note: See TracTickets for help on using tickets.