pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build failure for mail/dspam



On Sat, Mar 09, 2024 at 10:26:56PM -0800, Paul Goyette wrote:
> Repeatably I'm getting the following:
> 
> --- libdspam.lo ---
> libdspam.c: In function '_ds_operate':
> libdspam.c:778:7: warning: variable 'result' set but not used [-Wunused-but-set-variable]
>   778 |   int result;
>       |       ^~~~~~
> --- dspamc ---
> libtool: link: gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
> -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -o dspamc dspamc.o read_config.o
> client.o agent_shared.o buffer.o config_shared.o error.o pref.o nodetree.o
> util.o -pie  -lm -pthread
> gcc: error: buffer.o: No such file or directory
> gcc: error: config_shared.o: No such file or directory
> gcc: error: error.o: No such file or directory
> gcc: error: pref.o: No such file or directory
> gcc: error: nodetree.o: No such file or directory
> gcc: error: util.o: No such file or directory
> *** [dspamc] Error code 1

Works for me on NetBSD-current/amd64 with pkgsrc-current.
I'll send you my log separately so you can compare for differences.

I wonder if one really wants to use an anti-spam tool last updated in
2012.... take a look at rspamd.
 Thomas


Home | Main Index | Thread Index | Old Index