Re: My package has stopped building on rawhide

2016-12-06 Thread Adam Williamson
On Wed, 2016-12-07 at 06:08 +0100, Kevin Kofler wrote: > Jerry James wrote: > > This means that you've run afoul of > > https://fedoraproject.org/wiki/Changes/Fedora26CFlags. I suspect that > > a lot of configure scripts are going to break due to that change. To > > fix it, patch that configure

Re: My package has stopped building on rawhide

2016-12-06 Thread Kevin Kofler
Jerry James wrote: > This means that you've run afoul of > https://fedoraproject.org/wiki/Changes/Fedora26CFlags. I suspect that > a lot of configure scripts are going to break due to that change. To > fix it, patch that configure test to include whichever header file > declares

Re: My package has stopped building on rawhide

2016-12-05 Thread Jared L Wallace
Nevermind, I was able to figure that out.   Thanks Jerry, I have it building now :) JARED L. WALLACE Software Engineer, Sametime Extended Support Phone: 1-512-973-5281 E-mail: jared-wall...@us.ibm.com     - Original message -From: Jared L Wallace/Austin/IBM@IBMUSTo:

Re: My package has stopped building on rawhide

2016-12-05 Thread Jared L Wallace
Thanks. How can I examine the config.log? (I know soomeone mentioned adding "||:" after %configure, but I don't see where the config.log ends up being accessible)     JARED L. WALLACE Software Engineer, Sametime Extended Support Phone: 1-512-973-5281 E-mail: jared-wall...@us.ibm.com     -

Re: My package has stopped building on rawhide

2016-12-05 Thread Jerry James
On Mon, Dec 5, 2016 at 4:19 PM, Jared L Wallace wrote: > > The configure script errors out when checking: > > AC_TRY_LINK([#include ], > [gsl_complex a; GSL_SET_COMPLEX(, 1.0, 1.0); > gsl_complex_logabs(a);], > HAS_GSL_LIB=yes, HAS_GSL_LIB=no) > > This works fine

Re: My package has stopped building on rawhide

2016-12-05 Thread Igor Gnatenko
On Tue, Dec 6, 2016 at 12:19 AM, Jared L Wallace wrote: > > The configure script errors out when checking: > > AC_TRY_LINK([#include ], > [gsl_complex a; GSL_SET_COMPLEX(, 1.0, 1.0); > gsl_complex_logabs(a);], > HAS_GSL_LIB=yes, HAS_GSL_LIB=no) > > This works

My package has stopped building on rawhide

2016-12-05 Thread Jared L Wallace
  The configure script errors out when checking:   AC_TRY_LINK([#include ],    [gsl_complex a; GSL_SET_COMPLEX(, 1.0, 1.0);