Opened 11 years ago

Closed 11 years ago

#37902 closed defect (fixed)

can't read "portutil::autoconf::find_path": no such variable

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 2.1.99
Keywords: Cc: raimue (Rainer Müller)
Port:

Description

"use_dmg yes" has not worked since the privilege-dropping code was added to MacPorts, and was recently fixed on trunk; see #21117.

But using browser:trunk/base@102389, trying to install cliclick @2.1 is failing for me with:

--->  Extracting cliclick
DEBUG: setting option extract.cmd to /usr/bin/hdiutil
DEBUG: setting option extract.pre_args to attach
Error: org.macports.extract for port cliclick returned: can't read "portutil::autoconf::find_path": no such variable
DEBUG: Error code: NONE
DEBUG: Backtrace: can't read "portutil::autoconf::find_path": no such variable
    while executing
"findBinary find ${portutil::autoconf::find_path}"
    (procedure "portextract::extract_start" line 35)
    invoked from within
"[ditem_key $ditem prerun] $targetname"

If I revert r101662 it works fine. I don't understand why; autoconf is still unfamiliar to me.

Change History (1)

comment:1 Changed 11 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: newclosed

Sorry, my fault. I forgot to commit port_autoconf.tcl.in earlier. Fixed now in r102430.

Note: See TracTickets for help on using tickets.