MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013071 | CMake | CMake | public | 2012-03-28 17:48 | 2016-06-10 14:31 |
Reporter | Ben Longbons | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | CMake 2.8.7 | ||||
Target Version | Fixed in Version | ||||
Summary | 0013071: nonexecutables in $PATH should be ignored | ||||
Description | While building various things, I like to have simple wrappers in ~/bin/ around basic tools like gcc - e.g. to run with niceness to prevent making my desktop unresponsive, or to check that it builds with a prerelease version as well as the latest release, or to record command-line options if a project's build system doesn't echo it (ahem), or even sometimes to add or remove a command-line option. Of course, I don't want to use these wrappers all the time, so when I'm not using them I chmod -x. This works for the vast majority of cases, but unfortunately makes it impossible to build cmake projects. If you have to search $PATH yourself, please emulate libc. from execvp(3): If permission is denied for a file (the attempted execve(2) failed with the error EACCES), these functions will continue searching the rest of the search path. If no other file is found, however, they will return with errno set to EACCES. | ||||
Steps To Reproduce | $ touch ~/bin/gcc $ rm CMakeCache.txt $ cmake . | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-03-28 17:48 | Ben Longbons | New Issue | |||
2012-03-30 10:02 | Brad King | Note Added: 0029005 | |||
2012-03-30 10:02 | Brad King | Status | new => backlog | ||
2012-03-31 01:11 | Ben Longbons | Note Added: 0029019 | |||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042012 | |||
2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|