Bug 55968

Summary: Автотесты backup.tst, encoding.tst падают
Product: Sisyphus Reporter: Vladislav Glinkin <glinkinvd>
Component: a2psAssignee: usoltsevpv <usoltsevpv>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: esgor
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Vladislav Glinkin 2025-09-12 17:49:42 MSK
Версия пакета: a2ps-4.15.6-alt1

Шаги воспроизведения:
1) # apt-get install a2ps gcc automake libgc-devel libpaper-devel git -y && \
git clone git://git.altlinux.org/gears/a/a2ps.git -b sisyphus && \
cd a2ps/a2ps/ && \
sed -i "s|AC_PREREQ(\[.*\])|AC_PREREQ(\[$(rpm -q autoconf --qf %{version})\])|" configure.ac && \
if [ -e aclocal.m4 ]; then rm -f aclocal.m4; fi && \
aclocal && \
automake && \
autoconf && \
./configure && \
cd tests/ && \
make a2ps-tst.cfg && \
sed -i 's|CHK=$top_builddir/src/${prog}|CHK=/usr/bin/${prog}|' defs && \
sed -i 's|LibraryPath:.*|LibraryPath: /usr/share/a2ps/sheets:/usr/share/a2ps/ps:/usr/share/a2ps/encoding:/usr/share/a2ps/afm:/usr/share/ogonkify/afm:/usr/share/a2ps/ppd:/usr/share/a2ps/fonts:/usr/share/ogonkify/fonts:/usr/share/a2ps|' a2ps-tst.cfg && \
make check

Фактический результат:
FAIL: encoding.tst
FAIL: backup.tst
...
============================================================================
Testsuite summary for GNU a2ps 4.15.6
============================================================================
# TOTAL: 23
# PASS:  21
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0

Ожидаемый результат:
Все пройдены