[odb-users] Problems using ODB w/SQLite on Windows
Syre, William
wsyre at harris.com
Thu May 30 09:59:30 EDT 2019
Here is the full output starting with the .bat file.
-----Original Message-----
From: Boris Kolpackov <boris at codesynthesis.com>
Sent: Thursday, May 30, 2019 9:55 AM
To: Syre, William (US Person) <wsyre at harris.com>
Cc: odb-users at codesynthesis.com
Subject: Re: [odb-users] Problems using ODB w/SQLite on Windows
Syre, William <wsyre at harris.com> writes:
> Directory of H:\build2\bin
>
> [...]
>
> H:\>
>
> I don't have access to C:\ so I am using H
Ok, build2 executables are missing in that listing.
How did you install build2 to H:\? Can you show the exact command line you ran?
Also, I assume the install batch file finished successfully. Any chance you can provide its entire output? (Either upload somewhere and send the link or send it to me as an attachment off-list.)
-------------- next part --------------
H:\build2-build>build2-install-mingw-0.10.0.bat
H:\build2-build>powershell.exe -nologo -noprofile -command "& { try{Invoke-WebRequest https://download.build2.org/toolchain.sha256 -OutFile toolchain.sha256 -TimeoutSec 600} catch {Write-Host $_.Exception.Message; Exit 1} }"
About to download, build, and install build2 toolchain 0.10.0 (public).
On: Windows 10 (10.0)
From: https://download.build2.org
Using: included MinGW GCC (x86_64-w64-mingw32)
Install directory: C:\build2\
Build directory: H:\build2-build\
Package repository: https://pkg.cppget.org/1/alpha
For options (change the installation directory, etc), run:
build2-install-mingw-0.10.0.bat -h
Continue? [y/n]y
H:\build2-build>if exist C:\build2\ rmdir /S /Q C:\build2
C:\build2\bin\mingw - Access is denied.
H:\build2-build>if exist build2-toolchain-0.10\ rmdir /S /Q build2-toolchain-0.10
H:\build2-build>if exist build2-toolchain-0.10.0\ rmdir /S /Q build2-toolchain-0.10.0
H:\build2-build>powershell.exe -nologo -noprofile -command "& { try{Invoke-WebRequest https://download.build2.org/0.10.0/build2-baseutils-0.10.0-x86_64-windows.zip -OutFile build2-baseutils-0.10.0-x86_64-windows.zip -TimeoutSec 600} catch {Write-Host $_.Exception.Message; Exit 1} }"
info: build2-baseutils-0.10.0-x86_64-windows.zip checksum verified successfully
H:\build2-build>powershell.exe -nologo -noprofile -command "& { try{Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory('build2-baseutils-0.10.0-x86_64-windows.zip', '.')} catch {Write-Host $_.Exception.Message; Exit 1} }"
H:\build2-build>if not exist C:\ md C:\
H:\build2-build>move build2-baseutils-0.10.0-x86_64-windows C:\build2
Access is denied.
info: move failed, falling back to copy...
H:\build2-build>if not exist C:\build2\ md C:\build2
H:\build2-build>cd ..
H:\>cd build2
H:\build2>cd ..
H:\>dir build2\bin
Volume in drive H is VOLSIS01
Volume Serial Number is 8029-84CF
Directory of H:\build2\bin
05/30/2019 09:30 AM <DIR> .
05/30/2019 09:30 AM <DIR> ..
03/18/2019 05:21 PM 1,088,650 busybox.exe
03/18/2019 05:21 PM 48,220 bzip2.exe
03/18/2019 05:21 PM 285,483 curl.exe
03/18/2019 05:21 PM 271,063 diff.exe
03/18/2019 05:21 PM 40,736 git-receive-pack.exe
03/18/2019 05:21 PM 1,661,216 git-remote-http.exe
03/18/2019 05:21 PM 1,661,216 git-remote-https.exe
03/18/2019 05:21 PM 40,736 git-upload-pack.exe
03/18/2019 05:21 PM 2,819,352 git.exe
03/18/2019 05:20 PM 101,937 gzip.exe
03/18/2019 05:20 PM 141,728 install.exe
03/18/2019 05:20 PM 149,646 less.exe
05/30/2019 09:30 AM <DIR> mingw
05/30/2019 09:30 AM <DIR> msys
03/18/2019 05:21 PM 705,908 openssl.exe
03/18/2019 05:20 PM 59,107 rm.exe
03/18/2019 05:20 PM 58,026 rmdir.exe
03/18/2019 05:21 PM 53,404 sha256sum.exe
05/30/2019 09:30 AM <DIR> ssl
03/18/2019 05:21 PM 469,618 tar.exe
03/18/2019 05:21 PM 173,196 unzip.exe
03/18/2019 05:21 PM 82,335 xz.exe
03/18/2019 05:21 PM 188,913 zip.exe
20 File(s) 10,100,490 bytes
5 Dir(s) 3,769,720,832 bytes free
H:\>
More information about the odb-users
mailing list