Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2005_04_10.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 10, 2005 - April 16, 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_03.html" title="April  3, 2005 - April  9, 2005" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2005_04_17.html" title="April 17, 2005 - April 23, 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_03.html">&laquo; April  3, 2005 - April  9, 2005</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2005_04_17.html">April 17, 2005 - April 23, 2005 &raquo;</a>
38                      </p>
39                      
40                      
41                      
42
43                      <h2 class="date-header">April 14, 2005</h2>
44                      <a id="a000336"></a>
45                      <div class="entry" id="entry-336">
46                         <h3 class="entry-header">Unable to build glibc for Bluecat</h3>
47                         <div class="entry-content">
48                            <div class="entry-body">
49                               <p>In step 3 of the build process a build of glibc continues to fail. In debugging this I got down to:</p>
50
51 <div class="code"><pre>
52 /build/bluecat/build/20050319/cdt/bin/rpmbuild -ba --rmsource --clean /usr/src/bluecat/packages/glibc/SPECS/glibc_cdt.spec --bluecat_cdt=i386-bluecat-linux
53 </pre></div>
54
55 <p>This rpmbuild command is building both source and binary rpms and effectively goes through a building process. After a long time it eventually fails with:</p>
56
57 <div class="code"><pre>
58 RPM build errors:
59     File not found: /build/bluecat/build/20050319/var/tmp/glibc-2.3.2-root/cdt/\
60 share/info/libc.info
61     File not found: /build/bluecat/build/20050319/var/tmp/glibc-2.3.2-root/cdt/\
62 share/info/libc.info-1
63     File not found: /build/bluecat/build/20050319/var/tmp/glibc-2.3.2-root/cdt/\
64 share/info/libc.info-10
65 ...
66 </pre></div>
67
68 <p>Looking in /build/bluecat/build/20050319/var/tmp/glibc-2.3.2-root/cdt/share/info I do see those files but they are gzipped (end in .gz). The rpmbuild command therefore returns a non zero status and due to bad error handling it looks as if the failure is somewhere else, but no it's here.</p>
69
70 <p>Also it seems like this directory, or at least the "var/tmp" portion of the path seems to indicate that this is a temporary directory, perhaps created by the rpmbuild itself so I'm not sure if simply unzipping the files will make this rpmbuild succeed or not.</p>
71                               
72                               <p class="entry-footer">
73                                  <span class="post-footers">Posted by  at  2:36 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000336.html">Permalink</a>
74                                  
75                                  
76                               </p>
77                            </div>
78                         </div>
79                      </div>
80                      
81                      
82
83                      <h2 class="date-header">April 13, 2005</h2>
84                      <a id="a000335"></a>
85                      <div class="entry" id="entry-335">
86                         <h3 class="entry-header">RH 8.0 BC Build</h3>
87                         <div class="entry-content">
88                            <div class="entry-body">
89                               <ul>
90   <li>Continuing with RH 8.0 BC build. Step 3 got pretty far but then has some problem. Attempting to repeat and debug</li>
91 </ul>
92                               
93                               <p class="entry-footer">
94                                  <span class="post-footers">Posted by  at  3:32 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000335.html">Permalink</a>
95                                  
96                                  
97                               </p>
98                            </div>
99                         </div>
100                      </div>
101                      
102                      
103
104                      <h2 class="date-header">April 12, 2005</h2>
105                      <a id="a000334"></a>
106                      <div class="entry" id="entry-334">
107                         <h3 class="entry-header">Code review</h3>
108                         <div class="entry-content">
109                            <div class="entry-body">
110                               <ul>
111   <li>Held code review for 2.1.0 branch merge</li>
112
113   <li>Fixed references so that T3 == t3 WRT ecr.php. Also fixed a bug where multiple t3 type reference would fail to link properly</li>
114
115   <li>Plodding on with RH 8.0 Bluecat build</li>
116 </ul>
117                               
118                               <p class="entry-footer">
119                                  <span class="post-footers">Posted by  at  4:13 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000334.html">Permalink</a>
120                                  
121                                  
122                               </p>
123                            </div>
124                         </div>
125                      </div>
126                      
127                      
128
129                      <h2 class="date-header">April 11, 2005</h2>
130                      <a id="a000333"></a>
131                      <div class="entry" id="entry-333">
132                         <h3 class="entry-header">LOS178 3.0.0</h3>
133                         <div class="entry-content">
134                            <div class="entry-body">
135                               <ul>
136   <li>Committed merge of branch 2.1.0 -> TOT producing 3.0.0</li>
137
138   <li>Tagged bin-image, los178, toolbox, and tst with REL_LOS178_3p0p0_ppc_20050408</li>
139
140   <li>Packaged up all media</li>
141
142   <li>Conducting review</li>
143 </ul>
144                               
145                               <p class="entry-footer">
146                                  <span class="post-footers">Posted by  at  7:16 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000333.html">Permalink</a>
147                                  
148                                  
149                               </p>
150                            </div>
151                         </div>
152                      </div>
153                      
154                   </div>
155                </div>
156             </div>
157          </div>
158       </div>
159    </div>
160 </body>
161 </html>