Changes between Initial Version and Version 1 of Ticket #65203


Ignore:
Timestamp:
May 19, 2022, 2:35:30 PM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Remember to use WikiFormatting.

While this might be something we could fix, I see that you are on Monterey and are trying to use gcc8, which is old and predates Monterey and may not be suitable for use on Monterey. Do you specifically require this old version of gcc? If not, try the latest released version (gcc11) or the latest development version (gcc-devel).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65203

    • Property Keywords failed to build removed
  • Ticket #65203 – Description

    initial v1  
    33I just installed the new Xcode 13.4 and the associated command-line tools and wanted to update my port installation.
    44
    5 After a successful port selfupdate, I ran sudo port upgrade outdated to upgrade all my packages and got this error :
     5After a successful port selfupdate, I ran `sudo port upgrade outdated` to upgrade all my packages and got this error :
    66
     7{{{
    78(base) [macp2034:~/spectral-cube] caux% sudo port upgrade outdated
    89--->  Computing dependencies for gcc8
     
    2425Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    2526(base) [macp2034:~/spectral-cube] caux%
     27}}}
    2628
    2729Checking the (very very) long file  /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc8/gcc8/main.log show the following at the end :
    2830
    29 .....
     31{{{
    3032:info:build   line_maps *m_line_table;
    3133:info:build              ^
     
    7779:error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc8/gcc8/main.log for details.
    7880(base) [macp2034:~/spectral-cube] caux%
     81}}}
    7982
    80 I tried uninstalling gcc8, did a port clean gcc8 and ran again the port upgrade outdated command that ended with the same error...
     83I tried uninstalling gcc8, did a `port clean gcc8` and ran again the `port upgrade outdated` command that ended with the same error...