TW

Results 2664 comments of TW

``` /usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'use_scm_version' ``` Hmm, the pyproject.toml says borg requires setuptools_scm, but here it complains about the config dict for that.

Something unrelated i noticed: it says "using bundled xxhash". So you do not have libxxhash-dev installed there?

xxhash: No, I just noticed it discovered all from libs via pkg-config, just not that.

I had a look into the .tar.gz: `PKG-INFO` says 1.2.3 and also `borg/_version.py` says 1.2.3. Maybe pip or setuptools_scm malfunctioning somehow?

https://github.com/borgbackup/borg/issues/7302#issuecomment-1407755293 I also have seen this while tweaking setup in borg 1.4-maint branch, but then resolved it after I moved most stuff to `pyproject.tom` and using only `pip install` and...

Maybe we can have this in borg 1.4 rather than in 2.0 - PRs welcome!

Permission and broken pipe errors fixed by #8054 (1.4-maint).

About other repo versions: ## AtticRepository Similar to below, should give error codes 2 (modern: 11). ## Incompatible borg repo (like from borg2) This already works: ``` % borg info...

About corrupted caches / indexes: Guess in such cases, there should be some manual investigation (not just a fully or semi automated "delete and recreate it"). Sometimes the root cause...

`ConnectionClosed(WithHint)`: should give rc 2 (modern: 80/81) and is documented now.