Hello community,

here is the log from the commit of package open-isns for openSUSE:Factory 
checked in at 2019-10-07 13:41:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-isns (Old)
 and      /work/SRC/openSUSE:Factory/.open-isns.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-isns"

Mon Oct  7 13:41:30 2019 rev:10 rq:735347 version:0.99

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-isns/open-isns.changes      2019-07-31 
14:16:13.870721863 +0200
+++ /work/SRC/openSUSE:Factory/.open-isns.new.2352/open-isns.changes    
2019-10-07 13:41:31.652259494 +0200
@@ -1,0 +2,17 @@
+Fri Oct  4 18:26:01 UTC 2019 - Lee Duncan <ldun...@suse.com>
+
+- Had to address build issue in OBS, resulting in this package not
+  building, with message (folding done by me):
+
+       + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature \
+               --define '_build_create_debug 1' \
+               --define 'disturl 
obs://build.opensuse.org/Base:System/openSUSE_Factory/93a92c971e76cbf08ebb7afd9a4de7be-open-isns'
 \
+               /home/abuild/rpmbuild/SOURCES/open-isns.spec
+         error: /home/abuild/rpmbuild/SOURCES/open-isns.spec: \
+               line 63: Too many levels of recursion in macro expansion. It is 
likely caused by recursive macro declaration.
+
+  Line 63 was the "%configure" call, but I believe recursion is caused
+  by redefinition of _lto_cflags.  To fix this, I reverted the
+  "Use FAT LTO ..." commit, removing the "%global _lto_cflags ..." line.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ open-isns.spec ++++++
--- /var/tmp/diff_new_pack.5Zqts3/_old  2019-10-07 13:41:32.196257990 +0200
+++ /var/tmp/diff_new_pack.5Zqts3/_new  2019-10-07 13:41:32.196257990 +0200
@@ -57,10 +57,9 @@
 %setup -n %{name}-%{version}
 
 %build
-%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 autoconf
 autoheader
-%configure --prefix=%{_prefix} 
+%configure
 make OPTFLAGS="%{optflags}"
 
 %install


Reply via email to