Your message dated Thu, 13 Feb 2020 08:42:21 +0000
with message-id <e1j2a4j-000ilq...@fasolo.debian.org>
and subject line Bug#950545: fixed in eviacam 2.1.4-2
has caused the Debian Bug report #950545,
regarding FTBFS against opencv 4.2.0
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.)


-- 
950545: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950545
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: eviacam
Version: 2.1.4-1
Severity: serious

Dear maintainer,

eviacam FTBFS against the latest version of OpenCV:
https://buildd.debian.org/status/package.php?p=eviacam&suite=sid
https://buildd.debian.org/status/fetch.php?pkg=eviacam&arch=amd64&ver=2.1.4-1%2Bb1&stamp=1580642132&raw=0

which looks due an API change at the first glance.


crvnormroi.cpp:449:35: error: cannot convert ‘cv::Size’ {aka ‘cv::Size_<int>’} 
to ‘const CvSize&’
  449 |  SetP1ResizeInteger (pImg->GetSize(), x, y);
      |                      ~~~~~~~~~~~~~^~
      |                                   |
      |                                   cv::Size {aka cv::Size_<int>}
crvnormroi.cpp:359:50: note:   initializing argument 1 of ‘void 
CNormROI::SetP1ResizeInteger(const CvSize&, int, int)’
  359 | void CNormROI::SetP1ResizeInteger (const CvSize& size, const int x, 
const int y)
      |                                    ~~~~~~~~~~~~~~^~~~
crvnormroi.cpp: In member function ‘void CNormROI::SetP1MoveImg(const 
CIplImage*, int, int)’:
crvnormroi.cpp:457:33: error: cannot convert ‘cv::Size’ {aka ‘cv::Size_<int>’} 
to ‘const CvSize&’
  457 |  SetP1MoveInteger (pImg->GetSize(), x, y);
      |                    ~~~~~~~~~~~~~^~
      |                                 |
      |                                 cv::Size {aka cv::Size_<int>}
crvnormroi.cpp:369:48: note:   initializing argument 1 of ‘void 
CNormROI::SetP1MoveInteger(const CvSize&, int, int)’
  369 | void CNormROI::SetP1MoveInteger (const CvSize& size, const int x, const 
int y)
      |                                  ~~~~~~~~~~~~~~^~~~
crvnormroi.cpp: In member function ‘void CNormROI::SetP2ResizeImg(const 
CIplImage*, int, int)’:
crvnormroi.cpp:465:35: error: cannot convert ‘cv::Size’ {aka ‘cv::Size_<int>’} 
to ‘const CvSize&’
  465 |  SetP2ResizeInteger (pImg->GetSize(), x, y);
      |                      ~~~~~~~~~~~~~^~
      |                                   |
      |                                   cv::Size {aka cv::Size_<int>}
crvnormroi.cpp:379:50: note:   initializing argument 1 of ‘void 
CNormROI::SetP2ResizeInteger(const CvSize&, int, int)’
  379 | void CNormROI::SetP2ResizeInteger (const CvSize& size, const int x, 
const int y)
      |                                    ~~~~~~~~~~~~~~^~~~
crvnormroi.cpp: In member function ‘void CNormROI::SetCenterImg(const 
CIplImage*, int, int)’:
crvnormroi.cpp:473:33: error: cannot convert ‘cv::Size’ {aka ‘cv::Size_<int>’} 
to ‘const CvSize&’
  473 |  SetCenterInteger (pImg->GetSize(), x, y);
      |                    ~~~~~~~~~~~~~^~
      |                                 |
      |                                 cv::Size {aka cv::Size_<int>}
crvnormroi.cpp:389:48: note:   initializing argument 1 of ‘void 
CNormROI::SetCenterInteger(const CvSize&, int, int)’
  389 | void CNormROI::SetCenterInteger (const CvSize& size, const int x, const 
int y)
      |                                  ~~~~~~~~~~~~~~^~~~
crvnormroi.cpp: In member function ‘void CNormROI::GetCenterImg(const 
CIplImage*, int&, int&)’:
crvnormroi.cpp:481:33: error: cannot convert ‘cv::Size’ {aka ‘cv::Size_<int>’} 
to ‘const CvSize&’
  481 |  GetCenterInteger (pImg->GetSize(), x, y);
      |                    ~~~~~~~~~~~~~^~
      |                                 |
      |                                 cv::Size {aka cv::Size_<int>}
crvnormroi.cpp:398:48: note:   initializing argument 1 of ‘void 
CNormROI::GetCenterInteger(const CvSize&, int&, int&)’
  398 | void CNormROI::GetCenterInteger (const CvSize& size, int& x, int& y)
      |                                  ~~~~~~~~~~~~~~^~~~
crvnormroi.cpp: In member function ‘void CNormROI::SetSizeImg(const CIplImage*, 
int, int)’:
crvnormroi.cpp:489:31: error: cannot convert ‘cv::Size’ {aka ‘cv::Size_<int>’} 
to ‘const CvSize&’
  489 |  SetSizeInteger (pImg->GetSize(), width, height);
      |                  ~~~~~~~~~~~~~^~
      |                               |
      |                               cv::Size {aka cv::Size_<int>}
crvnormroi.cpp:408:46: note:   initializing argument 1 of ‘void 
CNormROI::SetSizeInteger(const CvSize&, int, int)’
  408 | void CNormROI::SetSizeInteger (const CvSize& size, const int width, 
const int height)
      |                                ~~~~~~~~~~~~~~^~~~
crvnormroi.cpp: In member function ‘void CNormROI::GetBoxImg(const CIplImage*, 
int&, int&, int&, int&)’:
crvnormroi.cpp:497:53: error: no matching function for call to 
‘CNormROI::GetBoxInteger(cv::Size, int&, int&, int&, int&)’
  497 |  GetBoxInteger (pImg->GetSize(), x, y, width, height);
      |                                                     ^
crvnormroi.cpp:418:6: note: candidate: ‘void CNormROI::GetBoxInteger(const 
CvSize&, int&, int&, int&, int&)’
  418 | void CNormROI::GetBoxInteger (const CvSize& size, int& x, int& y, int& 
width, int& height)
      |      ^~~~~~~~
crvnormroi.cpp:418:45: note:   no known conversion for argument 1 from 
‘cv::Size’ {aka ‘cv::Size_<int>’} to ‘const CvSize&’
  418 | void CNormROI::GetBoxInteger (const CvSize& size, int& x, int& y, int& 
width, int& height)
      |                               ~~~~~~~~~~~~~~^~~~
crvnormroi.cpp:430:6: note: candidate: ‘void CNormROI::GetBoxInteger(const 
CvSize&, CvRect&)’
  430 | void CNormROI::GetBoxInteger (const CvSize& size, CvRect& box)
      |      ^~~~~~~~
crvnormroi.cpp:430:6: note:   candidate expects 2 arguments, 5 provided

--- End Message ---
--- Begin Message ---
Source: eviacam
Source-Version: 2.1.4-2

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

Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofb...@debian.org> (supplier of updated eviacam 
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: SHA256

Format: 1.8
Date: Tue, 11 Feb 2020 14:09:11 +0100
Source: eviacam
Binary: eviacam
Architecture: source
Version: 2.1.4-2
Distribution: unstable
Urgency: medium
Maintainer: Cesar Mauri <ce...@crea-si.com>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
Description:
 eviacam    - camera based mouse emulator
Closes: 950545
Changes:
 eviacam (2.1.4-2) unstable; urgency=medium
 .
   * Team upload
   * Add upstream merged patch for new opencv (Closes: #950545)
Checksums-Sha1:
 25119327f6865510fabac6a081c907630feecc62 1806 eviacam_2.1.4-2.dsc
 5d38e1ec23ad50f05b9231a63776b4f79d608eb1 14260 eviacam_2.1.4-2.debian.tar.xz
 c3484da6d167a215f75477302b156ca9e34e34dc 16244 eviacam_2.1.4-2_source.buildinfo
Checksums-Sha256:
 5b7d25c1ecefad2f94cde033ea886cf14c1bec1ffc81984a32d0b96bda56cbd5 1806 
eviacam_2.1.4-2.dsc
 6661a571d5e27c9a0bda1babeb6041711bc17df9657acf32ce26cc63cdf53ce4 14260 
eviacam_2.1.4-2.debian.tar.xz
 692153beace0b2805e49f4a404d98bd4c41591946ef34a3dcf4e353f592b9319 16244 
eviacam_2.1.4-2_source.buildinfo
Files:
 d4c9deb044569def3526e319381b20f8 1806 x11 optional eviacam_2.1.4-2.dsc
 5651dbe78c4e2531eaefadd83764ed51 14260 x11 optional 
eviacam_2.1.4-2.debian.tar.xz
 f4f7f5efcc3a5433f44610cb3a56cc38 16244 x11 optional 
eviacam_2.1.4-2_source.buildinfo

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl5FAa4ACgkQ808JdE6f
XdlexQ//d6CUfl+IsoaZN7MCp3A94oaq5d2t5cICcxXYa00TeciRuS2otw87vjyo
lDR8LWCbTOlETOzraG8tYvUE7uuWhcI/NGVefToVXHEiqKPg6OdMWw6dEQ6NiClE
Fs3YaCBvU6NGW1cQb7dPGL0EQjQo1630x8Jsa/ijf3sKG4RmYaTFpY5dIZBFnjq5
8FShXfEfHmcNOy6EpkQ3gMo4h5gbBSUJrlFWl58q2vA+uvFfhUWmqX5xiWqHIizQ
SsyXE6CuaqhGgfRR4DXD/RIMiv3V5cQtaFHnqaiLJbR/uP2DJslNHJ6i73lYt6Gn
s7wfNP5mCSjLOknppjxh2Ter1CRrAY0wc+7RrW9Vui1wPU/ZSL9SDCm4BQPhU7iT
IB50QZsS2U2Y4akBISChwke/SKn48moleEaUA//RVll+IRsWl7/RbA7ByTGwGqW/
TVCMAOu1l2yuPq948fr8Y7fZIYrNAyLAemuJJ8jAEAyUhR7oGovB2VXG4ADUKJNE
SfJ0MwOJrrsIPhgTLhhx/ey1rDfvTHh1H6BSvEHaEPxZpkpzJOJNAJqgVi0oF2Az
a2KOASVjFO8ly38XBy4CNGCXz3iSMe0CfJ0fKpasUOb7AGAu/o2XnOdO3OxQGKfk
LrKf0uWBzn8BUeGhqLnS8GeuXsZabruUYjtowfXUCe2LGQH1Msw=
=1gLc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to