[Pkg-sympa-devel] Bug#717435: sympa: fails to install if ca-certificates trigger has never been run

Andreas Beckmann anbe at debian.org
Sat Jul 20 21:05:01 UTC 2013


Package: sympa
Version: 6.1.11~dfsg-5
Severity: serious
User: debian-qa at 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 at localhost: success.
  verifying access for sympa at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sympa_6.1.11~dfsg-5.log.gz
Type: application/x-gzip
Size: 26971 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-sympa-devel/attachments/20130720/11954072/attachment-0001.bin>


More information about the Pkg-sympa-devel mailing list