Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000548.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml" />
11
12    <title>Status for Andrew DeFaria: Building salira2</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/000547.html" title="XAM Build" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000549.html" title="Migration Plan" />
17
18    
19
20    
21
22    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
23 </head>
24 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
25    <div id="container">
26       <div id="container-inner" class="pkg">
27
28          <div id="banner">
29             <div id="banner-inner" class="pkg">
30                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
31                <h2 id="banner-description">Searchable status reports and work log</h2>
32             </div>
33          </div>
34
35          <div id="pagebody">
36             <div id="pagebody-inner" class="pkg">
37                <div id="alpha">
38                   <div id="alpha-inner" class="pkg">
39
40                      <p class="content-nav">
41                         <a href="http://defaria.com/blogs/Status/archives/000547.html">&laquo; XAM Build</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000549.html">Migration Plan &raquo;</a>
44                      </p>
45
46                      <a id="a000548"></a>
47                      <div class="entry" id="entry-548">
48                         <h3 class="entry-header">Building salira2</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <ul>
52   <li>Exposed salira2 vob</li>
53
54   <li>Set up multisite schedule for sons-sc-cc to mimic sons-clearcase. Before this sync receives were only performed once! Things started backing up in the storage bays. All cleared out now.</li>
55
56   <li>Attempted to build 4.0. Had problems in dynamic view</li>
57
58   <li>Managed to build in 4.0 snapshot view.</li>
59
60   <li>Figured out that certain exe's were missing execute permission in Clearcase Element Properties. Seems Clearcase 2003.06.00 is a bit more picky about those than Clearcase 2002.05.00! Build now works in dynamic view as well</li>
61 </ul>
62
63 <p><b>TIme Spent:</b> 2 hours</p>
64                            </div>
65                            <div id="more" class="entry-more">
66                               <p>Simon Zhu wrote:</p>
67
68 <blockquote type="cite">
69   Similar to sc_3.1_dev, I made config spec sc_4.0_dev. It does not make any difference since I could not find “cenopon” under salira2 when I load the view. It seems to me that the VOB was not fully replicated. You may take a look. Thanks.
70 </blockquote>
71
72 <P>The szhu_view4.0 has a config spec of:</p>
73
74 <div class=code><pre>
75 #element * CHECKEDOUT
76 #element * /main/LATEST
77 include //sons-sc-cc/views/official/salira/neopon/cs/sc_4.0_dev
78 #load \salira\neopon
79 load \salira2
80 </pre></div>
81
82 <p>And the following lines appeared in sc_4.0_dev:</p>
83
84 <div class=code><pre>
85 # Now pickup any new elements created at the other site
86 element * .../rel_<b><font color="#3333ff">3.1</font></b>/LATEST -mkbranch sc_4.0
87 element * .../china_4.0/LATEST -mkbranch sc_4.0
88 </pre></div>
89
90 <p>This should be:</p>
91
92 <div class=code><pre>
93 # Now pickup any new elements created at the other site
94 element * .../rel_<b><font color="#ff0000">4.0</font></b>/LATEST -mkbranch sc_4.0<br>
95 element * .../china_4.0/LATEST -mkbranch sc_4.0
96 </pre></div>
97
98 <p>We can see this in the version tree for the root folder \salira2 :</p>
99
100 <blockquote>
101   <img alt="" src="/blogs/images/4.0.jpg" height="373" width="413">
102 </blockquote>
103
104 <p>Prior to fixing the config spec the "eye" pointed to /main/0, which, of course is empty.</p>
105
106 <p>Next I attempted simply a make. Most of it worked! Except:</p>
107
108 <div class=code><pre>
109 [LINKING]      vxWorks_st.elf 
110 Converting to bin...
111 /bin/bash: maketools/convert: Permission denied
112 make: *** [scs.bin] Error 126
113 [ccadmin] sons-sc-cc:ls maketools
114 </pre></div>
115
116 <p>I don't know why I get permission denied when attempting to run maketools/convert. This is only happening in a dynamic view. I created a 4.0_snap view and the build worked fine.</p>
117
118 <p>Ah ah! It appears that the execute bit on the Properties of the Element for maketools/convert.exe was not set, even on sons-clearcase. However it also appears that Clearcase 2002.05.00 didn't care about that but the new Clearcase 2003.06.00 does. I toggled the execute bits on for convert.exe (and other .exe's in maketools) and all is fine.</p>
119
120 <p>Since your view is a snapshot view you'll need to simply do a ct setcs -current.</p>
121
122                            </div>
123                         </div>
124                         <p class="entry-footer">
125                            <span class="post-footers">Posted by  on April 27, 2006 10:39 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000548.html">Permalink</a>
126                         </p>
127                      </div>
128
129                      
130
131                      
132                   </div>
133                </div>
134             </div>
135          </div>
136       </div>
137    </div>
138 </body>
139 </html>