Opened 5 years ago

Closed 5 years ago

#58891 closed defect (fixed)

Error: No such port: xz-bootstrap

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: jmroot (Joshua Root)
Port: zlib, xz-bootstrap

Description

I don't understand why but this error is appearing a lot on the buildbot:

--->  Fetching distfiles for zlib
Error: No such port: xz-bootstrap

Change History (2)

comment:1 Changed 5 years ago by jmroot (Joshua Root)

I guess it's because it's pretending to be on a different platform but not using a PortIndex generated for that platform. Probably an issue with any subport that is only conditionally declared based on the current platform.

comment:2 Changed 5 years ago by jmroot (Joshua Root)

Owner: set to jmroot
Resolution: fixed
Status: newclosed

In 522efee798c9d5a8c635d53153dc74d2b2c19f59/macports-ports (master):

Always declare libcxx bootstrap subports

The mirroring job was getting confused when they existed as
dependencies when it pretended to be on a different platform, but they
were missing from the PortIndex.

Fixes: #58891

Note: See TracTickets for help on using tickets.