Bug 640347
Summary: | clamav package doesn't run 'make check' | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Török Edwin <edwin+bugs> | ||||
Component: | clamav | Assignee: | Enrico Scholz <rh-bugzilla> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 13 | CC: | nb, ondrejj, redhat-bugzilla, rh-bugzilla, steve | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | clamav-0.96.4-1300.fc13 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-11-19 00:08:26 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 640286 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Török Edwin
2010-10-05 15:47:28 UTC
clamav-0.96.4-1400.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/clamav-0.96.4-1400.fc14 clamav-0.96.4-1300.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/clamav-0.96.4-1300.fc13 ok; I will execute 'make check' but ignore errors for now because tests do not seem to work properly (on my local f13 machine 4 expected-fail tests succeed, on fedora koji they work, fedora koji f14 checks fail, f15 are ok). (In reply to comment #3) > ok; I will execute 'make check' but ignore errors for now OK, Thanks. > because tests do not > seem to work properly (on my local f13 machine 4 expected-fail tests succeed, > on fedora koji they work, fedora koji f14 checks fail, f15 are ok). Can you send me the 'make check' output for those that fail? For 0.97 I dropped the LLVM parts of make check, so if you want you can give a try to latest git code, and see if 'make check' passes now. clamav-0.96.4-1400.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update clamav'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/clamav-0.96.4-1400.fc14 Created attachment 458847 [details]
local f13 'make check' errors
@comment 4: http://kojipkgs.fedoraproject.org/packages/clamav/0.96.4/1400.fc14/data/logs/x86_64/build.log (In reply to comment #6) > Created attachment 458847 [details] > local f13 'make check' errors Thanks. The XPASS is in a garbage collector test, ClamAV doesn't use it though, so you can ignore it (as far as ClamAV is concerned). Interesting that it only XPASSes on Fedora though. (In reply to comment #7) > @comment 4: > > http://kojipkgs.fedoraproject.org/packages/clamav/0.96.4/1400.fc14/data/logs/x86_64/build.log That one looks like a python bug: Testing: 0 ..Fatal Python error: Couldn't create autoTLSkey mapping /bin/sh: line 1: 23286 Aborted (core dumped) /builddir/build/BUILD/clamav-0.96.4/libclamav/c++/llvm/utils/lit/lit.py -s -v --no-tcl-as-sh CodeGen ExecutionEngine Integer Verifier In 0.97 the LLVM tests won't be run anymore [*], and the remaining tests won't use python, so hopefully all tests will pass there. [*] Because for 0.97 (and even for 0.96.4 actually) you can link to system's LLVM 2.8 libs. You just need to pass --with-system-llvm=/path/to/llvm-config, and then the embedded copy of LLVM won't be built/used. clamav-0.96.4-1400.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. clamav-0.96.4-1300.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |