#68041 closed defect (fixed)
libjodycode @3.1_0: fails to build on < 10.15
Reported by: | lukaso (Lukas Oberhuber) | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | libjodycode |
Description
Build is failing on x86_64.
Attachments (1)
Change History (6)
Changed 15 months ago by lukaso (Lukas Oberhuber)
Attachment: | jodycode_main.log added |
---|
comment:1 Changed 15 months ago by jmroot (Joshua Root)
Summary: | libjodycode @3.1_0: broken build on x86_64 → libjodycode @3.1_0: fails to build on < 10.15 |
---|
comment:2 Changed 15 months ago by jmroot (Joshua Root)
It doesn't look like legacysupport has an implementation. posix_memalign
is a suitable replacement.
comment:3 Changed 14 months ago by mascguy (Christopher Nielsen)
Owner: | set to mascguy |
---|---|
Status: | new → assigned |
Version: | → 2.8.1 |
comment:4 Changed 14 months ago by Christopher Nielsen <mascguy@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 14 months ago by mascguy (Christopher Nielsen)
Queued rebuilds for jdupes
, and the latter looks good now as well.
Note: See
TracTickets for help on using
tickets.
You're targeting 10.13 and
aligned_alloc
is only available on 10.15 and later.