Hello community,

here is the log from the commit of package gegl for openSUSE:Factory checked in 
at 2020-09-25 16:25:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gegl (Old)
 and      /work/SRC/openSUSE:Factory/.gegl.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gegl"

Fri Sep 25 16:25:45 2020 rev:56 rq:836075 version:0.4.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/gegl/gegl.changes        2020-08-12 
10:56:42.304749559 +0200
+++ /work/SRC/openSUSE:Factory/.gegl.new.4249/gegl.changes      2020-09-25 
16:28:19.659719938 +0200
@@ -1,0 +2,7 @@
+Tue Sep 22 10:01:30 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Fix build on aarch64 by pre-loading libgomp.so.1 to avoid:
+  "load error: /usr/lib64/libgomp.so.1: cannot allocate memory 
+  in static TLS block"
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gegl.spec ++++++
--- /var/tmp/diff_new_pack.3E4y6I/_old  2020-09-25 16:28:20.175720395 +0200
+++ /var/tmp/diff_new_pack.3E4y6I/_new  2020-09-25 16:28:20.179720399 +0200
@@ -155,6 +155,9 @@
 %autosetup -p1
 
 %build
+%ifarch aarch64
+export LD_PRELOAD="/usr/lib64/libgomp.so.1"
+%endif
 %meson \
        -Dmrg=disabled \
        %if ! %{with luajit}


Reply via email to