Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 642598 - media-gfx/hugin-2016.2.0 fails with SYMLINK_LIB=no
Summary: media-gfx/hugin-2016.2.0 fails with SYMLINK_LIB=no
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: no-symlink-lib
  Show dependency tree
 
Reported: 2017-12-29 06:01 UTC by charles17
Modified: 2017-12-29 13:50 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,4.05 KB, text/x-log)
2017-12-29 06:01 UTC, charles17
Details
emerge --info (emerge --info,6.76 KB, text/plain)
2017-12-29 06:05 UTC, charles17
Details
CMakeOutput.log (CMakeOutput.log,49.39 KB, text/x-log)
2017-12-29 06:56 UTC, charles17
Details

Note You need to log in before you can comment on or make changes to this bug.
Description charles17 2017-12-29 06:01:18 UTC
Created attachment 511924 [details]
build.log

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES
  wxWidgets_INCLUDE_DIRS)
Comment 1 charles17 2017-12-29 06:05:34 UTC
Created attachment 511926 [details]
emerge --info
Comment 2 charles17 2017-12-29 06:08:05 UTC
emerge -pqv '=media-gfx/hugin-2016.2.0::gentoo' 
[ebuild   R   ] media-gfx/hugin-2016.2.0  USE="-debug -lapack -python -sift" L10N="-ca -ca-valencia -cs -da -de -en-GB -es -eu -fi -fr -hu -it -ja -nl -pl -pt-BR -ro -ru -sk -sv -zh-CN -zh-TW" PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4" PYTHON_TARGETS="python2_7 python3_5 -python3_4"
Comment 3 Alexander Tsoy 2017-12-29 06:55:09 UTC
ebuild inherits wxwidgets eclass but doesn't call setup-wxwidgets(). Please try the following patch:

@@ -58,6 +58,7 @@
 
 pkg_setup() {
 	use python && python-single-r1_pkg_setup
+	setup-wxwidgets
 }
 
 src_configure() {
Comment 4 charles17 2017-12-29 06:56:25 UTC
Created attachment 511934 [details]
CMakeOutput.log
Comment 5 charles17 2017-12-29 07:12:30 UTC
(In reply to Alexander Tsoy from comment #3)
> ebuild inherits wxwidgets eclass but doesn't call setup-wxwidgets(). Please
> try the following patch:
> 
> @@ -58,6 +58,7 @@
>  
>  pkg_setup() {
>  	use python && python-single-r1_pkg_setup
> +	setup-wxwidgets
>  }
>  
>  src_configure() {

Seems to work.  Thanks for advice
Comment 6 Markus Meier gentoo-dev 2017-12-29 12:16:23 UTC
Fixed all ebuilds, thanks for the report and fix!

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