Beim monatlichen Update meiner MacPorts-Installation stand ich vor folgender Fehlermeldung:
--> Fetching archive for openmotif Error: org.macports.archivefetch for port openmotif returned: xorg-libXt must be installed with +flat_namespace. 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 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port openmotif failed Done.
Eine kurze Google-Suche förderte folgenden Diskussions-Thread zu Tage:
openmotif: xorg-libXt must be installed with +flat_namespace
Folgende lokal ausgeführten Befehle lösten das Problem:
# port install xorg-libXt +flat_namespace
Nachdem das neue Paket installiert war, musste ich dieses noch aktivieren, damit es beim Update von openmotif auch effektiv zur Verfügung stand:
# port activate xorg-libXt @1.1.5_1+flat_namespace
Anschliessend konnte ich mit der Aktualisierung fortfahren.