Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2005_08_14.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: August 14, 2005 - August 20, 2005 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_2005_08_07.html" title="August  7, 2005 - August 13, 2005" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2005_08_21.html" title="August 21, 2005 - August 27, 2005" />
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_2005_08_07.html">&laquo; August  7, 2005 - August 13, 2005</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2005_08_21.html">August 21, 2005 - August 27, 2005 &raquo;</a>
38                      </p>
39                      
40                      
41                      
42
43                      <h2 class="date-header">August 19, 2005</h2>
44                      <a id="a000410"></a>
45                      <div class="entry" id="entry-410">
46                         <h3 class="entry-header">2.1.0 GDB Build</h3>
47                         <div class="entry-content">
48                            <div class="entry-body">
49                               <ul>
50   <li>Continuing with LOS178 2.1.0 build... Built CDK on Solaris, Linux and Windows</li>
51
52   <li>Worked out a bug with files4[e]cr where it has problems with newly created files</li>
53 </ul>
54                               
55                               <p class="entry-footer">
56                                  <span class="post-footers">Posted by  at  3:13 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000410.html">Permalink</a>
57                                  
58                                  
59                               </p>
60                            </div>
61                         </div>
62                      </div>
63                      
64                      
65
66                      <h2 class="date-header">August 18, 2005</h2>
67                      <a id="a000409"></a>
68                      <div class="entry" id="entry-409">
69                         <h3 class="entry-header">3.0.0 & GD 2.0 builds</h3>
70                         <div class="entry-content">
71                            <div class="entry-body">
72                               <ul>
73   <li>Built and release LOS178 3.0.0 20050818</li>
74
75   <li>Built and release HybridOS 2.0 20050818</li>
76
77   <li>Need to build LOS178 2.1.0. There's also a a GDB 6.0 build coming up</li>
78
79   <li>Need to learn how to build KDI. This will become the last step - a sanity check for the build</li>
80 </ul>
81
82
83                               
84                               <p class="entry-footer">
85                                  <span class="post-footers">Posted by  at  6:48 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000409.html">Permalink</a>
86                                  
87                                  
88                               </p>
89                            </div>
90                         </div>
91                      </div>
92                      
93                      
94
95                      <h2 class="date-header">August 17, 2005</h2>
96                      <a id="a000408"></a>
97                      <div class="entry" id="entry-408">
98                         <h3 class="entry-header">Ada build/20050817</h3>
99                         <div class="entry-content">
100                            <div class="entry-body">
101                               <ul>
102   <li>Built Ada compiler with a 20050623 devos base</li>
103
104   <li>Built and released LOS178 3.0.0 20050817</li>
105
106   <li>Changed build_los178_343 to have a new option that allows the build to continue if the CDK build fails. Sometimes we still allow some CDK build failures</li>
107 </ul>
108                               
109                               <h3>Ada Build</h3>
110
111 <p>I managed to get Ada built (with a few procedural errors that Jesse's looking into) on hornet using the 20050623 devos. Note that the process requires a 3.4.3 or greater native toolchain. Luckily there is one available on t3, however the following symlinks were required:</p>
112
113 <div class="code"><pre>
114     $ mkdir -p /usr/products/compilers
115     $ cd /usr/products/compilers
116     $ ln -s /net/t3/export/tools_prod/products/compilers/FSF FSF
117     $ ln -f /net/t3/export/tools_prod/products/compilers/FSF/gcc-3.4.3 latest
118 </pre></div>
119
120 <p>Also note the usage and reliance on amd and the -hosts map. Finally the build process expects the "latest" link but the compiler itself expects FSF.</p>
121
122 <p>Jesse is also looking into what would be required to build utilizing a later devos.</p>
123                               
124                               <p class="entry-footer">
125                                  <span class="post-footers">Posted by  at  6:59 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000408.html">Permalink</a>
126                                  
127                                  
128                               </p>
129                            </div>
130                         </div>
131                      </div>
132                      
133                      
134
135                      <h2 class="date-header">August 16, 2005</h2>
136                      <a id="a000407"></a>
137                      <div class="entry" id="entry-407">
138                         <h3 class="entry-header">Build scritps/web</h3>
139                         <div class="entry-content">
140                            <div class="entry-body">
141                               <ul>
142   <li>Changed error handling in build_los178_343 to be more resilient</li>
143
144   <li>Worked with Jesse on Ada build problems</li>
145
146   <li>Added some documentation to mirage/docs</li>
147 </ul>
148                               
149                               <p class="entry-footer">
150                                  <span class="post-footers">Posted by  at  6:54 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000407.html">Permalink</a>
151                                  
152                                  
153                               </p>
154                            </div>
155                         </div>
156                      </div>
157                      
158                      
159
160                      <h2 class="date-header">August 15, 2005</h2>
161                      <a id="a000406"></a>
162                      <div class="entry" id="entry-406">
163                         <h3 class="entry-header">portgd/3.0.0 build</h3>
164                         <div class="entry-content">
165                            <div class="entry-body">
166                               <ul>
167   <li>Ported changes from LOS178 20050801/20050806 -> GD</li>
168
169   <li>Built TOT for LOS178 3.0.0</li>
170 </ul>
171                               
172                               <h3>portgd</h3>
173
174 <p>Was asked to port the changed from LOS178 -> GD again. As this is a frequent occurance it screams for automation. As I had already coded a verifycrs, which essentially automates verification of ported [E}CRs from one repository to another, it seems a simple case to derive as script to do the porting. Coded up portgd. Note that portgd does not perform automatic building - just porting of the files associated with the passed in [E}CRs.</p>
175
176 <h3>build_los178_343</h3>
177
178 <p>Changed build_los178_343 to go back to using scp to obtain the toolchain tarball. This is still kludgy because it entails hardcoding the location (which is date based) of the source tarball. However, using NFS requires that the NFS area is accessible and in the past it was an automount point to an assumed -hosts map location. That doesn't work on Linux systems using autofs (an investigation of using amd instead of autofs has not yet been performed). As such, from a Linux system, the toolchain tarball was not easily accessible via NFS. So we're back to using scp, which has it's own problems, namely the assumption that passwordless scp access has been set up.</p>
179                               
180                               <p class="entry-footer">
181                                  <span class="post-footers">Posted by  at 11:50 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000406.html">Permalink</a>
182                                  
183                                  
184                               </p>
185                            </div>
186                         </div>
187                      </div>
188                      
189                   </div>
190                </div>
191             </div>
192          </div>
193       </div>
194    </div>
195 </body>
196 </html>