From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Howard Subject: bug#39571: evolution and bogofilter Date: Fri, 14 Feb 2020 12:04:31 -0900 Message-ID: <276ee5b3c2c6c31e675597d7b904ca33a4ad545c.camel@alaskasi.com> References: <557e0a4446101d6d849cb47a18b2cc54f0dd1a4f.camel@alaskasi.com> <87blq188wf.fsf@devup.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-SKy+1SozfEwOwnAZv8zs" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60355) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2i92-0007MN-FC for bug-guix@gnu.org; Fri, 14 Feb 2020 16:05:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2i90-00057j-Tc for bug-guix@gnu.org; Fri, 14 Feb 2020 16:05:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57045) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j2i90-00057R-IE for bug-guix@gnu.org; Fri, 14 Feb 2020 16:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j2i90-0006cZ-EI for bug-guix@gnu.org; Fri, 14 Feb 2020 16:05:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87blq188wf.fsf@devup.no> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Marius Bakke , 39571@debbugs.gnu.org --=-SKy+1SozfEwOwnAZv8zs Content-Type: multipart/alternative; boundary="=-cZ0anFaVnF6myzNhb1p1" --=-cZ0anFaVnF6myzNhb1p1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi: build log was too big to paste, but here are the configure options that showed up in it: """ -- Configure options: -- LIB_SUFFIX ...............=20 -- CMAKE_INSTALL_PREFIX ..... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4 -- BIN_INSTALL_DIR .......... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4/bin -- INCLUDE_INSTALL_DIR ...... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4/include -- LIB_INSTALL_DIR .......... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4/lib -- LIBEXEC_INSTALL_DIR ...... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4/libexec -- SHARE_INSTALL_PREFIX ..... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4/share -- LOCALE_INSTALL_DIR ....... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution- 3.32.4/share/locale -- SYSCONF_INSTALL_DIR ...... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4/etc -- MAN_INSTALL_DIR .......... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4/share/man -- ENABLE_CODE_COVERAGE ..... OFF -- ENABLE_SCHEMAS_COMPILE ... ON -- ENABLE_GTK_DOC ........... OFF -- ENABLE_INSTALLED_TESTS ... OFF -- WITH_OPENLDAP ............ /usr -- WITH_SUNLDAP ............. OFF -- WITH_STATIC_LDAP ......... OFF -- ENABLE_SMIME ............. ON -- WITH_NSPR_INCLUDES .......=20 -- WITH_NSPR_LIBS ...........=20 -- WITH_NSS_INCLUDES ........=20 -- WITH_NSS_LIBS ............=20 -- ENABLE_MAINTAINER_MODE ... OFF -- VERSION_SUBSTRING ........=20 -- VERSION_COMMENT ..........=20 -- ENABLE_GNOME_DESKTOP ..... ON -- WITH_ENCHANT_VERSION ..... auto (enchant-1) -- ENABLE_CANBERRA .......... ON -- ENABLE_AUTOAR ............ ON -- WITH_HELP ................ ON -- ENABLE_YTNEF ............. ON -- WITH_BOGOFILTER .......... ON -- WITH_SPAMASSASSIN ........ ON -- WITH_SA_LEARN ............ ON -- ENABLE_GTKSPELL .......... ON -- ENABLE_PLUGINS ........... all -- ENABLE_TEXT_HIGHLIGHT .... ON -- ENABLE_WEATHER ........... ON -- ENABLE_CONTACT_MAPS ...... OFF -- ENABLE_PST_IMPORT ........ OFF -- WITH_GLADE_CATALOG ....... OFF """ Obviously BOGOFILTER and SPAMASSASSIN are enabled, but I'm not seeing INSTALL_DIR option or similar to set paths to BOGOFILTER and SPAMASSASSIN. I still don't know if one can be set or not, just that I don't see it there. I tried to look into that earlier but my lack of familiarity with cmake got in the way of figuring out the answer. If such a config option doesn't exist, I think we would need to ask for it, or patch it in. Otherwise all new Guix gnome users are going to be wondering why spam filtering is not working in evolution, even though they installed bogofilter (or spamassassin). -----Original Message----- From: Marius Bakke To: Christopher Howard ,=20 39571@debbugs.gnu.org Subject: Re: bug#39571: evolution and bogofilter Date: Fri, 14 Feb 2020 16:51:12 +0100 Hi Christopher, I'm afraid I don't have any useful feedback regarding Evolution, but ... Christopher Howard writes: > Thinking maybe some bogofilter path or option not set during > packagebuild. Tried to confirm this viewing build log from guix- > build, butsince I have already built the package once from source, I > cannotfigure out how to get guix-build to let me build it again.=20 You can use 'guix build --no-grafts --log-file evolution' to get thebuild log; or 'guix build --no-grafts --check evolution' to force arebuild (and check for bit-reproducibility at the same time). HTH,Marius --=20 Christopher Howard Enterprise Solutions Manager Alaska Satellite Internet PO Box 70, Ester, AK 99725 3239 La Ree Way, Fairbanks, AK 99709 907.451.0088 1.888.396.5623 www.alaskasatelliteinternet.com --=-cZ0anFaVnF6myzNhb1p1 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi:

build log was too big to paste, but h= ere are the configure options that showed up in it:

"""
-- Configure options:
--    L= IB_SUFFIX ............... 
--    CMAKE_I= NSTALL_PREFIX ..... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3= .32.4
--    BIN_INSTALL_DIR .......... /gnu/s= tore/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4/bin
--&nbs= p;   INCLUDE_INSTALL_DIR ...... /gnu/store/j9513bw96fc0k5ra1= nvlf7rrgqlbsagz-evolution-3.32.4/include
--   &nbs= p;LIB_INSTALL_DIR .......... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-ev= olution-3.32.4/lib
--    LIBEXEC_INSTALL_DIR = ...... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4/libexec=
--    SHARE_INSTALL_PREFIX ..... /gnu/store/= j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4/share
-- &= nbsp;  LOCALE_INSTALL_DIR ....... /gnu/store/j9513bw96fc0k5ra1nvl= f7rrgqlbsagz-evolution-3.32.4/share/locale
--   &n= bsp;SYSCONF_INSTALL_DIR ...... /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-= evolution-3.32.4/etc
--    MAN_INSTALL_DIR ..= ........ /gnu/store/j9513bw96fc0k5ra1nvlf7rrgqlbsagz-evolution-3.32.4/share= /man
--    ENABLE_CODE_COVERAGE ..... OFF
--    ENABLE_SCHEMAS_COMPILE ... ON
--=     ENABLE_GTK_DOC ........... OFF
-- &n= bsp;  ENABLE_INSTALLED_TESTS ... OFF
--  &nbs= p; WITH_OPENLDAP ............ /usr
--    = ;WITH_SUNLDAP ............. OFF
--    WITH_ST= ATIC_LDAP ......... OFF
--    ENABLE_SMIME ..= ........... ON
--    WITH_NSPR_INCLUDES .....= .. 
--    WITH_NSPR_LIBS ...........&nbs= p;
--    WITH_NSS_INCLUDES ........ 
--    WITH_NSS_LIBS ............ 
--    ENABLE_MAINTAINER_MODE ... OFF
-- = ;   VERSION_SUBSTRING ........ 
--  = ;  VERSION_COMMENT .......... 
--   = ; ENABLE_GNOME_DESKTOP ..... ON
--    WI= TH_ENCHANT_VERSION ..... auto (enchant-1)
--   &nb= sp;ENABLE_CANBERRA .......... ON
--    ENABLE= _AUTOAR ............ ON
--    WITH_HELP .....= ........... ON
--    ENABLE_YTNEF ...........= .. ON
--    WITH_BOGOFILTER .......... ON
--    WITH_SPAMASSASSIN ........ ON
--=     WITH_SA_LEARN ............ ON
-- &nb= sp;  ENABLE_GTKSPELL .......... ON
--   =  ENABLE_PLUGINS ........... all
--    EN= ABLE_TEXT_HIGHLIGHT .... ON
--    ENABLE_WEAT= HER ........... ON
--    ENABLE_CONTACT_MAPS = ...... OFF
--    ENABLE_PST_IMPORT ........ O= FF
--    WITH_GLADE_CATALOG ....... OFF
=
"""

Obviously BOGOFILTER and SPAMA= SSASSIN are enabled, but I'm not seeing INSTALL_DIR option or similar to se= t paths to BOGOFILTER and SPAMASSASSIN. I still don't know if one can be se= t or not, just that I don't see it there. I tried to look into that earlier= but my lack of familiarity with cmake got in the way of figuring out the a= nswer. If such a config option doesn't exist, I think we would need to ask = for it, or patch it in. Otherwise all new Guix gnome users are going to be = wondering why spam filtering is not working in evolution, even though they = installed bogofilter (or spamassassin).


=
-- 
Christopher Howard=
Enterprise Solutions Manager
Alaska Satellite Internet
PO Box 70, Ester, AK 99725
3239 La Re= e Way, Fairbanks, AK 99709
907.451.0088
1.888.396.5623
www.alaskasatelliteinternet.com

-= ----Original Message-----
From: Marius Bakke <mbakke@fastmail.com<= /a>>
Subject: Re: bug#39571: evolution and bogofilter
Date: Fri, 14 Feb 2020 16:51:12 +0100

Hi =
Christopher,

I'm afraid I don't have any useful fe=
edback regarding Evolution, but ...

Christopher Ho=
ward <
christopher=
@alaskasi.com
> writes:

Thinking maybe some bogofilter path or option not set dur=
ing package
build. Tried to confirm this viewing build log from g=
uix-build, but
since I have already built the package once from s=
ource, I cannot
figure out how to get guix-build to let me build =
it again. 

You can use 'guix build --=
no-grafts --log-file evolution' to get the
build log; or 'guix bu=
ild --no-grafts --check evolution' to force a
rebuild (and check =
for bit-reproducibility at the same time).

HTH,
Marius
--=-cZ0anFaVnF6myzNhb1p1-- --=-SKy+1SozfEwOwnAZv8zs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQHNBAABCAA3FiEEK8UOcoUnnDS3Hd5rzFnfash7YXcFAl5HC18ZHGNocmlzdG9w aGVyQGFsYXNrYXNpLmNvbQAKCRDMWd9qyHthd5jHC/0XsvGAmXBD1Yjk+e4Uwf+Z bCal/VvY/qgn+EB0dYvRl+7vhm/EGhetkzLZj2jp4PBt+fjyNzovX96dloA8YpTr 08+65mVxN6obJJ6nr1xVxDilCVRMI0+X+TjGcDR03bkYJEvyFuT7Dqse224T0Vfd WuDyUkKD56S27xapFQCj4n4LRhl6g1gvvxdCDjl3gpnResUWXldAMlosI01FpkF+ P1f3AEtJbxS8E8eFBqWKlS8o/OhrJhGn/DgOF2lHqeGq4WjEhK49U+s9Bl/9jOh3 FJimnewYV+9m6QnH+GsDrS4+Dh+OWaefPe15QSe/MsmEoCMAGhlE/ryl6AO+68sw TVkydvWcBT5GDJcHwC6oU21o5IUKa7cL6u5D2vMJnhr09tSVyZ721TfNkCNcKZx4 O/dEj5duakPKoTXu5+nnoIfhLKENU7XPzkbvBdoyRhwf5tQocqEBVws9hVVj8j8a sr236DF2/lM9Ct+CujTGlcXfSMYjS/WpVn4zQDRagqY= =3yye -----END PGP SIGNATURE----- --=-SKy+1SozfEwOwnAZv8zs--