Changes between Initial Version and Version 2 of Ticket #21049


Ignore:
Timestamp:
Sep 3, 2009, 11:38:33 AM (15 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21049

    • Property Owner changed from macports-tickets@… to takanori@…
  • Ticket #21049 – Description

    initial v2  
    1 This appears to be a re-ccurance of bug20935
     1This appears to be a re-ccurance of #20935
    22I have also had this error. The initial error message was:
    33
    44The machine with the problem has been upgraded from 10.5.8 to 10.6 and MacPorts-1.8.0-10.6-SnowLeopard.dmg installed
    55
    6 
     6{{{
    77sudo port install ghostscript
    88Warning: Skipping upgrade since ncursesw 5.7_0 >= ncursesw 5.7_0, even though installed variants "" do not match "+darwin_10". Use 'upgrade --enforce-variants' to switch to the requested variants.
     
    4444  top level of the gs source tree, and rename
    4545  the directory to 'jpeg'.
     46}}}
    4647
    4748Further examination shows that there are 3 _local directories that contain the jpeg libpng and zlib files that are required
     
    4950Symlinking as follows:
    5051
     52{{{
    5153ln -s jpeg_local/ jpeg
    5254ln -s libpng_local/ libpng
    5355ln -s zlib_local/ zlib
     56}}}
    5457
    5558This proceeds for much longer before producing the error:
    5659
     60{{{
    5761 port install ghostscript
    5862Warning: Skipping upgrade since ncursesw 5.7_0 >= ncursesw 5.7_0, even though installed variants "" do not match "+darwin_10". Use 'upgrade --enforce-variants' to switch to the requested variants.
     
    9498
    9599Error: Status 1 encountered during processing.
     100}}}
    96101
    97102I have attached a debug build however doing a port clean removes the symlinks so the debug is immediately after the above steps