[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RC bugs with openCV [Was: siril 0.9.11-1 is marked for autoremoval from testing on...]



Chiara's freeture package has the same problem. I suspect this stems from the pkg-config file having been renamed to opencv4.pc; consider patching the configure script to check for both names. This is due to an upstream change in OpenCV so the corresponding changes probably belong upstream of your packages as well. Note the need (for freeture, at least) to include the CFLAGS setting as the header files have moved to /usr/include/opencv4/ . There are API changes so further adjustments may be needed.
________________________________________
From: Cyril Richard <cyril.richard42@gmail.com>
Sent: Saturday, October 19, 2019 07:56
To: Ole Streicher
Cc: debian-astro@lists.debian.org
Subject: Re: RC bugs with openCV [Was: siril 0.9.11-1 is marked for autoremoval from testing on...]

Dear Ole,

I tried to recompile with pbuilder before. And I have same error on my side ... again.

checking for OPENCV... no
checking for OPENCV... no
checking for OPENCV... no
configure: error: opencv not found. Not using some image processing.
tail -v -n \+0 config.log

while I'm sure the right versions of libopencv have been used.

Le ven. 18 oct. 2019 à 22:15, Ole Streicher <olebole@debian.org<mailto:olebole@debian.org>> a écrit :
Hi Cyril,

you can then just close the bug. See
https://www.debian.org/Bugs/Developer how to do it.

This will also stop the autoremoval process

Cheers

Ole

Cyril Richard <cyril.richard42@gmail.com<mailto:cyril.richard42@gmail.com>> writes:
> Dear Ole,
>
> It looks like that pkg-config has been reintroduced
> (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942562). What about
> the autoremoval ?
>
> Le ven. 18 oct. 2019 à 10:03, Ole Streicher <olebole@debian.org<mailto:olebole@debian.org>> a écrit :
>
>  Hi Cyril,
>
>  Please also follow Bug#942562 <https://bugs.debian.org/942562> which
>  asks to re-introduce pkgconfig.
>
>  This may also affect the "freeture" package, which has a openCV
>  dependency as well...
>
>  Cheers
>
>  Ole
>
>  Cyril Richard <cyril.richard42@gmail.com<mailto:cyril.richard42@gmail.com>> writes:
>
>  > Dear Ole and debian-astro community,
>  >
>  > OK, thanks for this information. We will work on it asap.
>  >
>  > Le jeu. 17 oct. 2019 à 10:24, Ole Streicher <olebole@debian.org<mailto:olebole@debian.org>> a écrit :
>  >
>  >  Hello Cyril,
>  >
>  >  Cyril Richard <cyril.richard42@gmail.com<mailto:cyril.richard42@gmail.com>> writes:
>  >  > Today I've received an email warning me that siril 0.9.11-1 is marked
>  >  > for autoremoval from testing on 2019-11-01.  This is because, I think,
>  >  > we forgot to close the RC bugs 922596 on last version.  We are about
>  >  > to release a new upstream version (ASAP, but maybe in two weeks), so
>  >  > how we should to proceed?  Is it possible to just update the
>  >  > changelog, hence closing the issue? Should I wait for the new upstream
>  >  > version ?  I want to avoid the autoremoval process.
>  >
>  >  I just tried to re-build siril with the new opencv, and got the error
>  >
>  >  checking for OPENCV... no
>  >  checking for OPENCV... no
>  >  checking for OPENCV... no
>  >  configure: error: opencv not found. Not using some image processing.
>  >
>  >  It seems that siril still uses pkgconfig to detect opencv:
>  >
>  >  configure:7720: checking for OPENCV
>  >  configure:7727: $PKG_CONFIG --exists --print-errors "opencv >= 3.0"
>  >  Package opencv was not found in the pkg-config search path.
>  >  Perhaps you should add the directory containing `opencv.pc'
>  >  to the PKG_CONFIG_PATH environment variable
>  >  [...]
>  >
>  >  This detection should be replaced with something else.
>  >
>  >  Best regards
>  >
>  >  Ole


Reply to: