After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 475599 - Space in POT/directory names
Space in POT/directory names
Status: RESOLVED FIXED
Product: damned-lies
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: damned-lies Maintainer(s)
damned-lies Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-09-10 20:46 UTC by Diego Búrigo Zacarão
Modified: 2008-01-12 14:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Diego Búrigo Zacarão 2007-09-10 20:46:21 UTC
I have tried to put the following module in Fedora instance of Damned Lies:

  <module id="olpc-etoys">
    <_description>OLPC :: Etoys</_description>
    <_summary>It is a media-rich authoring environment.</_summary>
    <maintainer id="tak"/>
    <bugs-product>Fedora OLPC</bugs-product>
    <bugs-component>general</bugs-component>
    <scmroot type="git">
      <path>git://dev.laptop.org</path>
    </scmroot>
    <scmmodule>projects/etoys</scmmodule>
    <scmweb>http://dev.laptop.org/git.do?p=projects/etoys</scmweb>
    <webpage>http://wiki.laptop.org/go/Etoys</webpage>
    <defaults>
      <branch>
        <domain id="po/Morphic/Postscript Canvases" potbase="Morphic-Postscript Canvases">
          <_description>Morphic :: Postscript Canvases</_description>
          <directory>Postscript Canvases</directory>
        </domain>
      </branch>
    </defaults>
    <branch id="master" />
  </module>


and I got the following errors:

Notices
    * error Can't get statistics for POT file '/home/diego/Fedora/flpweb/POT/olpc-etoys.master/Morphic-Postscript Canvases.master.pot'.
    * error Errors while running 'intltool-update -m' check.
    * error Can't generate POT file, using old one.


I think the problem it's the name of module "Postscript Canvases". It has space and Damned Lies can't generate the statistics for this module.

How should it be writing? Is there support for POT/directories with space in the name?

Thanks
Comment 1 Danilo Segan 2007-09-12 08:43:01 UTC
Not at the moment. It should be easy to fix by adding quotes around directory names in modules.py module classes.
Comment 2 Claude Paroz 2008-01-12 14:46:54 UTC
Hopefully fixed in rev 693