ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/problems.html
Revision: 1.1.2.1
Committed: Thu Jun 29 07:23:03 2000 UTC (24 years, 10 months ago) by williamc
Content type: text/html
Branch: V0_9branch
Changes since 1.1: +55 -0 lines
Log Message:
add problems link

File Contents

# User Rev Content
1 williamc 1.1.2.1 <! Style Sheet Header>
2     <html>
3     <head>
4     <title>Known SCRAM problems</title>
5     <body>
6     <! End Style Sheet Header -----------Insert Text Here --------------------->
7     <h1>Known Problems in SCRAM</h1>
8     <hr>
9     <h2>Build System</h2>
10     <table border=0 width=100%>
11     <tr><th>Problem</th><th>Comments</th></tr>
12     <tr><td>
13     Removal of source code file from area causes future builds to break down
14     without a scram b clean first.
15     </td><td>
16     </td></tr>
17     <tr><td>
18     Binary dependencies on libraries not checked. Scram build will not automatically
19     rebuild libraries if they are dated when building a binary that depends on that
20     library
21     </td><td>
22     </td></tr>
23     <tr><td>
24     </td><td>
25     </td></tr>
26     </table>
27     <h2>Installation and Environment</h2>
28     <table border=0 width=100%>
29     <tr><th>Problem</th><th>Comments</th></tr>
30     <tr><td>
31     Version Selection is not automated during initial installation
32     </td><td>
33     This one can catch out unwary administrators. The workaround is to make sure
34     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
35     and potential for error.
36     </td></tr>
37     <tr><td>
38     </td><td>
39     </td></tr>
40     </table>
41     <! Style Sheet Footer ---------------Do not change anything after this line-->
42     <hr>
43     <table border=1 width=100%>
44     <td align=left>
45     <a href=mailto:Christopher.Williams@cern.ch
46     >Chris Williams</a>
47     </td>
48     <td align=center>
49     Last Updated Thu Jun 29 09:15:51 2000
50     </td>
51     <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
52     </td>
53     </table>
54     </body> </html>
55     <! End Style Sheet Footer>