Your message dated Wed, 02 Oct 2013 22:36:06 +0000
with message-id <e1vrv1a-0005d3...@franck.debian.org>
and subject line Bug#706965: fixed in sympa 6.1.17~dfsg-1
has caused the Debian Bug report #706965,
regarding sympa: fails to install if ca-certificates trigger has never been run
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
706965: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706965
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sympa
Version: 6.1.11~dfsg-5
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

Installing sympa in a minimal system using
  apt-get install sympa
fails, but changing this to
  apt-get install ca-certificates
  apt-get install sympa
succeeds.

This seems to indicate that sympa depends on a successful run of the
ca-certificates trigger *before* configuring sympa ... no idea how this
can be achieved. Cc:ed the ca-certificates maintainer.


>From the attached log (scroll to the bottom...):

  Setting up sympa (6.1.11~dfsg-5) ...
  Adding system user: sympa.
  invoke-rc.d: policy-rc.d denied execution of stop.
  /etc/sympa/sympa.conf file has been created
  /etc/sympa/wwsympa.conf file has been created
  dbconfig-common: writing config to /etc/dbconfig-common/sympa.conf
  
  Creating config file /etc/dbconfig-common/sympa.conf with new version
  granting access to database sympa for sympa@localhost: success.
  verifying access for sympa@localhost: success.
  creating database sympa: success.
  verifying database sympa exists: success.
  populating database via sql...  done.
  dbconfig-common: flushing administrative password
  Not configuring Web server.
  info List::get_user_db() Sympa not setup to use DBI
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  info Configuration file read, default log level 0
  notice Upgrade::probe_db() Table list_table created in database sympa
  info Upgrade::probe_db() Field 'robot_exclusion' (table 'exclusion_table' ; 
database 'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field robot_exclusion added to table exclusion_table
  info Upgrade::probe_db() Missing expected primary key : robot_exclusion
  info Upgrade::probe_db() Table exclusion_table, PRIMARY KEY dropped
  info Upgrade::probe_db() Table exclusion_table, PRIMARY KEY set on 
list_exclusion,user_exclusion,robot_exclusion
  info Upgrade::probe_db() Field 'creation_email_list' (table 'list_table' ; 
database 'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field creation_email_list added to table list_table
  info Upgrade::probe_db() Field 'creation_epoch_list' (table 'list_table' ; 
database 'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field creation_epoch_list added to table list_table
  info Upgrade::probe_db() Field 'editors_list' (table 'list_table' ; database 
'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field editors_list added to table list_table
  info Upgrade::probe_db() Field 'name_list' (table 'list_table' ; database 
'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field name_list added to table list_table
  info Upgrade::probe_db() Field 'owners_list' (table 'list_table' ; database 
'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field owners_list added to table list_table
  info Upgrade::probe_db() Field 'path_list' (table 'list_table' ; database 
'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field path_list added to table list_table
  info Upgrade::probe_db() Field 'robot_list' (table 'list_table' ; database 
'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field robot_list added to table list_table
  info Upgrade::probe_db() Field 'status_list' (table 'list_table' ; database 
'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field status_list added to table list_table
  info Upgrade::probe_db() Field 'subject_list' (table 'list_table' ; database 
'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field subject_list added to table list_table
  info Upgrade::probe_db() Field 'topics_list' (table 'list_table' ; database 
'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field topics_list added to table list_table
  info Upgrade::probe_db() Field 'web_archive_list' (table 'list_table' ; 
database 'sympa') was NOT found. Attempting to add it...
  info Upgrade::probe_db() Field web_archive_list added to table list_table
  info Upgrade::probe_db() Missing expected primary key : name_list
  info Upgrade::probe_db() Missing expected primary key : robot_list
  info Upgrade::probe_db() Table list_table, PRIMARY KEY set on 
name_list,robot_list
  notice Upgrade::probe_db() Field 'dkim_privatekey_bulkspool'  (table 
'bulkspool_table' ; database 'sympa') does NOT have awaited type 
(varchar(1000)). Attempting to change it...
  notice Upgrade::probe_db() ALTER TABLE bulkspool_table CHANGE 
dkim_privatekey_bulkspool dkim_privatekey_bulkspool varchar(1000) 
  info Upgrade::probe_db() Field dkim_privatekey_bulkspool in table 
bulkspool_table, structure updated
  notice Upgrade::probe_db() Field 'messageid_bulkspool'  (table 
'bulkspool_table' ; database 'sympa') does NOT have awaited type 
(varchar(200)). Attempting to change it...
  notice Upgrade::probe_db() ALTER TABLE bulkspool_table CHANGE 
messageid_bulkspool messageid_bulkspool varchar(200) 
  info Upgrade::probe_db() Field messageid_bulkspool in table bulkspool_table, 
structure updated
  notice Upgrade::probe_db() Field 'messageid_bulkmailer'  (table 
'bulkmailer_table' ; database 'sympa') does NOT have awaited type 
(varchar(200)). Attempting to change it...
  notice Upgrade::probe_db() ALTER TABLE bulkmailer_table CHANGE 
messageid_bulkmailer messageid_bulkmailer varchar(200) 
  info Upgrade::probe_db() Field messageid_bulkmailer in table 
bulkmailer_table, structure updated
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  notice Sympa 6.1.11 started
  info Conf::checkfiles() creating spool /var/spool/sympa/automatic
  info Conf::checkfiles() creating spool /var/spool/sympa/topic
  info Conf::checkfiles() creating spool /var/spool/sympa/bounce
  info Conf::checkfiles() creating spool /var/spool/sympa/subscribe
  info Conf::checkfiles() creating spool /var/spool/sympa/distribute
  info Conf::checkfiles() creating spool /var/spool/sympa/msg/bad
  info Conf::checkfiles() creating spool /var/spool/sympa/distribute/bad
  info Conf::checkfiles() creating spool /var/spool/sympa/automatic/bad
  err Conf::checkfiles() Cannot access cafile 
/usr/share/sympa/default/ca-bundle.crt
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  notice Conf::checkfiles() TT2 file /usr/share/sympa/default/web_tt2/css.tt2 
has changed; updating static CSS file 
/var/lib/sympa/static_content/css/style.css ; previous file renamed
  notice Conf::checkfiles() TT2 file /usr/share/sympa/default/web_tt2/css.tt2 
has changed; updating static CSS file 
/var/lib/sympa/static_content/css/print.css ; previous file renamed
  notice Conf::checkfiles() TT2 file /usr/share/sympa/default/web_tt2/css.tt2 
has changed; updating static CSS file 
/var/lib/sympa/static_content/css/fullPage.css ; previous file renamed
  notice Conf::checkfiles() TT2 file /usr/share/sympa/default/web_tt2/css.tt2 
has changed; updating static CSS file 
/var/lib/sympa/static_content/css/print-preview.css ; previous file renamed
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  err Language::SetLang() Failed to setlocale(en_US) ; you either have a 
problem with the catalogue .mo files or you should extend available locales in  
your /etc/locale.gen (or /etc/sysconfig/i18n) file
  Missing files. Aborting.
  dpkg: error processing sympa (--configure):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for ca-certificates ...
  Updating certificates in /etc/ssl/certs... 158 added, 0 removed; done.
  Running hooks in /etc/ca-certificates/update.d....done.
  Errors were encountered while processing:
   sympa
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,

Andreas

Attachment: sympa_6.1.11~dfsg-5.log.gz
Description: GNU Zip compressed data


--- End Message ---
--- Begin Message ---
Source: sympa
Source-Version: 6.1.17~dfsg-1

We believe that the bug you reported is fixed in the latest version of
sympa, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 706...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bouthenot <kol...@debian.org> (supplier of updated sympa package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 24 Sep 2013 21:41:18 +0000
Source: sympa
Binary: sympa
Architecture: source amd64
Version: 6.1.17~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Sympa team <pkg-sympa-de...@lists.alioth.debian.org>
Changed-By: Emmanuel Bouthenot <kol...@debian.org>
Description: 
 sympa      - Modern mailing list manager
Closes: 669803 682563 682664 691506 706965 709565 712141 714388 717435 724086
Changes: 
 sympa (6.1.17~dfsg-1) unstable; urgency=low
 .
   * New upstream release:
     - Fix possible infinite loop while generating digest with text/plain
       binary attachements (Closes: #712141)
     - Fix missing templates (Closes: #714388)
     - Switch the default locale from en_US to en (update debconf templates
       accordingly) (Closes: #682563)
   * Refresh patches:
     - Fix 'CREATE DATABASE' syntax with mysql backend. Thanks to Daniel
     Caillibaud for the patch (Closes: #682664)
   * Add a patch to make possible to fallback on C locale when no other
     locales are available
   * Add a patch to raise a warning instead of an error when the CA bundle file
     is not readable (Closes: #706965, #717435)
   * Fix packaging to support Apache >= 2.4 (Closes: #669803)
   * Update manpages patch to fix a FTBFS caused by lack of 'encoding'
     identifer in pod snippets (Closes: #724086)
   * Add dependency on libsoap-lite-perl
   * Fix Vcs-* fields
   * Bump Standards-Version to 3.9.4
   * Remove support of sqlite < 3
   * Add a warning message in postinst about the fix of permissions and
     ownership which can take a while. Thanks to David Prévot for the
     suggestion (Closes: #709565)
   * Fix a bug in postinst while trying to add missing parameters in
     sympa.conf during upgrade to sympa > 6.0.1. Thanks to Paul Menzel
     for the patch (Closes: #691506)
   * Minor updates in debian/copyright
   * Switch to debhelper >= 9
Checksums-Sha1: 
 51684a564a966934a1419cd7857a0e976c41c4be 2517 sympa_6.1.17~dfsg-1.dsc
 ac43ab205d681343681abff9772d55a541fd912a 5582004 sympa_6.1.17~dfsg.orig.tar.gz
 3d42df0f13b216b595b14541426c6959c0e2b7f4 118776 
sympa_6.1.17~dfsg-1.debian.tar.gz
 f58cb1ed377f8d6a22d2b565a10a7a66eff2e23d 2096214 sympa_6.1.17~dfsg-1_amd64.deb
Checksums-Sha256: 
 9a6ae19a77c40d8d68f00b6b3ec4f737e056aed93d695be17f3fe96456d7ef49 2517 
sympa_6.1.17~dfsg-1.dsc
 82398955d8052d323441718ee3830ddf505ee50acdb82431acc7a297bf3f77b6 5582004 
sympa_6.1.17~dfsg.orig.tar.gz
 73c9acd941894a1d0d17194d5cdfc2e7f3d2d403f7b9cdfe2ea9ddf005d6b9a0 118776 
sympa_6.1.17~dfsg-1.debian.tar.gz
 1974ef0f15c530418f65ea17ce25b7750cc633800fbed1c5921e2d0b74c27839 2096214 
sympa_6.1.17~dfsg-1_amd64.deb
Files: 
 3a2cac33de59432b8d11aea192413b21 2517 mail optional sympa_6.1.17~dfsg-1.dsc
 1cf3040bf1f8013b7ebcf3bf8216bb18 5582004 mail optional 
sympa_6.1.17~dfsg.orig.tar.gz
 076cf5d8c110c6856b82f0e244dd846d 118776 mail optional 
sympa_6.1.17~dfsg-1.debian.tar.gz
 9e623cba0566abc75033faea3eb073bc 2096214 mail optional 
sympa_6.1.17~dfsg-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSTJ0qAAoJEEsHdyOSnULDoNAQAIANqdXVv5W7IIKo02rmWzbE
nBXmNm133H/r50kNoAv2Ht162dwqaUhdyDxPMmqsWxA2EjcIODhWReyE/89e6jgB
S7OPbWEYo9xe8rLA/68K4CcqBAi9kLBL+awSvkpdCWcfmv3DEP6kiPeuFU280LXm
0hpYQ8WJu8jzaFTftRa8J2a5DsS0zyPR6UsQsdNPclCNX3fT5NMaoucTp3/Aub/k
VSMOW6BK1bmM1YPUAjJ8YDoNKlbarKLxmuHxDzEEBzS/2ATKu6cmgQ7wSgp3fO0W
or4I6bRkwrWJGdU0azXufl6Jq45YeLaWMojM/AgoYetbsDQA9WyLASHFNVfGLVF0
Ae6k/Q0XGlpy6jyi+e7k4PoCPOQ3r8dyt8hC7jShb3ihnKUxsrDCQnqv4muMzYNm
lQX5v57Gc7J+oBVt7pyMXSMoJ6O0FqcEiEQc46eKAP11RD6VdoWYxQacrOY315+8
6BMIMC/L6T7O8u0UYJ6PShGhJXD/XCjlzYnBO5zka5k6VikoefEY6k+d93mPwM4X
+FoRd/OZHVyv/Y0GHfwRMrxxwDiEcWZR5Gd+ryW5n/PxLqasnst727Wn2WgQ2UP5
h9gK7my/0V/A7NMiDfyuws3m9IvyBS1YFYKtkWEbtxKML/tlSwqTjYsNySPjrOpa
yZ6R2V+fQOhHzj7zB/bB
=/RcS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to