OpenSolaris

Printable Version Enter a New Search
Bug ID 6609758
Synopsis bfudrop.sh shouldn't make assumptions about where BFU archives live ($CODEMGR_WS/archives)
State 10-Fix Delivered (Fix available in build)
Category:Subcategory consolidation:os-net-tools
Keywords
Responsible Engineer Stephen Lau
Reported Against snv_72
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_75
Fixed In snv_75
Release Fixed solaris_nevada(snv_75)
Related Bugs 6467531 , 6601774
Submit Date 26-September-2007
Last Update Date 10-October-2007
Description
bfudrop.sh:190/191 makes the assumption that BFU archives live at $CODEMGR_WS/archives.  onnv-gate builds with CPIODIR set to drop BFU archives in an alternate location, resulting in a nightly -O build with the following failure:

==== cpio archives build errors (DEBUG open-only) ====

bfudrop: can't find archives/i386/nightly-osol.
Couldn't create DEBUG archives tarball.

==== cpio archives build errors (DEBUG open-only) ====

bfudrop: can't find archives/i386/nightly-osol-nd. 
Couldn't create non-DEBUG archives tarball.
CPIODIR is readjusted earlier on in bfudrop.sh:141 to be the correct path based on the dirname($CPIODIR) set in the .env file + the build-id passed in.

We should probably use this instead of hardcoding "archives/${MACH}/$build"
Work Around
N/A
Comments
N/A