You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't Open apps//openssl.pdb at .\util\copy.pl line 68.
NMAKE : fatal error U1077: '"C:/Users/pierr/.conan/data/strawberryperl/5.32.1.1/_/_/package/ca33edce272a279b24f87dc0d4cf5bbdcffbc187/bin/perl.exe" ".\util\copy.pl" "apps\\openssl.pdb" "C:\Users\pierr\.conan\data\openssl\1.1.1s\_\_\package\5a61a86bb3e07ce4262c80e1510f9c05e9b6d48b/\bin"' : return code '0x2'
Stop.
ERROR: openssl/1.1.1s: Error in package() method, line 784
self.run(f'nmake -f Makefile {target} {" ".join(args)}')
ConanException: Error 2 while executing nmake -f Makefile install_sw DESTDIR=C:\Users\pierr\.conan\data\openssl\1.1.1s\_\_\package\5a61a86bb3e07ce4262c80e1510f9c05e9b6d48b
Error while running conan install.
At C:\Users\pierr\git\orbit\build.ps1:79 char:5
+ Throw "Error while running conan install."
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Error while running conan install.:String) [], RuntimeException
+ FullyQualifiedErrorId : Error while running conan install.
It seems .\util\copy.pl is trying to copy apps\\openssl.pdb but the pdb file does not exist. I've run into this in the past, this was somehow fixed at some point, but we are hitting the issue again. Perhaps because of not having conan lockfiles anymore, which is a big blow to build reproducibility.
I'm building with ./bootstrap-orbit.ps1 msvc2019_relwithdebinfo. I've tried building for msvc2022, but I get into other issues.
I'm using conan 1.63, which is the latest 1.X version right now.
The text was updated successfully, but these errors were encountered:
When trying to compile Windows, I get
It seems
.\util\copy.pl
is trying to copyapps\\openssl.pdb
but the pdb file does not exist. I've run into this in the past, this was somehow fixed at some point, but we are hitting the issue again. Perhaps because of not having conan lockfiles anymore, which is a big blow to build reproducibility.I'm building with
./bootstrap-orbit.ps1 msvc2019_relwithdebinfo
. I've tried building for msvc2022, but I get into other issues.I'm using conan 1.63, which is the latest 1.X version right now.
The text was updated successfully, but these errors were encountered: