[MacPorts] #33674: ruby @1.8.7 tar: Error exit delayed from previous errors.
MacPorts
noreply at macports.org
Mon Mar 19 08:18:25 PDT 2012
#33674: ruby @1.8.7 tar: Error exit delayed from previous errors.
-------------------------------------+--------------------------------------
Reporter: marco.cavedon@… | Owner: kimuraw@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.0.4
Keywords: | Port: ruby
-------------------------------------+--------------------------------------
Changes (by kimuraw@…):
* status: new => assigned
Comment:
It looks the error occurs at `activate' phase from your log.
You need to uninstall ruby package to rebuild ruby.
e.g)
{{{
% port installed ruby # detect the latest version
The following ports are currently installed:
ruby @1.8.7-p352_2+dtrace+thread_hooks+universal
ruby @1.8.7-p352_2+thread_hooks+universal
ruby @1.8.7-p357_0+dtrace+thread_hooks+universal
ruby @1.8.7-p358_0+thread_hooks # <= might be broken
% sudo port uninstall ruby @1.8.7-p358_0+thread_hooks
% sudo port install ruby
}}}
If your problem does not solve with this operation,
try to install with the variant "no_doc".
The error occurs at activating rdoc files. The "no_doc" variant
let to install ruby without rdoc.
{{{
% sudo port install ruby +no_doc
}}}
--
Ticket URL: <https://trac.macports.org/ticket/33674#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list