Changes between Initial Version and Version 1 of Ticket #33990


Ignore:
Timestamp:
Apr 11, 2012, 2:38:36 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error in the log is:

:info:destroot SyntaxError: ('invalid syntax', ('/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pickletester.py', 646, 21, '            self.loa$s(badpickle)\n'))

However I wouldn't put too much faith in that error yet, since this was not a clean build attempt. Please "sudo port clean python27", try again, then attach the new main.log.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33990

    • Property Keywords python_27 build_failure removed
    • Property Owner changed from macports-tickets@… to jwa@…
    • Property Port python27 added; Python 2.7 removed
    • Property Summary changed from "sudo port -v upgrade outdated" stalls on Python 2.7 module to python27: destroot fails with SyntaxError
  • Ticket #33990 – Description

    initial v1  
    11I first did a
    22
    3 "sudo port -v selfupdate"
     3{{{
     4sudo port -v selfupdate
     5}}}
    46
    57which finished successfully.  I followed with
    68
    7 "sudo port -v upgrade outdated"
     9{{{
     10sudo port -v upgrade outdated
     11}}}
    812
    913which stalled on the Python 2.7 module.  I then used
    1014
    11 "sudo port -vp upgrade outdated"
     15{{{
     16sudo port -vp upgrade outdated
     17}}}
    1218
    1319to upgrade the other modules around the error (which seemed to finish successfully).  Upon coming back to try
    1420
    15 "sudo port -v upgrade outdate"
     21{{{
     22sudo port -v upgrade outdate
     23}}}
    1624
    1725thinking that having built other modules around it might resolve the issue but it again stalled on the Python 2.7 module at the same spot.  I attach the log file.