Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#1272 closed defect (fixed)

r 1.146 of portutil.tcl intruduces a new bug

Reported by: danielluke (Daniel J. Luke) Owned by: landonf (Landon Fuller)
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

With a fresh cvs update I get this:

% port variants screen port darwin [gandalf:~] dluke% port build screen ---> Fetching screen ---> Attempting to fetch screen-4.0.1.tar.gz from ftp://ftp.uni-erlangen.de/pub/utilities/screen/ ---> Attempting to fetch 18 from http://www.cis.nctu.edu.tw/~is85005/dports/screen/ ---> Verifying checksum for screen ---> Extracting screen ---> Configuring screen ---> Building screen with target all [gandalf:~] dluke% sudo port install screen Password: Error: Requested variants do not match original selection. Please perform 'port clean' or specify the force option.

If I cvs update -r 1.145 portutil.tcl and move it in place, I get the old (expected) behavior.

Change History (1)

comment:1 Changed 20 years ago by landonf@…

Resolution: fixed
Status: newclosed

A misplaced $ caused the failure case to work, and every other case to fail. Whoops. Should be fixed in 1.147

Note: See TracTickets for help on using tickets.