Opened 12 years ago

Closed 12 years ago

#33593 closed defect (fixed)

gst-plugins-bad fails to build if opencv is installed

Reported by: drkp (Dan Ports) Owned by: rmstonecipher@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port: gst-plugins-bad

Description

It looks like gst-plugins-bad doesn't depend on opencv, but the configure script detects it and builds the opencv plugin. Unfortunately, that plugin fails to build -- see the attached log.

Probably it should be configuring with --disable-opencv?

Attachments (1)

main.log (1.5 MB) - added by drkp (Dan Ports) 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by drkp (Dan Ports)

Attachment: main.log added

comment:1 Changed 12 years ago by drkp (Dan Ports)

I guess the cause of the compiler error is that opencv's header files don't get along with clang, so switching to llvm-gcc might work, but either way the port shouldn't use opencv if it doesn't depend on it.

comment:2 Changed 12 years ago by jfcaron3

Confirmed on my system, when I removed opencv (which I was not actually using) and did "port clean gst-plugins-bad", then compilation worked fine.

comment:3 Changed 12 years ago by drkp (Dan Ports)

Resolution: fixed
Status: newclosed

Added --disable-opencv in r97956.

Note: See TracTickets for help on using tickets.