Skip to Content.
Sympa Menu

devel - Re: [sympa-dev] configure-Bug

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun - CRU <address@concealed>
  • To: Andreas de Pretis <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-dev] configure-Bug
  • Date: Mon, 28 Apr 2003 15:31:31 +0200

Hi Andreas,

Andreas de Pretis wrote:

i've found a little Bug in 'Makefile.am' and 'src/Makfile' regarding
the NLSDIR environment variable: it is not exported and therefore not
used in src/Makefile for subst.pl -> sympa_wizard.pl

So 'sympa_wizard.pl -c $$cfile' fails to correctly define 'msgcat' in
/etc/sympa.conf. I've attached a little patch against version 3.4.3.1
that should fix this problem (at least it does for me).

This bug has already been fixed :
http://listes.cru.fr/cgi-bin/cvsweb.cgi/sympa/Makefile.am.diff?r1=1.35.2.7&r2=1.35.2.8&only_with_tag=sympa-3_4-branch

Furthermore i found a problem regarding PostgreSQL 7.3.x: since this
version Pg supports Schemes which prefixes table-names with the
scheme-name (default: public) ... $dbh->tables in List.pm, method
'probe_db' returns:

public.user_table
public.subscriber_table

The second little patch i've attached should fix this problem too (details
see patch please).

Fine, we've applied your patch :
http://listes.cru.fr/cgi-bin/cvsweb.cgi/sympa/src/List.pm.diff?r1=1.333.2.20&r2=1.333.2.21&only_with_tag=sympa-3_4-branch

Thanks for reporting these problems.

--
Olivier Salaun
Comite Reseau des Universites




  • configure-Bug, Andreas de Pretis, 04/19/2003
    • Re: [sympa-dev] configure-Bug, Olivier Salaun - CRU, 04/28/2003

Archive powered by MHonArc 2.6.19+.

Top of Page