#65755 closed defect (fixed)
vdt @0.4.1_1 configure failure: python: command not found
Reported by: | tventers | Owned by: | cjones051073 (Chris Jones) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | ||
Port: | vdt |
Description
$ port -v MacPorts 2.7.2
$ sudo port clean all Password:
$ sudo port install vdt Password:
---> Computing dependencies for vdt
---> Fetching distfiles for vdt
---> Verifying checksums for vdt
---> Extracting vdt
---> Configuring vdt
Error: Failed to configure vdt: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_github.com_macports_macports-ports_math_vdt/vdt/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port vdt failed
Attachments (2)
Change History (8)
Changed 2 years ago by tventers
Attachment: | vdt_install.log added |
---|
comment:1 Changed 2 years ago by jmroot (Joshua Root)
Owner: | set to cjones051073 |
---|---|
Status: | new → assigned |
Summary: | Error configuring port vdt → vdt @0.4.1_1 configure failure: python: command not found |
comment:2 Changed 2 years ago by Chris Jones <jonesc@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Changed 2 years ago by tventers
Attachment: | vdt_install_5_Sep_2022.log added |
---|
Install logfile of vdt (5 Sep 2022)
comment:3 Changed 2 years ago by tventers
Resolution: | fixed |
---|---|
Status: | closed → reopened |
vdt configure failure persists, though this time, the problem seems to be that CMake can't locate the source file (see attached log file from 5 Sep 2022).
comment:4 Changed 2 years ago by cjones051073 (Chris Jones)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
that log is still for the old version. Please report back once you are using 0.4.4 and not 0.4.1
comment:5 Changed 2 years ago by tventers
Perhaps the ports tree hasn't been updated? I had run 'port selfupdate' before trying to install again to ensure that my macports was up-to-date, but v0.4.1 was the version that macports attempted to install. I had to clone the directory in order to install the v0.4.4. However, that did end up working.
comment:6 Changed 2 years ago by cjones051073 (Chris Jones)
try running
sudo port -d sync
but yes, there is a delay between updates being pushe to git, and those updates to appear in the rsync'ed ports tree which is what people use by default (i.e. if they haven't switched to using git directly, which is what I prefer).
Install logfile of vdt