Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000336.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: Unable to build glibc for Bluecat</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/000335.html" title="RH 8.0 BC Build" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000337.html" title="Bluecat Response" />
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/000335.html">&laquo; RH 8.0 BC Build</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000337.html">Bluecat Response &raquo;</a>
44                      </p>
45
46                      <a id="a000336"></a>
47                      <div class="entry" id="entry-336">
48                         <h3 class="entry-header">Unable to build glibc for Bluecat</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <p>In step 3 of the build process a build of glibc continues to fail. In debugging this I got down to:</p>
52
53 <div class="code"><pre>
54 /build/bluecat/build/20050319/cdt/bin/rpmbuild -ba --rmsource --clean /usr/src/bluecat/packages/glibc/SPECS/glibc_cdt.spec --bluecat_cdt=i386-bluecat-linux
55 </pre></div>
56
57 <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>
58
59 <div class="code"><pre>
60 RPM build errors:
61     File not found: /build/bluecat/build/20050319/var/tmp/glibc-2.3.2-root/cdt/\
62 share/info/libc.info
63     File not found: /build/bluecat/build/20050319/var/tmp/glibc-2.3.2-root/cdt/\
64 share/info/libc.info-1
65     File not found: /build/bluecat/build/20050319/var/tmp/glibc-2.3.2-root/cdt/\
66 share/info/libc.info-10
67 ...
68 </pre></div>
69
70 <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>
71
72 <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>
73                            </div>
74                            <div id="more" class="entry-more">
75                               
76                            </div>
77                         </div>
78                         <p class="entry-footer">
79                            <span class="post-footers">Posted by  on April 14, 2005  2:36 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000336.html">Permalink</a>
80                         </p>
81                      </div>
82
83                      
84
85                      
86                   </div>
87                </div>
88             </div>
89          </div>
90       </div>
91    </div>
92 </body>
93 </html>