reclaim failed: wrong # args: should be "getdistname name"
DEBUG: Using normalized porturl file:///opt/local/var/macports/registry/portfiles/fetch-crl-launchd-3.0.19_1/945e7f4b40b8a7547ec8b797daca988ac958c9bcd94e23dea7aab4f307513104-3676
DEBUG: Changing to port directory: /opt/local/var/macports/registry/portfiles/fetch-crl-launchd-3.0.19_1/945e7f4b40b8a7547ec8b797daca988ac958c9bcd94e23dea7aab4f307513104-3676
DEBUG: OS darwin/17.6.0 (Mac OS X 10.13) arch i386
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: reclaim failed: wrong # args: should be "getdistname name"
while executing
"getdistname "
invoked from within
"$workername eval "getdistname $file""
(procedure "remove_distfiles" line 54)
invoked from within
"remove_distfiles"
(procedure "reclaim::main" line 22)
invoked from within
"reclaim::main $opts"
("uplevel" body line 2)
invoked from within
"uplevel 1 $body"
Error: reclaim failed: wrong # args: should be "getdistname name"
Change History (5)
Owner: |
set to jmroot
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Milestone: |
→ MacPorts 2.5.4
|
Two issues here. Instead of clearing distfiles, fetch-crl-launchd sets it to a list with one element which is an empty string. Then the reclaim code doesn't quote $file correctly.