#66789 closed defect (invalid)

Build bot refuses to rebuild a corrected Portfile

Reported by: Schamschula (Marius Schamschula) Owned by: admin@…
Priority: Normal Milestone:
Component: buildbot/mpbb Version:
Keywords: Cc:
Port:

Description

Previously, py311-pyerfa failed to build due to the presence of oldest-supported-numpy in pyproject.toml.

I modified the py-pyerfa Portfile to reinplace oldest-supported-numpy with numpy which gave me a clean build locally.

However, after pushing the change, the build bot claims

py311-pyerfa 
removing stale failcache entry: py311-pyerfa  91e73e142ed0ea40796d6c4f334dfceea44715b76a5f3c0b93444bb616568d06
Dependency 'py311-pyerfa' with variants '' has previously failed and is required.

And stops with a failed build.

See: https://build.macports.org/builders/ports-12_arm64-builder/builds/84469/steps/install-dependencies/logs/stdio

Change History (4)

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

comment:2 Changed 15 months ago by jmroot (Joshua Root)

ERROR Missing dependencies:
	jinja2>=2.10.3

comment:3 Changed 15 months ago by Schamschula (Marius Schamschula)

Strange. I built this for both py310 and py311 and didn't see this error. Apparently trace mode is ignored for Python.

Last edited 15 months ago by Schamschula (Marius Schamschula) (previous) (diff)

comment:4 Changed 15 months ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.