Changes between Initial Version and Version 2 of Ticket #54527


Ignore:
Timestamp:
Jul 24, 2017, 6:22:58 PM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to wcontello-fti:

I was able to get this resolved by trying

sudo port clean avr-gcc

then

sudo port install avr-gcc

Then there's no problem. ProblemHotlist#nodestrootfound

Remember to use WikiFormatting when writing in Trac.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54527

    • Property Keywords avr-gcc 7.1.0 removed
    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Summary changed from avr-gcc 1.7.0 update fails and install after uninstall fails to avr-gcc @1.7.0: no destroot found
  • Ticket #54527 – Description

    initial v2  
    11I tried to perform the following:
    22
     3{{{
    34sudo port selfupdate
    45sudo port upgrade outdated
     6}}}
    57
    68avr-gcc 1.7.0 was one of the items to be updated.  If failed.  So I uninstall avr-gcc and then tried to install install it.  It still failed.  I uninstalled all avr tools and tried to reinstall the tools using the command :
     9{{{
    710sudo port install avr-gcc
     11}}}
    812
    913Here is the transcript from the last command:
    1014
     15{{{
    1116Proton:Debug wayne$ sudo port install avr-gcc
    1217--->  Computing dependencies for avr-gcc
     
    2530Error: Processing of port avr-gcc failed
    2631Proton:Debug wayne$
     32}}}