Hi!

I tried to reproduce this using the upcoming version I am packging (1.15.0+ds1-1), as follows:

cd `mktemp -d`
git clone https://salsa.debian.org/debian/doxygen.git/
docker pull debian:sid
docker run --rm -it -v $PWD:/src -w /src debian:sid
echo 'Acquire::http::Proxy "http://host.docker.internal:3142";;' > /etc/apt/apt.conf.d/01proxy
apt update && apt upgrade -y && apt install -y devscripts equivs
cd doxygen
mk-build-deps -ir
GNUMAKEFLAGS='--shuffle=reverse --trace' gbp buildpackage -us -uc --git-verbose 2>&1 | tee ../build.log

without success (see attached log). Am I doing something wrong?

Poalo

Attachment: build.log.xz
Description: application/xz

Reply via email to