Changes between Initial Version and Version 1 of Ticket #35755


Ignore:
Timestamp:
Aug 20, 2012, 11:58:57 AM (12 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Please use WikiFormatting and remember to cc/assign to the maintainer, if any.

Your logfile shows your build of evince was not a clean attempt:

35	:debug:main Skipping completed org.macports.archivefetch (evince)
36	:debug:main Skipping completed org.macports.fetch (evince)
37	:debug:main Skipping completed org.macports.checksum (evince)
38	:debug:main Skipping completed org.macports.extract (evince)
39	:debug:main Skipping completed org.macports.patch (evince)
40	:debug:main Skipping completed org.macports.configure (evince)

Please run

sudo port clean evince

and try again. Attach the new main.log, if it fails again.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35755

    • Property Keywords evince removed
    • Property Owner changed from macports-tickets@… to devans@…
    • Property Port evince added; vince removed
  • Ticket #35755 – Description

    initial v1  
     1{{{
    12new-host:~ jlam$ sudo port selfupdate
    23Password:
     
    3132    http://guide.macports.org/#project.tickets
    3233new-host:~ jlam$
     34}}}
     35
     36It seems there's a problem with python, because the logfile says
     37{{{
     38:info:build /bin/sh: /opt/local/bin/xml2po: /opt/local/bin/python2.7: bad interpreter: No such file or directory
     39}}}
     40
     41Cleaning and re-running configure should pick up a version of python that works. If it doesn't a dependency on python27 should probably be added to the evince port.