Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638544 - app-antivirus/clamav-0.99.2-r1 incorrect work with sys-libs/zlib > 1.2.9
Summary: app-antivirus/clamav-0.99.2-r1 incorrect work with sys-libs/zlib > 1.2.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Antivirus Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-23 08:51 UTC by coyote
Modified: 2017-11-23 22:30 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description coyote 2017-11-23 08:51:38 UTC
with test enable we had failed tests:

FAIL: check_clamav
==================

Using test case timeout of 900 seconds set by user
Running suite(s): cl_api
 cli
 jsnorm
 str
 regex
 disasm
 unique
 matchers
 htmlnorm
 bytecode
99%: Checks: 964, Failures: 1, Errors: 1
check_bytecode.c:127:F:arithmetic:test_inflate_jit:0: cli_bytecode_run failed, expected: 0, have: 28

check_bytecode.c:108:E:arithmetic:test_inflate_int:0: (after this point) Received signal 11 (Segmentation fault)
NOTICE: Use the 'T' environment variable to adjust testcase timeout
FAIL check_clamav (exit status: 1)
Comment 1 Larry the Git Cow gentoo-dev 2017-11-23 22:30:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33445233f097eadbbb1acf0861e9a41593bc593

commit e33445233f097eadbbb1acf0861e9a41593bc593
Author:     coyote <coyote@bks.tv>
AuthorDate: 2017-11-23 01:52:52 +0000
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: 2017-11-23 22:30:48 +0000

    app-antivirus/clamav: fix compatibility with >=zlib-1.2.9
    
    Include patch from  Marc Deslauriers <marc.deslauriers@canonical.com> to
    fix compatibility with zlib newer 1.2.9 and enable test in ebuild (now
    it work correctly).
    
    (commit message cleaned up by Robin H. Johnson <robbat2@gentoo.org>)
    
    Bug: https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1692073
    Closes: https://bugs.gentoo.org/638544
    (cherry picked from commit 535d9b43c3472916bfb977921f0a10f2cc02dc4b)
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>

 app-antivirus/clamav/Manifest                      |  2 +-
 app-antivirus/clamav/clamav-0.99.2-r1.ebuild       |  6 ++-
 .../clamav/files/clamav-0.99.2-bytecode_api.patch  | 50 ++++++++++++++++++++++
 3 files changed, 56 insertions(+), 2 deletions(-)