Discussion:
[bug-mailutils] Mailutils wont build on NetBSD
Leon Taylor
2017-10-16 02:32:12 UTC
Permalink
Hi everyone,
I am trying to build mailutils 3.2 on NetBSD 7.1 and I get the following errors when I run make:
usr/lib/libwrap.so: undefined reference to 'deny_severity'
usr/lib/libwrap.so: undefined reference to 'allow_severity'
*** error code 1

Stop.
make[3]: stopped in /home/leont/Downloads/mailutils-3.2/pop3d
*** Error code 1

Stop.
make[2]: stopped in /home/leont/Downloads/mailutils-3.2/pop3d
*** Error code 1

I should add that Mailutils-2.0 builds perfectly fine without any errors.
Is there an easy fix for this or should I just stick with the outdated Mailutils-2.0?

Thanks, Leon
Sergey Poznyakoff
2017-10-16 06:05:56 UTC
Permalink
Hi Leon,
Post by Leon Taylor
usr/lib/libwrap.so: undefined reference to 'deny_severity'
usr/lib/libwrap.so: undefined reference to 'allow_severity'
[...]
Post by Leon Taylor
Is there an easy fix for this
Yes, there is. Please try

./configure --without-tcp-wrappers

Best regards,
Sergey

Loading...