<?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 HP-UX make command parameter, in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-make-command-parameter/m-p/4227562#M687445</link>
    <description>Does make command have a maximum length parameter? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The "relink all" command fails for oracle when it try to link sqlplus &lt;BR /&gt;&lt;BR /&gt;*** Error exit code 1 (ignored) &lt;BR /&gt;/bin/chmod 751 /orasw/app/oracle/product/10.2/bin/sqlplus &lt;BR /&gt;chmod: can't access /orasw/app/oracle/product/10.2/bin/sqlplus &lt;BR /&gt;*** Error exit code 1 (ignored) &lt;BR /&gt;&lt;BR /&gt;Then we narrow it down to the following command in relink is causing the problem: &lt;BR /&gt;&lt;BR /&gt;make -f /orasw/app/oracle/product/10.2/sqlplus/lib/ins_sqlplus.mk install &lt;BR /&gt;&lt;BR /&gt;If we execute the above command, it will fail with the same error message. &lt;BR /&gt;&lt;BR /&gt;However if we do the following instead: &lt;BR /&gt;&lt;BR /&gt;cd /orasw/app/oracle/product/10.2/sqlplus/lib &lt;BR /&gt;make -f ins_sqlplus.mk install &lt;BR /&gt;&lt;BR /&gt;Our senior oracle dba is reasonable sure that the "make" command is being passed more characters than it can handle. &lt;BR /&gt;&lt;BR /&gt;Can someone please tell me if there is a length parameter for make and  why the make command is failing.</description>
    <pubDate>Thu, 03 Jul 2008 15:04:10 GMT</pubDate>
    <dc:creator>juana crudup-wheeler</dc:creator>
    <dc:date>2008-07-03T15:04:10Z</dc:date>
    <item>
      <title>HP-UX make command parameter,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-make-command-parameter/m-p/4227562#M687445</link>
      <description>Does make command have a maximum length parameter? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The "relink all" command fails for oracle when it try to link sqlplus &lt;BR /&gt;&lt;BR /&gt;*** Error exit code 1 (ignored) &lt;BR /&gt;/bin/chmod 751 /orasw/app/oracle/product/10.2/bin/sqlplus &lt;BR /&gt;chmod: can't access /orasw/app/oracle/product/10.2/bin/sqlplus &lt;BR /&gt;*** Error exit code 1 (ignored) &lt;BR /&gt;&lt;BR /&gt;Then we narrow it down to the following command in relink is causing the problem: &lt;BR /&gt;&lt;BR /&gt;make -f /orasw/app/oracle/product/10.2/sqlplus/lib/ins_sqlplus.mk install &lt;BR /&gt;&lt;BR /&gt;If we execute the above command, it will fail with the same error message. &lt;BR /&gt;&lt;BR /&gt;However if we do the following instead: &lt;BR /&gt;&lt;BR /&gt;cd /orasw/app/oracle/product/10.2/sqlplus/lib &lt;BR /&gt;make -f ins_sqlplus.mk install &lt;BR /&gt;&lt;BR /&gt;Our senior oracle dba is reasonable sure that the "make" command is being passed more characters than it can handle. &lt;BR /&gt;&lt;BR /&gt;Can someone please tell me if there is a length parameter for make and  why the make command is failing.</description>
      <pubDate>Thu, 03 Jul 2008 15:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-make-command-parameter/m-p/4227562#M687445</guid>
      <dc:creator>juana crudup-wheeler</dc:creator>
      <dc:date>2008-07-03T15:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX make command parameter,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-make-command-parameter/m-p/4227563#M687447</link>
      <description>All commands have a maximum length.  But this should be around 1 Mb.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;why the make command is failing.&lt;BR /&gt;&lt;BR /&gt;make(1) isn't failing.  It is aborting because chmod is failing.&lt;BR /&gt;Does /orasw/app/oracle/product/10.2/bin/sqlplus exist?&lt;BR /&gt;Are all of the components in this path read/write/executable for this user?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;However if we do the following instead:&lt;BR /&gt;cd /orasw/app/oracle/product/10.2/sqlplus/lib&lt;BR /&gt;make -f ins_sqlplus.mk install&lt;BR /&gt;&lt;BR /&gt;Yes, then what?  Doing this here won't do the same thing, since you are in a different directory.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Our senior oracle DBA is reasonably sure that the "make" command is being passed more characters than it can handle.&lt;BR /&gt;&lt;BR /&gt;If you can't count the characters in your life time, then there are too many.  :-)</description>
      <pubDate>Thu, 03 Jul 2008 22:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-make-command-parameter/m-p/4227563#M687447</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-03T22:55:21Z</dc:date>
    </item>
  </channel>
</rss>

