Bug 136390 - Compilation Problem highgui graphics/Opencv
Summary: Compilation Problem highgui graphics/Opencv
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-06 21:20 UTC by Joerg Ruppe-Tanner
Modified: 2009-07-25 15:20 UTC (History)
0 users

See Also:


Attachments
file.shar (26.32 KB, text/plain)
2009-07-06 21:20 UTC, Joerg Ruppe-Tanner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Ruppe-Tanner 2009-07-06 21:20:02 UTC
In file included from /usr/local/include/ffmpeg/avformat.h:40,^M
                 from cvcap_ffmpeg.cpp:47:^M
/usr/local/include/libavcodec/avcodec.h:2353: warning: 'ImgReSampleContext' is deprecated (declared at /usr/l
ocal/include/libavcodec/avcodec.h:2347)^M
/usr/local/include/libavcodec/avcodec.h:2363: warning: 'ImgReSampleContext' is deprecated (declared at /usr/l
ocal/include/libavcodec/avcodec.h:2347)^M
cvcap_ffmpeg.cpp: In function 'int icvOpenAVI_FFMPEG(CvCaptureAVI_FFMPEG*, const char*)':^M
cvcap_ffmpeg.cpp:128: warning: comparison between signed and unsigned integer expressions^M
cvcap_ffmpeg.cpp: In function 'void cvReleaseVideoWriter(CvVideoWriter**)':^M
cvcap_ffmpeg.cpp:797: warning: comparison between signed and unsigned integer expressions^M
cvcap_ffmpeg.cpp:804: error: cannot convert 'ByteIOContext**' to 'ByteIOContext*' for argument '1' to 'int ur
l_fclose(ByteIOContext*)'^M
gmake[3]: *** [cvcap_ffmpeg.lo] Error 1^M
gmake[3]: Leaving directory `/usr/ports/graphics/opencv/work/opencv-1.0.0/otherlibs/highgui'^M
gmake[2]: *** [all-recursive] Error 1^M
gmake[2]: Leaving directory `/usr/ports/graphics/opencv/work/opencv-1.0.0/otherlibs'^M
gmake[1]: *** [all-recursive] Error 1^M
gmake[1]: Leaving directory `/usr/ports/graphics/opencv/work/opencv-1.0.0'^M
gmake: *** [all] Error 2^M
*** Error code 1^M
^M
Stop in /usr/ports/graphics/opencv.^M
*** Error code 1^M
^M
Stop in /usr/ports/graphics/opencv.^M
You have new mail in /var/mail/root^M
(^[[1m08:02:29 root@neptun </usr/ports/graphics/opencv>^[[m) 0 # cd /usr/ports/graphics/opencv/work/opencv-1.
0.0/otherlibs/highgui^M

Fix: see attachment, replacing cvcap_ffmpeg.cpp file

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-06 22:18:36 UTC
Maintainer of graphics/opencv,

Please note that PR ports/136390 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/136390

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-06 22:18:39 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Marc Abramowitz 2009-07-15 05:17:30 UTC
--0-1222077781-1247631450=:76850
Content-Type: text/plain; charset=us-ascii

Hi there,

I actually no longer have the time to be maintainer. Perhaps the person who submitted this patch is interested in maintaining?

-Marc





________________________________
From: Edwin Groothuis <edwin@FreeBSD.org>
To: msabramo@yahoo.com
Cc: bug-followup@FreeBSD.org
Sent: Monday, July 6, 2009 2:18:36 PM
Subject: Re: ports/136390: Compilation Problem highgui graphics/Opencv

Maintainer of graphics/opencv,

Please note that PR ports/136390 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/136390

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org

--0-1222077781-1247631450=:76850
Content-Type: text/html; charset=us-ascii

<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:12pt">Hi there,<br><br>I actually no longer have the time to be maintainer. Perhaps the person who submitted this patch is interested in maintaining?<br><br>-Marc<br><div><br></div><div style="font-family: Courier New,courier,monaco,monospace,sans-serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;" ><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Edwin Groothuis &lt;edwin@FreeBSD.org&gt;<br><b><span style="font-weight: bold;">To:</span></b> msabramo@yahoo.com<br><b><span style="font-weight: bold;"
Comment 4 Tilman Keskinoz freebsd_committer freebsd_triage 2009-07-25 15:14:47 UTC
State Changed
From-To: feedback->closed

committed, thanks
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-07-25 15:14:50 UTC
arved       2009-07-25 14:14:35 UTC

  FreeBSD ports repository

  Modified files:
    graphics/opencv      Makefile 
  Added files:
    graphics/opencv/files patch-otherlibs-highgui-cvcap_ffmpeg.cpp 
  Log:
  Fix build
  Set maintainer to ports
  
  PR:             136390
  Submitted by:   Joerg Ruppe-Tanner
  Approved by:    old maintainer
  
  Revision  Changes    Path
  1.12      +1 -1      ports/graphics/opencv/Makefile
  1.1       +14 -0     ports/graphics/opencv/files/patch-otherlibs-highgui-cvcap_ffmpeg.cpp (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"