为什么我没有建立mariadb?


0

错误消息如下:

141>  Call Stack (most recent call first):
141>    D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:81 (INCLUDE)
141>
141>
141>  CMake Error at D:/tmp/mariadb-5.5.27/bu/plugin/semisync/cmake_install.cmak
e:38 (FILE):
141>    file INSTALL cannot find
141>    "D:/tmp/mariadb-5.5.27/bu/plugin/semisync/RelWithDebInfo/semisync_master
.dll".
141>  Call Stack (most recent call first):
141>    D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:83 (INCLUDE)
141>
141>
141>  CMake Error at D:/tmp/mariadb-5.5.27/bu/plugin/semisync/cmake_install.cmak
e:54 (FILE):
141>    file INSTALL cannot find
141>    "D:/tmp/mariadb-5.5.27/bu/plugin/semisync/RelWithDebInfo/semisync_slave.
dll".
141>  Call Stack (most recent call first):
141>    D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:83 (INCLUDE)
141>
141>
141>  CMake Error at D:/tmp/mariadb-5.5.27/bu/plugin/sql_errlog/cmake_install.cm
ake:38 (FILE):
141>    file INSTALL cannot find
141>    "D:/tmp/mariadb-5.5.27/bu/plugin/sql_errlog/RelWithDebInfo/sql_errlog.dl
l".
141>  Call Stack (most recent call first):
141>    D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:84 (INCLUDE)
141>
141>
141>  CMake Error at D:/tmp/mariadb-5.5.27/bu/plugin/win_auth_client/cmake_insta
ll.cmake:38 (FILE):
141>    file INSTALL cannot find
141>    "D:/tmp/mariadb-5.5.27/bu/plugin/win_auth_client/RelWithDebInfo/authenti
cation_windows_client.dll".
141>  Call Stack (most recent call first):
141>    D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:85 (INCLUDE)
141>
141>
141>  CMake Error at D:/tmp/mariadb-5.5.27/bu/sql/cmake_install.cmake:38 (FILE):

141>    file INSTALL cannot find
141>    "D:/tmp/mariadb-5.5.27/bu/sql/RelWithDebInfo/mysqld.exe".
141>  Call Stack (most recent call first):
141>    D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:100 (INCLUDE)
141>
141>
    ...
141>    "D:/tmp/mariadb-5.5.27/bu/plugin/win_auth_client/RelWithDebInfo/authenti
cation_windows_client.dll".
141>  Call Stack (most recent call first):
141>    D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:85 (INCLUDE)
141>
141>
141>  CMake Error at D:/tmp/mariadb-5.5.27/bu/sql/cmake_install.cmake:38 (FILE):

141>    file INSTALL cannot find
141>    "D:/tmp/mariadb-5.5.27/bu/sql/RelWithDebInfo/mysqld.exe".
141>  Call Stack (most recent call first):
141>    D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:100 (INCLUDE)
141>
141>
141>EXEC : CPack error : Error when generating package: MySQL
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: 命令“setlocal
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: cd D:\tmp\mariadb-5.5.27\bu
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: D:
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: C:\tools\cmake28\bin\cpack.exe -C RelWithDebInfo --conf
ig ./CPackConfig.cmake
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: :cmEnd
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: endlocal & call :cmErrorLevel %errorlevel% & goto :cmDo
ne
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: :cmErrorLevel
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: exit /b %1
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: :cmDone
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target
s(113,5): error MSB3073: if %errorlevel% neq 0 goto :VCEnd
141>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.target

Answers:


3

看起来编译失败了,因为错误是关于无法安装的二进制文件,因为它们不存在。

但是,无法猜出原始错误是什么,因为提供的输出不完整 - 最有可能是之前发生的真正问题。


所以你需要整个输出吗?这可能是一个大文件:(
hugemeow
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.