Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bazel@HEAD has a regression on building TF on Windows #2415

Closed
meteorcloudy opened this issue Jan 25, 2017 · 0 comments
Closed

Bazel@HEAD has a regression on building TF on Windows #2415

meteorcloudy opened this issue Jan 25, 2017 · 0 comments
Assignees
Labels
P1 I'll work on this now. (Assignee required) platform: windows

Comments

@meteorcloudy
Copy link
Member

http://ci.bazel.io/job/TensorFlow/BAZEL_VERSION=HEAD,PLATFORM_NAME=windows-x86_64/626/console

ERROR: C:/jenkins/workspace/TensorFlow/BAZEL_VERSION/HEAD/PLATFORM_NAME/windows-x86_64/tensorflow/python/BUILD:873:1: Linking of rule '//tensorflow/python:gen_linalg_ops_py_wrappers_cc' failed: msvc_cl.bat failed: error executing command 
  cd C:/tmp/_bazel_SYSTEM/M6MPv74W/execroot/windows-x86_64
  SET PATH=external/local_config_cc/wrapper/bin
  external/local_config_cc/wrapper/bin/msvc_cl.bat /OUT:bazel-out/host/bin/tensorflow/python/gen_linalg_ops_py_wrappers_cc.exe -pthread -m64 -Wl,-S -Xcompilation-mode=opt -Wl,@bazel-out/host/bin/tensorflow/python/gen_linalg_ops_py_wrappers_cc.exe-2.params: com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 1120
Warning: Unmatched arguments: -ldl -lm -ldl -lm
Warning: Unmatched arguments: -pthread
LINK : warning LNK4044: unrecognized option '/MD'; ignored
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
libprotobuf_lite.a(arenastring.o) : warning LNK4049: locally defined symbol _invalid_parameter_noinfo_noreturn imported

A suspect culprit is : 09c7221

I'll confirm that and try to fix it.

At the same time, TF is also broken on Windows from their side, filed bug tensorflow/tensorflow#7055

@meteorcloudy meteorcloudy added platform: windows P1 I'll work on this now. (Assignee required) Release blocker labels Jan 25, 2017
@meteorcloudy meteorcloudy self-assigned this Jan 25, 2017
meteorcloudy added a commit that referenced this issue Jan 25, 2017
Fixed #2415

--
PiperOrigin-RevId: 145530562
MOS_MIGRATED_REVID=145530562
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 I'll work on this now. (Assignee required) platform: windows
Projects
None yet
Development

No branches or pull requests

1 participant