No nightly builds

22 views
Skip to first unread message

Daniel Sahlberg

unread,
Apr 18, 2023, 4:09:57 PM4/18/23
to TortoiseSVN-dev
Hi,

Nightly builds currently fail with:

[[[
[exec] Microsoft (R) Program Maintenance Utility Version 14.30.30706.0 [exec] Copyright (C) Microsoft Corporation. All rights reserved. [exec] [exec] "cl" /Zi /Fdossl_static.pdb /MD /Zl /Gs0 /GF /Gy /W3 /wd4090 /nologo /O2 -I"." -I"include" -I"apps\include" -I".." -I"..\include" -I"..\apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\TSVN\\tortoisesvn\\ext\\build\\ext\\openssl\\out32\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\TSVN\\tortoisesvn\\ext\\build\\ext\\openssl\\out32\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG" -DOPENSSL_SSL_CLIENT_ENGINE_AUTO=capi -DOPENSSL_CAPIENG_DIALOG -c /Foapps\lib\libapps-lib-app_libctx.obj "..\apps\lib\app_libctx.c" [exec] app_libctx.c [exec] ..\apps\lib\app_libctx.c(9): fatal error C1083: Cannot open include file: 'app_libctx.h': No such file or directory [exec] NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX86\x86\cl.EXE"' : return code '0x2' [exec] Stop. [exec] NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX86\x86\nmake.exe"' : return code '0x2' [exec] Stop.
]]]

I assume the missing header file was my mistake on the OpenSSL 3 upgrade. However, I added those in r29540 and I can't figure out why this isn't picked up by the nightly builds.

"openssl/apps/include" was previously an ignored folder (r29014), could it be that the build host is stuck on a tree conflict from r29540?

Kind regards,
Daniel Sahlberg

Stefan

unread,
Apr 22, 2023, 1:13:50 AM4/22/23
to TortoiseSVN-dev
I've mailed Ian, and he deleted the include folder and ran an 'svn up', so there should not be any more conflicts.
But the build still fails...

Daniel Sahlberg

unread,
May 3, 2023, 5:09:05 PM5/3/23
to TortoiseSVN-dev
lördag 22 april 2023 kl. 07:13:50 UTC+2 skrev Stefan:
I've mailed Ian, and he deleted the include folder and ran an 'svn up', so there should not be any more conflicts.
But the build still fails...

Sorry it took a while for me to circle back to this - I looked quickly and everything seemed fine and it took some time to take a closer look.

I believe 'svn up' might not be enough if there is already a tree conflict. I think I reproduced the issue by updating to r29539, building, then trying to update to HEAD. I had do 'svn resolve' (selecting r to Mark as resolved) and 'svn revert ext\openssl\apps\include --depth=infinity' followed by 'svn up'. After this I had a clear 'svn st' and the build succeeded.

/Daniel


Pavel Lyalyakin

unread,
May 5, 2023, 8:53:41 AM5/5/23
to TortoiseSVN-dev
It appears that the issue is still there:
[[[
                 [exec] app_libctx.c
                 [exec] ..\apps\lib\app_libctx.c(9): fatal error C1083: Cannot open include file: 'app_libctx.h': No such file or directory
                 [exec] NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\cl.EXE"' : return code '0x2'
                 [exec] Stop.
                 [exec] NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\nmake.exe"' : return code '0x2'
                 [exec] Stop.
]]]

And there are no new nightly builds. T_T

--
You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tortoisesvn-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn-dev/0b8263ce-4876-4239-a6a6-4ef5134134afn%40googlegroups.com.


--
With best regards,
Pavel Lyalyakin
VisualSVN Team

Daniel Sahlberg

unread,
May 21, 2023, 7:20:23 AM5/21/23
to TortoiseSVN-dev
fredag 5 maj 2023 kl. 14:53:41 UTC+2 skrev Pavel Lyalyakin:
It appears that the issue is still there:
[[[
                 [exec] app_libctx.c
                 [exec] ..\apps\lib\app_libctx.c(9): fatal error C1083: Cannot open include file: 'app_libctx.h': No such file or directory
                 [exec] NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\cl.EXE"' : return code '0x2'
                 [exec] Stop.
                 [exec] NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\nmake.exe"' : return code '0x2'
                 [exec] Stop.
]]]

And there are no new nightly builds. T_T

Stefan made a cleaver fix in the build script which resolved the conflict that prevented a successful build.

/Daniel

Pavel Lyalyakin

unread,
May 21, 2023, 3:41:41 PM5/21/23
to TortoiseSVN-dev
Oh, that's great! Thanks Stefan and Daniel.
 
/Daniel

--
You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tortoisesvn-d...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages