Opened 20 months ago

Closed 20 months ago

Last modified 20 months ago

#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)

vdt_install.log (60.7 KB) - added by tventers 20 months ago.
Install logfile of vdt
vdt_install_5_Sep_2022.log (11.4 KB) - added by tventers 20 months ago.
Install logfile of vdt (5 Sep 2022)

Download all attachments as: .zip

Change History (8)

Changed 20 months ago by tventers

Attachment: vdt_install.log added

Install logfile of vdt

comment:1 Changed 20 months ago by jmroot (Joshua Root)

Owner: set to cjones051073
Status: newassigned
Summary: Error configuring port vdtvdt @0.4.1_1 configure failure: python: command not found

comment:2 Changed 20 months ago by Chris Jones <jonesc@…>

Resolution: fixed
Status: assignedclosed

In de780b4224a5ae07680dcf09463d5469b1aba7bb/macports-ports (master):

vdt: update to 0.4.4
Closes: #65755

Changed 20 months ago by tventers

Attachment: vdt_install_5_Sep_2022.log added

Install logfile of vdt (5 Sep 2022)

comment:3 Changed 20 months ago by tventers

Resolution: fixed
Status: closedreopened

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 20 months ago by cjones051073 (Chris Jones)

Resolution: fixed
Status: reopenedclosed

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 20 months 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 20 months 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).

Note: See TracTickets for help on using tickets.