Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000554.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: Osaka Builds on Windows</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/000553.html" title="More woes with 2003 Server and sshd" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000555.html" title="Vob corruption/Email/Chmaster" />
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/000553.html">&laquo; More woes with 2003 Server and sshd</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000555.html">Vob corruption/Email/Chmaster &raquo;</a>
44                      </p>
45
46                      <a id="a000554"></a>
47                      <div class="entry" id="entry-554">
48                         <h3 class="entry-header">Osaka Builds on Windows</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <ul>
52   <li>Worked with Zoran to resolve merge issues from RISS15_Integration -> osaka_strm</li>
53
54   <li>Documented how to build development views on Tiburon for the L2 and Base components</li>
55
56   <li>Assisted engineer on problems with view and installer_cmp</li>
57
58   <li>Changed RISS15_Integration to not do testing all the time</li>
59
60   <li>Worked more on osaka_strm build scripts</li>
61 </ul>
62                            </div>
63                            <div id="more" class="entry-more">
64                               <p>I've made some progress converting the osaka_strm* scripts from .bat -&gt; .sh. There are still some problems:</p>
65
66 <ul>
67   <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:
68
69 <div class=code><pre>
70 Could not open E:\/build-osaka_strm.log for appending: Permission denied
71 </pre></div>
72     
73 <p>In the past we fixed this by doing chmod on the files/directories over on Pacifica however:</p>
74
75 <div class=code><pre>
76 Pacifica:ll build-osaka_strm.log 
77 -rw-rw-r--&nbsp; 1 build hp-cc 3707 May 25 10:30 build-osaka_strm.log
78 Pacifica:ll -n build-osaka_strm.log 
79 -rw-rw-r--&nbsp; 1 10000 213 3707 May 25 10:30 build-osaka_strm.log
80 </pre></div>
81
82 <p>Yet from build-win1:</p>
83
84 <div class=code><pre>
85 Build-win1:id
86 uid=1151(defaria) gid=213(hp-cc)
87 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>
88 </pre></div>
89
90 <p>I seem to be in the hp-cc group (213) on build-win1 and should have write permissions on that file.</p>
91
92 <p>More concerning is the following:<br>
93
94 <div class=code><pre>
95 Unable to open
96 \\thecity\releaseArchive\osaka\install\build-CCInstaller-osaka-20060329_0928\install/tools/patches/active/patches/patches.info.new
97 for write: Permission denied
98 No file written
99 </pre></div>
100
101 <p>Even though:</p>
102
103 <div class=code><pre>
104 Thecity:cd
105 /mnt/hp/releaseArchive/osaka/install/build-CCInstaller-osaka-20060329_0928/install/tools/patches/active/patches<br>
106 Thecity:ll patches.info 
107 -rw-rw-rw-&nbsp; 1 build hp-cc 362 Mar 29 12:41 patches.info
108 </pre></div>
109   </li>
110
111   <li>Running of osaka_strm_build.sh calls osaka_Domino_build.sh which does:
112
113 <div class=code><pre>
114 verbose "Performing build..."
115 mkdir Domino
116 cp -rp platform/mailserver/domino/* Domino
117 </pre></div>
118
119 <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>
120   </li>
121
122   <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>
123 </ul>
124                            </div>
125                         </div>
126                         <p class="entry-footer">
127                            <span class="post-footers">Posted by  on May 30, 2006  5:58 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000554.html">Permalink</a>
128                         </p>
129                      </div>
130
131                      
132
133                      
134                   </div>
135                </div>
136             </div>
137          </div>
138       </div>
139    </div>
140 </body>
141 </html>