linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux Next cannot build on Ubuntu 1604 and 1804
@ 2021-09-24 11:09 Srikanth Myakam
  2021-09-24 14:01 ` Doug Anderson
  0 siblings, 1 reply; 2+ messages in thread
From: Srikanth Myakam @ 2021-09-24 11:09 UTC (permalink / raw)
  To: linux-next, linux-kernel; +Cc: dianders, Atin Mukherjee

We have a pipeline to build Linux-next daily on Ubuntu 1604 and the compilation is failing at building "drivers/gpu/drm/drm_edid.c" starting from Sept 15th.

The error text:
drivers/gpu/drm/drm_edid.c:120:16: error: initializer element is not constant
  EDID_QUIRK("ACR", 44358, EDID_QUIRK_PREFER_LARGE_60),
                ^
drivers/gpu/drm/drm_edid.c:120:16: note: (near initialization for 'edid_quirk_list[0].panel_id')
drivers/gpu/drm/drm_edid.c:122:16: error: initializer element is not constant
  EDID_QUIRK("API", 0x7602, EDID_QUIRK_PREFER_LARGE_60),
                ^
drivers/gpu/drm/drm_edid.c:122:16: note: (near initialization for 'edid_quirk_list[1].panel_id')
drivers/gpu/drm/drm_edid.c:125:16: error: initializer element is not constant
  EDID_QUIRK("AEO", 0, EDID_QUIRK_FORCE_6BPC),
                ^
drivers/gpu/drm/drm_edid.c:125:16: note: (near initialization for 'edid_quirk_list[2].panel_id')
drivers/gpu/drm/drm_edid.c:128:16: error: initializer element is not constant
  EDID_QUIRK("BOE", 0x78b, EDID_QUIRK_FORCE_6BPC),
....
The issue is observed on below environments:
1. Ubuntu1604, glibc version 2.23-0ubuntu11.3
2. Ubuntu1804, glibc version 2.27-3ubuntu1.2

Seems like it was introduced by patch https://patchwork.freedesktop.org/patch/453876/

-
SrikanthMyakam


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-24 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24 11:09 Linux Next cannot build on Ubuntu 1604 and 1804 Srikanth Myakam
2021-09-24 14:01 ` Doug Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).