Ticket #26269 (closed defect: fixed)
ruby19 1.9.2-p0_1 Uninstall error
| Reported by: | macports@… | Owned by: | kimuraw@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.1 |
| Keywords: | Cc: | macports@…, eallik@… | |
| Port: | ruby19 |
Description
> sudo port uninstall ruby19@1.9.2-p0_1 ---> Uninstalling ruby19 @1.9.2-p0_1 Error: port uninstall failed: list element in braces followed by "/cdesc-dig" instead of space
Change History
comment:3 Changed 3 years ago by kimuraw@…
- Status changed from new to assigned
there are two problems.
- port uninstall files contains"{" or "}" fails (jmr said)
- ruby19 should not generate the file "${prefix}/share/ri/1.9.1/system/Set/dig = {}/cdesc-dig = {}.ri"
I submitted a ticket about 2. to ruby development team.
http://redmine.ruby-lang.org/issues/show/3759 (in Japanese)
I'll remove the .ri file before install as a quick-fix solution.
Note: See
TracTickets for help on using
tickets.

