home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / bug / 1611 < prev    next >
Encoding:
Text File  |  1993-01-08  |  16.8 KB  |  319 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!miavx2.ham.muohio.edu!demunday
  3. From: demunday@miavx2.ham.muohio.edu
  4. Subject: select error and lots-o-beeps on initial startup
  5. Message-ID: <009663CB.C0028560.6811@miavx2.ham.muohio.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 7 Jan 1993 09:22:05 GMT
  10. Approved: bug-gnu-emacs@prep.ai.mit.edu
  11. Lines: 306
  12.  
  13. I've spent a day and a half fiddling with parameters and I just cant get
  14. this to install and run properly.
  15.  
  16. I'm trying to install emacs-18.59 on a perfectly generic 486 machine
  17. running SCO UNIX System V/386 Release 3.2 Version 2.0.  I am using the 
  18. compiler and libraries that come with the SCO 3.2.2 developer's set.
  19.  
  20. I uncompress and un-tar the files from uunet ok except for some non-sense 
  21. errors about tar being unable to create directories. (It creates every
  22. directory that it claims to be unable to create, and the resulting directory 
  23. tree seems to match what's described in the install notes.)
  24.  
  25. I set the system file to s-sco3-2-2.h and the machine file to m-intel386.h
  26. in the config.h file, as instructed in the MACHINES file.  I am using the
  27. default /usr/local/bin, /usr/local/emacs, and /usr/local/man, so I leave
  28. all the pathnames unchanged.
  29.  
  30. >From the root account and the build directory tree (emacs-18.59) I invoke make
  31. as follows:
  32.  
  33. make Makefile install.sysv 2>&1 | tee /u/emacs/make.log
  34.  
  35. A transcript of the output follows this message.
  36.  
  37. In looking at the transcript there are a bunch of compiler warnings C4011 and 
  38. C4067.  The 4011 identifyer name truncated warning is mentioned in the docs
  39. and is to be ignored.  the 4067 results from a comment following rhe #endif
  40. directive.  This also looks like it can be ignored.
  41.  
  42. stripping out the 4011's and 4067's there doesn't seem to be any 
  43. problem with the installation.  everything ends up where the docs say it should
  44. but when I envoke emacs on a text file i see the first page of the text file
  45. displayed above a status line and an error which reads:
  46.  
  47. -----Emacs: README                   (Fundamental)----Top--------------------
  48. select error: Invalid argument
  49.  
  50. the terminal then emits a never ending string of bells (ctl-G's i suppose)
  51. and accepts no input.  It even lockcs PC-Term so I can't break out of it.
  52. the emacs process must be killed from another terminal or the line must
  53. be disconnected.
  54.  
  55. Has anyone encountered this behaviour before?  Any Ideas?
  56.  
  57. I'm really sick of using vi on this thing and I'd like to get emacs up, but 
  58. at this point i'm stumped.
  59.  
  60.  
  61.  
  62. Dave Munday
  63. demunday@miavx2.ham.muohio.edu
  64.  
  65.  
  66.  
  67. ------------------<begin transcript>---------------------------------
  68. `Makefile' is up to date.
  69.         sed 's;/usr/local/emacs;/usr/local/emacs;g' < src/paths.h-dist > src/paths.h
  70.         cd etc; make  all
  71.         cc -o test-distrib test-distrib.c
  72. test-distrib.c
  73.         ./test-distrib
  74.         cc -o etags -g -DETAGS etags.c 
  75. etags.c
  76.         cc -o ctags -g -DCTAGS etags.c 
  77. etags.c
  78.         cc -o wakeup -g wakeup.c 
  79. wakeup.c
  80.         cc -o make-docfile -g make-docfile.c 
  81. make-docfile.c
  82.         cc -o digest-doc -g digest-doc.c 
  83. digest-doc.c
  84.         cc -o sorted-doc -g sorted-doc.c 
  85. sorted-doc.c
  86.         cc -o movemail -g movemail.c 
  87. movemail.c
  88.         cc -o cvtmail -g cvtmail.c 
  89. cvtmail.c
  90.         cc -o fakemail -g fakemail.c 
  91. fakemail.c
  92.         cc -o yow -g yow.c 
  93. yow.c
  94.         cc -o env -DEMACS -g env.c 
  95. env.c
  96.         cc -o server -g server.c 
  97. server.c
  98.         cc -o emacsclient -g emacsclient.c 
  99. emacsclient.c
  100.         cd src; make  all
  101.         rm -f xmakefile junk.c
  102.         cp ymakefile junk.c
  103.         cc -E junk.c | sed -e 's/^#.*//' -e 's/^[        ][       ]*$//' -e 's/^ /        /' | \
  104.         sed -n -e '/^..*$/p' > xmakefile
  105.         rm -f junk.c
  106.         make    -f xmakefile  all
  107.         cc -g -Demacs      -c pre-crt0.c
  108. pre-crt0.c
  109.         cc -g -Demacs      -c dispnew.c
  110. dispnew.c
  111. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  112. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  113. dispnew.c(589) : warning C4067: unexpected characters following '#endif' directive - newline expected
  114. dispnew.c(593) : warning C4067: unexpected characters following '#endif' directive - newline expected
  115. dispnew.c(597) : warning C4067: unexpected characters following '#endif' directive - newline expected
  116.         cc -g -Demacs      -c scroll.c
  117. scroll.c
  118.         cc -g -Demacs      -c xdisp.c
  119. xdisp.c
  120. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  121. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  122. xdisp.c(2110) : warning C4067: unexpected characters following '#endif' directive - newline expected
  123.         cc -g -Demacs      -c window.c
  124. window.c
  125. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  126. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  127.         cc -g -Demacs      -c term.c
  128. term.c
  129.         cc -g -Demacs      -c cm.c
  130. cm.c
  131.         cc -g -Demacs      -c emacs.c
  132. emacs.c
  133. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  134. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  135. emacs.c(317) : warning C4067: unexpected characters following '#endif' directive - newline expected
  136. emacs.c(405) : warning C4067: unexpected characters following '#endif' directive - newline expected
  137. emacs.c(492) : warning C4067: unexpected characters following '#endif' directive - newline expected
  138.         cc -g -Demacs      -c keyboard.c
  139. keyboard.c
  140. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  141. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  142. keyboard.c(1046) : warning C4011: identifier truncated to 'internal_with_output_to_temp_bu'
  143.         cc -g -Demacs      -c macros.c
  144. macros.c
  145. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  146. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  147.         cc -g -Demacs      -c keymap.c
  148. keymap.c
  149. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  150. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  151. keymap.c(51) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  152. keymap.c(54) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  153. keymap.c(875) : warning C4011: identifier truncated to 'internal_with_output_to_temp_bu'
  154. keymap.c(1231) : warning C4011: identifier truncated to 'internal_with_output_to_temp_bu'
  155. keymap.c(1278) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  156. keymap.c(1279) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  157. keymap.c(1283) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  158. keymap.c(1284) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  159.         cc -g -Demacs      -c sysdep.c
  160. sysdep.c
  161.         cc -g -Demacs      -c buffer.c
  162. buffer.c
  163. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  164. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  165. buffer.c(334) : warning C4067: unexpected characters following '#endif' directive - newline expected
  166. buffer.c(604) : warning C4067: unexpected characters following '#endif' directive - newline expected
  167. buffer.c(1007) : warning C4011: identifier truncated to 'internal_with_output_to_temp_bu'
  168.         cc -g -Demacs      -c filelock.c
  169. filelock.c
  170.         cc -g -Demacs      -c insdel.c
  171. insdel.c
  172. insdel.c(344) : warning C4011: identifier truncated to 'insert_from_string_before_marke'
  173.         cc -g -Demacs      -c marker.c
  174. marker.c
  175.         cc -g -Demacs      -c minibuf.c
  176. minibuf.c
  177. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  178. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  179. minibuf.c(651) : warning C4011: identifier truncated to 'Vminibuffer_completion_predicat'
  180. minibuf.c(651) : warning C4011: identifier truncated to 'Qminibuffer_completion_predicat'
  181. minibuf.c(671) : warning C4011: identifier truncated to 'Qminibuffer_completion_predicat'
  182. minibuf.c(675) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  183. minibuf.c(676) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  184. minibuf.c(721) : warning C4011: identifier truncated to 'Vminibuffer_completion_predicat'
  185. minibuf.c(757) : warning C4011: identifier truncated to 'Vminibuffer_completion_predicat'
  186. minibuf.c(758) : warning C4011: identifier truncated to 'Vminibuffer_completion_predicat'
  187. minibuf.c(765) : warning C4011: identifier truncated to 'Vminibuffer_completion_predicat'
  188. minibuf.c(884) : warning C4011: identifier truncated to 'Vminibuffer_completion_predicat'
  189. minibuf.c(943) : warning C4011: identifier truncated to 'Vminibuffer_completion_predicat'
  190. minibuf.c(950) : warning C4011: identifier truncated to 'Vminibuffer_completion_predicat'
  191. minibuf.c(1034) : warning C4011: identifier truncated to 'Vminibuffer_completion_predicat'
  192. minibuf.c(1042) : warning C4011: identifier truncated to 'internal_with_output_to_temp_bu'
  193. minibuf.c(1090) : warning C4011: identifier truncated to 'Qminibuffer_completion_predicat'
  194. minibuf.c(1091) : warning C4011: identifier truncated to 'Qminibuffer_completion_predicat'
  195. minibuf.c(1119) : warning C4011: identifier truncated to 'Vminibuffer_completion_predicat'
  196. minibuf.c(1120) : warning C4011: identifier truncated to 'Vminibuffer_completion_predicat'
  197. minibuf.c(1168) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  198. minibuf.c(1169) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  199. minibuf.c(1170) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  200. minibuf.c(1171) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  201. minibuf.c(1172) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  202. minibuf.c(1173) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  203. minibuf.c(1175) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  204. minibuf.c(1176) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  205. minibuf.c(1177) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  206. minibuf.c(1178) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  207. minibuf.c(1179) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  208. minibuf.c(1180) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  209.         cc -g -Demacs      -c fileio.c
  210. fileio.c
  211. fileio.c(785) : warning C4067: unexpected characters following '#endif' directive - newline expected
  212.         cc -g -Demacs      -c dired.c
  213. dired.c
  214. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  215. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  216.         cc -g -Demacs      -c filemode.c
  217. filemode.c
  218.         cc -g -Demacs      -c cmds.c
  219. cmds.c
  220. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  221. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  222.         cc -g -Demacs      -c casefiddle.c
  223. casefiddle.c
  224. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  225. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  226.         cc -g -Demacs      -c indent.c
  227. indent.c
  228.         cc -g -Demacs      -c search.c
  229. search.c
  230. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  231. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  232.         cc -g -Demacs      -c regex.c
  233. regex.c
  234. regex.c(93) : warning C4067: unexpected characters following '#endif' directive - newline expected
  235. regex.c(539) : warning C4067: unexpected characters following '#endif' directive - newline expected
  236. regex.c(836) : warning C4067: unexpected characters following '#endif' directive - newline expected
  237. regex.c(1478) : warning C4067: unexpected characters following '#endif' directive - newline expected
  238. regex.c(1725) : warning C4067: unexpected characters following '#endif' directive - newline expected
  239.         cc -g -Demacs      -c undo.c
  240. undo.c
  241.         cc -g -Demacs      -c alloc.c
  242. alloc.c
  243. alloc.c(121) : warning C4011: identifier truncated to 'internal_with_output_to_temp_bu'
  244. alloc.c(1076) : warning C4067: unexpected characters following '#endif' directive - newline expected
  245. alloc.c(1313) : warning C4067: unexpected characters following '#endif' directive - newline expected
  246.         cc -g -Demacs      -c data.c
  247. data.c
  248.         cc -g -Demacs      -c doc.c
  249. doc.c
  250.         cc -g -Demacs      -c editfns.c
  251. editfns.c
  252. editfns.c(582) : warning C4011: identifier truncated to 'insert_from_string_before_marke'
  253. editfns.c(1049) : warning C4067: unexpected characters following '#endif' directive - newline expected
  254.         cc -g -Demacs      -c callint.c
  255. callint.c
  256. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  257. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  258.         cc -g -Demacs      -c eval.c
  259. eval.c
  260. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  261. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  262. eval.c(1094) : warning C4011: identifier truncated to 'internal_with_output_to_temp_bu'
  263.         cc -g -Demacs      -c fns.c
  264. fns.c
  265. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  266. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  267.         cc -g -Demacs      -c print.c
  268. print.c
  269. print.c(264) : warning C4011: identifier truncated to 'internal_with_output_to_temp_bu'
  270.         cc -g -Demacs      -c lread.c
  271. lread.c
  272. lread.c(468) : warning C4067: unexpected characters following '#endif' directive - newline expected
  273. lread.c(1144) : warning C4067: unexpected characters following '#endif' directive - newline expected
  274. lread.c(1233) : warning C4067: unexpected characters following '#endif' directive - newline expected
  275.         cc -g -Demacs      -c abbrev.c
  276. abbrev.c
  277. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  278. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  279. abbrev.c(390) : warning C4011: identifier truncated to 'Finsert_abbrev_table_descriptio'
  280. abbrev.c(390) : warning C4011: identifier truncated to 'Sinsert_abbrev_table_descriptio'
  281. abbrev.c(525) : warning C4011: identifier truncated to 'Sinsert_abbrev_table_descriptio'
  282.         cc -g -Demacs      -c syntax.c
  283. syntax.c
  284. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  285. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  286. syntax.c(358) : warning C4011: identifier truncated to 'internal_with_output_to_temp_bu'
  287.         cc -g -Demacs      -c unexec.c
  288. unexec.c
  289.         cc -g -Demacs      -c mocklisp.c
  290. mocklisp.c
  291. mocklisp.c(196) : warning C4067: unexpected characters following '#endif' directive - newline expected
  292.         cc -g -Demacs      -c bytecode.c
  293. bytecode.c
  294.         cc -g -Demacs      -c process.c
  295. process.c
  296. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  297. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  298. process.c(957) : warning C4011: identifier truncated to 'internal_with_output_to_temp_bu'
  299.         cc -g -Demacs      -c callproc.c
  300. callproc.c
  301. commands.h(36) : warning C4011: identifier truncated to 'Vminibuffer_local_completion_ma'
  302. commands.h(39) : warning C4011: identifier truncated to 'Vminibuffer_local_must_match_ma'
  303. callproc.c(244) : warning C4067: unexpected characters following '#endif' directive - newline expected
  304. callproc.c(416) : warning C4067: unexpected characters following '#endif' directive - newline expected
  305.         cc -g -Demacs      -c doprnt.c
  306. doprnt.c
  307.         cc -g -Demacs      -c terminfo.c
  308. terminfo.c
  309.         cc -g -Demacs      -c lastfile.c
  310. lastfile.c
  311.         cc -g -Demacs      -c alloca.c
  312. alloca.c
  313.         cc -g -Demacs      -c malloc.c
  314. malloc.c
  315. malloc.c(509) : warning C4067: unexpected characters following '#else' directive - newline expected
  316.         ld   -o temacs pre-crt0.o /lib/crt0.o dispnew.o scroll.o xdisp.o window.o  term.o cm.o   emacs.o keyboard.o macros.o keymap.o sysdep.o  buffer.o filelock.o insdel.o marker.o  minibuf.o fileio.o dired.o filemode.o  cmds.o casefiddle.o indent.o search.o regex.o undo.o  alloc.o data.o doc.o editfns.o callint.o  eval.o fns.o print.o lread.o  abbrev.o syntax.o unexec.o mocklisp.o bytecode.o  process.o callproc.o   doprnt.o terminfo.o lastfile.o alloca.o malloc.o   -lcurses      -lc
  317.         rm -f ../etc/DOC
  318.  
  319.