[odb-users] Problems using ODB w/SQLite on Windows

Syre, William wsyre at harris.com
Thu May 30 10:24:32 EDT 2019


I'm getting a curl error now 

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

I've included the text file of the greater output for context as well.
-----Original Message-----
From: Boris Kolpackov <boris at codesynthesis.com> 
Sent: Thursday, May 30, 2019 10:11 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:

> Here is the full output starting with the .bat file. 
> 
> H:\build2-build>build2-install-mingw-0.10.0.bat
>
> [...]
>
> H:\build2-build>if exist C:\build2\ rmdir /S /Q C:\build2 
> C:\build2\bin\mingw - Access is denied.
> 
> H:\build2-build>move build2-baseutils-0.10.0-x86_64-windows C:\build2 
> Access is denied.

Ok, the script failed (because it cannot write to C:\build2, the default installation location). Try this:

> build2-install-mingw-0.10.0.bat H:\build2

And then use H:\build2 instead of C:\build2 everywhere, for example:

> set "PATH=H:\build2\bin;%PATH%"
> where bpkg

-------------- next part --------------
H:\build2-build>build2-install-mingw-0.10.0.bat H:\build2

H:\build2-build>powershell.exe -nologo -noprofile -command "& { try{Invoke-WebRequest https://download.build2.org/toolch
ain.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: H:\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 H:\build2\ rmdir /S /Q H:\build2

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

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 H:\ md H:\

H:\build2-build>move build2-baseutils-0.10.0-x86_64-windows H:\build2
        1 dir(s) moved.

H:\build2-build>curl -fLO --progress-bar --connect-timeout 60 --max-time 600 "https://download.build2.org/0.10.0/build2-mingw-0.10.0-x86_64-windows.tar.xz"
##O=#    #
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

H:\build2-build>


More information about the odb-users mailing list