Opened 16 years ago
Closed 16 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 16 years ago by tobypeterson
Milestone: | MacPorts base bugs → MacPorts Future |
---|
comment:2 Changed 16 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to jmr@… |
---|---|
Status: | new → assigned |
comment:3 Changed 16 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 1.7.1 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
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.
Milestone MacPorts base bugs deleted