Your message dated Wed, 20 Jul 2011 16:47:10 +0000
with message-id <[email protected]>
and subject line Bug#634795: fixed in auto-multiple-choice 0.468-3
has caused the Debian Bug report #634795,
regarding auto-multiple-choice: FTBFS: /usr/bin/ld: cannot find -lcv
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.)


-- 
634795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634795
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: auto-multiple-choice
Version: 0.468-1
Severity: important
Tags: patch

Hi,

I am checking the package that depends to upload opencv 2.3  to unstable.
opencv 2.3 already uploaded to experimental.

I noticed  that auto-multiple-choice FTBFS with opencv 2.3.

-----
gcc -o AMC-traitement-image AMC-traitement-image.c -g -O2  -lnetpbm
gcc -o AMC-mepdirect AMC-mepdirect.cc -g -O2  -lstdc++ -lm -I
/usr/include/poppler -lpoppler -lstdc++ -lm
gcc -o AMC-detect AMC-detect.cc -g -O2  -lstdc++ -lm -lstdc++ -lm -I
/usr/include/opencv -lcv -lhighgui -lcxcore
/usr/bin/ld: cannot find -lcv
/usr/bin/ld: cannot find -lhighgui
/usr/bin/ld: cannot find -lcxcore
collect2: ld returned 1 exit status
-----

I created a patch which revise this problem.
Could you check and apply this patch?

Best regards,
 Nobuhiro
-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff -Nru auto-multiple-choice-0.468/debian/changelog auto-multiple-choice-0.468/debian/changelog
--- auto-multiple-choice-0.468/debian/changelog	2011-06-19 22:45:38.000000000 +0900
+++ auto-multiple-choice-0.468/debian/changelog	2011-07-20 08:05:45.000000000 +0900
@@ -1,3 +1,10 @@
+auto-multiple-choice (0.468-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with opencv 2.3.
+
+ -- Nobuhiro Iwamatsu <[email protected]>  Wed, 20 Jul 2011 08:05:36 +0900
+
 auto-multiple-choice (0.468-1) unstable; urgency=low
 
   * upgraded to the newest upstream version
diff -Nru auto-multiple-choice-0.468/debian/patches/99-opencv2.3.patch auto-multiple-choice-0.468/debian/patches/99-opencv2.3.patch
--- auto-multiple-choice-0.468/debian/patches/99-opencv2.3.patch	1970-01-01 09:00:00.000000000 +0900
+++ auto-multiple-choice-0.468/debian/patches/99-opencv2.3.patch	2011-07-20 08:09:35.000000000 +0900
@@ -0,0 +1,11 @@
+--- a/Makefile.conf	2011-07-20 08:02:31.000000000 +0900
++++ b/Makefile.conf	2011-07-20 08:04:08.000000000 +0900
+@@ -66,7 +66,7 @@
+ 
+ GCC_NETPBM=-lnetpbm
+ 
+-GCC_OPENCV=-I /usr/include/opencv -lcv -lhighgui -lcxcore
++GCC_OPENCV=-I /usr/include/opencv -lopencv_core -lopencv_highgui -lopencv_imgproc
+ 
+ # INFO IN DESKTOP FILE
+ 
diff -Nru auto-multiple-choice-0.468/debian/patches/series auto-multiple-choice-0.468/debian/patches/series
--- auto-multiple-choice-0.468/debian/patches/series	2011-06-19 22:42:16.000000000 +0900
+++ auto-multiple-choice-0.468/debian/patches/series	2011-07-20 08:13:30.000000000 +0900
@@ -1,3 +1,4 @@
 05-Makefile.patch
 20-en.po.patch
 30-gcc4.6.path
+99-opencv2.3.patch

--- End Message ---
--- Begin Message ---
Source: auto-multiple-choice
Source-Version: 0.468-3

We believe that the bug you reported is fixed in the latest version of
auto-multiple-choice, which is due to be installed in the Debian FTP archive:

auto-multiple-choice_0.468-3.debian.tar.gz
  to main/a/auto-multiple-choice/auto-multiple-choice_0.468-3.debian.tar.gz
auto-multiple-choice_0.468-3.dsc
  to main/a/auto-multiple-choice/auto-multiple-choice_0.468-3.dsc
auto-multiple-choice_0.468-3_amd64.deb
  to main/a/auto-multiple-choice/auto-multiple-choice_0.468-3_amd64.deb



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.
Georges Khaznadar <[email protected]> (supplier of updated 
auto-multiple-choice 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: SHA1

Format: 1.8
Date: Wed, 20 Jul 2011 18:37:19 +0200
Source: auto-multiple-choice
Binary: auto-multiple-choice
Architecture: source amd64
Version: 0.468-3
Distribution: experimental
Urgency: low
Maintainer: Georges Khaznadar <[email protected]>
Changed-By: Georges Khaznadar <[email protected]>
Description: 
 auto-multiple-choice - Auto Multiple Choice - multiple choice papers management
Closes: 634795
Changes: 
 auto-multiple-choice (0.468-3) experimental; urgency=low
 .
   * modified the build-dependency on libcv-dev: now it requires a version
     >=2.3.0 to ensure the proper libraries to be loaded. Closes: #634795
Checksums-Sha1: 
 785c4a8992867d6b724b08f04dde056cfc151ab2 1402 auto-multiple-choice_0.468-3.dsc
 0219bc18625dc105e8adb238f63a281957cee314 16422 
auto-multiple-choice_0.468-3.debian.tar.gz
 0f398e77b562455f6d256d1b83c7832059f722d2 1776858 
auto-multiple-choice_0.468-3_amd64.deb
Checksums-Sha256: 
 ad8955c208392fdd1510256a3a4f0c2ae0e38c5c942f719e66455ec3a7cdf227 1402 
auto-multiple-choice_0.468-3.dsc
 1ab53951c56a72f7ff905694ab185d53fcf264c4ed3361ab193bbc8922c84022 16422 
auto-multiple-choice_0.468-3.debian.tar.gz
 29d4c9aa9a968af29938164129c607ee4601fa762929f6c187bc9f5a29dc25cb 1776858 
auto-multiple-choice_0.468-3_amd64.deb
Files: 
 432eca9b925dc93383a132dc618d4f3a 1402 x11 optional 
auto-multiple-choice_0.468-3.dsc
 92116f7dc2f3ad91c7cb278c6100220c 16422 x11 optional 
auto-multiple-choice_0.468-3.debian.tar.gz
 62f213ea77e5564963ab8f7ae566748f 1776858 x11 optional 
auto-multiple-choice_0.468-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFOJwTLnfmb2hFpETARAmfCAJ9/Jctd3i4yf9MnJVDcCqFccn5eyACdGsdc
VgYU2QdEV0RVN7F+bHiIcKI=
=gY1x
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to