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 136116

Summary: should not look in /usr/ucb for compilers on Solaris
Product: cnd Reporter: Thomas Preisler <thp>
Component: -- Other --Assignee: Thomas Preisler <thp>
Status: VERIFIED FIXED    
Severity: blocker CC: sustaining
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 142780    

Description Thomas Preisler 2008-05-30 00:21:01 UTC
/usr/ucb contains a special cc compiler that is not supported by our project system. /usr/ucb/cc is a legacy compiler
that is rarely used. We should not add it to the default of set of compiler sets.
Comment 1 Thomas Preisler 2008-05-30 01:15:49 UTC
Fixed:

changeset 3295dfdf629b in main
details: http://hg.netbeans.org/main?cmd=changeset;node=3295dfdf629b
description:
	136116 should not look in /usr/ucb/bin for compilers on Solaris

QA: To test this fix, run on a Solaris machine with /usr/ucb/cc and verify the compiler set SunUCB is not created by default. It is still possible to manually 
create a compiler set from /usr/ucb but you will have manually name it and chose it's family. SunUCB is no longer a choice as a family.
Comment 2 Alexander Pepin 2008-06-04 16:40:16 UTC
verified in trunk build 20080604
Comment 3 jinb 2008-06-09 16:16:34 UTC
fix backported into release61_fixes branch
http://hg.netbeans.org/release61_fixes/rev/b4a91cfcf61f