Your message dated Fri, 06 Aug 2010 22:02:16 +0000
with message-id <[email protected]>
and subject line Bug#587096: fixed in sympa 6.1~beta4~dfsg-1
has caused the Debian Bug report #587096,
regarding Missing .mo files with Sympa locales
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 [email protected]
immediately.)
--
587096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587096
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sympa
Version: 6.0.1+dfsg-2
Severity: important
Hello,
Recently I've rebuilt successfully Debian testing source package of
sympa 6.0.1+dfsg-2 for my Lenny box and after installation it I noticed
that now I have neither Polish nor any Sympa locales...
Below there are my steps I did for rebuilding and installing new Sympa:
$ mkdir ~/sympa
$ cd ~/sympa/
$ wget
http://ftp.de.debian.org/debian/pool/main/s/sympa/sympa_6.0.1+dfsg-2.dsc
$ wget
http://ftp.de.debian.org/debian/pool/main/s/sympa/sympa_6.0.1+dfsg.orig.tar.gz
$ wget
http://ftp.de.debian.org/debian/pool/main/s/sympa/sympa_6.0.1+dfsg-2.debian.tar.gz
$ dpkg-source -x sympa_6.0.1+dfsg-2.dsc
$ cd sympa-6.0.1+dfsg/
$ LANG=C dpkg-buildpackage -uc -us -rfakeroot
$ cd ..
$ sudo aptitude install libnet-netmask-perl libregexp-common-perl
libterm-progressbar-perl libapache2-mod-fcgid libsoap-lite-perl
ca-certificates
$ sudo aptitude install libhtml-stripscripts-parser-perl
libmime-lite-html-perl
$ sudo dpkg -i sympa_6.0.1+dfsg-2_amd64.deb
$ find /usr/lib/sympa/locale/pl/
/usr/lib/sympa/locale/pl/
/usr/lib/sympa/locale/pl/LC_MESSAGES
So next I rebuilt the source package again to check it and observed the
following messages:
[...]
dh_clean
for file in po/af.gmo po/ar.gmo po/bg.gmo po/br.gmo po/ca.gmo po/cs.gmo
po/de.gmo po/el.gmo po/en_US.gmo po/es.gmo po/et.gmo po/eu.gmo po/fi.gmo
po/fr.gmo po/hu.gmo po/id.gmo po/it.gmo po/ja.gmo po/ko.gmo po/ml.gmo
po/nb_NO.gmo po/nl.gmo po/nn_NO.gmo po/oc.gmo po/pl.gmo po/pt.gmo
po/pt_BR.gmo po/ro.gmo po/ru.gmo po/sv.gmo po/tr.gmo po/vi.gmo
po/zh_CN.gmo po/zh_TW.gmo po-wwsympa/af.gmo po-wwsympa/ar.gmo
po-wwsympa/bg.gmo po-wwsympa/br.gmo po-wwsympa/ca.gmo po-wwsympa/cs.gmo
po-wwsympa/de.gmo po-wwsympa/el.gmo po-wwsympa/en_US.gmo
po-wwsympa/es.gmo po-wwsympa/et.gmo po-wwsympa/eu.gmo po-wwsympa/fi.gmo
po-wwsympa/fr.gmo po-wwsympa/hu.gmo po-wwsympa/id.gmo po-wwsympa/it.gmo
po-wwsympa/ja.gmo po-wwsympa/ko.gmo po-wwsympa/ml.gmo
po-wwsympa/nb_NO.gmo po-wwsympa/nl.gmo po-wwsympa/nn_NO.gmo
po-wwsympa/oc.gmo po-wwsympa/pl.gmo po-wwsympa/pt.gmo
po-wwsympa/pt_BR.gmo po-wwsympa/ro.gmo po-wwsympa/ru.gmo
po-wwsympa/sv.gmo po-wwsympa/tr.gmo po-wwsympa/vi.gmo
po-wwsympa/zh_CN.gmo po-wwsympa/zh_TW.gmo src/etc/list_aliases.tt2
src/lib/Sympa/Constants.pm sympa.spec; do \
[ ! -e $file.upstream ] || mv -f $file.upstream $file; \
done
[...]
Making install in po
make[2]: Entering directory `/tmp/sympa-6.0.1+dfsg/po'
mkdir -p -- /tmp/sympa-6.0.1+dfsg/debian/sympa//usr/share
/usr/bin/install: cannot stat `./ar.gmo': No such file or directory
installing ./ar.gmo as
/tmp/sympa-6.0.1+dfsg/debian/sympa//usr/lib/sympa/locale/ar/LC_MESSAGES/sympa.mo
/usr/bin/install: cannot stat `./br.gmo': No such file or directory
installing ./br.gmo as
/tmp/sympa-6.0.1+dfsg/debian/sympa//usr/lib/sympa/locale/br/LC_MESSAGES/sympa.mo
/usr/bin/install: cannot stat `./bg.gmo': No such file or directory
As you can see above installing of .gmo files failed. It's because I've
got neither static nor dynamic generated .gmo files here:
$ find . -type f -name \*gmo\*
$
$ ls po/
ar.po cs.po es.po fr.po ko.po Makevars pl.po
remove-potcdate.sin sv.po zh_CN.po
bg.po de.po et.po hu.po la.po ml.po POTFILES.in
ro.po sympa.pot zh_TW.po
br.po el.po eu.po id.po LINGUAS nb_NO.po pt_BR.po
ru.po tr.po
ca.po en_US.po fi.po ja.po Makefile.in.in nl.po pt.po
stamp-po vi.po
I grabbed also upstream Sympa version to compare it to your Debian
source package and I found appropriate .gmo files there:
$ cd ~/sympa/
$ wget http://www.sympa.org/distribution/old/sympa-6.0.1.tar.gz
$ tar xzf sympa-6.0.1.tar.gz
$ cd sympa-6.0.1/
$ ls po/
ar.gmo cs.po et.gmo hu.po la.gmo nl.gmo pt.gmo
sv.po zh_TW.po
ar.po de.gmo et.po id.gmo la.po nl.po pt.po
sympa.pot
bg.gmo de.po eu.gmo id.po LINGUAS oc.gmo
remove-potcdate.sin tr.gmo
bg.po el.gmo eu.po it.gmo Makefile.in.in oc.po ro.gmo
tr.po
br.gmo el.po fi.gmo it.po Makevars pl.gmo ro.po
vi.gmo
br.po en_US.gmo fi.po ja.gmo ml.gmo pl.po ru.gmo
vi.po
ca.gmo en_US.po fr.gmo ja.po ml.po POTFILES.in ru.po
zh_CN.gmo
ca.po es.gmo fr.po ko.gmo nb_NO.gmo pt_BR.gmo stamp-po
zh_CN.po
cs.gmo es.po hu.gmo ko.po nb_NO.po pt_BR.po sv.gmo
zh_TW.gmo
Please add missing upstream .gmo files or generate them from .po files
during building binary package.
My best regards,
Pawel Tecza
--- End Message ---
--- Begin Message ---
Source: sympa
Source-Version: 6.1~beta4~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:
sympa_6.1~beta4~dfsg-1.debian.tar.gz
to main/s/sympa/sympa_6.1~beta4~dfsg-1.debian.tar.gz
sympa_6.1~beta4~dfsg-1.dsc
to main/s/sympa/sympa_6.1~beta4~dfsg-1.dsc
sympa_6.1~beta4~dfsg-1_amd64.deb
to main/s/sympa/sympa_6.1~beta4~dfsg-1_amd64.deb
sympa_6.1~beta4~dfsg.orig.tar.gz
to main/s/sympa/sympa_6.1~beta4~dfsg.orig.tar.gz
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bouthenot <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 02 Aug 2010 21:44:23 +0000
Source: sympa
Binary: sympa
Architecture: source amd64
Version: 6.1~beta4~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Sympa team <[email protected]>
Changed-By: Emmanuel Bouthenot <[email protected]>
Description:
sympa - Modern mailing list manager
Closes: 583307 583852 585397 586821 587096 590225 590337 590590
Changes:
sympa (6.1~beta4~dfsg-1) unstable; urgency=low
.
* New upstream prerelease.
.
[ Jonas Smedegaard ]
* Update rules and watch file to handle beta releases.
* Use default ~ (not +) as dfsg version hint delimiter.
* Drop patch 1010 (sqlite upgrade): included upstream.
* Unfuzz patches.
* Refresh debconf gettext files.
* Update copyright file: Add licensing info for recently added debconf
gettext files (new authors, same licenses).
* Declare all binary dependencies in rules file.
* Update package relations based on sympa_wizard.pl.in:
+ Tighten (build-)dependency on libdbi-perl, libdbd-mysql-perl and
libfile-copy-recursive-perl.
+ Make dependencies on libnet-ldap-perl unversioned.
+ Build-depend and depend (as libdbd-mysql-perl fallback) on
libdbd-sybase-perl.
+ Stop build-depending and depending (as libdbd-mysql-perl fallback)
on libdbd-sqlite2-perl (version number indicated only sqlite3 is
supported).
+ Depend on libfcgi-perl.
+ Recommend libfile-nfslock-perl, libio-socket-ssl-perl,
libsoap-lite-perl, libmail-dkim-perl and libapache2-mod-fastcgi.
+ Recommend (not build-depend or depend on)
libcrypt-ciphersaber-perl.
+ Suggest (not yet packaged) libauthcas-perl, libdbd-oracle-perl,
libtext-linefold-perl and libtext-wrap-perl.
.
[ Emmanuel Bouthenot ]
* Add or Update debconf translations:
- Portuguese: Thanks to Miguel Figueiredo (Closes: #583307).
- Spanish: Thanks to Francisco Javier Cuadrado (Closes: #583852).
- Swedish: Thanks to Martin Bagge (Closes: #586821).
- Japanese: Thanks to Hideki Yamane (Closes: #590225).
- Czech: Thanks to Miroslav Kure (Closes: #590337).
- Basque: Thanks to Iñaki Larrañaga Murgoitio (Closes: 590590).
* Update copyright file with new and updated debconf translations.
* Fix duplicate control fields (Recommends and Suggests).
* Add a patch to disable the build of PO files previously removed from
the DFSG sources (fix a FTBFS).
* The Makefile “clean” target has to be “maintainer-clean” to force the
deletion of PO stamp and GMO files which can prevent the build of
translations files.
* Force removal of po{,-wwsympa}/stamp-po files which breaks the build
of translations files (Closes: #587096).
* Add a patch which fix error messages in Apache logs while running Sympa
in debug mode (Closes: #585397).
* Remove the dependencies on the “very obsolete” libmime-perl package.
* Reduce the dependency on libdbd-mysql-perl (make it buildable on lenny).
* Remove useless lintian overrides.
* Add missing descriptions for a few patches.
* Fix permissions on MTA tools wrappers.
* Add myself to Uploaders.
* Update path to GPL licence in debian/copyright (use real path instead
of symlink).
* Add missing init script LSB headers: “Description” and “Short-Description”
Checksums-Sha1:
ffed7f62ac22c726fb94368ed0d9256f18977d82 2610 sympa_6.1~beta4~dfsg-1.dsc
9fed58b714d2378a702ab5e5ba47e92605710cb7 4800446
sympa_6.1~beta4~dfsg.orig.tar.gz
c5261cd893d07776d37f140513c616301e3a803e 110813
sympa_6.1~beta4~dfsg-1.debian.tar.gz
cc15d0e5140c702629fa0ef38e30e4a3178ba2d5 2640926
sympa_6.1~beta4~dfsg-1_amd64.deb
Checksums-Sha256:
f40fcef1b2647679d7fc0deb5dc13cb1ddaf257c52e59ec24503345bf6b56b71 2610
sympa_6.1~beta4~dfsg-1.dsc
72136b88e15c0658e58290585fab4e9adb0a1e69f0ec7717bbcdbdb6c4da6b50 4800446
sympa_6.1~beta4~dfsg.orig.tar.gz
1d0f2e0778f2801f406c2186c6525af6a232791a109fd7aa9355b9a9893a6111 110813
sympa_6.1~beta4~dfsg-1.debian.tar.gz
7c81bd6822111d56ac2a4c29d3130d035c24c0c88bfacd0f392b721b9ca1aab4 2640926
sympa_6.1~beta4~dfsg-1_amd64.deb
Files:
f5baa24a308f0a56431401c435fc4c2a 2610 mail optional sympa_6.1~beta4~dfsg-1.dsc
fc088b55b61568dee7a9fff319619539 4800446 mail optional
sympa_6.1~beta4~dfsg.orig.tar.gz
87dce10d2828e0f7a6972d15667032c1 110813 mail optional
sympa_6.1~beta4~dfsg-1.debian.tar.gz
62b31954278f79fdb412d76a3fb013ef 2640926 mail optional
sympa_6.1~beta4~dfsg-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJMXISFAAoJEEsHdyOSnULDjYkP/is3EE1H/0vIytcIAi2yTNgX
1Yfp6j8ht/G/aHZtXum1JFeVeL7vU1AHxZv1twSLdqvOHWYTYJ7XydzGoDaUAXmY
DECbyWy1MS7tFP+NrxrKihHAzo7bHOR0IkqxAuboz34A9Z5uRh+Sgg/P2nWRr0s3
kUjH5rOTKpOvejFSOZKFStIgJpzy9vFB0TGq5lAjVNHleHczKM3H4l7Dq7MdMPEh
WfXTrABE6z5qfOOGes/7bbcN6QVib+hjQPZxh5U8YQsPau3ply3HMj1B5EWrkgsU
uVSDJSlG105Fi6An5BxIaWxtXIs/sgIyMDHk2xFrsI2fDv7u45yy3Cn3JGJdg/NU
uGJekWbWLt/N1b0+fyMGg4gLHG0S8fwBscWvpNHAKDAVmXYIRErH9fX41b91kcJG
rJ6r55rMyxcjNg5bDVpuwZyJJt0CVV4F53xK+CbSRI233/UD0TBbN6C4kUOFLwU4
XD/kZjBLRtA6qMj32d773Ph9hvzYJB6n1FvcOd1FIEF2wBwxE500dGa8Ts2xjnRc
htJtYBDpcfJNAobUIUhp259bWTNhSCkBbRDmhSOSM+NS0lGMM9O33at7hr44A5W1
sOfOfpyDA2ub5KGW81fRpcVmwn2//p45nY56UpRlA1DAmAU2v/DW6644jLGa/dve
GpxCxHVfLC2Q7siZMmx3
=GwuL
-----END PGP SIGNATURE-----
--- End Message ---