Your message dated Tue, 09 Jan 2024 11:22:27 +0000
with message-id <e1rnabf-006eun...@fasolo.debian.org>
and subject line Bug#1057610: fixed in zsh 5.9-6
has caused the Debian Bug report #1057610,
regarding zsh: FTBFS: texi2any: error parsing ./texi2html.conf: Undefined 
subroutine &Texinfo::Config::set_from_init_file called at ./texi2html.conf line 
1.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1057610: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057610
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:zsh
Version: 5.9-5
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
chmod 755 configure
mkdir -p obj/testhome obj-static/testhome
dh_auto_configure -B obj -- --prefix=/usr --mandir=/usr/share/man --bindir=/bin LDFLAGS="-g 
-Wl,-z,relro -Wl,-z,now" --infodir=/usr/share/info --enable-maildir-support 
--enable-max-jobtable-size=256 --enable-etcdir=/etc/zsh --enable-function-subdirs 
--enable-site-fndir=/usr/local/share/zsh/site-functions --enable-fndir=/usr/share/zsh/functions 
--enable-runhelpdir=/usr/share/zsh/help --with-tcsetpgrp --enable-gdbm 
--with-term-lib="ncursesw tinfo" --enable-cap --enable-pcre --enable-readnullcmd=pager 
--enable-custom-patchlevel=debian/5.9-5 
--enable-additional-fpath=/usr/share/zsh/vendor-functions,/usr/share/zsh/vendor-completions 
--disable-ansi2knr
        cd obj && ../configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info 
--sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode 
--disable-dependency-tracking --prefix=/usr --mandir=/usr/share/man --bindir=/bin "LDFLAGS=-g 
-Wl,-z,relro -Wl,-z,now" --infodir=/usr/share/info --enable-maildir-support 
--enable-max-jobtable-size=256 --enable-etcdir=/etc/zsh --enable-function-subdirs 
--enable-site-fndir=/usr/local/share/zsh/site-functions --enable-fndir=/usr/share/zsh/functions 
--enable-runhelpdir=/usr/share/zsh/help --with-tcsetpgrp --enable-gdbm "--with-term-lib=ncursesw 
tinfo" --enable-cap --enable-pcre --enable-readnullcmd=pager --enable-custom-patchlevel=debian/5.9-5 
--enable-additional-fpath=/usr/share/zsh/vendor-functions,/usr/share/zsh/vendor-completions 
--disable-ansi2knr
configuring for zsh 5.9
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for pcre2-config... pcre2-config

[... snipped ...]

../../Test/V08zpty.ztst: skipped (the zsh/zpty module is not available)
../../Test/V09datetime.ztst: starting.
Running test: basic format specifiers
Test successful.
Running test: zsh extensions
Test successful.
Running test: alternate format extensions
Test case skipped: Japanese UTF-8 locale not supported
Running test: various extensions
Test successful.
Running test: Embedded nulls
Test successful.
Running test: bad format specifier
Test successful.
Running test: epochtime optional
Test successful.
Running test: optional nanoseconds
Test successful.
Running test: empty epochtime not allowed
Test successful.
Running test: empty nanoseconds not allowed
Test successful.
Running test: too-large nanoseconds not allowed
Test successful.
Running test: overflowed nanoseconds not allowed
Test successful.
Running test: negative nanoseconds not allowed
Test successful.
Running test: -r timestring not optional
Test successful.
Running test: %. truncation
Test successful.
Running test: -n option
Test successful.
../../Test/V09datetime.ztst: all tests successful.
../../Test/V10private.ztst: starting.
../../Test/V10private.ztst: skipped (can't load the zsh/param/private module 
for testing)
../../Test/V11db_gdbm.ztst: starting.
../../Test/V11db_gdbm.ztst: skipped (can't load zsh/db/gdbm module for testing)
../../Test/V12zparseopts.ztst: starting.
Running test: zparseopts -a
Test successful.
Running test: zparseopts -A
Test successful.
Running test: zparseopts -D
Test successful.
Running test: zparseopts -E
Test successful.
Running test: zparseopts -D -E
Test successful.
Running test: zparseopts -F
Test successful.
Running test: zparseopts -K -a
Test successful.
Running test: zparseopts -K -A
Test successful.
Running test: zparseopts -M
Test successful.
Running test: multiple arrays
Test successful.
Running test: -/-- handling
Test successful.
Running test: special characters in option names
Test successful.
Running test: overlapping option specs (scan order)
Test successful.
Running test: missing optarg
Test successful.
../../Test/V12zparseopts.ztst: all tests successful.
../../Test/V13zformat.ztst: starting.
Running test: basic zformat test
Test successful.
Running test: basic conditionals test
Test successful.
Running test: nested conditionals test
Test successful.
Running test: conditionals with empty and missing values
Test successful.
Running test: minimum and maximum widths
Test successful.
Running test: basic -a test
Test successful.
../../Test/V13zformat.ztst: all tests successful.
../../Test/V14system.ztst: starting.
../../Test/V14system.ztst: skipped (the zsh/system and zsh/zselect modules are 
not available)
../../Test/W01history.ztst: starting.
Running test: History word references
Test successful.
Running test: History line numbering
Test successful.
Running test: History substitution
Test successful.
Running test: Regression test for history references in command substitution
Test successful.
Running test: Modifiers :h and :t with arguments
Test successful.
Running test: Modifier :P
Test successful.
Running test: Lines ending in backslash saved and restored to history
Test successful.
../../Test/W01history.ztst: all tests successful.
../../Test/W02jobs.ztst: starting.
../../Test/W02jobs.ztst: skipped (the zsh/zpty module is not available)
../../Test/W03jobparameters.ztst: starting.
../../Test/W03jobparameters.ztst: skipped (the zsh/zpty module is not available)
../../Test/X02zlevi.ztst: starting.
../../Test/X02zlevi.ztst: skipped (the zsh/zpty module is not available)
../../Test/X03zlebindkey.ztst: starting.
../../Test/X03zlebindkey.ztst: skipped (the zsh/zpty module is not available)
../../Test/X04zlehighlight.ztst: starting.
../../Test/X04zlehighlight.ztst: skipped (the zsh/zpty module is not available)
../../Test/Y01completion.ztst: starting.
../../Test/Y01completion.ztst: skipped (the zsh/zpty module is not available)
../../Test/Y02compmatch.ztst: starting.
../../Test/Y02compmatch.ztst: skipped (the zsh/zpty module is not available)
../../Test/Y03arguments.ztst: starting.
../../Test/Y03arguments.ztst: skipped (the zsh/zpty module is not available)
../../Test/Z01is-at-least.ztst: starting.
Running test: is-at-least smoke test
Test successful.
Running test: regression test: Two trailing zeroes are filled in
Test failed, as expected.
Running test: regression test: Two trailing zeroes are filled in
Test successful.
../../Test/Z01is-at-least.ztst: all tests successful.
../../Test/Z02zmathfunc.ztst: starting.
Running test: basic functionality test
Test successful.
Running test: regression test for ERR_EXIT
Test successful.
Running test: min() and max() with three arguments
Test successful.
Running test: error test for min()
Test successful.
Running test: error test for max()
Test successful.
Running test: check errors from an unsupported use-case (workers/48156)
Test successful.
../../Test/Z02zmathfunc.ztst: all tests successful.
../../Test/Z03run-help.ztst: starting.
Running test: btrfs with option flag, no subcmd
Test successful.
Running test: btrfs with subcmd
Test successful.
Running test: sudo btrfs with subcmd
Test successful.
Running test: ip with subcmd
Test successful.
Running test: ip with subcmd, but no subcmd manuals
Test successful.
Running test: ip with options and subcmd
Test successful.
Running test: sudo ip with options and subcmd
Test successful.
Running test: svn with options
Test successful.
Running test: svn with options and subcmd
Test successful.
Running test: git with option
Test successful.
Running test: git with option, file & subcmd
Test successful.
Running test: git with option, assignment & subcmd
Test successful.
../../Test/Z03run-help.ztst: all tests successful.
**************************************
49 successful test scripts, 0 failures, 15 skipped
**************************************
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-static/Test'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-static'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_installdirs
   debian/rules override_dh_auto_install-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd obj && /usr/bin/make install.bin install.modules \
    DESTDIR=/<<PKGBUILDDIR>>/debian/zsh INSTALL_PROGRAM='install -p -m 755'
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj/Src'
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj/Src'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[6]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[6]: 'complete.mdh' is up to date.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src'
rm -f stamp-modobjs.tmp
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj/Src'
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time -D_FORTIFY_SOURCE=2 
-DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wall -g  -o params.o ../../Src/params.c
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src'
Updated `stamp-modobjs'.
rm -f zsh
gcc -g -Wl,-z,relro -Wl,-z,now  -rdynamic -o zsh main.o  `cat stamp-modobjs`   
-lpcre2-8 -lgdbm -lcap -ldl -lncursesw -lncursesw -lrt -lm  -lc
/usr/bin/ld: utils.o: in function `gettempname':
./obj/Src/../../Src/utils.c:2170:(.text+0x4091): warning: the use of `mktemp' 
is dangerous, better use `mkstemp' or `mkdtemp'
/bin/sh ../../mkinstalldirs /<<PKGBUILDDIR>>/debian/zsh/bin
install -p -m 755  zsh /<<PKGBUILDDIR>>/debian/zsh/bin/zsh-5.9
if test -f /<<PKGBUILDDIR>>/debian/zsh/bin/zsh; then \
    rm -f /<<PKGBUILDDIR>>/debian/zsh/bin/zsh.old; \
    ln /<<PKGBUILDDIR>>/debian/zsh/bin/zsh 
/<<PKGBUILDDIR>>/debian/zsh/bin/zsh.old; \
else :; fi
rm -f /<<PKGBUILDDIR>>/debian/zsh/bin/zsh.new
ln /<<PKGBUILDDIR>>/debian/zsh/bin/zsh-5.9 
/<<PKGBUILDDIR>>/debian/zsh/bin/zsh.new
mv /<<PKGBUILDDIR>>/debian/zsh/bin/zsh.new /<<PKGBUILDDIR>>/debian/zsh/bin/zsh
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj/Src'
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj/Src'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  rlimits.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/rlimits.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  sched.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/sched.so
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  attr.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/attr.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  cap.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/cap.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  clone.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/clone.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  curses.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/curses.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  datetime.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/datetime.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/db
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/db
install -p -m 755  db_gdbm.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/db/gdbm.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  example.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/example.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  files.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/files.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  langinfo.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/langinfo.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  mapfile.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/mapfile.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  mathfunc.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/mathfunc.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  nearcolor.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/nearcolor.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  newuser.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/newuser.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/param
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/param
install -p -m 755  param_private.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/param/private.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  parameter.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/parameter.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  pcre.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/pcre.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  regex.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/regex.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/net
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/net
install -p -m 755  socket.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/net/socket.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  stat.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/stat.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  system.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/system.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/net
install -p -m 755  tcp.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/net/tcp.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  termcap.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/termcap.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  terminfo.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/terminfo.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  watch.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/watch.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  zftp.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/zftp.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  zprof.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/zprof.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  zpty.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/zpty.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  zselect.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/zselect.so
make[6]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[6]: 'complete.mdh' is up to date.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[6]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[6]: 'complete.export' is up to date.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  zutil.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/zutil.so
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  compctl.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/compctl.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  complete.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/complete.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  complist.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/complist.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  computil.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/computil.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  deltochar.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/deltochar.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  zle.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/zle.so
/bin/sh ../../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh
install -p -m 755  zleparameter.so 
/<<PKGBUILDDIR>>/debian/zsh/usr/lib/x86_64-linux-gnu/zsh/5.9/zsh/zleparameter.so
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj'
rm debian/zsh/bin/zsh-5.[0-9]*
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_install-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -B obj
        cd obj && make -j2
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj/Src'
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj/Src'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[6]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[6]: 'complete.mdh' is up to date.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src'
rm -f stamp-modobjs.tmp
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj/Src'
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time -D_FORTIFY_SOURCE=2 
-DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wall -g  -o params.o ../../Src/params.c
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src'
Updated `stamp-modobjs'.
rm -f zsh
gcc -g -Wl,-z,relro -Wl,-z,now  -rdynamic -o zsh main.o  `cat stamp-modobjs`   
-lpcre2-8 -lgdbm -lcap -ldl -lncursesw -lncursesw -lrt -lm  -lc
/usr/bin/ld: utils.o: in function `gettempname':
./obj/Src/../../Src/utils.c:2170:(.text+0x4091): warning: the use of `mktemp' 
is dangerous, better use `mkstemp' or `mkdtemp'
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj/Src'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[6]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[6]: 'complete.mdh' is up to date.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[6]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[6]: 'complete.export' is up to date.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Zle'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj/Doc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj/Doc'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj'
cd obj && /usr/bin/make install.man DESTDIR=/<<PKGBUILDDIR>>/debian/zsh-common
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj/Doc'
/bin/sh ../../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/man/man1
mkdir -m 755 -p -- /<<PKGBUILDDIR>>/debian/zsh-common/usr/share/man/man1
for file in zsh.1 zshbuiltins.1 zshcalsys.1 zshcompctl.1 zshcompwid.1 
zshcompsys.1 zshcontrib.1 zshexpn.1 zshmisc.1 zshmodules.1 zshoptions.1 
zshparam.1 zshroadmap.1 zshtcpsys.1 zshzftpsys.1 zshzle.1 zshall.1; do \
    test -s $file || exit 1; \
    /usr/bin/install -c -m 644 $file 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/man/man1/`echo $file | sed 
's|zsh|zsh|'` || exit 1; \
done
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj/Doc'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj'
perl /<<PKGBUILDDIR>>/Util/helpfiles obj/Doc/zshbuiltins.1 
debian/zsh-common/usr/share/zsh/help
helpfiles: attempting man obj/Doc/zshbuiltins.1 
>debian/zsh-common/usr/share/zsh/help/man.tmp
helpfiles: attempting col -bx <debian/zsh-common/usr/share/zsh/help/man.tmp 
>debian/zsh-common/usr/share/zsh/help/col.tmp
cd obj && /usr/bin/make install.fns DESTDIR=/<<PKGBUILDDIR>>/debian/zsh-common
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj'
if test x/usr/share/zsh/functions != x && test x/usr/share/zsh/functions != 
xno; then \
  test x/usr/local/share/zsh/site-functions != xno && \
    /bin/sh ../mkinstalldirs 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/local/share/zsh/site-functions; \
  sdir_top=".." fndir="/usr/share/zsh/functions" dir_top="." \
  scriptdir="/usr/share/zsh/5.9/scripts" runhelpdir="/usr/share/zsh/help" \
  FUNCTIONS_SUBDIRS="yes" \
  INSTALL_DATA="/usr/bin/install -c -m 644" \
  INSTALL_PROGRAM="/usr/bin/install -c" \
  DESTDIR="/<<PKGBUILDDIR>>/debian/zsh-common" VERSION="5.9" \
  /bin/sh ../Config/installfns.sh || exit 1; \
fi; \
exit 0
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/local/share/zsh/site-functions
mkdir -m 755 -p -- /<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Chpwd
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Exceptions
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Math
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Misc
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/MIME
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Prompts
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/VCS_Info
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/VCS_Info/Backends
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Calendar
mkdir -m 755 -p -- /<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/5.9/scripts
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Newuser
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/TCP
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Zftp
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/AIX
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/BSD
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/Base
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/Cygwin
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/Darwin
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/Debian
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/Linux
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/Mandriva
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/Redhat
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/Solaris
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/openSUSE
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/Unix
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/X
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Completion/Zsh
mkdir -m 755 -p -- 
/<<PKGBUILDDIR>>/debian/zsh-common/usr/share/zsh/functions/Zle
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj'
awk '/^#define FPATH_DIR/     { head=$3;       gsub(/"/,"",head); };        \
             /^#define FPATH_SUBDIRS/ { $1=""; $2=""; gsub(/[" ]/,""); tail=$0; 
} \
             END                      { printf "%s/%s\n", head, tail; };'       
     \
    obj/Src/zshpaths.h >obj/Src/zshpaths.temp
obj/Src/zsh -fc \
            'setopt extendedglob; \
     for i in debian/zsh-common/'`cat obj/Src/zshpaths.temp`'; do \
         zcompile -U -M $i.zwc $i/*~*.zwc(^/);                  \
         chmod 644 $i.zwc;                                       \
     done'
cd obj && /usr/bin/make install.info install.html \
    DESTDIR=/<<PKGBUILDDIR>>/debian/zsh-doc 
htmldir=/usr/share/doc/zsh-common/html
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj/Doc'
/bin/sh ../../mkinstalldirs /<<PKGBUILDDIR>>/debian/zsh-doc/usr/share/info
rm -rf infodir
mkdir infodir
if ( \
    sed '/^@setfilename/s|zsh|zsh|' \
        < ../../Doc/zsh.texi > infodir/tzsh.texi && \
    (cd infodir && makeinfo tzsh.texi) && \
    for file in infodir/zsh.info*; do \
        /usr/bin/install -c -m 644 $file 
/<<PKGBUILDDIR>>/debian/zsh-doc/usr/share/info || exit 1; \
    done \
); then \
    if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
      install-info --info-dir=/<<PKGBUILDDIR>>/debian/zsh-doc/usr/share/info \
        /<<PKGBUILDDIR>>/debian/zsh-doc/usr/share/info/zsh.info; \
    else true; fi; \
    rm -rf infodir; \
    exit 0; \
else \
    rm -rf infodir; \
    exit 1; \
fi
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj/Doc'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj/Doc'
d=`echo 'May 14, 2022'`; \
v="<font size=\"-1\">Zsh version 5.9, released on $d.</font>"; \
case 'texi2any -c TEXI2HTML=1' in \
  *texi2any*) echo "set_from_init_file('PRE_BODY_CLOSE','$v');" ;; \
  *) echo "\$PRE_BODY_CLOSE = '$v';" ;; \
esac > texi2html.conf
texi2any -c TEXI2HTML=1 --output . --ifinfo --split=chapter --node-files \
             --init-file texi2html.conf ../../Doc/zsh.texi
texi2any: error parsing ./texi2html.conf: Undefined subroutine 
&Texinfo::Config::set_from_init_file called at ./texi2html.conf line 1.
make[3]: *** [Makefile:320: zsh_toc.html] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj/Doc'
make[2]: *** [Makefile:259: install.html] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj'
make[1]: *** [debian/rules:104: override_dh_auto_install-indep] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:58: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: zsh
Source-Version: 5.9-6
Done: Michael Prokop <m...@debian.org>

We believe that the bug you reported is fixed in the latest version of
zsh, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1057...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Prokop <m...@debian.org> (supplier of updated zsh package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 09 Jan 2024 11:15:01 +0100
Source: zsh
Architecture: source
Version: 5.9-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Zsh Maintainers <pkg-zsh-de...@lists.alioth.debian.org>
Changed-By: Michael Prokop <m...@debian.org>
Closes: 1057610
Changes:
 zsh (5.9-6) unstable; urgency=medium
 .
   * [c366ecc] Cherry pick upstream commit ecd3f9c9 to fix FTBFS issue with
     newer texinfo (Closes: #1057610)
Checksums-Sha1:
 c3f5b7a81a9853226facf2d045b748df5f954fae 2588 zsh_5.9-6.dsc
 0b806dc9fb7ba2afdcb37d5146172d0607714fa8 99120 zsh_5.9-6.debian.tar.xz
 9535c144a3f456802f391bedd06c6a9475360596 6562 zsh_5.9-6_source.buildinfo
Checksums-Sha256:
 fe8232cb4d95b793cb073d9c524180a59359174f65bef140d91a8c36523e64bd 2588 
zsh_5.9-6.dsc
 cd0726949aa770333ee44b410860713013ada3851b05bf71f0564c29fe36b05c 99120 
zsh_5.9-6.debian.tar.xz
 840fe51d672b4a631b7e5cd3bbb00207f0a5a69a3a79a0a593804a561970efa3 6562 
zsh_5.9-6_source.buildinfo
Files:
 15af74f7c873289510b5f406885e956a 2588 shells optional zsh_5.9-6.dsc
 8a4753816fa10446e1b5530c79c070f1 99120 shells optional zsh_5.9-6.debian.tar.xz
 b7e87e5e1e61470228d37e9ea8f91770 6562 shells optional 
zsh_5.9-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEM8yxNkAa/shDo4djlqh4crfqNzcFAmWdKEUACgkQlqh4crfq
NzdS1Q//dJEjg0jgziMArHkpDnay1/+QzOISjJjf2dMokmELRkTkXkRgAVOOTdR+
C+pWvH4VICEyJFDWTeeiID9JvhEnk+qYH9QVDznpedfTT4iBfWwpdkaXNMVROoju
9ESLmHqeF2JOpNv3sMgh4AtcGBFPh6JaS4An1lLRHYUcdxpHgDi2p65BRNxTuqpx
5GuEbPZXQ1FAiEhepEYnZpnR8/AlVUt/yhmn6P2YpYZtU1VC3flvD0VdnQspkXL4
bFtsBZboIlRfxkaxf8ylh1u0bh3ZftAjtzyThmSkJHQndB9POlfEdWrnWSrtCzrb
x8MlalWKfAXUk8BJ5sP7YCy7djvNbIM9CY4TXlbEA/tkNub9+WkT48mA3Byw2pHg
aGKhRJgLRsLYq+hpI9DS0AU3BcUAmRlHEWcT4qAznwmWdZrMLZF7HB+uboLnTf2O
qDoRwZagulzdptLjXNIJTA4bgOn+Q7FJs7Zf9sC305YCM5gVAN4aCgC6ZC68oGSK
OHUcaaXbYkhEr8ENaVwWrizExQpEBOlLMfPpwAeRBO1RUTbztRlGkvni/h5Lzaxe
lUsDArc5OouDt0fMkn5P9neD5i7FckPMR4mEhobsZX0cYPyUmwotBy7eUoABiWGf
JZaavysZCdnOnIWE5xBL1BHCsA2Jg3mCoSNjy3hTLWRE3Hf+slY=
=ghMP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to