Opened 8 years ago
Closed 8 years ago
#53219 closed defect (invalid)
grace: fail to install
Reported by: | konstantin-kogan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.5 |
Keywords: | Cc: | ||
Port: | grace |
Description
version:1 :debug:main changing euid/egid - current euid: 0 - current egid: 0 :debug:main egid changed to: 501 :debug:main euid changed to: 502 :debug:main Executing org.macports.main (openmotif) :debug:main Privilege de-escalation not attempted as not running as root. :debug:archivefetch archivefetch phase started at Thu Jan 5 14:46:36 EET 2017 :msg:archivefetch ---> Fetching archive for openmotif :debug:archivefetch Executing proc-pre-org.macports.archivefetch-archivefetch-0 :debug:archivefetch Active variants check for archivefetch-type install considers depends_lib depends_run: jpeg libpng libiconv xorg-libsm xorg-libXext Xft2 xorg-libXmu xorg-libXp xorg-libXt :debug:archivefetch xorg-libXt is installed with the following variants: :debug:archivefetch required: flat_namespace, forbidden: :debug:archivefetch rejected, because required variant flat_namespace is missing :error:archivefetch org.macports.archivefetch for port openmotif returned: xorg-libXt must be installed with +flat_namespace. :debug:archivefetch Error code: NONE :debug:archivefetch Backtrace: xorg-libXt must be installed with +flat_namespace. while executing "proc-pre-org.macports.archivefetch-archivefetch-0 org.macports.archivefetch" ("eval" body line 1) invoked from within "eval $pre $targetname" :info:archivefetch Warning: targets not executed for openmotif: org.macports.activate org.macports.archivefetch org.macports.fetch org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install :error:archivefetch Failed to install openmotif :debug:archivefetch Registry error: xpm not registered as installed & active. invoked from within "registry_active $subport" invoked from within "$workername eval registry_active \$subport" :notice:archivefetch 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 og
Change History (2)
comment:1 Changed 8 years ago by fnajm (Farid Najm)
comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | yosemite grace removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
That's not a workaround; that's the solution the error message is telling you to use. (Preceding the command with sudo
, of course.)
Note: See
TracTickets for help on using
tickets.
One work-around is to run "port install xorg-libXt +flat_namespace" and then try to install grace. That has worked for me.