Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2005_04_24.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: April 24, 2005 - April 30, 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_04_17.html" title="April 17, 2005 - April 23, 2005" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2005_05_01.html" title="May  1, 2005 - May  7, 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_04_17.html">&laquo; April 17, 2005 - April 23, 2005</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2005_05_01.html">May  1, 2005 - May  7, 2005 &raquo;</a>
38                      </p>
39                      
40                      
41                      
42
43                      <h2 class="date-header">April 28, 2005</h2>
44                      <a id="a000346"></a>
45                      <div class="entry" id="entry-346">
46                         <h3 class="entry-header">GD Packaging</h3>
47                         <div class="entry-content">
48                            <div class="entry-body">
49                               <ul>
50   <li>Updated package script for GD to include new functionality</li>
51 </ul>
52                               
53                               <p class="entry-footer">
54                                  <span class="post-footers">Posted by  at  6:49 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000346.html">Permalink</a>
55                                  
56                                  
57                               </p>
58                            </div>
59                         </div>
60                      </div>
61                      
62                      
63
64                      
65                      <a id="a000345"></a>
66                      <div class="entry" id="entry-345">
67                         <h3 class="entry-header">GD LOS178</h3>
68                         <div class="entry-content">
69                            <div class="entry-body">
70                               <p>Performed the following functions:</p>
71
72 <ul>
73   <li>Committed CR542. Only 130 files got committed. Then I realized that none of the new files would be committed until cvs adds were done on the new files. This is because we are pulling the CR from one cvs repository to another using tar.</li>
74
75   <li>Compiled a list of files to be added and wrote a Perl script to add them. This took a long time to run mainly because of so many new files and because the quick algorithm I did was to chop the path name to its components and cvs add each component. This insured that all parent directories were properly cvs added however the algorithm redundantly adds parent directories. This is not harmful but slowed the progress.</li>
76
77   <li>After all files were added performed a commit to commit these new files to the repository</li>
78
79   <li>Tagged bin-image, toolbox, tst and los178 with the tag DEV_HYBRIDOS_2p0_ppc_20050428. Didn't know if it should be a REL or DEV tag. We can change this if need be.</li>
80
81   <li>Checked out using the above tag and built both dev and pdn</li>
82
83   <li>Packaged up everything into tomcat:/export/dev_archive/hybridos/2p0/20050428/solaris/media/ppc</li>
84 </ul>
85
86 <p>Question: Should this tag be added to TagsLog or are DEV tags not to be documented in TagsLog.</p>
87                               
88                               <p class="entry-footer">
89                                  <span class="post-footers">Posted by  at  2:47 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000345.html">Permalink</a>
90                                  
91                                  
92                               </p>
93                            </div>
94                         </div>
95                      </div>
96                      
97                      
98
99                      <h2 class="date-header">April 27, 2005</h2>
100                      <a id="a000344"></a>
101                      <div class="entry" id="entry-344">
102                         <h3 class="entry-header">Port CR542 -> GD</h3>
103                         <div class="entry-content">
104                            <div class="entry-body">
105                               <ul>
106   <li>Worked on porting CR542 over to GD</li>
107 </ul>
108                               
109                               <h3>CR542 port to GD</h3>
110
111 <p>There were a few problems with this port:</p>
112
113 <ol>
114   <li>Symlink used for the <a href="/blogs/Status/archives/000324.html">bison.simple fix</a> was not a good fix. If ~adefaria/ppc_dev ever disappeared (and it did/does when I clean up things), then bison.simple is simply not available any more. Had Jeff fix this by putting a copy of bison.simple into the /usr/lynx/3.1.0 area. This defect should be fixed...</p>
115
116   <li>Implemented new src/bin/Makefile for some fixes that Thu requested</li>
117
118   <li>Top level Makefile needed to put src/net before src/bin so that openssl would be build before ping6 requires it</li>
119 </ol>
120
121 <p>An outstanding issue is that if /usr/local/ssl exists on the build machine, openssl attempts to build itself. It should be using $ENV_PREFIX but it isn't. This problem was not detected in LOS178 because nothing in openssl was being used (and, again, if /usr/local/ssl is not there the the build process doesn't even attempt to build openssl).</p>
122                               
123                               <p class="entry-footer">
124                                  <span class="post-footers">Posted by  at  5:59 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000344.html">Permalink</a>
125                                  
126                                  
127                               </p>
128                            </div>
129                         </div>
130                      </div>
131                      
132                      
133
134                      <h2 class="date-header">April 26, 2005</h2>
135                      <a id="a000343"></a>
136                      <div class="entry" id="entry-343">
137                         <h3 class="entry-header">LOS178 build with CR 542</h3>
138                         <div class="entry-content">
139                            <div class="entry-body">
140                               <ul>
141   <li>Finally worked out remaining problems with build of LOS178 + CR 542</li>
142
143   <li>Packaged up build and put on T3</li>
144
145   <li>Worked on files4cr script to try to determine what is the changeset for 542</li>
146 </ul>
147
148                               
149                               <p class="entry-footer">
150                                  <span class="post-footers">Posted by  at  5:55 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000343.html">Permalink</a>
151                                  
152                                  
153                               </p>
154                            </div>
155                         </div>
156                      </div>
157                      
158                      
159
160                      <h2 class="date-header">April 25, 2005</h2>
161                      <a id="a000342"></a>
162                      <div class="entry" id="entry-342">
163                         <h3 class="entry-header">LOS178 & CR 542</h3>
164                         <div class="entry-content">
165                            <div class="entry-body">
166                               <ul>
167   <li>Worked with Glibert identifying problems with build of LOS178 + CR 542</li>
168 </ul>
169                               
170                               <p class="entry-footer">
171                                  <span class="post-footers">Posted by  at  5:53 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000342.html">Permalink</a>
172                                  
173                                  
174                               </p>
175                            </div>
176                         </div>
177                      </div>
178                      
179                   </div>
180                </div>
181             </div>
182          </div>
183       </div>
184    </div>
185 </body>
186 </html>