-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pymilter is not detected in fuglu #39
Comments
Can you describe how to reproduce it and the expected output. |
sorry only how to in gentoo emerge dev-python/pymilter fuglu --lint says libmilter is not installed is this a python 2 problem in fuglu ? |
missed to say fuglu is currently only in ::fidonet overlay so add emerge layman to get that added |
On Thu, 26 Nov 2020, Benny Pedersen wrote:
sorry only how to in gentoo
emerge dev-python/pymilter
emerge --autounmask-write --autounmask mail-filter/fuglu
etc-update
emerge mail-filter/fuglu
fuglu --lint
says libmilter is not installed
is this a python 2 problem in fuglu ?
No, it means libmilter (a C library) is not installed.
|
but pymilter on gentoo depends on libmilter, and i have it installed, so problem is in fuglu ?, it should not test for libmilter but test that pymilter is installed, its a job for pymilter not to support python 2 anymore, fuglu 0.10.7 is not supporting python 2 now |
I know nothing about fuglu, but on Fedora and other distros there is a separate libmilter-devel package that you need to install in order to build packages that link against it. |
i am gentoo maintainer on fuglu, while its installed fuglu says its not installed, and i dont know how to find or resolve the problem, so adding it here in hope some can help me resolve it
fuglu is in ::fidonet overlay
The text was updated successfully, but these errors were encountered: