Source: fotoxx
Version: 18.07-1
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/fotoxx.html

...
f.effects.cc: In function 'int anykernel_dialog_event(zdialog*, const char*)':
f.effects.cc:5064:34: error: reference to 'fmul' is ambiguous
          zdialog_fetch(zd,"fmul",fmul);                                        
  //  17.08
                                  ^~~~
In file included from /usr/include/c++/8/cmath:45,
                 from /usr/include/c++/8/math.h:36,
                 from zfuncs.h:37,
                 from fotoxx.h:30,
                 from f.effects.cc:42:
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:30:20: note: candidates 
are: 'float fmul(double, double)'
 __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
                    ^~~~~~~~~~~~~~~
f.effects.cc:4919:16: note:                 'float anykernel_names::fmul'
    float       fmul = 1.0;                                                     
  //  multiplier
                ^~~~
f.effects.cc:5065:34: error: reference to 'fadd' is ambiguous
          zdialog_fetch(zd,"fadd",fadd);
                                  ^~~~
In file included from /usr/include/c++/8/cmath:45,
                 from /usr/include/c++/8/math.h:36,
                 from zfuncs.h:37,
                 from fotoxx.h:30,
                 from f.effects.cc:42:
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:24:20: note: candidates 
are: 'float fadd(double, double)'
 __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
                    ^~~~~~~~~~~~~~~
f.effects.cc:4920:16: note:                 'int anykernel_names::fadd'
    int         fadd = 0;                                                       
  //  adder
                ^~~~
f.effects.cc: In function 'void* anykernel_wthread(void*)':
f.effects.cc:5195:11: error: reference to 'fmul' is ambiguous
       if (fmul != 1.0) {                                                       
  //  apply multiplier                   17.08
           ^~~~
In file included from /usr/include/c++/8/cmath:45,
                 from /usr/include/c++/8/math.h:36,
                 from zfuncs.h:37,
                 from fotoxx.h:30,
                 from f.effects.cc:42:
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:30:20: note: candidates 
are: 'float fmul(double, double)'
 __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
                    ^~~~~~~~~~~~~~~
f.effects.cc:4919:16: note:                 'float anykernel_names::fmul'
    float       fmul = 1.0;                                                     
  //  multiplier
                ^~~~
f.effects.cc:5196:16: error: reference to 'fmul' is ambiguous
          red = fmul * red;
                ^~~~
In file included from /usr/include/c++/8/cmath:45,
                 from /usr/include/c++/8/math.h:36,
                 from zfuncs.h:37,
                 from fotoxx.h:30,
                 from f.effects.cc:42:
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:30:20: note: candidates 
are: 'float fmul(double, double)'
 __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
                    ^~~~~~~~~~~~~~~
f.effects.cc:4919:16: note:                 'float anykernel_names::fmul'
    float       fmul = 1.0;                                                     
  //  multiplier
                ^~~~
f.effects.cc:5197:18: error: reference to 'fmul' is ambiguous
          green = fmul * green;
                  ^~~~
In file included from /usr/include/c++/8/cmath:45,
                 from /usr/include/c++/8/math.h:36,
                 from zfuncs.h:37,
                 from fotoxx.h:30,
                 from f.effects.cc:42:
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:30:20: note: candidates 
are: 'float fmul(double, double)'
 __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
                    ^~~~~~~~~~~~~~~
f.effects.cc:4919:16: note:                 'float anykernel_names::fmul'
    float       fmul = 1.0;                                                     
  //  multiplier
                ^~~~
f.effects.cc:5198:17: error: reference to 'fmul' is ambiguous
          blue = fmul * blue;
                 ^~~~
In file included from /usr/include/c++/8/cmath:45,
                 from /usr/include/c++/8/math.h:36,
                 from zfuncs.h:37,
                 from fotoxx.h:30,
                 from f.effects.cc:42:
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:30:20: note: candidates 
are: 'float fmul(double, double)'
 __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
                    ^~~~~~~~~~~~~~~
f.effects.cc:4919:16: note:                 'float anykernel_names::fmul'
    float       fmul = 1.0;                                                     
  //  multiplier
                ^~~~
f.effects.cc:5201:11: error: reference to 'fadd' is ambiguous
       if (fadd != 0) {                                                         
  //  apply adder                        17.08
           ^~~~
In file included from /usr/include/c++/8/cmath:45,
                 from /usr/include/c++/8/math.h:36,
                 from zfuncs.h:37,
                 from fotoxx.h:30,
                 from f.effects.cc:42:
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:24:20: note: candidates 
are: 'float fadd(double, double)'
 __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
                    ^~~~~~~~~~~~~~~
f.effects.cc:4920:16: note:                 'int anykernel_names::fadd'
    int         fadd = 0;                                                       
  //  adder
                ^~~~
f.effects.cc:5202:22: error: reference to 'fadd' is ambiguous
          red = red + fadd;
                      ^~~~
In file included from /usr/include/c++/8/cmath:45,
                 from /usr/include/c++/8/math.h:36,
                 from zfuncs.h:37,
                 from fotoxx.h:30,
                 from f.effects.cc:42:
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:24:20: note: candidates 
are: 'float fadd(double, double)'
 __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
                    ^~~~~~~~~~~~~~~
f.effects.cc:4920:16: note:                 'int anykernel_names::fadd'
    int         fadd = 0;                                                       
  //  adder
                ^~~~
f.effects.cc:5203:26: error: reference to 'fadd' is ambiguous
          green = green + fadd;
                          ^~~~
In file included from /usr/include/c++/8/cmath:45,
                 from /usr/include/c++/8/math.h:36,
                 from zfuncs.h:37,
                 from fotoxx.h:30,
                 from f.effects.cc:42:
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:24:20: note: candidates 
are: 'float fadd(double, double)'
 __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
                    ^~~~~~~~~~~~~~~
f.effects.cc:4920:16: note:                 'int anykernel_names::fadd'
    int         fadd = 0;                                                       
  //  adder
                ^~~~
f.effects.cc:5204:24: error: reference to 'fadd' is ambiguous
          blue = blue + fadd;
                        ^~~~
In file included from /usr/include/c++/8/cmath:45,
                 from /usr/include/c++/8/math.h:36,
                 from zfuncs.h:37,
                 from fotoxx.h:30,
                 from f.effects.cc:42:
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:24:20: note: candidates 
are: 'float fadd(double, double)'
 __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
                    ^~~~~~~~~~~~~~~
f.effects.cc:4920:16: note:                 'int anykernel_names::fadd'
    int         fadd = 0;                                                       
  //  adder
                ^~~~
make[1]: *** [Makefile:75: f.effects.o] Error 1

Reply via email to