#63772 closed defect (fixed)
beets: builds fail for macOS 10.11 and earlier; fix, or set known_fail
Reported by: | mascguy (Christopher Nielsen) | Owned by: | catap (Kirill A. Korinsky) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | ||
Port: | beets |
Description
It looks like this port is failing to build for macOS releases prior to 10.12. Let's either fix, or set known_fail to eliminate wasted buildbot time.
Change History (3)
comment:1 Changed 3 years ago by catap (Kirill A. Korinsky)
comment:2 Changed 3 years ago by catap (Kirill A. Korinsky)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 3 years ago by Christopher Nielsen <mascguy@…>
Note: See
TracTickets for help on using
tickets.
@mascguy the root cause of this fails is py-reflink: https://ports.macports.org/port/py39-reflink/details/ which is failed on requirements of
sys/clonefile.h
.The wired things it should work: https://gitlab.com/rubdos/pyreflink/-/blob/0.2.1/reflink/darwin.c.
Let me check it.