Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2006_05_28.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: May 28, 2006 - June  3, 2006 Archives</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/week_2006_05_21.html" title="May 21, 2006 - May 27, 2006" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2006_06_18.html" title="June 18, 2006 - June 24, 2006" />
17 </head>
18 <body class="layout-one-column">
19    <div id="container">
20       <div id="container-inner" class="pkg">
21
22          <div id="banner">
23             <div id="banner-inner" class="pkg">
24                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
25                <h2 id="banner-description">Searchable status reports and work log</h2>
26             </div>
27          </div>
28
29          <div id="pagebody">
30             <div id="pagebody-inner" class="pkg">
31                <div id="alpha">
32                   <div id="alpha-inner" class="pkg">
33                      
34                      <p class="content-nav">
35                         <a href="http://defaria.com/blogs/Status/archives/week_2006_05_21.html">&laquo; May 21, 2006 - May 27, 2006</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2006_06_18.html">June 18, 2006 - June 24, 2006 &raquo;</a>
38                      </p>
39                      
40                      
41                      
42
43                      <h2 class="date-header">May 30, 2006</h2>
44                      <a id="a000554"></a>
45                      <div class="entry" id="entry-554">
46                         <h3 class="entry-header">Osaka Builds on Windows</h3>
47                         <div class="entry-content">
48                            <div class="entry-body">
49                               <ul>
50   <li>Worked with Zoran to resolve merge issues from RISS15_Integration -> osaka_strm</li>
51
52   <li>Documented how to build development views on Tiburon for the L2 and Base components</li>
53
54   <li>Assisted engineer on problems with view and installer_cmp</li>
55
56   <li>Changed RISS15_Integration to not do testing all the time</li>
57
58   <li>Worked more on osaka_strm build scripts</li>
59 </ul>
60                               
61                               <p>I've made some progress converting the osaka_strm* scripts from .bat -&gt; .sh. There are still some problems:</p>
62
63 <ul>
64   <li>I'm getting permission denied for several files when attempting to write to the E drive (from //pacifica/devenv) and also to TheCity (i.e. //thecity/releaseArchive/...). Here are the error messages:
65
66 <div class=code><pre>
67 Could not open E:\/build-osaka_strm.log for appending: Permission denied
68 </pre></div>
69     
70 <p>In the past we fixed this by doing chmod on the files/directories over on Pacifica however:</p>
71
72 <div class=code><pre>
73 Pacifica:ll build-osaka_strm.log 
74 -rw-rw-r--&nbsp; 1 build hp-cc 3707 May 25 10:30 build-osaka_strm.log
75 Pacifica:ll -n build-osaka_strm.log 
76 -rw-rw-r--&nbsp; 1 10000 213 3707 May 25 10:30 build-osaka_strm.log
77 </pre></div>
78
79 <p>Yet from build-win1:</p>
80
81 <div class=code><pre>
82 Build-win1:id
83 uid=1151(defaria) gid=213(hp-cc)
84 groups=0(root),544(Administrators),545(Users),039186($22DV00-RLFVIG81PFDK),999028($4R5U00-TTIJJ61TLD20),1156949(CC-ADMIN),213hp-cc),525633(ESSDCC),1156950(HP-CC),457005(ORG-NSS-SOFTWARE),1143096(SERVICE-RS-MSRA)<br>
85 </pre></div>
86
87 <p>I seem to be in the hp-cc group (213) on build-win1 and should have write permissions on that file.</p>
88
89 <p>More concerning is the following:<br>
90
91 <div class=code><pre>
92 Unable to open
93 \\thecity\releaseArchive\osaka\install\build-CCInstaller-osaka-20060329_0928\install/tools/patches/active/patches/patches.info.new
94 for write: Permission denied
95 No file written
96 </pre></div>
97
98 <p>Even though:</p>
99
100 <div class=code><pre>
101 Thecity:cd
102 /mnt/hp/releaseArchive/osaka/install/build-CCInstaller-osaka-20060329_0928/install/tools/patches/active/patches<br>
103 Thecity:ll patches.info 
104 -rw-rw-rw-&nbsp; 1 build hp-cc 362 Mar 29 12:41 patches.info
105 </pre></div>
106   </li>
107
108   <li>Running of osaka_strm_build.sh calls osaka_Domino_build.sh which does:
109
110 <div class=code><pre>
111 verbose "Performing build..."
112 mkdir Domino
113 cp -rp platform/mailserver/domino/* Domino
114 </pre></div>
115
116 <p>But this fails because in the view it is using (rollet_osaka_snap_int) there is no platform/mailserver/domino to copy from. I double checked this by running  osaka_Domino_build.bat and it fails the same way. I think the solution is to simply ct update -add platform/mailserver/domino to the rollet_osaka_snap_int view.</p>
117   </li>
118
119   <li>I've converted osaka_strm_build_D2R.bat -&gt; osaka_strm_build_D2R.sh. It used to call /home/build/buildD2R.sh which simply did a perl streamBuild.pl so I eliminated that call and just put the call to perl in osaka_strm_build_D2R.sh. Part of this script attempts to ct update -overwrite d2riss however as we seen before d2riss is not in Clearcase. Again I double checked this by running the .bat file and it likewise fails. There is much more work to be done here as there were a ton of set statements and a very long and odd PATH setting so I'm not sure if my translation worked yet.</li>
120 </ul>
121                               
122                               <p class="entry-footer">
123                                  <span class="post-footers">Posted by  at  5:58 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000554.html">Permalink</a>
124                                  
125                                  
126                               </p>
127                            </div>
128                         </div>
129                      </div>
130                      
131                   </div>
132                </div>
133             </div>
134          </div>
135       </div>
136    </div>
137 </body>
138 </html>