New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17367 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

port tries to deactivate wrong version on upgrade

Reported by: ryandesign@… Owned by: jmr@…
Priority: Normal Milestone: MacPorts 1.7.1
Component: base Version: 1.7.0
Keywords: Cc:
Port:

Description

This is with MacPorts from trunk @42527 on Mac OS X 10.4.11 Intel with Xcode 2.5:

$ port installed freetype
The following ports are currently installed:
  freetype @2.3.7_1+doc+universal (active)
  freetype @2.3.7_1+universal
$ port upgrade freetype
--->  Fetching freetype
--->  Verifying checksum(s) for freetype
--->  Extracting freetype
--->  Applying patches to freetype
--->  Configuring freetype
--->  Building freetype
--->  Staging freetype into destroot
--->  Deactivating freetype @2.3.7_1+universal
Error: Deactivating freetype 2.3.7_1 failed: Active version of freetype is not 2.3.7_1+universal but 2.3.7_1+doc+universal.
$ 

Change History

comment:1 Changed 4 years ago by toby@…

  • Milestone changed from MacPorts base bugs to MacPorts Future

Milestone MacPorts base bugs deleted

comment:2 Changed 4 years ago by jmr@…

  • Owner changed from macports-tickets@… to jmr@…
  • Status changed from new to assigned

comment:3 Changed 4 years ago by jmr@…

  • Status changed from assigned to closed
  • Resolution set to fixed
  • Milestone changed from MacPorts Future to MacPorts 1.7.1

Should be fixed by r47771/r47773, since it now deactivates the version that is known to be active rather than the "latest" version it found.

Note: See TracTickets for help on using tickets.