<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: autoconf-2.60 configure issues in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005900#M98829</link>
    <description>Having issues in my make check for autoconf-2.60. One of my tests is failing.&lt;BR /&gt;&lt;BR /&gt;Attached testsuite.log as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## ------------- ##&lt;BR /&gt;## Test results. ##&lt;BR /&gt;## ------------- ##&lt;BR /&gt;&lt;BR /&gt;ERROR: 270 tests were run,&lt;BR /&gt;6 failed (5 expected failures).&lt;BR /&gt;16 tests were skipped.&lt;BR /&gt;## -------------------------- ##&lt;BR /&gt;## testsuite.log was created. ##&lt;BR /&gt;## -------------------------- ##&lt;BR /&gt;&lt;BR /&gt;Please send `tests/testsuite.log' and all information you think might help:&lt;BR /&gt;&lt;BR /&gt;   To: &lt;BUG-AUTOCONF&gt;&lt;BR /&gt;   Subject: [GNU Autoconf 2.60] testsuite: 3 failed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You may investigate any problem if you feel able to do so, in which&lt;BR /&gt;case the test suite provides a good starting point.  Its output may&lt;BR /&gt;be found below `tests/testsuite.dir'.&lt;BR /&gt;&lt;BR /&gt;make[2]: *** [check-local] Error 1&lt;BR /&gt;make[2]: Leaving directory `/dba00/app/nagios/stage/autoconf-2.60/tests'&lt;BR /&gt;make[1]: *** [check-am] Error 2&lt;BR /&gt;make[1]: Leaving directory `/dba00/app/nagios/stage/autoconf-2.60/tests'&lt;BR /&gt;make: *** [check-recursive] Error 1&lt;BR /&gt;{camdbax1}nagios$ make install&lt;BR /&gt;&lt;/BUG-AUTOCONF&gt;</description>
    <pubDate>Thu, 28 Sep 2006 13:56:33 GMT</pubDate>
    <dc:creator>Tonya Underwood</dc:creator>
    <dc:date>2006-09-28T13:56:33Z</dc:date>
    <item>
      <title>autoconf-2.60 configure issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005895#M98824</link>
      <description>{camdbax1}nagios$ ./configure&lt;BR /&gt;checking for a BSD-compatible install... config/install-sh -c&lt;BR /&gt;checking whether build environment is sane... yes&lt;BR /&gt;checking for gawk... no&lt;BR /&gt;checking for mawk... no&lt;BR /&gt;checking for nawk... no&lt;BR /&gt;checking for awk... awk&lt;BR /&gt;checking whether make sets $(MAKE)... yes&lt;BR /&gt;checking whether /bin/sh -n is known to work... no&lt;BR /&gt;checking for expr... /usr/bin/expr&lt;BR /&gt;checking for gm4... no&lt;BR /&gt;checking for gnum4... no&lt;BR /&gt;checking for m4... /usr/bin/m4&lt;BR /&gt;checking whether m4 supports frozen files... no&lt;BR /&gt;configure: error: GNU M4 1.4 is required&lt;BR /&gt;{camdbax1}nagios$ echo $PATH&lt;BR /&gt;/usr/bin:/usr/ucb:/etc:/opt/perl/bin:/usr/local/bin:/usr/sbin:/dba00/app/nagios/bin:.&lt;BR /&gt;{camdbax1}nagios$ ll /usr/local/bin/m4&lt;BR /&gt;-rwx------   1 root       sys        1304828 Sep 27 13:51 /usr/local/bin/m4&lt;BR /&gt;{camdbax1}nagios$ &lt;BR /&gt;&lt;BR /&gt;configure is complaining that I do not have m4&lt;BR /&gt;&lt;BR /&gt;but, I do... help?</description>
      <pubDate>Wed, 27 Sep 2006 15:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005895#M98824</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2006-09-27T15:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: autoconf-2.60 configure issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005896#M98825</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;m4 is available on the same site you got autoconf-2.60 for. You need to carefully read the downlaod page and download/install all dependencies listed for compile and runtime.&lt;BR /&gt;&lt;BR /&gt;I think the m4 you are referring to as present is a sendmail utility that will not help with this issue.&lt;BR /&gt;&lt;BR /&gt;Note that some of the dependencies have dependencies and then its really fun keeping track of it all.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 27 Sep 2006 16:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005896#M98825</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-27T16:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: autoconf-2.60 configure issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005897#M98826</link>
      <description>...&lt;BR /&gt;Making install in src&lt;BR /&gt;        test -z "/usr/local/bin" || /dba00/app/nagios/stage/m4-1.4.7/install-sh -d "/usr/local/bin"&lt;BR /&gt;  /opt/imake/bin/install -c 'm4' '/usr/local/bin/m4'&lt;BR /&gt;Making install in doc&lt;BR /&gt;        test -z "/usr/local/share/info" || /dba00/app/nagios/stage/m4-1.4.7/install-sh -d "/usr/local/share/info"&lt;BR /&gt; /opt/imake/bin/install -c -m 644 './m4.info' '/usr/local/share/info/m4.info'&lt;BR /&gt;        test -z "/usr/local/share/man/man1" || /dba00/app/nagios/stage/m4-1.4.7/install-sh -d "/usr/local/share/man/man1"&lt;BR /&gt; /opt/imake/bin/install -c -m 644 './m4.1' '/usr/local/share/man/man1/m4.1'&lt;BR /&gt;Making install in checks&lt;BR /&gt;camdbax1:/dba00/app/nagios/stage/m4-1.4.7&lt;BR /&gt;&lt;BR /&gt;That is the m4 I installed... m4-1.4.7</description>
      <pubDate>Wed, 27 Sep 2006 16:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005897#M98826</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2006-09-27T16:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: autoconf-2.60 configure issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005898#M98827</link>
      <description>Got past that... looked at the output more closely... just modified my PATH... /usr/bin was before /usr/local/bin</description>
      <pubDate>Wed, 27 Sep 2006 17:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005898#M98827</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2006-09-27T17:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: autoconf-2.60 configure issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005899#M98828</link>
      <description>Having issues in my make check. One of my tests is failing.&lt;BR /&gt;&lt;BR /&gt;Attached testsuite.log as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## ------------- ##&lt;BR /&gt;## Test results. ##&lt;BR /&gt;## ------------- ##&lt;BR /&gt;&lt;BR /&gt;ERROR: 270 tests were run,&lt;BR /&gt;6 failed (5 expected failures).&lt;BR /&gt;16 tests were skipped.&lt;BR /&gt;## -------------------------- ##&lt;BR /&gt;## testsuite.log was created. ##&lt;BR /&gt;## -------------------------- ##&lt;BR /&gt;&lt;BR /&gt;Please send `tests/testsuite.log' and all information you think might help:&lt;BR /&gt;&lt;BR /&gt;   To: &lt;BUG-AUTOCONF&gt;&lt;BR /&gt;   Subject: [GNU Autoconf 2.60] testsuite: 3 failed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You may investigate any problem if you feel able to do so, in which&lt;BR /&gt;case the test suite provides a good starting point.  Its output may&lt;BR /&gt;be found below `tests/testsuite.dir'.&lt;BR /&gt;&lt;BR /&gt;make[2]: *** [check-local] Error 1&lt;BR /&gt;make[2]: Leaving directory `/dba00/app/nagios/stage/autoconf-2.60/tests'&lt;BR /&gt;make[1]: *** [check-am] Error 2&lt;BR /&gt;make[1]: Leaving directory `/dba00/app/nagios/stage/autoconf-2.60/tests'&lt;BR /&gt;make: *** [check-recursive] Error 1&lt;BR /&gt;{camdbax1}nagios$ make install&lt;BR /&gt;&lt;/BUG-AUTOCONF&gt;</description>
      <pubDate>Thu, 28 Sep 2006 13:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005899#M98828</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2006-09-28T13:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: autoconf-2.60 configure issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005900#M98829</link>
      <description>Having issues in my make check for autoconf-2.60. One of my tests is failing.&lt;BR /&gt;&lt;BR /&gt;Attached testsuite.log as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## ------------- ##&lt;BR /&gt;## Test results. ##&lt;BR /&gt;## ------------- ##&lt;BR /&gt;&lt;BR /&gt;ERROR: 270 tests were run,&lt;BR /&gt;6 failed (5 expected failures).&lt;BR /&gt;16 tests were skipped.&lt;BR /&gt;## -------------------------- ##&lt;BR /&gt;## testsuite.log was created. ##&lt;BR /&gt;## -------------------------- ##&lt;BR /&gt;&lt;BR /&gt;Please send `tests/testsuite.log' and all information you think might help:&lt;BR /&gt;&lt;BR /&gt;   To: &lt;BUG-AUTOCONF&gt;&lt;BR /&gt;   Subject: [GNU Autoconf 2.60] testsuite: 3 failed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You may investigate any problem if you feel able to do so, in which&lt;BR /&gt;case the test suite provides a good starting point.  Its output may&lt;BR /&gt;be found below `tests/testsuite.dir'.&lt;BR /&gt;&lt;BR /&gt;make[2]: *** [check-local] Error 1&lt;BR /&gt;make[2]: Leaving directory `/dba00/app/nagios/stage/autoconf-2.60/tests'&lt;BR /&gt;make[1]: *** [check-am] Error 2&lt;BR /&gt;make[1]: Leaving directory `/dba00/app/nagios/stage/autoconf-2.60/tests'&lt;BR /&gt;make: *** [check-recursive] Error 1&lt;BR /&gt;{camdbax1}nagios$ make install&lt;BR /&gt;&lt;/BUG-AUTOCONF&gt;</description>
      <pubDate>Thu, 28 Sep 2006 13:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005900#M98829</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2006-09-28T13:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: autoconf-2.60 configure issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005901#M98830</link>
      <description>Complete</description>
      <pubDate>Thu, 05 Oct 2006 10:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autoconf-2-60-configure-issues/m-p/5005901#M98830</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2006-10-05T10:45:26Z</dc:date>
    </item>
  </channel>
</rss>

