After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753849 - opencv: configure.ac fixes for cross compilation problems
opencv: configure.ac fixes for cross compilation problems
Status: RESOLVED DUPLICATE of bug 753651
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-19 22:22 UTC by Carlos Rafael Giani
Modified: 2015-08-20 13:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow for custom opencv prefix (980 bytes, patch)
2015-08-19 22:22 UTC, Carlos Rafael Giani
needs-work Details | Review
Replace AC_CHECK_FILE with a "test -d" check (1.27 KB, patch)
2015-08-19 22:23 UTC, Carlos Rafael Giani
needs-work Details | Review

Description Carlos Rafael Giani 2015-08-19 22:22:28 UTC
Created attachment 309647 [details] [review]
Allow for custom opencv prefix

The configure.ac script has issues which prevent OpenCV checks from operating correctly in cross compilation environments. The attached patches fix this.
Comment 1 Carlos Rafael Giani 2015-08-19 22:23:52 UTC
Created attachment 309648 [details] [review]
Replace AC_CHECK_FILE with a "test -d" check

AC_CHECK_FILE is not suitable for cross compilation. For the OpenCV path check, "test -d" is sufficient.
Comment 2 Sebastian Dröge (slomo) 2015-08-20 07:21:33 UTC
Comment on attachment 309648 [details] [review]
Replace AC_CHECK_FILE with a "test -d" check

Please squash both patches together.


Why is AC_CHECK_FILE not suitable for cross-compilation? What is it good for then? ;)
Comment 3 Carlos Rafael Giani 2015-08-20 13:23:36 UTC

*** This bug has been marked as a duplicate of bug 753651 ***