Bug 55968 - Автотесты backup.tst, encoding.tst падают
Summary: Автотесты backup.tst, encoding.tst падают
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: a2ps (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: usoltsevpv@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-12 17:49 MSK by Vladislav Glinkin
Modified: 2025-09-12 17:49 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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

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