control: reassign -1 src:pydoctor control: affects -1 src:git-buildpackage Hi, as this comes out of pydoctor I'll reassign there but have added a workaround to git-buildpackage too. Cheers, -- Guido
On Sun, Sep 18, 2022 at 08:00:34AM +0200, Lucas Nussbaum wrote: > Source: git-buildpackage > Version: 0.9.28 > Severity: serious > Justification: FTBFS > Tags: bookworm sid ftbfs > User: lu...@debian.org > Usertags: ftbfs-20220917 ftbfs-bookworm > > Hi, > > During a rebuild of all packages in sid, your package failed to build > on amd64. > > > Relevant part (hopefully): > > make[3]: Entering directory '/<<PKGBUILDDIR>>' > > mkdir -p build > > pydoctor -v gbp tests/doctests/ > > Traceback (most recent call last): > > File "/usr/lib/python3/dist-packages/cachecontrol/caches/file_cache.py", > > line 74, in __init__ > > from filelock import FileLock > > ModuleNotFoundError: No module named 'filelock' > > > > During handling of the above exception, another exception occurred: > > > > Traceback (most recent call last): > > File "/usr/bin/pydoctor", line 8, in <module> > > sys.exit(main()) > > File "/usr/lib/python3/dist-packages/pydoctor/driver.py", line 166, in > > main > > system = get_system(options) > > File "/usr/lib/python3/dist-packages/pydoctor/driver.py", line 26, in > > get_system > > cache = prepareCache(clearCache=options.clear_intersphinx_cache, > > File "/usr/lib/python3/dist-packages/pydoctor/sphinx.py", line 431, in > > prepareCache > > return IntersphinxCache.fromParameters( > > File "/usr/lib/python3/dist-packages/pydoctor/sphinx.py", line 385, in > > fromParameters > > cache=FileCache(cachePath), > > File "/usr/lib/python3/dist-packages/cachecontrol/caches/file_cache.py", > > line 84, in __init__ > > raise ImportError(notice) > > ImportError: > > NOTE: In order to use the FileCache you must have > > filelock installed. You can install it via pip: > > pip install filelock > > > > make[3]: *** [Makefile:34: apidocs] Error 1 > > > The full build log is available from: > http://qa-logs.debian.net/2022/09/17/git-buildpackage_0.9.28_unstable.log > > All bugs filed during this archive rebuild are listed at: > https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org > or: > https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results > > A list of current common problems and possible solutions is available at > http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! > > If you reassign this bug to another package, please marking it as > 'affects'-ing > this package. See https://www.debian.org/Bugs/server-control#affects > > If you fail to reproduce this, please provide a build log and diff it with > mine > so that we can identify if something relevant changed in the meantime.