Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cosmo0920/39ce88c2fff35964160e to your computer and use it in GitHub Desktop.
Save cosmo0920/39ce88c2fff35964160e to your computer and use it in GitHub Desktop.
win8.1vm でビルドします。 ワークスペース: C:\jw\workspace\dmbvc2013
Fetching changes from the remote Git repository
Checking out Revision c3f7c0161dd8709cb6d0de6f33021495f5724d08 (refs/remotes/mrnbuild/master)
[dmbvc2013] $ powershell.exe "& 'C:\Users\cosmo\AppData\Local\Temp\hudson1594888627552714923.ps1'"
Use Mroonga 5.03 nightly source
extract Mroonga 5.03 zip
get Mroonga batfile for windows
prepare Mroonga 5.03 building
ディレクトリ: C:\jw\workspace\dmbvc2013\powershell
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 2015/06/23 6:00 work
apply patch file(s)
using C:\jw\workspace\dmbvc2013\patches\.gitkeep file
building Mroonga 5.03 with MariaDB 10.0.19 ...
C:\jw\workspace\dmbvc2013\powershell\work>rmdir /S /Q build-vc2013-zip-32
指定されたファイルが見つかりません。
C:\jw\workspace\dmbvc2013\powershell\work>mkdir build-vc2013-zip-32
C:\jw\workspace\dmbvc2013\powershell\work>cd build-vc2013-zip-32
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-32>cmake ..\source -G "Visual Studio 12" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF 1>config.log
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-32>cmake --build . --config RelWithDebInfo 1>build.log
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-32>cmake --build . --config RelWithDebInfo --target package 1>zip.log
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-32>move *.zip ..\
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-32\mariadb-10.0.19-win32.zip
1 個のファイルを移動しました。
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-32>cd ..
C:\jw\workspace\dmbvc2013\powershell\work>rmdir /S /Q build-vc2013-zip-64
指定されたファイルが見つかりません。
C:\jw\workspace\dmbvc2013\powershell\work>mkdir build-vc2013-zip-64
C:\jw\workspace\dmbvc2013\powershell\work>cd build-vc2013-zip-64
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-64>cmake ..\source -G "Visual Studio 12 Win64" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF 1>config.log
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-64>cmake --build . --config RelWithDebInfo 1>build.log
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-64>cmake --build . --config RelWithDebInfo --target package 1>zip.log
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-64>move *.zip ..\
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-64\mariadb-10.0.19-winx64.zip
1 個のファイルを移動しました。
C:\jw\workspace\dmbvc2013\powershell\work\build-vc2013-zip-64>cd ..
unpack Mroonga 5.03 packed zip
install Mroonga 5.03 to MariaDB
packing Mroonga 5.03
CodeBase : file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression.FileSystem/v4.0_4.0.0.0_
_b77a5c561934e089/System.IO.Compression.FileSystem.dll
FullName : System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e0
89
EntryPoint :
DefinedTypes : {System.IO.Compression.ZipFile, System.IO.Compression.ZipFileExtensions, System.IO.Compression.SR
}
Evidence : {<System.Security.Policy.GacInstalled version="1"/>
, <StrongName version="1"
Key="00000000000000000400000000000000"
Name="System.IO.Compression.FileSystem"
Version="4.0.0.0"/>
, <System.Security.Policy.Url version="1">
<Url>file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression.FileSystem/v4.0_4.0
.0.0__b77a5c561934e089/System.IO.Compression.FileSystem.dll</Url>
</System.Security.Policy.Url>
, <System.Security.Policy.Zone version="1">
<Zone>MyComputer</Zone>
</System.Security.Policy.Zone>
...}
PermissionSet : {}
SecurityRuleSet : Level2
ManifestModule : System.IO.Compression.FileSystem.dll
ReflectionOnly : False
Location : C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IO.Compression.FileSystem\v4.0_4.0.0.0__b77a5c5
61934e089\System.IO.Compression.FileSystem.dll
ImageRuntimeVersion : v4.0.30319
GlobalAssemblyCache : True
HostContext : 0
IsDynamic : False
EscapedCodeBase : file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression.FileSystem/v4.0_4.0.0.0_
_b77a5c561934e089/System.IO.Compression.FileSystem.dll
ExportedTypes : {System.IO.Compression.ZipFile, System.IO.Compression.ZipFileExtensions}
IsFullyTrusted : True
CustomAttributes : {[System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.CompilerServices.
CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.InteropServices.ComVisibleAttribute((
Boolean)False)], [System.CLSCompliantAttribute((Boolean)True)]...}
Modules : {System.IO.Compression.FileSystem.dll}
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment