Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Windows builds failing because of gitpython dependency #137

@ChristianKuehnel

Description

@ChristianKuehnel

Applying the patches from Phabricator currently fails because of a broken dependency in the latest docker containers:

C:\ws\workspace\amd64_windows_vs2017\llvm-project>python C:\ws\workspace\amd64_windows_vs2017/llvm-premerge-checks/scripts/phabtalk/apply_patch2.py --comment-file C:\ws\workspace\amd64_windows_vs2017/build/.phabricator-comment  --token **** --url https://reviews.llvm.org 245836 
Traceback (most recent call last):
  File "C:\ws\workspace\amd64_windows_vs2017/llvm-premerge-checks/scripts/phabtalk/apply_patch2.py", line 26, in <module>
    from git import Repo, GitCommandError
  File "C:\Python38\lib\site-packages\git\__init__.py", line 38, in <module>
    from git.exc import *                       # @NoMove @IgnorePep8
  File "C:\Python38\lib\site-packages\git\exc.py", line 9, in <module>
    from git.compat import UnicodeMixin, safe_decode, string_types
  File "C:\Python38\lib\site-packages\git\compat.py", line 16, in <module>
    from gitdb.utils.compat import (
ModuleNotFoundError: No module named 'gitdb.utils.compat'

So i disabled the build feedback in Phabricator:
https://reviews.llvm.org/harbormaster/step/view/4/

Metadata

Metadata

Labels

WindowsbugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions