From 8e3900c83ea634d537caf3c5ac94d8d82aa093eb862843e519cdc4866f633e24 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 4 Apr 2022 08:42:54 +0000 Subject: [PATCH 1/2] Accepting request 966041 from home:msmeissn:branches:X11:XOrg - disable -z now linking for now, as there are some missing symbol issues. OBS-URL: https://build.opensuse.org/request/show/966041 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=822 --- xorg-x11-server.changes | 6 ++++++ xorg-x11-server.spec | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 1be043e..82f8e5b 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 30 12:36:36 UTC 2022 - Marcus Meissner + +- disable -z now linking for now, as there are some missing symbol + issues. + ------------------------------------------------------------------- Sun Mar 13 09:51:32 UTC 2022 - Stefan Dirsch diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index ffc52a9..fabd2f0 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -407,6 +407,13 @@ sh %{SOURCE92} --verify . %{SOURCE91} %patch1960 -p1 %build +# We have some -z now related errors during X default startup: +# - when loading modesetting: gbm_bo_get_plane_count +# - when loading fbdev: fbdevHWSave +# - when loading vesa: VBESetModeParameters +# this is directly visible on startup, so easy to test later on. +export SUSE_ZNOW=0 + %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects test -e source-file-list || \ find -L . -type f \! -name '*.orig' \! -path ./source-file-list > \ From ae96915ab1a65b8da6c7254adda37ac2cefbce2e7e85f71ee52537b9d7560390 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 4 Apr 2022 09:07:34 +0000 Subject: [PATCH 2/2] adding bugtracking number for -z now linking OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=823 --- xorg-x11-server.changes | 2 +- xorg-x11-server.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 82f8e5b..6512b37 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -2,7 +2,7 @@ Wed Mar 30 12:36:36 UTC 2022 - Marcus Meissner - disable -z now linking for now, as there are some missing symbol - issues. + issues. (boo#1197994) ------------------------------------------------------------------- Sun Mar 13 09:51:32 UTC 2022 - Stefan Dirsch diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index fabd2f0..dea01e7 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -407,7 +407,7 @@ sh %{SOURCE92} --verify . %{SOURCE91} %patch1960 -p1 %build -# We have some -z now related errors during X default startup: +# We have some -z now related errors during X default startup (boo#1197994): # - when loading modesetting: gbm_bo_get_plane_count # - when loading fbdev: fbdevHWSave # - when loading vesa: VBESetModeParameters