Search Criteria
Package Details: python-fangfrisch 1.9.2-1
Package Actions
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-3.0-or-later |
Conflicts: | clamav-unofficial-sigs |
Provides: | clamav-unofficial-sigs |
Submitter: | amish |
Maintainer: | amish (Morbius) |
Last Packager: | Morbius |
Votes: | 28 |
Popularity: | 0.54 |
First Submitted: | 2020-02-22 16:48 (UTC) |
Last Updated: | 2025-04-04 18:15 (UTC) |
Dependencies (7)
- clamav
- python-requests
- python-sqlalchemy (python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (1)
- clamav-openrc (requires clamav-unofficial-sigs) (optional)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »
emphire commented on 2023-02-20 23:02 (UTC)
I am using pyenv (but it's using the system python). I wonder if that might be causing the issue. @amish are you using pyenv?
chrbayer commented on 2023-02-20 15:44 (UTC) (edited on 2023-02-20 15:44 (UTC) by chrbayer)
I got the same errors using yay, but could the packages build with ccm in a fresh sandbox. Nevertheless, it does not work afterwards...
So it is disturbed by an other installed package, but I have no clue at the moment which one this may be. The last version worked without an issue.
Morbius commented on 2023-02-20 14:02 (UTC)
@amish: I was unable to reproduce the issue, so I'm left with stating "it works for me" on a freshly created Arch Linux virtual machine.
amish commented on 2023-02-20 11:43 (UTC)
@Morbius - I could not gather from your reply if you were able to figure out the issue or you need some more information?
Morbius commented on 2023-02-20 09:28 (UTC)
It seems easy enough to find information about what might cause these errors. What surprises me is that I don't see these errors during CI builds (using Python versions 3.7 through 3.11, inclusively). I also created a minimal Arch Linux VM and successfully installed this package using
yay -S python-fangfrisch
-- no errors there either, and Fangfrisch works fine after the installation process completes. I am stumped.@amish: As visible in the Git repository, no new requirements have been introduced in Fangfrisch 1.6.0.
amish commented on 2023-02-20 03:05 (UTC)
Most errors are related to db.py
@Morbius - is there a new module dependency?
Currently, dependencies are as follows: python-requests, python-sqlalchemy, python-setuptools
Is there any new module that needs to be added?
emphire commented on 2023-02-20 02:14 (UTC)
Hi @amish and @Morbius
Thanks for your response, here are the errors I'm getting.
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
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »