Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459568 - [mysql overlay] dev-db/mysql-5.6.10 - CMake Error at cmake/ssl.cmake:204 (MESSAGE): Wrong option for WITH_SSL. Valid values are : ...
Summary: [mysql overlay] dev-db/mysql-5.6.10 - CMake Error at cmake/ssl.cmake:204 (MES...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 17:09 UTC by Maurice Volaski
Modified: 2013-03-16 19:35 UTC (History)
0 users

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


Attachments
build_5.6.10.log.zip (build_5.6.10.log.zip,6.25 KB, application/x-zip)
2013-02-27 17:10 UTC, Maurice Volaski
Details
emerge info (emerge_info,4.06 KB, text/plain)
2013-02-27 17:10 UTC, Maurice Volaski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maurice Volaski 2013-02-27 17:09:34 UTC
The 5.6 mysql tree in layman is not compiling. 


 [31;01m*[0m ERROR: dev-db/mysql-5.6.9_rc failed (configure phase):
 [31;01m*[0m   cmake failed
 [31;01m*[0m 
 [31;01m*[0m Call stack:
 [31;01m*[0m     ebuild.sh, line   93:  Called src_configure
 [31;01m*[0m   environment, line 4011:  Called mysql-v2_src_configure
 [31;01m*[0m   environment, line 3523:  Called mysql-cmake_src_configure
 [31;01m*[0m   environment, line 3198:  Called cmake-utils_src_configure
 [31;01m*[0m   environment, line  835:  Called _execute_optionaly 'src_configure'
 [31;01m*[0m   environment, line  271:  Called enable_cmake-utils_src_configure
 [31;01m*[0m   environment, line 1213:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";

Full logs and emerge info included as attachment
Comment 1 Maurice Volaski 2013-02-27 17:10:11 UTC
Created attachment 340378 [details]
build_5.6.10.log.zip
Comment 2 Maurice Volaski 2013-02-27 17:10:38 UTC
Created attachment 340380 [details]
emerge info
Comment 3 Brian Evans (RETIRED) gentoo-dev 2013-02-28 14:02:09 UTC
USE="ssl" is required for 5.6 at the moment.

We must choose to always enable OpenSSL or use yaSSL when disabled.

In addition, 5.6 won't build on Gentoo until bug 436978 is solved.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2013-03-16 19:35:57 UTC
InGit