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.196202
First Submitted: 2020-02-22 16:48 (UTC)
Last Updated: 2024-08-21 01:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Ferdinand commented on 2023-02-21 07:44 (UTC) (edited on 2023-02-21 08:08 (UTC) by Ferdinand)

Sorry for the late reply.

Here are the errors I get after running 'makepkg -sric': http://ix.io/4oLj

No pyenv, and no VM or container or anything. Python 3.10.9.

I also deleted and re-cloned the repository, and tried again, but get the same errors.

amish commented on 2023-02-21 00:57 (UTC)

@emphire - no I am not using pyenv.

I am building directly (without chroot or sandbox or container)

And it builds fine.

Here is the list of python related packages in my system. If that helps in anyway.

i.e. output of: pacman -Qqs ^python


ansible-core
dbus-python
pyalpm
python
python-autocommand
python-bcrypt
python-cairo
python-certifi
python-cffi
python-chardet
python-cryptography
python-deprecation
python-distro
python-eyed3
python-fastjsonschema
python-filetype
python-gobject
python-greenlet
python-idna
python-inflect
python-jaraco.context
python-jaraco.functools
python-jaraco.text
python-jinja
python-markupsafe
python-more-itertools
python-ordered-set
python-packaging
python-paramiko
python-platformdirs
python-ply
python-psutil
python-pycparser
python-pycups
python-pycurl
python-pydantic
python-pyelftools
python-pyinotify
python-pynacl
python-requests
python-resolvelib
python-setuptools
python-shiboken2
python-six
python-sqlalchemy
python-systemd
python-tomli
python-trove-classifiers
python-typing_extensions
python-urllib3
python-validate-pyproject
python-yaml
zbar

samueldy commented on 2023-02-21 00:53 (UTC) (edited on 2023-02-21 00:57 (UTC) by samueldy)

If it helps, here is my makepkg output using system Python 3.10.9 (no pyenv, venv, conda env): https://pastebin.com/77QRqEDk

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.