Package: src:zimfw
Version: 1.20.0-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202605/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:zimfw, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
if command -v git >/dev/null && git rev-parse --is-inside-work-tree >/dev/null 
&>/dev/null && [ "$(git rev-parse --show-toplevel)" = "/<<PKGBUILDDIR>>" ] ; 
then \
                git checkout zimfw.zsh ;\
fi
/bin/sh: 1: git: not found
rm -rf tmp
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make -B zimfw.zsh
make[2]: Entering directory '/<<PKGBUILDDIR>>'
erb src/zimfw.zsh.erb >| zimfw.zsh
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make lint
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
bats test/test_*.bats
1..22
not ok 1 can print info
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_actions.bats, line 5)
#   `setup_all' failed
not ok 2 can print info with symlinks
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_actions.bats, line 5)
#   `setup_all' failed
not ok 3 can turn script path to absolute path
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_actions.bats, line 5)
#   `setup_all' failed
not ok 4 can check-version
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_actions.bats, line 5)
#   `setup_all' failed
not ok 5 can define module with custom cmd
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_modules.bats, line 5)
#   `setup_all' failed
not ok 6 can define module with custom URL
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_modules.bats, line 5)
#   `setup_all' failed
not ok 7 can define module with multiple source files
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_modules.bats, line 5)
#   `setup_all' failed
not ok 8 can define modules with custom options
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_modules.bats, line 5)
#   `setup_all' failed
not ok 9 can define external module with custom name
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_modules.bats, line 5)
#   `setup_all' failed
not ok 10 can define module with roots
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_roots.bats, line 5)
#   `setup_all' failed
not ok 11 can define module with roots and custom options
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_roots.bats, line 5)
#   `setup_all' failed
not ok 12 can strip slashes from names and roots
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_roots.bats, line 5)
#   `setup_all' failed
not ok 13 can define external module with roots
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_roots.bats, line 5)
#   `setup_all' failed
not ok 14 can install submodules
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_submodules.bats, line 5)
#   `setup_all' failed
not ok 15 can skip submodules
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_submodules.bats, line 5)
#   `setup_all' failed
not ok 16 cannot install submodules using degit
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_submodules.bats, line 5)
#   `setup_all' failed
not ok 17 can skip submodules using degit
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_submodules.bats, line 5)
#   `setup_all' failed
not ok 18 can configure ZIM_HOME outside HOME
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_zim_home.bats, line 6)
#   `setup_all' failed
not ok 19 cannot init with empty .zimrc
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_zimrc.bats, line 5)
#   `setup_all' failed
not ok 20 can configure path to .zimrc
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_zimrc.bats, line 5)
#   `setup_all' failed
not ok 21 can define function in .zimrc
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_zimrc.bats, line 5)
#   `setup_all' failed
not ok 22 can create default .zimrc
# (from function `setup_all' in file test/test_helper/setup_all, line 8,
#  from function `setup' in test file test/test_zimrc.bats, line 5)
#   `setup_all' failed
make[1]: *** [debian/rules:16: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to