Changes between Version 1 and Version 2 of Ticket #47333, comment 11


Ignore:
Timestamp:
Feb 8, 2016, 10:23:26 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47333, comment 11

    v1 v2  
    1 Oh yeah, first I ran the command:  ''sudo port clean kde4-runtime''
     1Oh yeah, first I ran the command:  {{{sudo port clean kde4-runtime}}}
    22
    3 and get this: ''Warning: port definitions are more than two weeks old, consider updating them by running 'port selfupdate'.
    4 --->  Cleaning kde4-runtime''
     3and get this:
     4{{{
     5Warning: port definitions are more than two weeks old, consider updating them by running 'port selfupdate'.
     6--->  Cleaning kde4-runtime
     7}}}
    58
    6 Then I did it:  ''sudo port -v selfupdate''
     9Then I did it:  {{{sudo port -v selfupdate}}}
    710
    8 and get it:'' The ports tree has been updated. To upgrade your installed ports, you should run
    9  '' port upgrade outdated''''
     11and get it:
     12{{{
     13The ports tree has been updated. To upgrade your installed ports, you should run
     14  port upgrade outdated
     15}}}
    1016
    11 then I did it: ''sudo port -v upgrade outdated''
     17then I did it: {{{sudo port -v upgrade outdated}}}
    1218
    13 and then I did it: ''sudo port -v install kde4-runtime configure.compiler=clang''
     19and then I did it: {{{sudo port -v install kde4-runtime configure.compiler=clang}}}
    1420
    15 and get it: ''To report a bug, follow the instructions in the guide:
    16     ''http://guide.macports.org/#project.tickets''
    17 ''Error: Processing of port kde4-runtime failed'' 
     21and get it:
     22{{{
     23To report a bug, follow the instructions in the guide:
     24    http://guide.macports.org/#project.tickets
     25Error: Processing of port kde4-runtime failed
     26}}}
    1827
    1928All this is in the attached ''terminal.3.txt.'' Await further instruction. Thanks!