Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libtracefs for openSUSE:Factory 
checked in at 2022-06-21 16:33:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtracefs (Old)
 and      /work/SRC/openSUSE:Factory/.libtracefs.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtracefs"

Tue Jun 21 16:33:04 2022 rev:6 rq:984148 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtracefs/libtracefs.changes    2022-06-17 
21:23:26.522803603 +0200
+++ /work/SRC/openSUSE:Factory/.libtracefs.new.1548/libtracefs.changes  
2022-06-21 16:33:13.995883437 +0200
@@ -1,0 +2,5 @@
+Tue Jun 21 11:27:48 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Force make -j1 during build because of object file corruption.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libtracefs.spec ++++++
--- /var/tmp/diff_new_pack.u76b6c/_old  2022-06-21 16:33:14.467884128 +0200
+++ /var/tmp/diff_new_pack.u76b6c/_new  2022-06-21 16:33:14.471884135 +0200
@@ -53,15 +53,20 @@
 %autosetup -p1
 
 %build
-%make_build prefix="%_prefix"
+# Not parallel safe - to the point where there is silent corruption
+# (compared to a more common "file not found" in other packages)
+%make_build -j1 V=1 prefix="%_prefix"
 
 %install
-%make_install prefix="%_prefix" \
+%make_install -j1 V=1 prefix="%_prefix" \
        pkgconfig_dir=%{_libdir}/pkgconfig \
         %nil
 # always the same issues
 find "%buildroot/%_includedir" -type f -name "*.h" -exec chmod a-x {} +
 rm -f "%buildroot/%_libdir"/*.a
+if ldd -r "%buildroot/%_libdir/libtracefs.so" 2>&1 | grep -q undefined; then
+       exit 1
+fi
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig

Reply via email to