Opened 15 years ago

Closed 15 years ago

#17367 closed defect (fixed)

port tries to deactivate wrong version on upgrade

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jmroot (Joshua Root)
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 (3)

comment:1 Changed 15 years ago by tobypeterson

Milestone: MacPorts base bugsMacPorts Future

Milestone MacPorts base bugs deleted

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to jmr@…
Status: newassigned

comment:3 Changed 15 years ago by jmroot (Joshua Root)

Milestone: MacPorts FutureMacPorts 1.7.1
Resolution: fixed
Status: assignedclosed

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.