# BinaryBuild failure on Mac

**URL:** https://discourse.julialang.org/t/binarybuild-failure-on-mac/111216
**Category:** General Usage
**Created:** [March 5, 2024, 8:44pm UTC](https://discourse.julialang.org/t/binarybuild-failure-on-mac/111216 "2024-03-05T20:44:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![joa-quim](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joa-quim/32/227_2.png) [@joa-quim](https://discourse.julialang.org/u/joa-quim)
#### Post date: [March 5, 2024, 8:44pm UTC](https://discourse.julialang.org/t/binarybuild-failure-on-mac/111216/1 "2024-03-05T20:44:51Z")

</div>

Hi,

I got an BinaryBuild [compiler error](https://buildkite.com/julialang/yggdrasil/builds/8802#018e0bc8-91e0-4217-8cd8-0013437bf7dc) on Mac (on Mac only) with

```julia
/opt/x86_64-apple-darwin14/x86_64-apple-darwin14/sys-root/usr/include/hfs/hfs_format.h:794:2: error: unknown type name 'uuid_string_t'; did you mean 'io_string_t'?
[23:26:59] uuid_string_t ext_jnl_uuid;

```

tha I I have no idea why it happened now. Similar build ~2 month ago run just fine. Searching [shows](https://trac.macports.org/ticket/49431) that type of error has pop up before and suggests that `the problem is caused by the presence of the file /usr/local/include/uuid/uuid.h` but, again, no idea on how that could be related to current problem.

---

<div class="post-metadata">

### Author: ![giordano](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/giordano/32/2166_2.png) [@giordano](https://discourse.julialang.org/u/giordano)
#### Post date: [March 9, 2024, 8:16pm UTC](https://discourse.julialang.org/t/binarybuild-failure-on-mac/111216/2 "2024-03-09T20:16:02Z")

</div>

> <https://github.com/JuliaPackaging/Yggdrasil/issues/8256>
>
> Seen in #8255 (and #8233: https://discourse.julialang.org/t/binarybuild-failure-…on-mac/111216):
> 
> \`\`\`
> \[02:08:26\] In file included from /opt/aarch64-apple-darwin20/aarch64-apple-darwin20/sys-root/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/HFSVolumes.h:25:
> \[02:08:26\] /opt/aarch64-apple-darwin20/aarch64-apple-darwin20/sys-root/usr/include/hfs/hfs\_format.h:794:2: error: unknown type name 'uuid\_string\_t'; did you mean 'io\_string\_t'?
> \[02:08:26\] uuid\_string\_t ext\_jnl\_uuid;
> \[02:08:26\] ^
> \`\`\`
> 
> This appears when building with the previous Pango recipe too, so it seems like a BinaryBuilder/Yggdrasil issue?

---

<div class="post-metadata">

### Author: ![joa-quim](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joa-quim/32/227_2.png) [@joa-quim](https://discourse.julialang.org/u/joa-quim)
#### Post date: [March 9, 2024, 8:37pm UTC](https://discourse.julialang.org/t/binarybuild-failure-on-mac/111216/3 "2024-03-09T20:37:50Z")

</div>

Thanks.
