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

  1. Path: sparky!uunet!sun-barr!olivea!bu.edu!transfer!ceylon!newshost!fn00
  2. From: fn00@gte.com (Farshad Nayeri)
  3. Newsgroups: comp.lang.modula3
  4. Subject: Re: Another installation problem (long)
  5. Message-ID: <FN00.92Aug28173752@tahoe.gte.com>
  6. Date: 28 Aug 92 21:37:52 GMT
  7. References: <BtpG4A.2yq@beach.csulb.edu>
  8. Sender: news@ceylon.gte.com
  9. Organization: GTE Laboratories, Waltham, Massachusetts, USA
  10. Lines: 39
  11. In-reply-to: werts@piggy.cecs.csulb.edu's message of 28 Aug 92 17:48:09 GMT
  12.  
  13. In article <BtpG4A.2yq@beach.csulb.edu> werts@piggy.cecs.csulb.edu (Michael Werts) writes:
  14.  
  15.    Well I seem to have gotten the boot system installed. Now I'm
  16.    having some difficulty with libm3.
  17.  
  18.    I have PREFIX set to /u1/m3. However when I run m3make on libm3 it
  19.    tries writing to /bin/ar. This turns out to be a link to
  20.    /usr/bin/ar -- a partition with much less space available on it.
  21.    m3make complains about the file system being full (/usr has about
  22.    4.4 megs) then gives another error - libm3.a does not exist. This
  23.    is in the "all" stage of the make.
  24.  
  25.    Why is m3make trying to place anything in /bin/ar?
  26.  
  27. Here is a guess:
  28.  
  29. m3make is not trying to place anything in /bin/ar. /bin/ar is trying
  30. to use /tmp for its temporary files, but since libm3 is mighty big, it
  31. is running out of room in /tmp. The reason you get filesystem full errors
  32. in / is that your /tmp is probably residing on the / partition. I'd blame
  33. UNIX for all these misleading error messages.
  34.  
  35. There are probably a number of ways to fix this problem. One way is
  36. to pass the right flag to ar to let it use your local directory for
  37. temporary space (see ar(1)). Or increase the allowance for the
  38. partition containing /tmp. 
  39.  
  40.    An abbreviated form of the output is given below. Advice would be 
  41.    greatly appreciated.
  42.  
  43.    Mike
  44.    (werts@csulb.edu)
  45.  
  46. Hope this helps, --farshad
  47.  
  48. --
  49. Farshad Nayeri                Intelligent Database Systems
  50. fn00@gte.com                  Computer and Intelligent Systems Laboratory
  51. (617)466-2473                 GTE Laboratories, Waltham, MA
  52.