OpenSolaris

Printable Version Enter a New Search
Bug ID 6639830
Synopsis chkargs Makefile gets a binary from the build machine, and not the workspace
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:dtest
Keywords cp | nfs
Responsible Engineer Jonathan Haslam
Reported Against snv_77 , snv_79
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_84
Fixed In snv_84
Release Fixed solaris_nevada(snv_84)
Related Bugs 6576205 , 6634816 , 6664592
Submit Date 10-December-2007
Last Update Date 27-February-2008
Description
chkargs/Makefile.com cpmtaoms tje fp;;pwomg target fpr $(ROOTISAEXEC):

   $(ROOTISAEXEC):
        $(RM) $@; $(CP) -p /usr/lib/isaexec $@

Besides not picking up isaexec from the proto area (which is where I suspect it was intended), f a workspace is built on a filesystem with higher levels of security, the copy can fail, or even succeed, but return an error code that causes the build to fail.  And as there is little more than an error code, it isn't immediately obvious what failed.
Work Around
N/A
Comments
N/A