This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 204746 - C/C++ Project with Existing Sources wizard fails with "/bin/sh: line 1: -f: not found" message
Summary: C/C++ Project with Existing Sources wizard fails with "/bin/sh: line 1: -f: n...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1
Hardware: PC Solaris
: P1 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 09:41 UTC by soldatov
Modified: 2011-11-08 15:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2011-11-07 09:41:39 UTC
P1, because it is very popular scenario in automatic tests.
Scenario:
- Create folder with makefileSrc and test.c
- Call C/C++ Project with Existing Sources wizard
- Select source folder and Custom mode
- Select makefileSrc. Press Next button
- Press Next button 3 times
- Press Finish button
===>
/bin/sh: line 1: -f: not found


MAKE FAILED (exit value 127, total time: 60ms)

Next clean and build works nicely
Comment 1 Alexander Simon 2011-11-07 11:10:27 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/6209fae1d0a7
Comment 2 Quality Engineering 2011-11-08 15:39:34 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/6209fae1d0a7
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #204746 C/C++ Project with Existing Sources wizard fails with "/bin/sh: line 1: -f: not found" message