[MacPorts] #43445: gnuradio: checksum error

MacPorts noreply at macports.org
Fri Apr 25 05:43:34 PDT 2014


#43445: gnuradio: checksum error
-----------------------+-------------------------
  Reporter:  zfool2@…  |      Owner:  michaelld@…
      Type:  defect    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  2.2.1
Resolution:            |   Keywords:
      Port:  gnuradio  |
-----------------------+-------------------------

Comment (by michaelld@…):

 From your log, I tried downloading the tarball from
 http://cjj.kr.distfiles.macports.org/gnuradio/gnuradio-3.7.3.tar.gz , and
 I cannot even get to that address.  If you do:
 {{{
 ls -lAF /opt/local/var/macports/distfiles/gnuradio
 }}}
 I think you'll see that the file for gnuradio-3.7.3.tar.gz is not 2839964
 bytes long (as is expected for this tarball). So, clearly, 'port' is not
 getting the correct tarball for some reason.

 To get around this issue, download the tarball directly from GitHub and
 install manually:
 {{{
 cd /opt/local/var/macports/distfiles
 if [ ! -e gnuradio ]; then sudo mkdir gnuradio; fi
 cd gnuradio
 sudo rm *
 sudo curl -v -o gnuradio-3.7.3.tar.gz
 https://codeload.github.com/gnuradio/gnuradio/legacy.tar.gz/v3.7.3
 }}}
 at which point if you now do:
 {{{
 sudo port -d extract gnuradio
 }}}
 it should work. Now, so long as you don't delete this tarball, you'll be
 OK with this version of GNU Radio.

-- 
Ticket URL: <https://trac.macports.org/ticket/43445#comment:6>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list