New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #26269 (closed defect: fixed)

Opened 3 years ago

Last modified 22 months ago

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:1 Changed 3 years ago by ryandesign@…

  • Owner changed from macports-tickets@… to kimuraw@…

comment:2 Changed 3 years ago by jmr@…

Probably running into #12420.

comment:3 Changed 3 years ago by kimuraw@…

  • Status changed from new to assigned

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 3 years ago by kimuraw@…

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 3 years ago by macports@…

  • Cc macports@… added

Cc Me!

comment:6 Changed 3 years ago by eallik@…

  • Cc eallik@… added

Cc Me!

comment:7 Changed 22 months ago by jmr@…

  • Status changed from assigned to closed
  • Resolution set to fixed

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

Note: See TracTickets for help on using tickets.