1 |
<! Style Sheet Header>
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Known SCRAM problems</title>
|
5 |
<body bgcolor="beige">
|
6 |
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
<center>
|
8 |
<h1>Known Problems in SCRAM</h1>
|
9 |
<font color=red>S</font>oftware <font color=red>C</font>onfiguration,
|
10 |
<font color=red>R</font>elease <font color=red>A</font>nd
|
11 |
<font color=red>M</font>anagement
|
12 |
</center>
|
13 |
<hr>
|
14 |
<h2>Build System</h2>
|
15 |
<table border=0 width=100%>
|
16 |
<tr><th>Problem</th><th>Comments</th></tr>
|
17 |
<tr><td>
|
18 |
Removal of source code file from area causes future builds to break down
|
19 |
without a scram b clean first.
|
20 |
</td><td>
|
21 |
</td></tr>
|
22 |
<tr><td>
|
23 |
Binary dependencies on libraries not checked. Scram build will not automatically
|
24 |
rebuild libraries if they are dated when building a binary that depends on that
|
25 |
library
|
26 |
</td><td>
|
27 |
</td></tr>
|
28 |
<tr><td>
|
29 |
</td><td>
|
30 |
</td></tr>
|
31 |
</table>
|
32 |
<h2>Installation and Environment</h2>
|
33 |
<table border=0 width=100%>
|
34 |
<tr><th>Problem</th><th>Comments</th></tr>
|
35 |
<tr><td>
|
36 |
Version Selection is not automated during initial installation
|
37 |
</td><td>
|
38 |
This one can catch out unwary administrators. The workaround is to make sure
|
39 |
you set the SCRAM_HOME variable to point to the correct version before starting installation. There is no reason this could not be automated to avoid this step
|
40 |
and potential for error.
|
41 |
</td></tr>
|
42 |
<tr><td>
|
43 |
</td><td>
|
44 |
</td></tr>
|
45 |
</table>
|
46 |
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
47 |
<hr>
|
48 |
<table border=1 width=100%>
|
49 |
<td align=left>
|
50 |
<a href=mailto:Christopher.Williams@cern.ch
|
51 |
>Chris Williams</a>
|
52 |
</td>
|
53 |
<td align=center>
|
54 |
Last Updated Thu Jun 29 09:15:51 2000
|
55 |
</td>
|
56 |
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
|
57 |
</td>
|
58 |
</table>
|
59 |
</body> </html>
|
60 |
<! End Style Sheet Footer>
|