Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000129.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: 2.3.0.3 built - build bug</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/000119.html" title="CI Trigger Bug" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000130.html" title="Fixing code" />
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/000119.html">&laquo; CI Trigger Bug</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000130.html">Fixing code &raquo;</a>
44                      </p>
45
46                      <a id="a000129"></a>
47                      <div class="entry" id="entry-129">
48                         <h3 class="entry-header">2.3.0.3 built - build bug</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <p>Built 2.3.0.3. Not sure if it's officially done yet in that there may be some problems with the ONU2310 FPGA image.</p>
52
53 <p>Meantime I've been trying to figure out why sometimes the build process says all is OK when there are build errors. Turns out to be a shell problem with tee. When building I'm doing:</p>
54
55 <pre>
56 $ make $card.sf 2>&1 | tee -a $teefile > $card.build.log
57 </pre>
58
59 <p>Seems this tee thing messes up the return code from make. This can be demonstrated simply by:</p>
60
61 <pre>
62 $ ls nonexistance_file 2>&1 | tee -a /tmp/ls.log > /tmp/ls2.log; echo $?
63 0
64 </pre>
65
66 <p>Need to figure out how to fix this...</p>
67
68 <p>Merged NeoPON.ccp from 2.2 -> 2.3 by drawing merge arrow. This was after Zhiyi OKed this merge.</p>
69
70 <p>Worked out remaining merge issues on other branches. These were largely "can't check in identical file" type problems.</p>
71
72 <p>Attempted an FX -> 2.3 merge. Only like 40 elements to merge but some manual merging was required. Due to 2.3.0.3 build for KDDI this was put on hold. Need to merge this then allow Hok to check in before destroying this branch.</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 February  9, 2004  5:37 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000129.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>