<?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: make: execvp: awk: no such file or directory in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/make-execvp-awk-no-such-file-or-directory/m-p/3711215#M33273</link>
    <description>Ciju,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I then took the extreme step of rebooting the system.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;Indeed extreme.&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;make: execvp: awk: no such file or directory&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;Having no experience with "awk", I can see that "make" is looking for "awk". Are the command procedures that set up the environment for "awk" properly executed after reboot? Does the system know the verb "awk"?&lt;BR /&gt;Could you investigate?&lt;BR /&gt;Greetz,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Jan 2006 02:06:53 GMT</pubDate>
    <dc:creator>Kris Clippeleyr</dc:creator>
    <dc:date>2006-01-18T02:06:53Z</dc:date>
    <item>
      <title>make: execvp: awk: no such file or directory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/make-execvp-awk-no-such-file-or-directory/m-p/3711214#M33272</link>
      <description>Hi group,&lt;BR /&gt;&lt;BR /&gt;OpenVMS VMS 0 V8.2 AlphaServer_ES40 Alpha&lt;BR /&gt;&lt;BR /&gt;I am experiencing problems with GNV make. Heres what I am seeing:&lt;BR /&gt;&lt;BR /&gt;I have a makefile called GNUmakefile.portableserver which I have been using&lt;BR /&gt;as follows:&lt;BR /&gt;&lt;BR /&gt;% make -f GNUmakefile.portableserver&lt;BR /&gt;&lt;BR /&gt;After making some code changes make started failing with message "popen: bad file or name". The only thing of significance before this is the fact that I killed the previous make using Ctr-C. I have done that in the past without&lt;BR /&gt;any problems. I looked around to see if I may have some error or compiler state files and cleaned some generated files. This didn't help either. I then took the extreme step of rebooting the system. Now make comes back&lt;BR /&gt;with the message:&lt;BR /&gt;&lt;BR /&gt;make: execvp: awk: no such file or directory&lt;BR /&gt;&lt;BR /&gt;I have tried make with other makefiles in different directories with the same result. I am the only one around working on the system, so am sure no system files have been changed.&lt;BR /&gt;&lt;BR /&gt;I am fairly new to OpenVMS, so any advice/help will be appreciated.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Ciju</description>
      <pubDate>Tue, 17 Jan 2006 13:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/make-execvp-awk-no-such-file-or-directory/m-p/3711214#M33272</guid>
      <dc:creator>ciju john</dc:creator>
      <dc:date>2006-01-17T13:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: make: execvp: awk: no such file or directory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/make-execvp-awk-no-such-file-or-directory/m-p/3711215#M33273</link>
      <description>Ciju,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I then took the extreme step of rebooting the system.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;Indeed extreme.&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;make: execvp: awk: no such file or directory&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;Having no experience with "awk", I can see that "make" is looking for "awk". Are the command procedures that set up the environment for "awk" properly executed after reboot? Does the system know the verb "awk"?&lt;BR /&gt;Could you investigate?&lt;BR /&gt;Greetz,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jan 2006 02:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/make-execvp-awk-no-such-file-or-directory/m-p/3711215#M33273</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2006-01-18T02:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: make: execvp: awk: no such file or directory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/make-execvp-awk-no-such-file-or-directory/m-p/3711216#M33274</link>
      <description>Has the GNV$STARTUP been executed during startup?&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Wed, 18 Jan 2006 04:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/make-execvp-awk-no-such-file-or-directory/m-p/3711216#M33274</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-01-18T04:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: make: execvp: awk: no such file or directory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/make-execvp-awk-no-such-file-or-directory/m-p/3711217#M33275</link>
      <description>Hi Kris &amp;amp; Kalle,&lt;BR /&gt;&lt;BR /&gt;Thanks for your input. I wasn't myself aware of a relationship between make and awk, but since awk is one of the most prevalent text processing lang, I am not surprised at where it pops up.&lt;BR /&gt;&lt;BR /&gt;Anyway my solution was to comment out the C RTL logicals&lt;BR /&gt;&lt;BR /&gt;$! DEFINE DECC$EFS_CASE_PRESERVE ENABLE&lt;BR /&gt;$! SET PROCESS/CASE_LOOKUP=SENSITIVE&lt;BR /&gt;&lt;BR /&gt;Apparently 'make' couldn't find the case specific 'awk' it was searching for and the solution was to turn off case sensitivity.&lt;BR /&gt;&lt;BR /&gt;It confounds me however why this problem arose when 10 minutes ago, the same terminal was doing builds just fine. Voodooo&lt;BR /&gt;&lt;BR /&gt;thanks all,&lt;BR /&gt;&lt;BR /&gt;Ciju</description>
      <pubDate>Wed, 18 Jan 2006 11:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/make-execvp-awk-no-such-file-or-directory/m-p/3711217#M33275</guid>
      <dc:creator>ciju john</dc:creator>
      <dc:date>2006-01-18T11:14:29Z</dc:date>
    </item>
  </channel>
</rss>

