Opened 8 years ago

Last modified 8 years ago

#53274 closed defect

gnuradio 3.7.10.1: Fails to build on OS X Sierra — at Version 5

Reported by: mksta1000 Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.3.5
Keywords: Cc:
Port: gnuradio

Description (last modified by mf2k (Frank Schima))

$ sudo port clean gnuradio
Password:
--->  Cleaning gnuradio
$ sudo port install gnuradio
--->  Computing dependencies for gnuradio
--->  Fetching archive for gnuradio
--->  Attempting to fetch gnuradio-3.7.10.1_1+docs+grc+jack+portaudio+qtgui+sdl+swig+uhd+wavelet+wxgui.darwin_16.x86_64.tbz2 from https://packages.macports.org/gnuradio
--->  Attempting to fetch gnuradio-3.7.10.1_1+docs+grc+jack+portaudio+qtgui+sdl+swig+uhd+wavelet+wxgui.darwin_16.x86_64.tbz2 from http://fco.it.packages.macports.org/mirrors/macports-packages/gnuradio/gnuradio
--->  Attempting to fetch gnuradio-3.7.10.1_1+docs+grc+jack+portaudio+qtgui+sdl+swig+uhd+wavelet+wxgui.darwin_16.x86_64.tbz2 from http://her.gr.packages.macports.org/gnuradio
--->  Fetching distfiles for gnuradio
--->  Verifying checksums for gnuradio
--->  Extracting gnuradio
--->  Applying patches to gnuradio
--->  Configuring gnuradio
--->  Building gnuradio
Error: org.macports.build for port gnuradio returned: command execution failed
Please see the log file for port gnuradio for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_distfiles.macports.org_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

Change History (7)

Changed 8 years ago by mksta1000

Attachment: gnuradio_build_log.tar.bz2 added

log file

comment:1 Changed 8 years ago by kencu (Ken)

fails due to missing dvips

see if you have texlive-basic installed; if not, try installing it sudo port -v install texlive-basic and then try your installation of gnuradio again again.

Last edited 8 years ago by kencu (Ken) (previous) (diff)

Changed 8 years ago by mksta1000

comment:2 Changed 8 years ago by mksta1000

I installed texlive-basic, then cleaned and attempted to install gnuradio. Gave the same error message:

$ sudo port clean gnuradio Password: ---> Cleaning gnuradio $ sudo port install gnuradio ---> Computing dependencies for gnuradio ---> Fetching archive for gnuradio ---> Attempting to fetch gnuradio-3.7.10.1_1+docs+grc+jack+portaudio+qtgui+sdl+swig+uhd+wavelet+wxgui.darwin_16.x86_64.tbz2 from https://packages.macports.org/gnuradio ---> Attempting to fetch gnuradio-3.7.10.1_1+docs+grc+jack+portaudio+qtgui+sdl+swig+uhd+wavelet+wxgui.darwin_16.x86_64.tbz2 from http://fco.it.packages.macports.org/mirrors/macports-packages/gnuradio/gnuradio ---> Attempting to fetch gnuradio-3.7.10.1_1+docs+grc+jack+portaudio+qtgui+sdl+swig+uhd+wavelet+wxgui.darwin_16.x86_64.tbz2 from http://her.gr.packages.macports.org/gnuradio ---> Fetching distfiles for gnuradio ---> Verifying checksums for gnuradio ---> Extracting gnuradio ---> Applying patches to gnuradio ---> Configuring gnuradio ---> Building gnuradio Error: org.macports.build for port gnuradio returned: command execution failed Please see the log file for port gnuradio for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_distfiles.macports.org_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

comment:3 Changed 8 years ago by kencu (Ken)

still seems to be something wrong with the documentation generation process. Exactly what is happening is not clear to me. Some things are segfaulting, and that certainly shouldn't happen.

While this is getting sorted out, would you like to try without the included documentation? Might get you up and running while the rest can be worked on.

sudo port -v install gnuradio -docs

comment:4 Changed 8 years ago by mf2k (Frank Schima)

Owner: set to michaelld
Status: newassigned

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

comment:5 Changed 8 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.