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 196247 - Can not build full remote project
Summary: Can not build full remote project
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: PC Windows 7 x64
: P1 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 16:57 UTC by Alexander Pepin
Modified: 2011-03-04 13:48 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 Alexander Pepin 2011-03-03 16:57:27 UTC
Prerequisite - create a makefile based project on some Solaris host using GNU
tool collection

Steps to reproduce:
- run CND on Windows with cygwin
- add the remote host (OSS and GNU tools are found)
- import the project
- try to build the project


Result: Build fails with the message:

ld.so.1: gmake: fatal: libBuildTrace.so: open failed: No such file or directory

BUILD FAILED (exit value -1, total time: 451ms)
Comment 1 Vladimir Kvashin 2011-03-03 19:30:45 UTC
I still can not reproduce this. Could you point me to a project this happens (privately if you'd like)?
Comment 2 Leonid Lenyashin 2011-03-04 00:36:17 UTC
libBuildTrace.so - remove this one. That is not the right time to introduce a feature and instability.
Comment 3 Alexander Simon 2011-03-04 06:45:46 UTC
it seems the issue duplicates bug #196251
Comment 4 Alexander Simon 2011-03-04 13:05:35 UTC
fixed (fatal: libBuildTrace.so: open failed: No such file or directory)
change set:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=a2bd1c26d8dc
Comment 5 Alexander Pepin 2011-03-04 13:48:51 UTC
looks like fixed