Open SyahmieS opened 5 months ago
I'm also got this probmle. In span of days, there was no any feedback for this question. Can anyone pay attention to this problem?
Seems like this is a result of something like https://stackoverflow.com/questions/22046780/whats-the-windows-command-shell-equivalent-of-bashs-true-command though its not clear to me where.
AFAICT, this doesn't obviously seem to be a protobuf issue but seems likely to be something broken for windows in your specific workflow (maybe VsDevCmd.bat or msbuild?). I'm not certain msbuild falls under our official support, but happy to take a contribution here if there's something that can be fixed on our side.
Seems like this is a result of something like https://stackoverflow.com/questions/22046780/whats-the-windows-command-shell-equivalent-of-bashs-true-command though its not clear to me where.
AFAICT, this doesn't obviously seem to be a protobuf issue but seems likely to be something broken for windows in your specific workflow (maybe VsDevCmd.bat or msbuild?). I'm not certain msbuild falls under our official support, but happy to take a contribution here if there's something that can be fixed on our side.
Hi, I use commit 62d5d9b, it builds ok, but when I use the latest commit, it issues the same error (Error copying file......) with this issue. I also build with Visual Studio.
I don't have access to a Windows system to reproduce the issue. Would it be possible to use https://git-scm.com/docs/git-bisect to pinpoint what commit broke this for you?
I don't have access to a Windows system to reproduce the issue. Would it be possible to use https://git-scm.com/docs/git-bisect to pinpoint what commit broke this for you?
@JasonLunn This commit 6898451f5e4c84e79a6f48ea6c46959960743970 caused the issue. Can you take a look? Thanks.
@mkruskal-google - can you take a look as the comment in question is part of your work to setup upb installation?
CC: @haberman
[MSVC] [WINDOWS] _Error copying file "C:/gitP/google/protobuf/upb/base/descriptor_constants.h" to "C:/gitP/google/protobuf/build_amd64/tmp-install-test/C:/gitP/google/protobuf/upb/base/descriptorconstants.h". 'true' is not recognized as an internal or external command, operable program or batch file. It can be reproduced on this commit
2f6e705
. Could you please help and take a look at this? Thanks in advance!Steps to reproduce the behaviour:
Error Message: Error copying file "C:/gitP/google/protobuf/upb/base/descriptor_constants.h" to "C:/gitP/google/protobuf/build_amd64/tmp-install-test/C:/gitP/google/protobuf/upb/base/descriptor_constants.h". 'true' is not recognized as an internal or external command, operable program or batch file. & Error copying file "C:/gitP/google/protobuf/upb/base/descriptor_constants.h" to "C:/gitP/google/protobuf/build_amd64_ltcg/tmp-install-test/C:/gitP/google/protobuf/upb/base/descriptor_constants.h". 'true' is not recognized as an internal or external command, operable program or batch file.
Expected behaviour: Project passed.