Changes between Version 40 and Version 41 of ProblemHotlist


Ignore:
Timestamp:
Mar 14, 2009, 9:28:45 PM (15 years ago)
Author:
blb@…
Comment:

Note about XPROTO complaint

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v40 v41  
    149149}}}
    150150your python port is outdated.  For py25-* modules, you need to upgrade python25, for py26-*, python26, and for py30-*, python30.
     151
     152== A port fails to build due to XPROTO == #xproto
     153When building a port which depends on some X11-based ports, it fails with
     154{{{
     155Requested 'xproto >= 7.0.13' but version of Xproto is 7.0.11
     156}}}
     157(or other version before 7.0.13).  When this happens you need to make sure your xorg-xproto port is up to date.  Use {{{sudo port selfupdate}}} then {{{sudo port upgrade outdated}}} (or at least {{{sudo port upgrade xorg-xproto}}}).