HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: make: execvp: awk: no such file or directory
Operating System - OpenVMS
1827854
Members
1590
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 05:13 AM
01-17-2006 05:13 AM
make: execvp: awk: no such file or directory
Hi group,
OpenVMS VMS 0 V8.2 AlphaServer_ES40 Alpha
I am experiencing problems with GNV make. Heres what I am seeing:
I have a makefile called GNUmakefile.portableserver which I have been using
as follows:
% make -f GNUmakefile.portableserver
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
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
with the message:
make: execvp: awk: no such file or directory
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.
I am fairly new to OpenVMS, so any advice/help will be appreciated.
thanks,
Ciju
OpenVMS VMS 0 V8.2 AlphaServer_ES40 Alpha
I am experiencing problems with GNV make. Heres what I am seeing:
I have a makefile called GNUmakefile.portableserver which I have been using
as follows:
% make -f GNUmakefile.portableserver
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
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
with the message:
make: execvp: awk: no such file or directory
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.
I am fairly new to OpenVMS, so any advice/help will be appreciated.
thanks,
Ciju
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 06:06 PM
01-17-2006 06:06 PM
Re: make: execvp: awk: no such file or directory
Ciju,
Indeed extreme.
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"?
Could you investigate?
Greetz,
Kris (aka Qkcl)
I then took the extreme step of rebooting the system.
Indeed extreme.
make: execvp: awk: no such file or directory
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"?
Could you investigate?
Greetz,
Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 08:20 PM
01-17-2006 08:20 PM
Re: make: execvp: awk: no such file or directory
Has the GNV$STARTUP been executed during startup?
regards Kalle
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 03:14 AM
01-18-2006 03:14 AM
Re: make: execvp: awk: no such file or directory
Hi Kris & Kalle,
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.
Anyway my solution was to comment out the C RTL logicals
$! DEFINE DECC$EFS_CASE_PRESERVE ENABLE
$! SET PROCESS/CASE_LOOKUP=SENSITIVE
Apparently 'make' couldn't find the case specific 'awk' it was searching for and the solution was to turn off case sensitivity.
It confounds me however why this problem arose when 10 minutes ago, the same terminal was doing builds just fine. Voodooo
thanks all,
Ciju
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.
Anyway my solution was to comment out the C RTL logicals
$! DEFINE DECC$EFS_CASE_PRESERVE ENABLE
$! SET PROCESS/CASE_LOOKUP=SENSITIVE
Apparently 'make' couldn't find the case specific 'awk' it was searching for and the solution was to turn off case sensitivity.
It confounds me however why this problem arose when 10 minutes ago, the same terminal was doing builds just fine. Voodooo
thanks all,
Ciju
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP