Accepting request 735347 from Base:System
OBS-URL: https://build.opensuse.org/request/show/735347 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-isns?expand=0&rev=10
This commit is contained in:
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 18:26:01 UTC 2019 - Lee Duncan <lduncan@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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:52:45 UTC 2019 - matthias.gerstner@suse.com
|
Wed Jul 24 13:52:45 UTC 2019 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
@@ -57,10 +57,9 @@ Files to develop an application using the open-isns library.
|
|||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
|
||||||
autoconf
|
autoconf
|
||||||
autoheader
|
autoheader
|
||||||
%configure --prefix=%{_prefix}
|
%configure
|
||||||
make OPTFLAGS="%{optflags}"
|
make OPTFLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user