home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / modula3 / 886 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  11.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!usc!nic.csu.net!beach.csulb.edu!news
  2. Newsgroups: comp.lang.modula3
  3. Subject: Another installation problem (long)
  4. Message-ID: <BtpG4A.2yq@beach.csulb.edu>
  5. From: werts@piggy.cecs.csulb.edu (Michael Werts)
  6. Date: Fri, 28 Aug 1992 17:48:09 GMT
  7. Sender: news@beach.csulb.edu (News Administration/Rumor Bureau)
  8. Organization: Cal State Long Beach
  9. Lines: 259
  10.  
  11. Well I seem to have gotten the boot system installed. Now I'm having some
  12. difficulty with libm3.
  13.  
  14. I have PREFIX set to /u1/m3. However when I run m3make on libm3 it tries
  15. writing to /bin/ar. This turns out to be a link to /usr/bin/ar -- a partition
  16. with much less space available on it. m3make complains about the file system
  17. being full (/usr has about 4.4 megs) then gives another error - libm3.a does
  18. not exist. This is in the "all" stage of the make.
  19.  
  20. Why is m3make trying to place anything in /bin/ar?
  21.  
  22. Some statistics are then spit out and it begins the "install" stage of 
  23. the make which eventually dies because libm3.a does not exist.
  24.  
  25. Also there were a considerable number of warnings. Are these significant?
  26.  
  27. An abbreviated form of the output is given below. Advice would be 
  28. greatly appreciated.
  29.  
  30. Thanks,
  31.  
  32. Mike
  33. (werts@csulb.edu)
  34.  
  35. ------------------------------------------------------------
  36.  
  37. # zcat libm3-*.tar.Z | tar xpof -
  38. # ls                          
  39. makefile               doc                     m3make
  40. COPYRIGHT               driver                  m3makefile.boot
  41. README                  include                 m3makefile.libm3
  42. bin                     lib                     man
  43. boot.DS3100-2.07.tar.Z  libm3
  44. compiler                libm3-2.07.tar.Z
  45. # bin/m3make -f m3makefile.libm3 all install
  46. cd libm3; /u1/m3/bin/m3make all
  47. ============================= Building in DS3100
  48. sed -e 's:PUB:/u1/m3/include/m3:g' -e 's:LIB:/u1/m3/lib/m3:g'   <  
  49. ./config/src/M3Config.m3 > M3Config.m3
  50. /u1/m3/bin/m3 -w1 -make -why -nostd -times -g   -a libm3.a -F.PGM_SOURCES 
  51. new source -> compile ../Csupport/src/generic/M3Runtime.c
  52. new source -> compile ../Csupport/src/generic/M3Runtime2.c
  53.  
  54.  
  55.  
  56. new source -> compile ../thread/src/Thread.i3
  57. new source -> compile ../unix/src/ultrix-3-1.DS3100/Unix.i3
  58. "../unix/src/ultrix-3-1.DS3100/Unix.i3", line 962: warning: <*OBSOLETE*> symbol  
  59. used (struct_stat)
  60. "../unix/src/ultrix-3-1.DS3100/Unix.i3", line 965: warning: <*OBSOLETE*> symbol  
  61. used (struct_stat)
  62. "../unix/src/ultrix-3-1.DS3100/Unix.i3", line 968: warning: <*OBSOLETE*> symbol  
  63. used (struct_stat)
  64. 3 warnings encountered
  65. new source -> compile ../unix/src/ultrix-3-1.generic/Utypes.i3
  66. new source -> compile ../unix/src/ultrix-3-1.generic/Utime.i3
  67.  
  68.  
  69.  
  70. new source -> compile ../color/src/YPQ.i3
  71. new source -> compile ../fieldlist/src/FieldList.i3
  72. "../fieldlist/src/FieldList.i3", line 80: warning: C reserved word, appending  
  73. underscore (char)
  74. 1 warning encountered
  75. new source -> compile ../glist/src/RefanyList.i3
  76. new source -> compile ../glist/src/TextList.i3
  77.  
  78.  
  79.  
  80. new source -> compile ../time/src/LongRealTime.m3
  81. new source -> compile ../stable/src/STable.m3
  82. "../stable/src/STable.m3", line 10: warning: not used (Thread)
  83. 1 warning encountered
  84. new source -> compile ../stable/src/SIntTable.m3
  85. new source -> compile ../stable/src/STextTable.m3
  86.  
  87.  
  88.  
  89. new source -> compile ../geometry/src/Point.m3
  90. new source -> compile ../geometry/src/Rect.m3
  91. "../geometry/src/Rect.m3", line 14: warning: not used (Text)
  92. 1 warning encountered
  93. new source -> compile ../geometry/src/Transform.m3
  94. new source -> compile ../geometry/src/Path.m3
  95. new source -> compile ../geometry/src/Region.m3
  96. new source -> compile ../geometry/src/PolyRegion.m3
  97. new source -> compile ../geometry/src/Trapezoid.m3
  98. new source -> compile ../geometry/src/CopyBytes.m3
  99. new source -> compile ../statistics/src/Stat.m3
  100. new source -> compile ../formatter/src/Formatter.m3
  101. "../formatter/src/Formatter.m3", line 191: warning: <*OBSOLETE*> symbol used  
  102. (NewMutex)
  103. "../formatter/src/Formatter.m3", line 192: warning: <*OBSOLETE*> symbol used  
  104. (NewCondition)
  105. 2 warnings encountered
  106. new source -> compile ../parseparams/src/Env.m3
  107. new source -> compile ../parseparams/src/Params.m3
  108. new source -> compile ../parseparams/src/ParseParams.m3
  109. new source -> compile ../parseparams/src/ParseShell.m3
  110. new source -> compile ../uid/src/UID.m3
  111. "../uid/src/UID.m3", line 187: warning: <*OBSOLETE*> symbol used (NewMutex)
  112. "../uid/src/UID.m3", line 188: warning: <*OBSOLETE*> symbol used (NewMutex)
  113. "../uid/src/UID.m3", line 189: warning: <*OBSOLETE*> symbol used (NewMutex)
  114. 3 warnings encountered
  115. new source -> compile ../property/src/Property.m3
  116. new source -> compile ../property/src/PropertyV.m3
  117. new source -> compile ../property/src/MProperty.m3
  118. "../property/src/MProperty.m3", line 20: warning: <*OBSOLETE*> symbol used  
  119. (NewMutex)
  120. 1 warning encountered
  121. new source -> compile ../atom/src/Atom.m3
  122. "../atom/src/Atom.m3", line 111: warning: <*OBSOLETE*> symbol used (FromStr)
  123. 1 warning encountered
  124. new source -> compile ../table/src/IntegerSet.m3
  125. new source -> compile ../table/src/RefanySet.m3
  126.  
  127.  
  128.  
  129. new source -> compile ../table/src/IntegerToTextTable.m3
  130. new source -> compile ../table/src/RefanyToIntegerTable.m3
  131. "../table/src/RefanyToIntegerTable.m3", line 149: warning: <*OBSOLETE*> symbol  
  132. used (NewMutex)
  133. "../table/src/RefanyToIntegerTable.m3", line 629: warning: <*OBSOLETE*> symbol  
  134. used (NewMutex)
  135. 2 warnings encountered
  136. new source -> compile ../table/src/RefanyToRefanyTable.m3
  137. "../table/src/RefanyToRefanyTable.m3", line 149: warning: <*OBSOLETE*> symbol  
  138. used (NewMutex)
  139. "../table/src/RefanyToRefanyTable.m3", line 629: warning: <*OBSOLETE*> symbol  
  140. used (NewMutex)
  141. 2 warnings encountered
  142. new source -> compile ../table/src/RefanyToTextTable.m3
  143. "../table/src/RefanyToTextTable.m3", line 149: warning: <*OBSOLETE*> symbol  
  144. used (NewMutex)
  145. "../table/src/RefanyToTextTable.m3", line 629: warning: <*OBSOLETE*> symbol  
  146. used (NewMutex)
  147. "../table/src/RefanyToTextTable.m3", line 17: warning: not used (Text)
  148. "../table/src/RefanyToTextTable.m3", line 17: warning: not used (TextF)
  149. 4 warnings encountered
  150. new source -> compile ../table/src/TextToIntegerTable.m3
  151. "../table/src/TextToIntegerTable.m3", line 145: warning: <*OBSOLETE*> symbol  
  152. used (NewMutex)
  153. "../table/src/TextToIntegerTable.m3", line 738: warning: <*OBSOLETE*> symbol  
  154. used (NewMutex)
  155. "../table/src/TextToIntegerTable.m3", line 17: warning: not used (Text)
  156. 3 warnings encountered
  157. new source -> compile ../table/src/TextToRefanyTable.m3
  158. "../table/src/TextToRefanyTable.m3", line 145: warning: <*OBSOLETE*> symbol  
  159. used (NewMutex)
  160. "../table/src/TextToRefanyTable.m3", line 738: warning: <*OBSOLETE*> symbol  
  161. used (NewMutex)
  162. "../table/src/TextToRefanyTable.m3", line 17: warning: not used (Text)
  163. 3 warnings encountered
  164. new source -> compile ../table/src/TextToTextTable.m3
  165. "../table/src/TextToTextTable.m3", line 145: warning: <*OBSOLETE*> symbol used  
  166. (NewMutex)
  167. "../table/src/TextToTextTable.m3", line 738: warning: <*OBSOLETE*> symbol used  
  168. (NewMutex)
  169. "../table/src/TextToTextTable.m3", line 17: warning: not used (Text)
  170. 3 warnings encountered
  171. new source -> compile ../pkl/src/Pkl.m3
  172. new source -> compile ../pkl/src/PklRead.m3
  173.  
  174.  
  175.  
  176. new source -> compile ../color/src/YPQ.m3
  177. new source -> compile ../fieldlist/src/FieldList.m3
  178. "../fieldlist/src/FieldList.m3", line 117: warning: C reserved word, appending  
  179. underscore (char)
  180. 1 warning encountered
  181. new source -> compile ../glist/src/RefanyList.m3
  182. new source -> compile ../glist/src/TextList.m3
  183. new source -> compile ../sx/src/FWr.m3
  184. new source -> compile ../sx/src/Sx.m3
  185. new source -> compile ../sx/src/SxSymbol.m3
  186. new source -> compile ../sx/src/SxSyntax.m3
  187. "../sx/src/SxSyntax.m3", line 970: warning: potentially unhandled exception  
  188. (Sx.PrintError)
  189. "../sx/src/SxSyntax.m3", line 970: warning: potentially unhandled exception  
  190. (Wr.Failure)
  191. "../sx/src/SxSyntax.m3", line 970: warning: potentially unhandled exception  
  192. (Thread.Alerted)
  193. "../sx/src/SxSyntax.m3", line 972: warning: potentially unhandled exception  
  194. (Sx.PrintError)
  195. "../sx/src/SxSyntax.m3", line 974: warning: potentially unhandled exception  
  196. (Wr.Failure)
  197. "../sx/src/SxSyntax.m3", line 974: warning: potentially unhandled exception  
  198. (Thread.Alerted)
  199. "../sx/src/SxSyntax.m3", line 975: warning: potentially unhandled exception  
  200. (Sx.PrintError)
  201. "../sx/src/SxSyntax.m3", line 975: warning: potentially unhandled exception  
  202. (Wr.Failure)
  203. "../sx/src/SxSyntax.m3", line 975: warning: potentially unhandled exception  
  204. (Thread.Alerted)
  205. 9 warnings encountered
  206. missing library -> archive libm3.a
  207. /bin/ar: Info: filename ExtendedFloat.io truncated to ExtendedFloat.i
  208. /bin/ar: Info: filename IntegerToIntegerTable.io truncated to IntegerToIntege
  209. /bin/ar: Info: filename IntegerToRefanyTable.io truncated to IntegerToRefany
  210. /bin/ar: Info: filename IntegerToTextTable.io truncated to IntegerToTextTa
  211. /bin/ar: Info: filename RefanyToIntegerTable.io truncated to RefanyToInteger
  212. /bin/ar: Info: filename RefanyToRefanyTable.io truncated to RefanyToRefanyT
  213. /bin/ar: Info: filename RefanyToTextTable.io truncated to RefanyToTextTab
  214. /bin/ar: Info: filename TextToIntegerTable.io truncated to TextToIntegerTa
  215. /bin/ar: Info: filename TextToRefanyTable.io truncated to TextToRefanyTab
  216. /bin/ar: Info: filename TextToTextTable.io truncated to TextToTextTable
  217. /bin/ar: Info: filename ColorNameCache.io truncated to ColorNameCache.
  218. /bin/ar: Info: filename IntensityScale.io truncated to IntensityScale.
  219. /bin/ar: Info: filename RGBSortPrivate.io truncated to RGBSortPrivate.
  220. /bin/ar: Info: filename ExtendedFloat.mo truncated to ExtendedFloat.m
  221. /bin/ar: Info: filename IntegerToIntegerTable.mo truncated to IntegerToIntege
  222. /bin/ar: Info: filename IntegerToRefanyTable.mo truncated to IntegerToRefany
  223. /bin/ar: Info: filename IntegerToTextTable.mo truncated to IntegerToTextTa
  224. /bin/ar: Info: filename RefanyToIntegerTable.mo truncated to RefanyToInteger
  225.  
  226. /: write failed, file system is full
  227. ar: Error: on write -: No space left on device
  228. ar: Error: libm3.a does not exist
  229.  
  230.  seconds  #times  operation
  231.     2.01     374  checking object timestamps
  232.  1094.01     370  compiling Modula-3 -> C
  233.     6.64     370  merging new link info
  234.  1032.04     375  compiling C -> object
  235.     0.43       1  checking global consistency
  236.     1.44       1  generating _m3lib.c
  237.     0.57       1  building library link info
  238.     9.28       1  exhaling new link info
  239.    22.04       1  building library archive
  240.     0.74       1  indexing library archive
  241.    16.20     375  removing temporary files
  242.    29.41     371  renaming files
  243.     0.02       1  cloning (linking) files
  244.    12.79      10  garbage collection
  245.     2.13          other
  246. ---------------------------------------------------
  247.  2229.74          TOTAL
  248.  
  249. cd libm3; /u1/m3/bin/m3make install
  250. ============================= Building in DS3100
  251. (cd ../Csupport/src/generic;  install -c -m  644 -o bin -g bin M3Runtime.h   
  252. /u1/m3/lib/m3)
  253. (cd ../C/src/generic;  install -c -m  644 -o bin -g bin Cerrno.i3   
  254. /u1/m3/include/m3)
  255. (cd ../C/src/generic;  install -c -m  644 -o bin -g bin Cstddef.i3   
  256. /u1/m3/include/m3)
  257.  
  258.  
  259.  
  260. (cd ../sx/src;  install -c -m  644 -o bin -g bin SxSymbol.i3   
  261. /u1/m3/include/m3)
  262. (cd ../sx/src;  install -c -m  644 -o bin -g bin SxSyntax.i3   
  263. /u1/m3/include/m3)
  264. install -c -m  644 -o bin -g bin libm3.a  /u1/m3/lib/m3
  265. install: file libm3.a does not exist.
  266. *** Error code 1
  267.  
  268. Stop.
  269.