Opened 11 years ago

Closed 11 years ago

#41526 closed defect (fixed)

Gnuradio Install Fails - Dependency "jack"

Reported by: mcquiggi (Kevin McQuiggin) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: mavericks Cc:
Port: gnuradio

Description

Hi:

I've been following the recent issues with the gnuradio port, and noted that the recent difficulties seem to have stabilized. However, both "sudo port install gnuradio" and "sudo port install gnuradio-devel" still fail for me due to the inability to build the dependency 'jack".

I'm running OSX 10.9, and the latest macports, 2.2.1. I completed a proper upgrade for 10.9 and have of course cleaned after sudo port selfupdate, etc. I also know that there are significant problems with the "jack" port that may take some time to resolve.

I think it is possible to build gnuradio without the problematic "jack" but don't know how to do this.

Kevin

Change History (3)

comment:1 in reply to:  description Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: mavericks added; Mavericks 10.9 removed
Owner: changed from macports-tickets@… to michaelld@…

Replying to mcquiggi@…:

I've been following the recent issues with the gnuradio port, and noted that the recent difficulties seem to have stabilized. However, both "sudo port install gnuradio" and "sudo port install gnuradio-devel" still fail for me due to the inability to build the dependency 'jack".

I'm running OSX 10.9, and the latest macports, 2.2.1. I completed a proper upgrade for 10.9 and have of course cleaned after sudo port selfupdate, etc. I also know that there are significant problems with the "jack" port that may take some time to resolve.

So, that's #40738.

I think it is possible to build gnuradio without the problematic "jack" but don't know how to do this.

Looks like you would just need to install gnuradio without the jack variant:

sudo port clean gnuradio
sudo port install gnuradio -jack

comment:2 Changed 11 years ago by mcquiggi (Kevin McQuiggin)

Success!

Thank you!

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

Resolution: fixed
Status: newclosed

Great. Thanks for getting back to us!

Note: See TracTickets for help on using tickets.