<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=734505916-16062008><FONT face=Arial
color=#0000ff size=2>Found the problem. I needed the gettext-devel package i
just had gettext only.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=734505916-16062008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=734505916-16062008><FONT face=Arial
color=#0000ff size=2>Might be helpfull to add this to the HACKING
notes.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=734505916-16062008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=734505916-16062008><FONT face=Arial
color=#0000ff size=2>Thx,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=734505916-16062008><FONT face=Arial
color=#0000ff size=2>Sarvi</FONT></SPAN></DIV><BR>
<BLOCKQUOTE dir=ltr
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Saravanan Shanmugham (sarvi)
<BR><B>Sent:</B> Sunday, June 15, 2008 7:14 PM<BR><B>To:</B>
upstart-devel@lists.ubuntu.com<BR><B>Subject:</B> Upstart trunk build
problems<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial
size=2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial size=2> I am
having trouble building upstart from trunk. Would appreciate some pointers. Is
upstart trunk building.</FONT></SPAN></DIV>
<DIV><SPAN class=781390402-16062008></SPAN> </DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial size=2> I just
pulled lp/upstart and lp/libnih into their respective directories in a
workspace.</FONT></SPAN></DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial size=2>I seem to have the
right version of AutoConf, AutoMake, gettext and libtool. versions specified
in the HACKING file of upstart.</FONT></SPAN></DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial size=2>But yet, I get the
following errors when I do autoreconf under libnih</FONT></SPAN></DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial
size=2>sarvi-lnx.cisco.com:251> autoreconf<BR>configure.ac:13: warning:
macro `AM_GNU_GETTEXT_VERSION' not found in library<BR>configure.ac:14:
warning: macro `AM_GNU_GETTEXT' not found in library<BR>autoreconf:
configure.ac: AM_GNU_GETTEXT_VERSION is used, but not
AM_GNU_GETTEXTconfigure.ac:13: error: possibly undefined macro:
AM_GNU_GETTEXT_VERSION<BR> If this token and
others are legitimate, please use
m4_pattern_allow.<BR> See the Autoconf
documentation.<BR>configure.ac:14: error: possibly undefined macro:
AM_GNU_GETTEXT<BR>autoreconf: /usr/bin/autoconf failed with exit status:
1<BR>sarvi-lnx.cisco.com:252></FONT></SPAN></DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial size=2>autoconf -f also
has the same problem.</FONT></SPAN></DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial
size=2>sarvi-lnx.cisco.com:253> autoconf -f<BR>configure.ac:13: error:
possibly undefined macro:
AM_GNU_GETTEXT_VERSION<BR> If this token and
others are legitimate, please use
m4_pattern_allow.<BR> See the Autoconf
documentation.<BR>configure.ac:14: error: possibly undefined macro:
AM_GNU_GETTEXT<BR>sarvi-lnx.cisco.com:254><BR></FONT></SPAN></DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial size=2>If I uncomment the
these two defintions in the configure.ac file I get the
following.</FONT></SPAN></DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial
size=2>sarvi-lnx.cisco.com:255> autoreconf<BR>configure.ac:21: required
file `./compile' not found<BR>configure.ac:21: `automake
--add-missing' can install `compile'<BR>configure.ac:18: required file
`./config.sub' not found<BR>configure.ac:18: `automake
--add-missing' can install `config.sub'<BR>configure.ac:11: required file
`./missing' not found<BR>configure.ac:11: `automake --add-missing'
can install `missing'<BR>configure.ac:11: required file `./install-sh' not
found<BR>configure.ac:11: `automake --add-missing' can install
`install-sh'<BR>configure.ac:18: required file `./config.guess' not
found<BR>configure.ac:18: `automake --add-missing' can install
`config.guess'<BR>nih/Makefile.am: required file `./depcomp' not
found<BR>nih/Makefile.am: `automake --add-missing' can install
`depcomp'<BR>Makefile.am: required file `./INSTALL' not
found<BR>Makefile.am: `automake --add-missing' can install
`INSTALL'<BR>configure.ac:31: required file `intl/Makefile.in' not
found<BR>configure.ac:18: required file `./ltmain.sh' not
found<BR>Makefile.am:3: required directory ./intl does not
exist<BR>autoreconf: automake failed with exit status:
1<BR>sarvi-lnx.cisco.com:256> ls<BR></FONT></SPAN><SPAN
class=781390402-16062008><FONT face=Arial size=2></FONT></SPAN></DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial
size=2>Thanks,</FONT></SPAN></DIV>
<DIV><SPAN class=781390402-16062008><FONT face=Arial
size=2>Sarvi</DIV></FONT></SPAN><SPAN class=781390402-16062008>
<DIV><FONT face=Arial><BR><FONT
size=2></FONT></FONT></DIV></BLOCKQUOTE></SPAN></BODY></HTML>