Opened 14 years ago
Closed 13 years ago
#26269 closed defect (fixed)
ruby19 1.9.2-p0_1 Uninstall error
Reported by: | macports@… | Owned by: | kimuraw (kimura wataru) |
---|---|---|---|
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 (7)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to kimuraw@… |
---|
comment:2 Changed 14 years ago by jmroot (Joshua Root)
comment:3 Changed 14 years ago by kimuraw (kimura wataru)
Status: | new → 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.
comment:4 Changed 14 years ago by kimuraw (kimura wataru)
I added a patch not to generate the strange .ri file at r71052(@1.9.2-p0_2). But this change does not solve the uninstall error of ruby19 @1.9.2-p0_1.
comment:7 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Shouldn't be a problem now that everyone is using the sqlite registry.
Note: See
TracTickets for help on using
tickets.
Probably running into #12420.