Package Details: python-fangfrisch 1.9.0-4

Git Clone URL: https://aur.archlinux.org/python-fangfrisch.git (read-only, click to copy)
Package Base: python-fangfrisch
Description: Freshclam like utility that allows downloading unofficial virus definition files
Upstream URL: https://rseichter.github.io/fangfrisch/
Licenses: GPL
Conflicts: clamav-unofficial-sigs
Provides: clamav-unofficial-sigs
Submitter: amish
Maintainer: amish (Morbius)
Last Packager: amish
Votes: 28
Popularity: 0.58
First Submitted: 2020-02-22 16:48 (UTC)
Last Updated: 2024-08-21 01:26 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8

amish commented on 2023-02-19 15:13 (UTC)

@Morbius - you can wait till @Ferdinand and @emphire post their output.

For me, as I stated earlier, tests are running fine with OK at the end.

Morbius commented on 2023-02-19 15:01 (UTC)

A number of test cases for Fangfrisch are supposed to result in errors. See CI build https://github.com/rseichter/fangfrisch/actions/runs/4213125243/jobs/7312635257 as an example. These particular errors are expected, and the Python test suite is expected to fail if no errors occur. As long as the test suite exits with OK, things are fine, as in the CI builds. I hope this helps. I don't currently have an Arch Linux host available for testing, and I would need detailed information/output before I consider investing time and effort in this matter. Just as @amish states that he is not a Python expert, I am no Arch Linux expert, and of AUR builds I know even less.

amish commented on 2023-02-19 14:33 (UTC) (edited on 2023-02-19 14:34 (UTC) by amish)

@Ferdinand and @emphire

For me check() runs fine. See output below.

So please provide complete check() output in your case.

@Morbius (fangfrisch author) - can you please check once they post errors. I am not python expert, so I would not be able to debug.

==> Starting check()...

....................CRITICAL: Database table automx2 is not empty

CRITICAL: Database table automx2 is not empty

.........CRITICAL: Unexpected database version (expected 2, got -1)

CRITICAL: Unexpected database version (expected 2, got -1)

CRITICAL: Please try running "initdb"

CRITICAL: Please try running "initdb"

............................................


Ran 73 tests in 16.687s

OK

Ferdinand commented on 2023-02-19 08:11 (UTC)

Yes, same here - 26 errors in check() after copying fangfrisch/config/securiteinfo.py -> build/lib/fangfrisch/config

emphire commented on 2023-02-19 05:54 (UTC)

When I try to upgrade to 1.6.0-1, I get 26 errors when the tests run. Is anyone else encountering the same?

peippo commented on 2021-08-24 14:19 (UTC)

Thanks a lot for this PKGBUILD, much appreciated.

Could you consider adding a

[Unit]
After = network-online.target
Wants = network-online.target

to fangfrisch.service - I have a failed systemd unit almost every boot because fangfrisch tries to update before the network has connected.

Morbius commented on 2020-04-05 17:21 (UTC)

@amish: Thank you for the update. I'll keep the out-of-date flag in mind; I was unaware of it.

amish commented on 2020-04-04 02:42 (UTC)

@Morbius - updated to 1.2.0

Also instead of leaving a comment, you should click "Flag package out-of-date" option on top right box.

Morbius commented on 2020-04-04 00:01 (UTC)

Fangfrisch 1.2.0 was released on 2020-03-29, see https://pypi.org/project/fangfrisch/1.2.0/ .

PrinceMachiavell commented on 2020-03-11 19:15 (UTC)

I think the build & runtime sources are missing 'python-requests'. I get this during the test_download & test_refresh functions.

ModuleNotFoundError: No module named 'requests'