Your message dated Mon, 18 Mar 2024 22:35:19 +0000
with message-id <[email protected]>
and subject line Bug#700467: fixed in ikiwiki 3.20200202.4-1
has caused the Debian Bug report #700467,
regarding Wrong use of UTF-8 in gettext
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.)


-- 
700467: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700467
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Package: ikiwiki
Version: 3.20121212
Severity: normal

As you see below I use language settings that are set to use ISO8859-1.
That works well with normal applications using gettext but not with
ikiwiki. See the following session:
   ~> ikiwiki --setup /etc/ikiwiki/auto.setup
   Wie soll das Wiki heiÃWiki
   ...

As you can see, the german 'ß' is printed as an à and nothing else is
printed after it.

It looks like there should be no :std in "use open qw(:utf8 :std);" in
IkiWiki.pm as it cannot go by that the terminal is utf-8 in any cases.
Moreover, perl can decide great which encoding it has to use on
STDIN/STDOUT.

- -- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'stable'), (110, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.7.5 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)
Shell: /bin/sh linked to /bin/dash

Versions of packages ikiwiki depends on:
ii  libhtml-parser-perl             3.69-2
ii  libhtml-scrubber-perl           0.09-1
ii  libhtml-template-perl           2.91-1
ii  libjson-perl                    2.53-2
ii  libtext-markdown-discount-perl  0.04-1
ii  liburi-perl                     1.60-1
ii  libyaml-libyaml-perl            0.38-3
ii  perl                            5.14.2-18

Versions of packages ikiwiki recommends:
ii  gcc [c-compiler]             4:4.7.2-1
ii  gcc-4.4 [c-compiler]         4.4.7-3
ii  gcc-4.7 [c-compiler]         4.7.2-5
ii  git [git-core]               1:1.7.10.4-2
ii  git-core                     1:1.7.10.4-2
pn  libauthen-passphrase-perl    <none>
ii  libc6-dev [libc-dev]         2.13-38
pn  libcgi-formbuilder-perl      <none>
pn  libcgi-session-perl          <none>
ii  libcrypt-ssleay-perl         0.58-1
ii  libgravatar-url-perl         1.06-1
pn  liblwpx-paranoidagent-perl   <none>
ii  libmail-sendmail-perl        0.79.16-1
pn  libnet-openid-consumer-perl  <none>
pn  librpc-xml-perl              <none>
ii  libterm-readline-gnu-perl    1.20-2+b1
ii  libtimedate-perl             1.2000-1
ii  libxml-simple-perl           2.20-1
ii  mercurial                    2.2.2-2

Versions of packages ikiwiki suggests:
ii  dvipng                      1.14-1+b1
ii  file                        5.11-2
ii  gettext                     0.18.1.1-10
ii  graphviz                    2.26.3-12
ii  libfile-mimeinfo-perl       0.16-1
pn  libhighlight-perl           <none>
ii  libhtml-tree-perl           5.02-1
ii  liblocale-gettext-perl      1.05-7+b1
ii  libmailtools-perl           2.09-1
pn  libnet-amazon-s3-perl       <none>
ii  libnet-inet6glue-perl       0.5-1
pn  libsearch-xapian-perl       <none>
pn  libsort-naturally-perl      <none>
pn  libsparkline-php            <none>
pn  libtext-csv-perl            <none>
pn  libtext-multimarkdown-perl  <none>
pn  libtext-textile-perl        <none>
pn  libtext-typography-perl     <none>
pn  libtext-wikicreole-perl     <none>
pn  libtext-wikiformat-perl     <none>
pn  libxml-feed-perl            <none>
ii  libxml-writer-perl          0.615-1
ii  perlmagick                  8:6.7.7.10-5
ii  po4a                        0.42-1
pn  polygen                     <none>
ii  python                      2.7.3-4
pn  python-docutils             <none>
ii  texlive                     2012.20120611-5
ii  tidy                        20091223cvs-1.2
pn  viewvc | gitweb | viewcvs   <none>
pn  xapian-omega                <none>

- -- Configuration Files:
/etc/ikiwiki/auto-blog.setup changed:
require IkiWiki::Setup::Automator;
our $wikiname=IkiWiki::Setup::Automator::ask(
        gettext("What will the blog be named?"), gettext("blog"));
our $wikiname_short=IkiWiki::Setup::Automator::sanitize_wikiname($wikiname);
our $rcs=IkiWiki::Setup::Automator::ask(
        gettext("What revision control system to use?"), "git");
our $admin=IkiWiki::Setup::Automator::ask(
        gettext("What wiki user (or openid) will be admin?"), $ENV{USER});
use Net::Domain q{hostfqdn};
our $domain=hostfqdn() || IkiWiki::Setup::Automator::ask(
        gettext("What is the domain name of the web server?"), "");
IkiWiki::Setup::Automator->import(
        wikiname => $wikiname,
        adminuser => [$admin],
        rcs => $rcs,
        srcdir => "$ENV{HOME}/$wikiname_short",
        destdir => "$ENV{HOME}/www/$wikiname_short",
        repository => "$ENV{HOME}/$wikiname_short.".($rcs eq "monotone" ? "mtn" 
: $rcs),
        dumpsetup => "$ENV{HOME}/$wikiname_short.setup",
        url => "http://$domain/~$ENV{USER}/$wikiname_short";,
        cgiurl => "http://$domain/~$ENV{USER}/$wikiname_short/ikiwiki.cgi";,
        cgi_wrapper => "$ENV{HOME}/www/$wikiname_short/ikiwiki.cgi",
        adminemail => "$ENV{USER}\@$domain",
        add_plugins => [qw{goodstuff websetup comments blogspam calendar 
sidebar trail}],
        disable_plugins => [qw{}],
        libdir => "$ENV{HOME}/.ikiwiki",
        rss => 1,
        atom => 1,
        syslog => 1,
        
        example => "blog",
        comments_pagespec => "posts/* and !*/Discussion",
        blogspam_pagespec => "postcomment(*)",
        archive_pagespec => "page(posts/*) and !*/Discussion",
        global_sidebars => 0,
        discussion => 0,
        locked_pages => "* and !postcomment(*)",
        tagbase => "tags",
)

/etc/ikiwiki/auto.setup changed:
require IkiWiki::Setup::Automator;
our $wikiname=IkiWiki::Setup::Automator::ask(
        gettext("What will the wiki be named?"), gettext("wiki"));
our $wikiname_short=IkiWiki::Setup::Automator::sanitize_wikiname($wikiname);
our $rcs=IkiWiki::Setup::Automator::ask(
        gettext("What revision control system to use?"), "git");
our $admin=IkiWiki::Setup::Automator::ask(
        gettext("Which user (wiki account or openid) will be admin?"), 
$ENV{USER});
use Net::Domain q{hostfqdn};
our $domain=hostfqdn() || IkiWiki::Setup::Automator::ask(
        gettext("What is the domain name of the web server?"), "");
IkiWiki::Setup::Automator->import(
        wikiname => $wikiname,
        adminuser => [$admin],
        rcs => $rcs,
        srcdir => "$ENV{HOME}/$wikiname_short",
        destdir => "$ENV{HOME}/www/$wikiname_short",
        repository => "$ENV{HOME}/$wikiname_short.".($rcs eq "monotone" ? "mtn" 
: $rcs),
        dumpsetup => "$ENV{HOME}/$wikiname_short.setup",
        url => "http://$domain/~$ENV{USER}/$wikiname_short";,
        cgiurl => "http://$domain/~$ENV{USER}/$wikiname_short/ikiwiki.cgi";,
        cgi_wrapper => "$ENV{HOME}/www/$wikiname_short/ikiwiki.cgi",
        adminemail => "$ENV{USER}\@$domain",
        add_plugins => [qw{goodstuff websetup}],
        disable_plugins => [qw{}],
        libdir => "$ENV{HOME}/.ikiwiki",
        rss => 1,
        atom => 1,
        syslog => 1,
)


- -- no debconf information

- -- 
Klaus Ethgen                              http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen <[email protected]>
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJRGsJWAAoJEKZ8CrGAGfasDU0L/R8vbHTqoBlkhn9Ypw2qt4+j
XlD0LAMobh7cnYnUA2f0fm2KglRdzQwDtVjHi/vla77I1BR08W7ry1Ev4mxnkVLN
XvR7Qxqx2s7AQeR0UMfgiVbo2yXvqqvay3o4a7IX1dYkizA8Ll9Oe8Z+Rx2kTIJv
eK8Ds4dxHa0D2QJN/J20rpxjdncxl/gzbyHl+E7iiT2P9NvKRKrTm9tbnUSHrafx
YnyynKYu3tAmZZLByMROLDA5iFMPuBJuomXfqJN6GpYHBUv4tcJLoT0Zs/v5s7yq
rYIh7SFNNiJxi6jUxDSadnxG3cop/irX20RWIz0JUNL/061jogKtxf7Qw7V77IEw
5D8doThjsIzSOekQNuQ66O5eEuIM1gNdSJlJ+kUcvaz+bPMvn6NOjVe0KcVG67cR
BLT8ln9ERAS1UU23f0MFTe+XyjDR0LfrY/NNeaIKOctYmXijLBOD8IzfCV5f85sZ
2jyLg0S5eDbhPlZqE/JRBXNwYAqyTEJ8FeMbCpoLFw==
=I2Lf
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: ikiwiki
Source-Version: 3.20200202.4-1
Done: Jonathan Dowland <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ikiwiki, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan Dowland <[email protected]> (supplier of updated ikiwiki 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: SHA512

Format: 1.8
Date: Mon, 18 Mar 2024 21:27:50 +0000
Source: ikiwiki
Architecture: source
Version: 3.20200202.4-1
Distribution: unstable
Urgency: medium
Maintainer: Jonathan Dowland <[email protected]>
Changed-By: Jonathan Dowland <[email protected]>
Closes: 700467 953355 1050377 1057087
Changes:
 ikiwiki (3.20200202.4-1) unstable; urgency=medium
 .
   * Adopt package. Thanks Simon McVittie for all your work!
     Closes: #1057087.
   * New upstream version.
     * Closes: #1050377, #700467.
   * Drop Suggests: bzr, a transitional package. Closes: #953355.
   * Copyright: re-order stanzas for po/* and po/underlay/* to resolve
     ~240 lintian warnings.
   * Remove patch applied upstream:
     d/p/build-Don-t-install-an-empty-share-ikiwiki-examples-doc-e.patch
Checksums-Sha1:
 a69300b1d4278e5d34cf1de42bca811ba2c78db0 2568 ikiwiki_3.20200202.4-1.dsc
 e88b454ae6165a7afa058243443ec222a809e1da 2733060 
ikiwiki_3.20200202.4.orig.tar.xz
 7e3c2e6c46a3197a633456a4aad14230c8a935f3 87536 
ikiwiki_3.20200202.4-1.debian.tar.xz
 fae17aa48906fbc7de9c5ad8bdea13aec53834b5 13703 
ikiwiki_3.20200202.4-1_amd64.buildinfo
Checksums-Sha256:
 351efede4c251f76e11f54c813412f1a012c70b577045bc3c645beced94a11fc 2568 
ikiwiki_3.20200202.4-1.dsc
 be61813068b6c5f5b77f2b346e41efac59d9f0574b6a361154851f735412fe8f 2733060 
ikiwiki_3.20200202.4.orig.tar.xz
 3f8f8e8430d379c3658790941ccc018014c2129350dfa6cefc54f167746f015c 87536 
ikiwiki_3.20200202.4-1.debian.tar.xz
 c1926979394cdfa39adf190ec3a93fe32a7c2408f7b4744853ba2b3832761e2c 13703 
ikiwiki_3.20200202.4-1_amd64.buildinfo
Files:
 5518bde41a818922d0b7a483d52cb91f 2568 web optional ikiwiki_3.20200202.4-1.dsc
 ad53cc7c6985dfdcadaa0d03cf580cac 2733060 web optional 
ikiwiki_3.20200202.4.orig.tar.xz
 1da19b5b4614b7d084ec1230831e925a 87536 web optional 
ikiwiki_3.20200202.4-1.debian.tar.xz
 bbf7c84f22e2826e8484b5d47c205be0 13703 web optional 
ikiwiki_3.20200202.4-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEE4DfLKhoAYblDNjyLCQdAlgaqqqoFAmX4vyoQHGptdGRAZGVi
aWFuLm9yZwAKCRAJB0CWBqqqqpx3EACH3fKCXJT7Ox/KCMVcXdUA2q2pi8Ccewyo
BmbP3U+LS4acLfDCDfuEaWjSZV/bckKc0Ei+4JW6vFkX8gstQK7mG/Gy8n0O/Q7Q
XK9Vg5Zvf9sVg/ZeMrKZvQir1zE3T5bwzGti3O4hMTdRQDPHcn4ocTrWgXNH86Ge
muuFtQ8iG+gGGvHNIXmrYuWqLVxVp6b7WCjmiMUscQuzSeLXYtfReYuD4q80+fD+
O1MfFZdp2Cip/4zK6kJu/ocR0BNcAtxFfRTyYEzQf1dSXJM/Vb5BWolLJORS6+FI
TdLnD0u4rIO3CgRHpbnidcT9b+JGM154Skg4dYupFlzKIw5Y7yXnSp4/op/arsS1
eh2ubwfXMYTA4SRFomc4aDsAcj94YKXYzxhGgdMZ2c9lp/P5WBmnfK+l9zTfDzrb
cs9PR+U3vcHesk1MsSpgBFjgdNv8heMYKS6MRo3KfQXNE1B1q0cAkVjmhZE/wEjb
jTUsBPOciz2QXHeTqDIZaOW8tItUyUZQ2qiRBP+LhqjO4VIbDNvkf3ZzkxxHYMNM
vwy5jYbXPGkzFE8yO8wlSQwVxHZGeXwSvWRwJWl8etS4nq9XbgM/8XsFFzwsAnCp
XH90M9tXzVxKvVn01DDS5ANp1FyFms+Hn4ACjSXXhIGY50gvP4jXUVtnXJAiBJKf
AGNC4FfnOg==
=aCHO
-----END PGP SIGNATURE-----

Attachment: pgpHSSelmVJRX.pgp
Description: PGP signature


--- End Message ---

Reply via email to