[MacPorts] #60556: Distfiles for Strip7 are not found

MacPorts noreply at macports.org
Mon May 25 13:59:35 UTC 2020


#60556: Distfiles for Strip7 are not found
------------------------------+----------------------
  Reporter:  programmingkidx  |      Owner:  kencu
      Type:  defect           |     Status:  assigned
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.6.2
Resolution:                   |   Keywords:
      Port:  strip7           |
------------------------------+----------------------

Comment (by kencu):

 I just tried it, and the files were found
 {{{
 $ sudo port -v checksum strip7
 --->  Fetching distfiles for strip7
 --->  ld64-274.1.tar.gz does not exist in
 /opt/local/var/macports/distfiles/strip7
 --->  Attempting to fetch ld64-274.1.tar.gz from
 http://opensource.apple.com/tarballs/cctools
   % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                  Dload  Upload   Total   Spent    Left
 Speed
 100   257  100   257    0     0   3472      0 --:--:-- --:--:-- --:--:--
 3520
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--
 0
 --->  Attempting to fetch ld64-274.1.tar.gz from
 http://opensource.apple.com/tarballs/ld64
   % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                  Dload  Upload   Total   Spent    Left
 Speed
 100   257  100   257    0     0  12850      0 --:--:-- --:--:-- --:--:--
 13526
 100  654k  100  654k    0     0  1278k      0 --:--:-- --:--:-- --:--:--
 1278k
 --->  cctools-895.tar.gz does not exist in
 /opt/local/var/macports/distfiles/strip7
 --->  Attempting to fetch cctools-895.tar.gz from
 http://opensource.apple.com/tarballs/cctools
   % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                  Dload  Upload   Total   Spent    Left
 Speed
 100   257  100   257    0     0  15117      0 --:--:-- --:--:-- --:--:--
 15117
 100 1675k  100 1675k    0     0  4720k      0 --:--:-- --:--:-- --:--:--
 8096k
 --->  Verifying checksums for strip7
 --->  Checksumming ld64-274.1.tar.gz
 --->  Checksumming cctools-895.tar.gz
 }}}

 So I would say first of all, just clean and try again:
 {{{
 sudo port clean strip7
 sudo port -v install strip7
 }}}
 If you run into the same error again, I can probably help you figure out
 why, but to get on with things and get moving, you can download the source
 tarballs manually as well. At least this might tell you why you aren't
 being able to get them.

 You note there is a a certain directory MacPorts is looking to have the
 source files in:
 {{{
 ld64-274.1.tar.gz does not exist in
 /opt/local/var/macports/distfiles/strip7
 }}}
 So you have to obtain that file {{{ld64-274.1.tar.gz}}} and put it in that
 directory {{{/opt/local/var/macports/distfiles/strip7}}}. I usually
 {{{cd}}} into the directory and use {{{wget}}}, like this:
 {{{
 cd /opt/local/var/macports/distfiles/strip7
 sudo wget http://opensource.apple.com/tarballs/ld64/ld64-274.1.tar.gz
 }}}
 but you could use {{{curl}}}, or download the file with a browser and copy
 it into that folder, or any of a number of methods of getting that tarball
 into that folder.

 Then likewise with the other file, in the same folder:
 {{{
 cd /opt/local/var/macports/distfiles/strip7
 sudo wget http://opensource.apple.com/tarballs/cctools/cctools-895.tar.gz
 }}}

 And then you have the source files.

 And then we'll see what the next error that turns up might be, but
 hopefully there won't be any more hiccups for you.

 I'm investing in you -- you're going to know a lot about how MacPorts
 works when you're done, and how to fix these minor issues yourself.
 Hopefully you'll find it as powerful and useful as we do, and the
 investment will pay off with contributions later on!

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


More information about the macports-tickets mailing list