Your message dated Sun, 28 Mar 2021 12:48:28 +0000
with message-id <e1lquqc-000doh...@fasolo.debian.org>
and subject line Bug#966904: fixed in pfstools 2.1.0-6
has caused the Debian Bug report #966904,
regarding pfstools: FTBFS: array2d.h:173:9: error: ‘__assert_fail’ was not 
declared in this scope; did you mean ‘MagickCore::__assert_fail’?
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 ow...@bugs.debian.org
immediately.)


-- 
966904: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966904
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pfstools
Version: 2.1.0-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> /usr/bin/c++  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time 
> -D_FORTIFY_SOURCE=2  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -rdynamic 
> CMakeFiles/pfsoutrgbe.dir/pfsoutrgbe.cpp.o 
> CMakeFiles/pfsoutrgbe.dir/rgbeio.cpp.o  -o pfsoutrgbe   
> -L/<<PKGBUILDDIR>>/src/pfs  
> -Wl,-rpath,/<<PKGBUILDDIR>>/src/pfs:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pfs:
>  ../pfs/libpfs.so.2.0.0 
> In file included from /<<PKGBUILDDIR>>/src/pfs/array2d.h:38,
>                  from /<<PKGBUILDDIR>>/src/pfs/pfs.h:45,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:37:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h: In member function ‘virtual float& 
> pfs::Array2DImpl::operator()(int, int)’:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h:173:9: error: ‘__assert_fail’ was not 
> declared in this scope; did you mean ‘MagickCore::__assert_fail’?
>   173 |         assert( col >= 0 && col < cols );
>       |         ^~~~~~
> In file included from /usr/include/ImageMagick-6/magick/memory_.h:22,
>                  from /usr/include/ImageMagick-6/magick/MagickCore.h:125,
>                  from /usr/include/ImageMagick-6/Magick++/Include.h:45,
>                  from /usr/include/ImageMagick-6/Magick++.h:10,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:32:
> /usr/include/assert.h:69:13: note: ‘MagickCore::__assert_fail’ declared here
>    69 | extern void __assert_fail (const char *__assertion, const char 
> *__file,
>       |             ^~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/pfs/array2d.h:38,
>                  from /<<PKGBUILDDIR>>/src/pfs/pfs.h:45,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:37:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h: In member function ‘virtual const float& 
> pfs::Array2DImpl::operator()(int, int) const’:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h:178:9: error: ‘__assert_fail’ was not 
> declared in this scope; did you mean ‘MagickCore::__assert_fail’?
>   178 |         assert( col >= 0 && col < cols );
>       |         ^~~~~~
> In file included from /usr/include/ImageMagick-6/magick/memory_.h:22,
>                  from /usr/include/ImageMagick-6/magick/MagickCore.h:125,
>                  from /usr/include/ImageMagick-6/Magick++/Include.h:45,
>                  from /usr/include/ImageMagick-6/Magick++.h:10,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:32:
> /usr/include/assert.h:69:13: note: ‘MagickCore::__assert_fail’ declared here
>    69 | extern void __assert_fail (const char *__assertion, const char 
> *__file,
>       |             ^~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/pfs/array2d.h:38,
>                  from /<<PKGBUILDDIR>>/src/pfs/pfs.h:45,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:37:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h: In member function ‘virtual float& 
> pfs::Array2DImpl::operator()(int)’:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h:184:9: error: ‘__assert_fail’ was not 
> declared in this scope; did you mean ‘MagickCore::__assert_fail’?
>   184 |         assert( index >= 0 && index < rows*cols );
>       |         ^~~~~~
> In file included from /usr/include/ImageMagick-6/magick/memory_.h:22,
>                  from /usr/include/ImageMagick-6/magick/MagickCore.h:125,
>                  from /usr/include/ImageMagick-6/Magick++/Include.h:45,
>                  from /usr/include/ImageMagick-6/Magick++.h:10,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:32:
> /usr/include/assert.h:69:13: note: ‘MagickCore::__assert_fail’ declared here
>    69 | extern void __assert_fail (const char *__assertion, const char 
> *__file,
>       |             ^~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/pfs/array2d.h:38,
>                  from /<<PKGBUILDDIR>>/src/pfs/pfs.h:45,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:37:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h: In member function ‘virtual const float& 
> pfs::Array2DImpl::operator()(int) const’:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h:188:9: error: ‘__assert_fail’ was not 
> declared in this scope; did you mean ‘MagickCore::__assert_fail’?
>   188 |         assert( index >= 0 && index <= rows*cols );
>       |         ^~~~~~
> In file included from /usr/include/ImageMagick-6/magick/memory_.h:22,
>                  from /usr/include/ImageMagick-6/magick/MagickCore.h:125,
>                  from /usr/include/ImageMagick-6/Magick++/Include.h:45,
>                  from /usr/include/ImageMagick-6/Magick++.h:10,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:32:
> /usr/include/assert.h:69:13: note: ‘MagickCore::__assert_fail’ declared here
>    69 | extern void __assert_fail (const char *__assertion, const char 
> *__file,
>       |             ^~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/pfs/array2d.h:38,
>                  from /<<PKGBUILDDIR>>/src/pfs/pfs.h:45,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:37:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h: In function ‘void pfs::copyArray(const 
> pfs::Array2D*, pfs::Array2D*)’:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h:223:7: error: ‘__assert_fail’ was not 
> declared in this scope; did you mean ‘MagickCore::__assert_fail’?
>   223 |       assert( from->getRows() == to->getRows() );
>       |       ^~~~~~
> In file included from /usr/include/ImageMagick-6/magick/memory_.h:22,
>                  from /usr/include/ImageMagick-6/magick/MagickCore.h:125,
>                  from /usr/include/ImageMagick-6/Magick++/Include.h:45,
>                  from /usr/include/ImageMagick-6/Magick++.h:10,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:32:
> /usr/include/assert.h:69:13: note: ‘MagickCore::__assert_fail’ declared here
>    69 | extern void __assert_fail (const char *__assertion, const char 
> *__file,
>       |             ^~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/pfs/array2d.h:38,
>                  from /<<PKGBUILDDIR>>/src/pfs/pfs.h:45,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:37:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h: In function ‘void 
> pfs::multiplyArray(pfs::Array2D*, const pfs::Array2D*, const pfs::Array2D*)’:
> /<<PKGBUILDDIR>>/src/pfs/array2d.h:253:7: error: ‘__assert_fail’ was not 
> declared in this scope; did you mean ‘MagickCore::__assert_fail’?
>   253 |       assert( x->getRows() == y->getRows() );
>       |       ^~~~~~
> In file included from /usr/include/ImageMagick-6/magick/memory_.h:22,
>                  from /usr/include/ImageMagick-6/magick/MagickCore.h:125,
>                  from /usr/include/ImageMagick-6/Magick++/Include.h:45,
>                  from /usr/include/ImageMagick-6/Magick++.h:10,
>                  from /<<PKGBUILDDIR>>/src/fileformat/pfsoutimgmagick.cpp:32:
> /usr/include/assert.h:69:13: note: ‘MagickCore::__assert_fail’ declared here
>    69 | extern void __assert_fail (const char *__assertion, const char 
> *__file,
>       |             ^~~~~~~~~~~~~
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> make[4]: *** [src/fileformat/CMakeFiles/pfsoutimgmagick.dir/build.make:66: 
> src/fileformat/CMakeFiles/pfsoutimgmagick.dir/pfsoutimgmagick.cpp.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/08/02/pfstools_2.1.0-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: pfstools
Source-Version: 2.1.0-6
Done: Andreas Metzler <ametz...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pfstools, 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 966...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler <ametz...@debian.org> (supplier of updated pfstools 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 28 Mar 2021 14:28:44 +0200
Source: pfstools
Architecture: source
Version: 2.1.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 
<pkg-phototools-de...@lists.alioth.debian.org>
Changed-By: Andreas Metzler <ametz...@debian.org>
Closes: 966904
Changes:
 pfstools (2.1.0-6) unstable; urgency=medium
 .
   * Rename octave patches for proper sorting.
   * 42_reorder-includes-imagemagick.patch by Peter Michael Green: Re-order
     includes to work around bug 969128 in libmagick++-6.q16-dev.
     Closes: #966904
   * 45_Fixed-Octave-interface-upgraded-to-Octave-6-thanks-t.patch from
     upstream GIT: Octave interface upgraded to Octave-6, fixing another FTBFS.
    * [lintian] Use v4 watchfile standard.
    * [lintian] Upgrade to debhelper 13 compat level.
    * [lintian] Fix globbing order in debian/copyright.
    * Add lintian override for html template files.
Checksums-Sha1: 
 30518b26e9ee4836d5d5972eebe4ad6387623900 2452 pfstools_2.1.0-6.dsc
 888517998a68992575b18c9959be61385c4b8db3 38712 pfstools_2.1.0-6.debian.tar.xz
Checksums-Sha256: 
 aa59db92c874957bf81c94f6d070c8c7b87bd3f4c7f819e1703496687fd7e81f 2452 
pfstools_2.1.0-6.dsc
 e696ab3c7be190762d821ddc192b55b6d48d33f1c0206707e854f1655c430285 38712 
pfstools_2.1.0-6.debian.tar.xz
Files: 
 80cecf57c3fdcb14210964192e20eb5d 2452 graphics optional pfstools_2.1.0-6.dsc
 40ce7334ecc1dfd1ef07e43439489098 38712 graphics optional 
pfstools_2.1.0-6.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAmBgdzMACgkQpU8BhUOC
FIQnLg//caeNmcvC1eTGBgd0vu0a8DCgCrMnGXcKLibqSjdWEz5cVEsxx/iz7xDb
La40zKo4IYibQ3l1A38yzThqNrCPvp2L/TvkEUKrOLyPRCmrztQut6Jxh6UFQmWl
B5TxRrKmi7tQKWyczQctuNrLW8rMgscmppvbNKPBTIQteFsyrgO42TMViBdHldEM
th6wxitrGtKFFZFJMxpbVILFTIDzJHfw22llrJnZ/puxNbdHcwFQBeLd/tKQwgR8
N3tQsP9Tyx32/WYIU0dTq8zBugMidO07L67oYq/YgmmFbpW1s+DJwClBJxXXaM51
deej1fAQs6t5rUlsxZVaeYlcxGQF+ezv0OFJbyF1jZv2qtlA3qB7vsKCksX06X8E
MVb5eA6Kxp3+OWm9DQ97pxpX55P67JHz8cF5qLxFgrzNhDNdUQ1Pdd3jOXVkeqpD
bxsARiHpnaSPPZIy9h7HTuqhxWJhbSsWZvCVgcE9wTWdL+FbQU6g8jO2oXfp/R6c
exzp0e6EAHPUNwKJXGWKQ8Oj4y7PLPvX0h1fuHCYqk3ywR5GUTx2GWyEEWDGhGaM
x+UApgLg1Uwlf/omgvljOy5OA7wfcKESvGyPDaopof3NKedr0hTi9Ptdn915cpia
0tsvg/Mk/3KehhvCrarXB19y3rhtlViKuX5SoyKwnXFKl9x1lI4=
=sIOK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to