| View previous topic :: View next topic |
| Author |
Message |
gasundalis n00b

Joined: 23 Feb 2012 Posts: 5
|
Posted: Tue Apr 03, 2012 9:46 am Post subject: ERROR: media-libs/vigra-1.7.1 failed (configure phase) |
|
|
I used command python-updater and the prosess stopped:
| Code: | SyntaxError: invalid syntax
CMake Error at config/FindVIGRANUMPY_DEPENDENCIES.cmake:41 (FILE):
file FILE([TO_CMAKE_PATH|TO_NATIVE_PATH] path result) must be called with
exactly three arguments.
Call Stack (most recent call first):
CMakeLists.txt:69 (FIND_PACKAGE) |
...
| Code: | -- Configuring incomplete, errors occurred!
* ERROR: media-libs/vigra-1.7.1 failed (configure phase):
* cmake failed
*
* Call stack:
* ebuild.sh, line 85: Called src_configure
* environment, line 2502: Called cmake-utils_src_configure
* environment, line 598: Called _execute_optionaly 'src_configure'
* environment, line 195: Called enable_cmake-utils_src_configure
* environment, line 919: Called die
* The specific snippet of code:
* "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; |
How to solve the problem? |
|
| Back to top |
|
 |
DONAHUE Watchman


Joined: 09 Dec 2006 Posts: 5270 Location: Goose Creek SC
|
Posted: Tue Apr 03, 2012 7:35 pm Post subject: |
|
|
https://bugs.gentoo.org/show_bug.cgi?id=401509 reports this fixed in vigra-1.7.1-r1. vigra-1.7.1-r1 is reported stable in amd64 and ppc, but unstable in ppc64, sparc, and x86. http://packages.gentoo.org/package/vigra
If you are using x86, add | Code: | | media-libs/vigra-1.7.1 ~x86 | to /etc/portage/package.keywords and try again. Similar for ppc64 or sparc (~ppc64 or ~sparc). If you are using a version that should have 1.7.1-r1 you may need to update world. _________________ Defund the FCC. |
|
| Back to top |
|
 |
gasundalis n00b

Joined: 23 Feb 2012 Posts: 5
|
Posted: Wed Apr 04, 2012 7:18 am Post subject: |
|
|
OK.
BTW Is it ok to use python 2.7 instead? |
|
| Back to top |
|
 |
DONAHUE Watchman


Joined: 09 Dec 2006 Posts: 5270 Location: Goose Creek SC
|
Posted: Wed Apr 04, 2012 12:54 pm Post subject: |
|
|
main active should be 2.7 as in
| Quote: | python-updater
* Starting Python Updater...
* Main active version of Python: 2.7
* Active version of Python 2: 2.7
* Active version of Python 3: 3.2
* Globally supported Python ABIs in installed repositories:
* gentoo: 2.4 2.5 2.6 2.7 3.1 3.2 2.5-jython 2.7-pypy-1.7 2.7-pypy-1.8 |
_________________ Defund the FCC. |
|
| Back to top |
|
 |
|