[MacPorts] #46357: universal openmotif fails to build

MacPorts noreply at macports.org
Tue Dec 30 01:52:15 PST 2014


#46357: universal openmotif fails to build
------------------------+--------------------------------
  Reporter:  layer@…    |      Owner:  macports-tickets@…
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.3.3
Resolution:             |   Keywords:
      Port:  openmotif  |
------------------------+--------------------------------

Comment (by ryandesign@…):

 Replying to [ticket:46357 layer@…]:
 > This weird because when I issue the command
 > {{{
 > # port install openmotif gtk2 +x11 +universal
 > }}}
 > it only installs the x86_64 version of openmotif:
 > {{{
 > # port installed | grep openmotif
 >   openmotif @2.3.4_2 (active)
 > #
 > }}}

 This is normal. You have requested to install openmotif with no variants,
 and gtk2 with the +x11 and +universal variants. If you wanted openmotif
 with the +universal variant as well, you should have issued:

 {{{
 # port install openmotif +universal gtk2 +x11 +universal
 }}}

 > If I then issue the second command "port install openmotif +x11
 +universal" (without gtk2) it tries and fails to build:
 > {{{
 > # port install openmotif +x11 +universal
 > }}}

 Here, you have requested to install openmotif with the +x11 and +universal
 variants. Note that openmotif does not have an +x11 variant, however as
 always your variant selections will be passed to any dependencies that
 have not yet been installed.

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


More information about the macports-tickets mailing list