Changes between Initial Version and Version 1 of Ticket #62655, comment 19


Ignore:
Timestamp:
Apr 13, 2021, 3:57:26 PM (3 years ago)
Author:
ehjmx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62655, comment 19

    initial v1  
    1515> The ideal thing afterwards would be to rebuild `openssl` as well.
    1616
    17 I did as suggested and did the same three steps for openssl. Sill building rls fails. As I don't see any difference in the main log before and after doing the rebuilds should I still attach it?
     17I did as suggested and did the same three steps for openssl. Still building rls fails. As I don't see any difference in the main log before and after doing the rebuilds should I still attach it?
     18
     19What baffles me is, that after I did a
     20
     21{{{
     22sudo port clean rust
     23}}}
     24
     25today during the
     26{{{
     27sudo port upgrade outdated
     28}}}
     29
     30rust, rustc 1.51 **and** rust, rustc, cargo 1.50 where downloaded
     31
     32
     33{{{
     34--->  Computing dependencies for rust
     35--->  Fetching archive for rust
     36--->  Attempting to fetch rust-1.51.0_1.darwin_20.arm64.tbz2 from https://packages.macports.org/rust
     37--->  Attempting to fetch rust-1.51.0_1.darwin_20.arm64.tbz2 from https://lil.fr.packages.macports.org/rust
     38--->  Attempting to fetch rust-1.51.0_1.darwin_20.arm64.tbz2 from https://cph.dk.packages.macports.org/rust
     39--->  Fetching distfiles for rust
     40--->  Attempting to fetch rustc-1.51.0-src.tar.gz from https://static.rust-lang.org/dist
     41--->  Attempting to fetch rust-std-1.50.0-aarch64-apple-darwin.tar.gz from https://static.rust-lang.org/dist
     42--->  Attempting to fetch rustc-1.50.0-aarch64-apple-darwin.tar.gz from https://static.rust-lang.org/dist
     43--->  Attempting to fetch cargo-1.50.0-aarch64-apple-darwin.tar.gz from https://static.rust-lang.org/dist
     44}}}
     45
     46There is definitly something weired with my macports installation which causes the build failure for rls.