[Mesa-dev] [Bug 106976] Compilation failure due to missing xcb_randr_lease_t

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106976

GitLab Migration User  changed:

   What|Removed |Added

 Resolution|--- |MOVED
 Status|REOPENED|RESOLVED

--- Comment #8 from GitLab Migration User  ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/926.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [Bug 106976] Compilation failure due to missing xcb_randr_lease_t

2018-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106976

Sergii Romantsov  changed:

   What|Removed |Added

 CC||b...@basnieuwenhuizen.nl

--- Comment #7 from Sergii Romantsov  ---
Hello,
could, please, somebody clarify: should mesa be supported on Ubuntu 16.04 and
with autoconf?
If yes, than could we review a patch, because seems patch makes some sense?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106976] Compilation failure due to missing xcb_randr_lease_t

2018-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106976

--- Comment #6 from Sergii Romantsov  ---
Proposed patch:
https://patchwork.freedesktop.org/patch/244821/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106976] Compilation failure due to missing xcb_randr_lease_t

2018-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106976

Marina Chernish  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #5 from Marina Chernish  ---
Mesa cannot be compiled using following configuration:
./autogen.sh --with-gallium-drivers="" --with-dri-drivers=i965
--with-vulkan-drivers=intel --prefix=/[path to mesa]


Errors are present:
wsi/wsi_common_display.c:2307:4: error: unknown type name ‘xcb_randr_lease_t’
xcb_randr_lease_t lease = xcb_generate_id(connection);
^
wsi/wsi_common_display.c:2308:4: error: unknown type name
‘xcb_randr_create_lease_cookie_t’
xcb_randr_create_lease_cookie_t cl_c =
^
wsi/wsi_common_display.c:2309:7: error: implicit declaration of function
‘xcb_randr_create_lease’ [-Werror=implicit-function-declaration]
   xcb_randr_create_lease(connection, root, lease, 1, 1,
   ^
wsi/wsi_common_display.c:2311:4: error: unknown type name
‘xcb_randr_create_lease_reply_t’
xcb_randr_create_lease_reply_t *cl_r =
^
wsi/wsi_common_display.c:2312:7: error: implicit declaration of function
‘xcb_randr_create_lease_reply’ [-Werror=implicit-function-declaration]
   xcb_randr_create_lease_reply(connection, cl_c, NULL);
   ^
wsi/wsi_common_display.c:2312:7: warning: initialization makes pointer from
integer without a cast [-Wint-conversion]
wsi/wsi_common_display.c:2317:12: error: request for member ‘nfd’ in something
not a structure or union
if (cl_r->nfd > 0) {
^
wsi/wsi_common_display.c:2318:20: error: implicit declaration of function
‘xcb_randr_create_lease_reply_fds’ [-Werror=implicit-function-declaration]
   int *rcl_f = xcb_randr_create_lease_reply_fds(connection, cl_r);

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106976] Compilation failure due to missing xcb_randr_lease_t

2018-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106976

Dylan Baker  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Dylan Baker  ---
I'm marking this as fixed, please re-open if that is incorrect.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106976] Compilation failure due to missing xcb_randr_lease_t

2018-06-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106976

--- Comment #3 from Danylo  ---
https://patchwork.freedesktop.org/patch/230449/ fixes meson build and only adds
dependency on xrandr to autoconf. Meanwhile I fixed autoconf build.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106976] Compilation failure due to missing xcb_randr_lease_t

2018-06-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106976

--- Comment #2 from Bas Nieuwenhuizen  ---
I think this patch already on the list should also fix it?

https://patchwork.freedesktop.org/patch/230449/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106976] Compilation failure due to missing xcb_randr_lease_t

2018-06-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106976

Danylo  changed:

   What|Removed |Added

 CC||danylo.pilia...@gmail.com

--- Comment #1 from Danylo  ---
Sent a patch to fix the issue: https://patchwork.freedesktop.org/patch/230590/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106976] Compilation failure due to missing xcb_randr_lease_t

2018-06-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106976

Bug ID: 106976
   Summary: Compilation failure due to missing xcb_randr_lease_t
   Product: Mesa
   Version: git
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Other
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: danylo.pilia...@gmail.com
QA Contact: mesa-dev@lists.freedesktop.org

Recent commit
https://cgit.freedesktop.org/mesa/mesa/commit/?id=7ab1fffcd2a504024b16e408de329f7a94553ecc
broke Mesa compilation if version of xcb-randr is less than 1.13.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev