[Mesa-dev] [Bug 107170] Build fails if building against X server/libxrandr with no leases support

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

--- Comment #5 from network...@rkmail.ru ---
(In reply to GitLab Migration User from comment #4)
> You can subscribe and participate further through the new bug through this
> link to our GitLab instance:
> https://gitlab.freedesktop.org/mesa/mesa/issues/1027.

No freaking way. I was happy with my bugzilla account, and your fancy gitlab
abomination requires too much of my personal information to register. Report
bugs yourselves, thanks.

-- 
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 107170] Build fails if building against X server/libxrandr with no leases support

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

GitLab Migration User  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #4 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/1027.

-- 
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 107170] Build fails if building against X server/libxrandr with no leases support

2018-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107170

--- Comment #3 from network...@rkmail.ru ---
Is this bug is still being worked on? It seems that patch never reached GIT
master...

-- 
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 107170] Build fails if building against X server/libxrandr with no leases support

2018-07-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107170

--- Comment #2 from Emil Velikov  ---
Note that the xcb_randr API is not provided by libXrandr but xcb-randr ;-)
A simple version check of the latter should fix things.

-- 
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 107170] Build fails if building against X server/libxrandr with no leases support

2018-07-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107170

Danylo  changed:

   What|Removed |Added

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

--- Comment #1 from Danylo  ---
Made a patch to fix compilation:
https://patchwork.freedesktop.org/patch/237719/

-- 
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 107170] Build fails if building against X server/libxrandr with no leases support

2018-07-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107170

Eero Tamminen  changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=107176

-- 
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 107170] Build fails if building against X server/libxrandr with no leases support

2018-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107170

Bug ID: 107170
   Summary: Build fails if building against X server/libxrandr
with no leases support
   Product: Mesa
   Version: git
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Mesa core
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: network...@rkmail.ru
QA Contact: mesa-dev@lists.freedesktop.org

With recent Mesa-git versions build fails when building against X.Org 1.18.3
and libXrandr 1.5.0

[  204s]   CC   util/vk_enum_to_str.lo
[  204s] wsi/wsi_common_display.c: In function 'wsi_acquire_xlib_display':
[  204s] wsi/wsi_common_display.c:2164:4: error: unknown type name
'xcb_randr_lease_t'
[  204s] xcb_randr_lease_t lease = xcb_generate_id(connection);
[  204s] ^
[  204s] wsi/wsi_common_display.c:2165:4: error: unknown type name
'xcb_randr_create_lease_cookie_t'
[  204s] xcb_randr_create_lease_cookie_t cl_c =
[  204s] ^
[  204s] wsi/wsi_common_display.c:2166:7: error: implicit declaration of
function 'xcb_randr_create_lease' [-Werror=implicit-function-declaration]
[  204s]xcb_randr_create_lease(connection, root, lease, 1, 1,
[  204s]^
[  204s] wsi/wsi_common_display.c:2168:4: error: unknown type name
'xcb_randr_create_lease_reply_t'
[  204s] xcb_randr_create_lease_reply_t *cl_r =
[  204s] ^
[  204s] wsi/wsi_common_display.c:2169:7: error: implicit declaration of
function 'xcb_randr_create_lease_reply' [-Werror=implicit-function-declaration]
[  204s]xcb_randr_create_lease_reply(connection, cl_c, NULL);
[  204s]^
[  204s] wsi/wsi_common_display.c:2169:7: warning: initialization makes pointer
from integer without a cast [enabled by default]
[  204s] wsi/wsi_common_display.c:2174:12: error: request for member 'nfd' in
something not a structure or union
[  204s] if (cl_r->nfd > 0) {
[  204s] ^
[  204s] wsi/wsi_common_display.c:2175:7: error: implicit declaration of
function 'xcb_randr_create_lease_reply_fds'
[-Werror=implicit-function-declaration]
[  204s]int *rcl_f = xcb_randr_create_lease_reply_fds(connection,
cl_r);
[  204s]^
[  204s] wsi/wsi_common_display.c:2175:20: warning: initialization makes
pointer from integer without a cast [enabled by default]
[  204s]int *rcl_f = xcb_randr_create_lease_reply_fds(connection,
cl_r);
[  204s] ^
[  204s] cc1: some warnings being treated as errors
[  204s] Makefile:736: recipe for target 'wsi/wsi_common_display.lo' failed
[  204s] make[3]: *** [wsi/wsi_common_display.lo] Error 1

-- 
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