Re: Build fails in rawhide only on x86_64 & i686

2018-07-08 Thread Igor Gnatenko
On Sun, Jul 8, 2018 at 3:57 PM Alexander Ploumistos < alex.ploumis...@gmail.com> wrote: > On Sun, Jul 8, 2018 at 3:31 PM Igor Gnatenko > wrote: > > This is the bug in annobin which is breaking many things. > > Thank you both, after adding "%undefine _annotated_build" to the spec > file, the

Re: Build fails in rawhide only on x86_64 & i686

2018-07-08 Thread Alexander Ploumistos
On Sun, Jul 8, 2018 at 3:31 PM Igor Gnatenko wrote: > This is the bug in annobin which is breaking many things. Thank you both, after adding "%undefine _annotated_build" to the spec file, the builds succeeded. Are we supposed to apply this workaround or do we wait for the issue to be resolved?

Re: Build fails in rawhide only on x86_64 & i686

2018-07-08 Thread Igor Gnatenko
On Sun, Jul 8, 2018 at 2:47 PM Alexander Ploumistos < alex.ploumis...@gmail.com> wrote: > Hello, > > I submitted updated builds for scidavis and they failed in rawhide[0] > on x86_64 and i686 with the message: > > src/main.cpp:160:5: error: 'int main(int, char**)' causes a section > type conflict

Re: Build fails in rawhide only on x86_64 & i686

2018-07-08 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Jul 08, 2018 at 02:37:24PM +0200, Alexander Ploumistos wrote: > Hello, > > I submitted updated builds for scidavis and they failed in rawhide[0] > on x86_64 and i686 with the message: > > src/main.cpp:160:5: error: 'int main(int, char**)' causes a section > type conflict with 'const

Build fails in rawhide only on x86_64 & i686

2018-07-08 Thread Alexander Ploumistos
Hello, I submitted updated builds for scidavis and they failed in rawhide[0] on x86_64 and i686 with the message: src/main.cpp:160:5: error: 'int main(int, char**)' causes a section type conflict with 'const QString operator+(const QString&, const QString&)' The update contained mostly fixes