Advertisement
Guest User

Untitled

a guest
Jan 15th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.93 KB | None | 0 0
  1. emacs-snapshot -q -no-site-file -batch -l __myinit.el -f batch-byte-compile eword-decode.el eword-encode.el hex-util.el hmac-def.el hmac-md5.el hmac-sha1.el luna.el lunit.el md4.el md5-dl.el md5-el.el md5.el mel-b-ccl.el mel-b-dl.el mel-b-el.el mel-g.el mel-q-ccl.el mel-q.el mel-u.el mel.el mime-conf.el mime-def.el mime-parse.el mime.el mmbuffer.el mmcooked.el mmexternal.el mmgeneric.el ntlm.el qmtp.el sasl-cram.el sasl-digest.el sasl-ntlm.el sasl-scram.el sasl.el sha1-dl.el sha1-el.el sha1.el smtp.el std11.el
  2. Wrote /usr/share/emacs-snapshot/site-lisp/flim/eword-decode.elc
  3.  
  4. In toplevel form:
  5. eword-encode.el:164:1:Warning: !! The file uses old-style backquotes !!
  6. This functionality has been obsolete for more than 10 years already
  7. and will be removed soon. See (elisp)Backquote in the manual.
  8. eword-encode.el:166:1:Warning: !! The file uses old-style backquotes !!
  9. This functionality has been obsolete for more than 10 years already
  10. and will be removed soon. See (elisp)Backquote in the manual.
  11. eword-encode.el:168:1:Warning: !! The file uses old-style backquotes !!
  12. This functionality has been obsolete for more than 10 years already
  13. and will be removed soon. See (elisp)Backquote in the manual.
  14. eword-encode.el:170:1:Warning: !! The file uses old-style backquotes !!
  15. This functionality has been obsolete for more than 10 years already
  16. and will be removed soon. See (elisp)Backquote in the manual.
  17. eword-encode.el:172:1:Warning: !! The file uses old-style backquotes !!
  18. This functionality has been obsolete for more than 10 years already
  19. and will be removed soon. See (elisp)Backquote in the manual.
  20. Wrote /usr/share/emacs-snapshot/site-lisp/flim/eword-encode.elc
  21.  
  22. In toplevel form:
  23. hex-util.el:29:1:Warning: !! The file uses old-style backquotes !!
  24. This functionality has been obsolete for more than 10 years already
  25. and will be removed soon. See (elisp)Backquote in the manual.
  26. Wrote /usr/share/emacs-snapshot/site-lisp/flim/hex-util.elc
  27.  
  28. In toplevel form:
  29. hmac-def.el:32:1:Warning: !! The file uses old-style backquotes !!
  30. This functionality has been obsolete for more than 10 years already
  31. and will be removed soon. See (elisp)Backquote in the manual.
  32. Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-def.elc
  33. Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-md5.elc
  34. Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-sha1.elc
  35. Wrote /usr/share/emacs-snapshot/site-lisp/flim/luna.elc
  36. Wrote /usr/share/emacs-snapshot/site-lisp/flim/lunit.elc
  37.  
  38. In md4-make-step:
  39. md4.el:90:31:Warning: `(\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+
  40. (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+
  41. (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2
  42. (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand
  43. 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s)
  44. (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32))
  45. (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3))))'
  46. is a malformed function
  47. md4.el:107:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3))))
  48. Wrote /usr/share/emacs-snapshot/site-lisp/flim/md5-dl.elc
  49.  
  50. In md5-make-step:
  51. md5-el.el:171:31:Warning: `(\` (defun ((\, name)) (a b c d x s ac) (let* ((m1
  52. (+ (car a) (((\, func)) (car b) (car c) (car d)) (car x) (car ac))) (l1 (+
  53. (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr x) (cdr ac))) (m2
  54. (logand 65535 (+ m1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (m3 (logand
  55. 65535 (if (> s 15) (+ (lsh m2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh m2 s)
  56. (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32))
  57. (lsh m2 (- s 16))) (+ (lsh l2 s) (lsh m2 (- s 16))))))) (md5-add (cons m3
  58. l3) b))))' is a malformed function
  59. md5-el.el:187:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d x s ac) (let* ((m1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car x) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr x) (cdr ac))) (m2 (logand 65535 (+ m1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (m3 (logand 65535 (if (> s 15) (+ (lsh m2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh m2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh m2 (- s 16))) (+ (lsh l2 s) (lsh m2 (- s 16))))))) (md5-add (cons m3 l3) b))))
  60. Wrote /usr/share/emacs-snapshot/site-lisp/flim/md5.elc
  61. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-ccl.elc
  62. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-dl.elc
  63. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-el.elc
  64. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-g.elc
  65. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-q-ccl.elc
  66.  
  67. In quoted-printable-internal-decode-region:
  68. mel-q.el:192:55:Warning: attempt to inline
  69. `quoted-printable-num-to-raw-byte-char' before it was defined
  70.  
  71. In q-encoding-decode-string:
  72. mel-q.el:326:26:Warning: attempt to inline
  73. `quoted-printable-num-to-raw-byte-char' before it was defined
  74. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-q.elc
  75. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-u.elc
  76. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel.elc
  77. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-conf.elc
  78. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-def.elc
  79. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-parse.elc
  80. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime.elc
  81. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmbuffer.elc
  82. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmcooked.elc
  83. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmexternal.elc
  84. Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmgeneric.elc
  85. Eager macro-expansion failure: (invalid-function (\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3)))))
  86.  
  87. In toplevel form:
  88. ntlm.el:66:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3))))
  89. Wrote /usr/share/emacs-snapshot/site-lisp/flim/qmtp.elc
  90. Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-cram.elc
  91. Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-digest.elc
  92. Eager macro-expansion failure: (invalid-function (\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3)))))
  93.  
  94. In toplevel form:
  95. sasl-ntlm.el:33:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3))))
  96. Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-scram.elc
  97. Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl.elc
  98. Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1-dl.elc
  99.  
  100. In toplevel form:
  101. sha1-el.el:115:1:Warning: !! The file uses old-style backquotes !!
  102. This functionality has been obsolete for more than 10 years already
  103. and will be removed soon. See (elisp)Backquote in the manual.
  104. Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1-el.elc
  105. Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1.elc
  106. Wrote /usr/share/emacs-snapshot/site-lisp/flim/smtp.elc
  107. Wrote /usr/share/emacs-snapshot/site-lisp/flim/std11.elc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement