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 191570 - Can not build a remote makefile based project in shared more
Summary: Can not build a remote makefile based project in shared more
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
: 191613 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-02 18:24 UTC by Vladimir Kvashin
Modified: 2010-11-16 07:35 UTC (History)
1 user (show)

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 Vladimir Kvashin 2010-11-02 18:24:21 UTC
Steps to reproduce.
- Create a simple makefile that builds several sources somewhere on NFS
- Make a symbolic link from other place on NFS to the directory containing that makefile
- Set up a host (I set up Linux host)
- Create a project from existing sources, point to the symbolic link, use newly-created host as a development host.

The project build fails with the message

dmake: Fatal error: Can't find `endif_gizmo_make_proj.0_L2-Makefile.mk': No such file or directory
Comment 1 Thomas Preisler 2010-11-02 20:31:22 UTC
Also filed as CR 6995531
Comment 2 Vladimir Kvashin 2010-11-03 13:39:30 UTC
Fixed
http://hg.netbeans.org/cnd-main/rev/a2bea7329b93
Comment 3 Quality Engineering 2010-11-08 06:24:45 UTC
Integrated into 'main-golden', will be available in build *201011080000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2970aa67f590
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: Fixed #191570 -  Can not build a remote makefile based project in shared more
Comment 4 Alexander Simon 2010-11-09 20:56:11 UTC
*** Bug 191613 has been marked as a duplicate of this bug. ***
Comment 5 Vladimir Kvashin 2010-11-16 07:35:18 UTC
This issue was fixed.

The situation that was described by Jean when reopening CR 6995531 is quite different in both user visible part and root cause (IllegalArgumentException in PathMap dialog)

I filed a separate issue 191988 for that.