Opened 3 years ago

Closed 3 years ago

#63629 closed defect (fixed)

py39-matplotlib-basemap @1.2.2: couldn't execute "/opt/local/bin/cythonize": no such file or directory

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: Schamschula (Marius Schamschula)
Priority: Normal Milestone:
Component: ports Version: 2.7.99
Keywords: Cc:
Port: py-matplotlib-basemap

Description

https://build.macports.org/builders/ports-10.14_x86_64-builder/builds/102009/steps/install-port/logs/stdio

Error: Failed to extract py39-matplotlib-basemap: couldn't execute "/opt/local/bin/cythonize": no such file or directory
  1. You cannot rely on files provided by dependencies existing prior to the configure phase. Here you are trying to use them in post-extract. You could do it in pre-configure instead.
  2. /opt/local/bin/cythonize is not provided by a dependency; it is provided by sudo port select python. Ports cannot rely on the effects of port select. You could use /opt/local/bin/cythonize-3.9 instead.

Change History (1)

comment:1 Changed 3 years ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

Fixed in this commit.

Note: See TracTickets for help on using tickets.