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)

Probably running into #12420.

comment:3 Changed 14 years ago by kimuraw (kimura wataru)

Status: newassigned

there are two problems.

  1. port uninstall files contains"{" or "}" fails (jmr said)
  2. 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:5 Changed 14 years ago by macports@…

Cc: macports@… added

Cc Me!

comment:6 Changed 13 years ago by eallik@…

Cc: eallik@… added

Cc Me!

comment:7 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

Shouldn't be a problem now that everyone is using the sqlite registry.

Note: See TracTickets for help on using tickets.