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 667579 - out of tree build issue
out of tree build issue
Status: RESOLVED DUPLICATE of bug 599865
Product: gnome-doc-utils
Classification: Deprecated
Component: build utils
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-doc-utils maintainers
gnome-doc-utils maintainers
Depends on:
Blocks: 414139
 
 
Reported: 2012-01-09 16:09 UTC by Allison Karlitskaya (desrt)
Modified: 2012-02-20 11:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-Fix-building-out-of-tree.patch (833 bytes, patch)
2012-01-13 14:07 UTC, Hib Eris
none Details | Review

Description Allison Karlitskaya (desrt) 2012-01-09 16:09:52 UTC
gnome-doc-utils breaks when building from git, out of tree (like jhbuild does)

xml2po/xml2po.py.in says:

      from xml2po import Main


which doesn't find xml2po/__init__.py unless either

 a) we're building in tree
 b) gnome-doc-utils is already installed on the system, then it finds the system version
Comment 1 Hib Eris 2012-01-13 14:07:39 UTC
Created attachment 205200 [details] [review]
0001-Fix-building-out-of-tree.patch

Patch fixing this issue. Okay to commit?
Comment 2 Hib Eris 2012-02-05 15:55:37 UTC

*** This bug has been marked as a duplicate of bug 599865 ***