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 490845 - Compilation does not finish if gettext package is not installed
Compilation does not finish if gettext package is not installed
Status: RESOLVED FIXED
Product: intltool
Classification: Deprecated
Component: general
0.33
Other All
: Normal minor
: ---
Assigned To: intltool maintainers
intltool maintainers
: 116516 488235 491496 492205 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-10-27 16:32 UTC by Ioan Herisanu
Modified: 2007-12-18 10:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch that deletes the GNU msgfmt test (541 bytes, patch)
2007-12-18 10:31 UTC, Laszlo (Laca) Peter
none Details | Review

Description Ioan Herisanu 2007-10-27 16:32:01 UTC
Documentation 
Section: INSTALL file.
There is no mention of gettext dependency. This provides the msgfmt utility. Without it, compile process is not finished.

Correct version:
Mention that gettext is a dependency (or anything that provides msgfmt)

Other information:
Without this, there is a Makefile generated from ./configure process that has nothing set for msgfmt variable. Make exits in compiling the po folder, not completing the process. Also, "make install" is confused.
Comment 1 Jonh Wendell 2007-10-29 19:48:47 UTC
*** Bug 491496 has been marked as a duplicate of this bug. ***
Comment 2 Jonh Wendell 2007-10-30 19:36:11 UTC
This is not a vinagre issue, but is a more generic one.
Assigning to intltool.
Comment 3 Rodney Dawes 2007-10-31 03:45:20 UTC
Fixed in SVN.
Comment 4 Jonh Wendell 2007-11-08 15:53:56 UTC
*** Bug 116516 has been marked as a duplicate of this bug. ***
Comment 5 Jonh Wendell 2007-11-08 15:56:17 UTC
*** Bug 492205 has been marked as a duplicate of this bug. ***
Comment 6 Jonh Wendell 2007-11-08 15:57:19 UTC
*** Bug 488235 has been marked as a duplicate of this bug. ***
Comment 7 Laszlo (Laca) Peter 2007-12-18 10:30:13 UTC
The fix for this bug went a bit too far.
On Solaris, we need GNU msgmerge and xgettext for building GNOME,
but Solaris msgfmt works just fine.  So this is now breaking our
build for no good reason.

I've added a patch to our build that deletes the test for GNU
msgfmt.
Comment 8 Laszlo (Laca) Peter 2007-12-18 10:31:10 UTC
Created attachment 101168 [details] [review]
patch that deletes the GNU msgfmt test