Opened 5 years ago
Last modified 5 years ago
#62837 assigned defect
xorg-server @1.20.11+universal: error: use of undeclared identifier '_x_active'; did you mean 'x_active'?
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.6.99 |
| Keywords: | highsierra | Cc: | |
| Port: | xorg-server |
Description
I'm not able to upgrade my xorg-server port:
:info:build X11Application.m:343:13: error: use of undeclared identifier '_x_active'; did you mean 'x_active'?
:info:build if (_x_active) {
:info:build ^~~~~~~~~
:info:build x_active
:info:build X11Application.m:260:20: note: 'x_active' declared here
:info:build OSX_BOOL const x_active = self.x_active;
:info:build ^
This only seems to happen when using the +universal variant. Building without the +universal variant works.
Attachments (1)
Change History (3)
Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
| Attachment: | main.log.bz2 added |
|---|
comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
| Version: | 2.6.4 → 2.6.99 |
|---|
comment:2 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Note: See
TracTickets for help on using
tickets.

Reported upstream at https://gitlab.freedesktop.org/xorg/xserver/-/issues/1176.