Opened 13 years ago
Closed 13 years ago
#33674 closed defect (worksforme)
ruby @1.8.7 tar: Error exit delayed from previous errors.
Reported by: | marco.cavedon@… | Owned by: | kimuraw (kimura wataru) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | ruby |
Description
I'm trying to install ruby but I got the error in the summary. What should I do? Everything is already update. Thanks in advance
OS v10.7 Xcode v4.2 Attached you can find the log file.
Attachments (1)
Change History (6)
Changed 13 years ago by marco.cavedon@…
comment:1 follow-up: 2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to kimuraw@… |
---|---|
Port: | ruby added |
comment:2 Changed 13 years ago by marco.cavedon@…
Replying to ryandesign@…:
"sudo port clean ruby" and try again
I've already tried but unfortunately it didn't work!
comment:3 follow-up: 4 Changed 13 years ago by kimuraw (kimura wataru)
Status: | new → assigned |
---|
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
comment:4 Changed 13 years ago by marco.cavedon@…
Replying to kimuraw@…:
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 rubyIf 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
Thank you very much! With the option +no_doc it worked! Thanks
comment:5 Changed 13 years ago by kimuraw (kimura wataru)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
"sudo port clean ruby" and try again.