Opened 21 months ago
Closed 21 months ago
#71688 closed defect (duplicate)
xxhashlib build issue on older Mac Pro
| Reported by: | aedolphin | Owned by: | mascguy (Christopher Nielsen) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.10.5 |
| Keywords: | Cc: | Schamschula (Marius Schamschula) | |
| Port: | xxhashlib |
Description
I've been refreshing my port installations on an older Mac Pro (Quad-core Intel Xeon using El Capitan 10.11.6). All have worked, except that texlive cannot be installed due to one of its dependencies (xxhashlib) having build errors ("Failed to build xxhashlib: command execution failed").
There may be a header that cannot be found, as xxhash.h uses _mm512_loadu_si512, which does not appear to be found anywhere in the package source or system headers. The log file is attached.
Attachments (1)
Change History (7)
Changed 21 months ago by aedolphin
comment:1 Changed 21 months ago by mascguy (Christopher Nielsen)
comment:2 Changed 21 months ago by mascguy (Christopher Nielsen)
| Cc: | Schamschula added |
|---|---|
| Owner: | set to mascguy |
| Status: | new → assigned |
Forgot to add recipients
comment:4 Changed 21 months ago by ryandesign (Ryan Carsten Schmidt)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:5 Changed 21 months ago by mascguy (Christopher Nielsen)
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:6 Changed 21 months ago by mascguy (Christopher Nielsen)
| Resolution: | → duplicate |
|---|---|
| Status: | reopened → closed |
Duplicate of issue:71687
Note: See
TracTickets for help on using
tickets.

This was fixed just a few hours ago, and it looks like your system didn't have it.
Refresh your ports via
sudo port selfupdate, and then try again.Let us know how it goes!