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 166724 - make dist fails in builddir != srcdir case
make dist fails in builddir != srcdir case
Status: RESOLVED FIXED
Product: intltool
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: intltool maintainers
intltool maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-08 22:42 UTC by Christian Persch
Modified: 2005-03-01 19:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
possible fix (1.00 KB, patch)
2005-02-08 22:43 UTC, Christian Persch
none Details | Review

Description Christian Persch 2005-02-08 22:42:45 UTC
Steps to reproduce:
0) Use latest intltool
1) Do a fresh checkout of Epiphany, or remove po/*.gmo
2) mkdir build && cd build && $path_to_epiphany_sources/autogen.sh && make
3) make dist

Make dist fails in build/po, since it tries to copy the .gmo files from
$(srcdir) but they're built in builddir (build/po).

Attached patch fixes this; alternatively we could just stop distributing .gmo
files altogether.
Comment 1 Christian Persch 2005-02-08 22:43:21 UTC
Created attachment 37213 [details] [review]
possible fix
Comment 2 Rodney Dawes 2005-02-19 16:11:32 UTC
I would be better with not distributing gmo files. Though, I will have to inform
people before I commit the patch I have to do so, and make a release. But I'll
confirm the bug for now. 
Comment 3 Rodney Dawes 2005-03-01 19:55:03 UTC
I just committed the change to stop disting the gmo files to CVS.