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 620969 - Murrine's configure.ac calls obsolete macro AC_PROG_INTLTOOL instead of new IT_PROG_INTLTOOL
Murrine's configure.ac calls obsolete macro AC_PROG_INTLTOOL instead of new I...
Status: RESOLVED FIXED
Product: murrine
Classification: Other
Component: general
trunk
Other Linux
: Normal critical
: ---
Assigned To: murrine-maint
Depends on:
Blocks:
 
 
Reported: 2010-06-08 13:36 UTC by Maxim
Modified: 2010-07-13 09:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Build log (8.47 KB, text/x-log)
2010-06-08 13:36 UTC, Maxim
Details

Description Maxim 2010-06-08 13:36:45 UTC
Created attachment 163058 [details]
Build log

I use Gentoo GNU/Linux and ebuild for gtk-engines-murrine from gnome-live overlay and it fails with this error: "config.status: error: cannot find input file: `po/Makefile.in.in' ".
Here is link to the ebuild: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome-live.git;a=blob_plain;f=x11-themes/gtk-engines-murrine/gtk-engines-murrine-9999.ebuild;hb=HEAD
Build log is attached.
Comment 1 Maxim 2010-06-08 13:58:47 UTC
Sorry for disturbing, bug is invalid. Gentoo gnome-live eclass from gnome-live overlay has error due to which it doesnt call intltoolize during source preparation.
Comment 2 Andrea Cimitan 2010-06-08 14:01:01 UTC
thanks...
Comment 3 Maxim 2010-06-08 14:25:54 UTC
Also, Gentoo developers said:
"
from intltool package, intltool.m4:
# deprecated macros
AU_ALIAS([AC_PROG_INTLTOOL], ...

IT_PROG_INTLTOOL is the way to go, make sure upstream is updated on the fact
that they are using obsolete macro names.
"
So i can think about this a little...
Comment 4 Maxim 2010-06-08 15:09:01 UTC
you can think*
Comment 5 Maxim 2010-07-13 09:02:22 UTC
You must fix this, because AC_PROG_INTLTOOL is obsolete and it causes problems in Gentoo, which expects IT_PROG_INTLTOO to be found in configure.ac