#49707 closed defect (invalid)
openmotif install fails even AFTER installing xorg-libXt +flat_namespace
Reported by: | kgsteen@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | openmotif |
Description
I am running OS X 10.10.5. In trying to install openmotif, I received the error telling me that xorg-libXt +flat_namespace must be installed first (as mentioned in previous tickets). After successfully installing the xorg-libXt +flat_namespace port, I then tried again to install openmotif ... and I get the same error telling me to install xorg-libXt +flat_namespace. After several "port clean openmotif ... port install xorg-libXt ... port install openmotif" cycles, I finally gave up.
I am attaching the log mentioned in the error - and also the screen log showing the "shampoo rinse repeat" cycle. Suggestions on something (else) to try?
Attachments (2)
Change History (5)
Changed 9 years ago by kgsteen@…
Changed 9 years ago by kgsteen@…
Attachment: | scrLog.txt added |
---|
comment:1 Changed 9 years ago by kgsteen@…
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | openmotif xorg-libXt +flat_namespace removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Correct. You installed xorg-libXt with the +flat_namespace but without the +universal variant. This broke your other installed ports which required xorg-libXt to be installed with the +universal variant. MacPorts noticed you already had the port installed with the +universal variant so it activated that. The solution was to install xorg-libXt with both the +flat_namespace and +universal variants.
comment:3 Changed 8 years ago by athomps
Thanks ryandesign@…! This explanation exactly matched my situation. By first installing xorg-libXt with both the +universal and +flat_namespace variants, I was able to avoid the automatic deactivation of the +flat_namespace variant.
Actually, I think I see the problem - I have two xorg-libXt ports installed:
So I uninstalled the "+universal" (and dependencies), and now openmotif has installed without issue.