Opened 8 years ago

Closed 8 years ago

#51848 closed defect (invalid)

port openmotif returned: xorg-libXt must be installed with +flat_namespace

Reported by: sheltonwajr@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc: jeremyhu (Jeremy Huddleston Sequoia)
Port: openmotif

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I received the following error when trying to install opendx. This also happens when installing grace (no surprise).

sudo port install opendx
--->  Computing dependencies for opendx
--->  Dependencies to be installed: openmotif
--->  Fetching archive for openmotif
Error: org.macports.archivefetch for port openmotif returned: xorg-libXt must be installed with +flat_namespace.
Error: Failed to install openmotif
Please see the log file for port openmotif for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/main.log
Error: The following dependencies were not installed: openmotif
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port opendx failed

Change History (1)

comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jeremyhu@… added
Description: modified (diff)
Port: openmotif added
Resolution: invalid
Status: newclosed

That is correct. This is not a bug. You must install xorg-libXt with the +flat_namespace variant by running:

sudo port upgrade --enforce-variants xorg-libXt +flat_namespace
Note: See TracTickets for help on using tickets.