sdgathman / pymilter

Python bindings for libmilter api
GNU General Public License v2.0
41 stars 20 forks source link

pymilter is not detected in fuglu #39

Open xpunkt opened 3 years ago

xpunkt commented 3 years ago

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

iomarmochtar commented 3 years ago

Can you describe how to reproduce it and the expected output.

xpunkt commented 3 years ago

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 ?

xpunkt commented 3 years ago

missed to say fuglu is currently only in ::fidonet overlay

so add

emerge layman layman -a fidonet

to get that added

sdgathman commented 3 years ago

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.

xpunkt commented 3 years ago

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

sdgathman commented 3 years ago

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.