Your message dated Wed, 23 Jan 2019 17:22:41 +0000
with message-id <[email protected]>
and subject line Bug#916010: fixed in fotoxx 18.07.2-1
has caused the Debian Bug report #916010,
regarding fotoxx FTBFS with glibc 2.28
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
916010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916010
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: fotoxx
Source-Version: 18.07.2-1
We believe that the bug you reported is fixed in the latest version of
fotoxx, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Maximiliano Curia <[email protected]> (supplier of updated fotoxx package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 23 Jan 2019 12:58:16 -0300
Source: fotoxx
Binary: fotoxx fotoxx-common
Architecture: source
Version: 18.07.2-1
Distribution: unstable
Urgency: medium
Maintainer: Santiago Torres Batan <[email protected]>
Changed-By: Maximiliano Curia <[email protected]>
Description:
fotoxx - easy-to-use digital photo editor
fotoxx-common - easy-to-use digital photo editor - common files
Closes: 916010
Changes:
fotoxx (18.07.2-1) unstable; urgency=medium
.
[ Santiago Torres Batan ]
* New upstream version 18.07.2 (closes: #916010)
* Refresh Patches
* d/control: Update Build-Depends, Recommends and Suggests
* d/rules: Add +bindnow flag to DEB_BUILD_MAINT_OPTIONS
.
[ Maximiliano Curia ]
* Release to unstable
Checksums-Sha1:
0be27cccf7454a47242a8a9b57ede6ed1e042248 2021 fotoxx_18.07.2-1.dsc
480c93c994638443a670aa367736910f1a5c149c 7491179 fotoxx_18.07.2.orig.tar.gz
2734ad54130dc41c2c0ff90f1476a6edd39fef8d 6164 fotoxx_18.07.2-1.debian.tar.xz
a1a219ad97b14ad21e268f672b4607e45703d979 7347 fotoxx_18.07.2-1_source.buildinfo
Checksums-Sha256:
533eb245a3404c6bcc1adc16be6bbc278b82d938a1d6d34493830582b30e7ff1 2021
fotoxx_18.07.2-1.dsc
31e5bdb300abb566b92c4ed8393b0146ba8b2469b8e8a88d3d41f7036880209d 7491179
fotoxx_18.07.2.orig.tar.gz
4ca41675232521ae639630d7c838674f1c49731013702c6cd445d52ed6a3a81b 6164
fotoxx_18.07.2-1.debian.tar.xz
1bc09d9a4076d85c64fa61156e1c0148d8418e00d5c04eff4c30eb8c1a5ca4da 7347
fotoxx_18.07.2-1_source.buildinfo
Files:
2118efa5d36c16e78fda98679598d7b3 2021 graphics optional fotoxx_18.07.2-1.dsc
298fee790a0cb79b4194ab616df95ec7 7491179 graphics optional
fotoxx_18.07.2.orig.tar.gz
79270779f3c24c0ef7a01a16f601b7be 6164 graphics optional
fotoxx_18.07.2-1.debian.tar.xz
be748593153e156138560bd6444a9184 7347 graphics optional
fotoxx_18.07.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE+JIdOnQEyG4RNSIVxxl2mbKbIyoFAlxIj0sACgkQxxl2mbKb
IyrJbxAAoeLD/rjuy78wFySzL1TexgCRbUdexPmn6qfi0hMXigA84x6gChq62EKV
oSLzODc4xPtgaZibCYNpYbP8V6P94AOX+nNyMJ0BCeWHtehMxvM5yDAK61mCN20D
xWwLr4baprzSnGVb/WrCjbziSqPJWy9Fc315ul3BtpuRiGAkNm79WZwSgVVvuLFd
oTtdmWVjPCFhnVj/khXfSEWh/YVg0VbaC8CRFQsov/j/XhPvzakOjk7PkW9oznbe
vW2GKkGhSNl3MqLc2u7eRAxmArcyKFWzeKC/3oMdg1ksA1QRJsZjS1C8jK9Bj30b
I4N+JIxB0UdhubTuOwAX6M4RuHHG+VtsmqIaePlJL8jXrCZr6mrfD4Wf2pEXBxL5
x2EuEf5Dl7ymMAuHrnfwEPqQUzoH43dfCBYqRZ2nmPPQf4PaYf6iMdThg4MMtck9
nduLPHYyBEItR/Ab8jLg/x0ectOPV56FcFoAd3iB5hCP2/WiYhaOUbChzzpnemX2
RPHyrEMS+dbbwctrR6edajdW6unxiipMDoXFMN0mbb3uZ4Vk4eSwz9XFq3td6jiB
NHeuAK5U7UhrBiXEA9bINGOCL2wzkFhyk1kRqesx4A9GlcMAASVcHRQD0kcxpTMM
6VhS7Thfm4urQoj3Alkn/AHixVdbj2aZHJz5hfqRHEVznyhyLVs=
=I23d
-----END PGP SIGNATURE-----
--- End Message ---