[MacPorts] #40293: Avoid building broken/incompatible ports on buildbots (or don't report an error)

MacPorts noreply at macports.org
Fri Aug 30 16:00:09 PDT 2013


#40293: Avoid building broken/incompatible ports on buildbots (or don't report an
error)
-----------------------------+-------------------------
  Reporter:  mojca@…         |      Owner:  wsiegrist@…
      Type:  enhancement     |     Status:  new
  Priority:  Low             |  Milestone:
 Component:  server/hosting  |    Version:
Resolution:                  |   Keywords:
      Port:                  |
-----------------------------+-------------------------

Comment (by mojca@…):

 Replying to [comment:10 larryv@…]:
 > Replying to [comment:6 mojca@…]:
 > > This should probably be in a separate ticket, but I just realized that
 > > if I use
 > > {{{
 > > sudo port install wxWidgets-2.8
 > > }}}
 > > it will first attempt to build all dependencies with {{{+universal}}}
 > > and only fail once all the universal dependencies are installed.
 > > Shouldn't this be prevented *before* a whole bunch of dependencies
 > > gets installed?
 >
 > Depends. Why does it fail?

 {{{
 pre-fetch {
     # 10.8 (or later) -or- 10.7 with Xcode 4.4 (or later)
     if {${os.major} >= 12 || [vercmp $xcodeversion 4.4] >= 0} {
         ui_error "${wxWidgets.port} cannot be built on Moc OS X >= 10.7
 with Xcode >= 4.4, please use port wxWidgets-3.0 or wxgtk-2.8 instead"
         return -code return "wxWidgets-2.8 cannot be built on Moc OS X >=
 10.7 with Xcode >= 4.4, please use port wxWidgets-3.0 or wxgtk-2.8
 instead"
     }
 }
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/40293#comment:11>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list