Opened 7 years ago
Closed 7 years ago
#54940 closed defect (invalid)
texlive-bin @2017: error: nullability specifier '_Nullable' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]')
Reported by: | bwesterb (Bas Westerbaan) | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.1 |
Keywords: | highsierra | Cc: | Schamschula (Marius Schamschula) |
Port: | texlive-bin |
Description
Attachments (1)
Change History (7)
Changed 7 years ago by bwesterb (Bas Westerbaan)
comment:1 Changed 7 years ago by maehne (Torsten Maehne)
Cc: | maehne added |
---|
comment:2 Changed 7 years ago by maehne (Torsten Maehne)
Cc: | maehne removed |
---|
comment:3 Changed 7 years ago by Schamschula (Marius Schamschula)
Cc: | Schamschula added |
---|
comment:4 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | highsierra added |
---|---|
Owner: | set to drkp |
Status: | new → assigned |
Summary: | texlive-bin fails to build on High Sierra → texlive-bin @2017: error: nullability specifier '_Nullable' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') |
comment:5 Changed 7 years ago by bwesterb (Bas Westerbaan)
I forgot to upgrade to Xcode 9. With Xcode 9 installed, the issue disappears. Thank you very much!
comment:6 Changed 7 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Your log shows an error in the system headers:
One possibility is that your compiler is too old to understand the new system headers. What version of Xcode and the command line tools do you have installed? For High Sierra, you'll need at least Xcode 9.
Another possibility is that the system headers have a bug. If you still see this problem with Xcode 9, report it to Apple.