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 222847 - ALT_BOOTDIR based value is converted into relative -I path
Summary: ALT_BOOTDIR based value is converted into relative -I path
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks: 215568
  Show dependency tree
 
Reported: 2012-11-27 16:22 UTC by Vladimir Voskresensky
Modified: 2012-11-30 02:48 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 Vladimir Voskresensky 2012-11-27 16:22:09 UTC
on my system ALT_BOOTDIR is /usr/jdk/latest and hotspot sources are built from /net/machine/export/devarea/osprojects/jdk/hotspot

/usr/jdk is symlink -> /export/devarea/jdk

In configuration.xml I see -I/usr/jdk/latest/include converted into
<pElem>../../../jdk/latest/include</pElem>

which is not relocatable
Comment 1 Vladimir Voskresensky 2012-11-27 16:26:57 UTC
http://hg.netbeans.org/cnd-main/rev/4fec97483b28
Comment 2 Quality Engineering 2012-11-30 02:48:36 UTC
Integrated into 'main-golden', will be available in build *201211300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4fec97483b28
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #222847 - ALT_BOOTDIR based value is converted into relative -I path
- some paths should not be remapped into relative