Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669990 - media-libs/opencv-3.4.1-r4 - cmake -BUILD_opencv_apps= typo
Summary: media-libs/opencv-3.4.1-r4 - cmake -BUILD_opencv_apps= typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amy Liffey
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-10-30 18:18 UTC by Eugene Shalygin
Modified: 2018-11-27 18:55 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Shalygin 2018-10-30 18:18:57 UTC
Ebuild fails because of line 350: -BUILD_opencv_apps=

cmake '-B' argument:
-B <path-to-build>           = Explicitly specify a build directory.


Replacing with -DBUILD_opencv_apps= helps
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-11-01 10:20:23 UTC
Looks like the typo was introduced in 3.2.0.
Comment 2 Attila Tóth 2018-11-27 16:32:11 UTC
I'd like to confirm this annoying bug.
Comment 3 Larry the Git Cow gentoo-dev 2018-11-27 18:29:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c531c7dfae4bd7f4677e6cc3043b5de6deaa146f

commit c531c7dfae4bd7f4677e6cc3043b5de6deaa146f
Author:     Amy Liffey <amynka@gentoo.org>
AuthorDate: 2018-11-27 18:24:46 +0000
Commit:     Amy Liffey <amynka@gentoo.org>
CommitDate: 2018-11-27 18:28:51 +0000

    media-libs/opencv: fix typo
    
    Closes: https://bugs.gentoo.org/669990
    Signed-off-by: Amy Liffey <amynka@gentoo.org>
    Package-Manager: Portage-2.3.49, Repoman-2.3.11

 media-libs/opencv/{opencv-3.2.0-r3.ebuild => opencv-3.2.0-r4.ebuild} | 2 +-
 media-libs/opencv/{opencv-3.3.0-r5.ebuild => opencv-3.3.0-r6.ebuild} | 2 +-
 media-libs/opencv/opencv-3.4.1-r2.ebuild                             | 2 +-
 media-libs/opencv/{opencv-3.4.1-r4.ebuild => opencv-3.4.1-r5.ebuild} | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)
Comment 4 Pavol Cupka 2018-11-27 18:43:24 UTC
Thank you very much!
Comment 5 Amy Liffey gentoo-dev 2018-11-27 18:55:07 UTC
(In reply to Pavol Cupka from comment #4)
> Thank you very much!

I am sorry it took that much time.. TODO list failed me..