Changes between Initial Version and Version 1 of Ticket #61720, comment 11


Ignore:
Timestamp:
Jul 17, 2021, 1:07:26 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61720, comment 11

    initial v1  
    1 "Warning: More than one default port source is defined. Warning: The macOS 11.2 SDK does not appear to be installed. Ports may not build correctly. Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'. --->"
     1> {{{
     2> Warning: More than one default port source is defined.
     3> Warning: The macOS 11.2 SDK does not appear to be installed. Ports may not build correctly.
     4> Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
     5> }}}
    26
    3 Regarding the above error, the following mail archive link tells me to ignore it because I tried everything too (from https://trac.macports.org/wiki/BigSurProblems).
     7Regarding the above error, the following mail archive link tells me to ignore it because I tried everything too (from BigSurProblems).
    48
    59https://www.mail-archive.com/macports-users@lists.macports.org/msg07213.html
     
    913When you say "remove my branch after the test", do you mean that after editing the sources.conf file I write in mac terminal
    1014
     15{{{
    1116sudo port -v sync
     17}}}
    1218
    13 Then i open sources.conf and remove the line [​file:///opt/local/var/macports/sources/github.com/macports/macports-ports/]
     19Then i open sources.conf and remove the line `file:///opt/local/var/macports/sources/github.com/macports/macports-ports/`
    1420
    1521And then I type back in mac terminal
    1622
     23{{{
    1724port configure gwyddion
    18 
    1925port -v build gwyddion
     26}}}