all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#7148: 24.0.50; fails to compile packages flim and lookup
@ 2010-10-02 13:59 Gregor Zattler
  2010-10-02 19:33 ` Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Gregor Zattler @ 2010-10-02 13:59 UTC (permalink / raw)
  To: 7148; +Cc: rfrancoise

Emacs-snapshot for debian sid does not install alongside packages
flim and look up-el since their respective compilation fails.  I
had to uninstall (debian) packages flim and lookup-el in order to  
install Emacs-snapshot.

I have no clue what's the problem here.  Is this related to
bug #6490 ?

Thanks for your attention, Gregor

These are the installation log files generated when installation
failed:

----emacs-snapshot.ByDPrR-------------------------------
emacs-install emacs-snapshot
install/apel: byte-compiling for emacs-snapshot, logged in /tmp/elc.dGTpymoCNWiv
install/apel: deleting /tmp/elc.dGTpymoCNWiv
install/apel: byte-compiling for reverse dependency
install/flim: byte-compiling for emacs-snapshot, logged in /tmp/elc.2rE6wALYP1Wu
emacs-install: /usr/lib/emacsen-common/packages/install/apel emacs-snapshot emacs23 failed at /usr/lib/emacsen-common/emacs-install line 28, <TSORT> line 17.
-----------------------------------

----/tmp/elc.2rE6wALYP1Wu-------------------------------
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
Wrote /usr/share/emacs-snapshot/site-lisp/flim/eword-decode.elc

In toplevel form:
eword-encode.el:164:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
eword-encode.el:166:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
eword-encode.el:168:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
eword-encode.el:170:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
eword-encode.el:172:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
Wrote /usr/share/emacs-snapshot/site-lisp/flim/eword-encode.elc

In toplevel form:
hex-util.el:29:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
Wrote /usr/share/emacs-snapshot/site-lisp/flim/hex-util.elc

In toplevel form:
hmac-def.el:32:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-def.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-md5.elc
Loading `sha1-el': old-style backquotes detected!
Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-sha1.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/luna.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/lunit.elc

In md4-make-step:
md4.el:90:31:Warning: `(\` (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))))'
    is a malformed function
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))))
Wrote /usr/share/emacs-snapshot/site-lisp/flim/md5-dl.elc

In md5-make-step:
md5-el.el:171:31:Warning: `(\` (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))))' is a malformed function
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))))
Wrote /usr/share/emacs-snapshot/site-lisp/flim/md5.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-ccl.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-dl.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-el.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-g.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-q-ccl.elc

In quoted-printable-internal-decode-region:
mel-q.el:209:45:Warning: attempt to inline
    `quoted-printable-num-to-raw-byte-char' before it was defined

In q-encoding-decode-string:
mel-q.el:326:26:Warning: attempt to inline
    `quoted-printable-num-to-raw-byte-char' before it was defined
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-q.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-u.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-conf.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-def.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-parse.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmbuffer.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmcooked.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmexternal.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmgeneric.elc

In toplevel form:
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))))
Wrote /usr/share/emacs-snapshot/site-lisp/flim/qmtp.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-cram.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-digest.elc

In toplevel form:
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))))
Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-scram.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1-dl.elc

In toplevel form:
sha1-el.el:115:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1-el.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/smtp.elc
Wrote /usr/share/emacs-snapshot/site-lisp/flim/std11.elc
-----------------------------------


This installation log file was produced after I unistalled flim
but before uninstalling lookup-el:

----emacs-snapshot.SpNwHv-------------------------------
emacs-install emacs-snapshot
install/apel: byte-compiling for emacs-snapshot, logged in /tmp/elc.hGfu12gopdnU
install/apel: deleting /tmp/elc.hGfu12gopdnU
install/apel: byte-compiling for reverse dependency
install/debian-el: Handling emacs-snapshot, logged in /tmp/elc_KCN3wG.log
install/debian-el: Deleting /tmp/elc_KCN3wG.log
install/dictionaries-common: Skipping byte-compilation for emacs-snapshot
install/dictionary-el: Handling install for emacsen flavor emacs-snapshot
Wrote /usr/share/emacs-snapshot/site-lisp/dictionary-el/connection.elc
Wrote /usr/share/emacs-snapshot/site-lisp/dictionary-el/dictionary-init.elc
Wrote /usr/share/emacs-snapshot/site-lisp/dictionary-el/dictionary.elc
Wrote /usr/share/emacs-snapshot/site-lisp/dictionary-el/install-package.elc
Wrote /usr/share/emacs-snapshot/site-lisp/dictionary-el/link.elc
install/emacs-goodies-el: Handling emacs-snapshot, logged in /tmp/elc_bfvOtp.log
Building autoloads for emacs-snapshot in /usr/share/emacs-snapshot/site-lisp/emacs-goodies-el
install/emacs-goodies-el: Deleting /tmp/elc_bfvOtp.log
emacsen-common: Handling install of emacsen flavor emacs-snapshot
emacsen-common: byte-compiling for emacs-snapshot
Wrote /etc/emacs-snapshot/site-start.d/00debian-vars.elc

In debian-run-directories:
debian-startup.el:131:25:Warning: `mapcar' called for effect; use `mapc' or
    `dolist' instead
Wrote /usr/share/emacs-snapshot/site-lisp/debian-startup.elc
install/lbdb: Handling install for emacsen flavor emacs-snapshot
Wrote /usr/share/emacs-snapshot/site-lisp/lbdb/lbdb.elc
install/lookup-el: Handling install for emacsen flavor emacs-snapshot
emacs-install: /usr/lib/emacsen-common/packages/install/lookup-el emacs-snapshot emacs23 failed at /usr/lib/emacsen-common/emacs-install line 28, <TSORT> line 16.
-----------------------------------







In GNU Emacs 24.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2010-10-01 on elegiac, modified by Debian
 (emacs-snapshot package, version 1:20101001-1)
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
configured using `configure  '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/24.0.50/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.0.50/site-lisp:/usr/share/emacs/site-lisp' '--without-compress-info' '--with-x=yes' '--with-x-toolkit=gtk' '--with-imagemagick=yes' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: de_DE.utf8
  value of $LC_CTYPE: de_DE.utf8
  value of $LC_MESSAGES: POSIX
  value of $LC_MONETARY: de_DE.utf8
  value of $LC_NUMERIC: de_DE.utf8
  value of $LC_TIME: de_DE.utf8
  value of $LANG: de_DE.utf8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Diary

Minor modes in effect:
  global-hl-line-mode: t
  ido-everywhere: t
  shell-dirtrack-mode: t
  show-paren-mode: t
  savehist-mode: t
  recentf-mode: t
  display-time-mode: t
  cua-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  size-indication-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  view-mode: t

Recent input:
M-x r e p o <tab> r <tab> <return>

Recent messages:
Source file `/home/grfz/src/org-mode/lisp/org-protocol.el' newer than byte-compiled file
Preparing diary...done
Marking diary entries...done
Preparing diary...done
Marking diary entries...done
Preparing diary...done
max. buffer size is 536870911 Byte (511.9999990463257 MB)
Loading /home/grfz/.emacs.d/_emms-cache...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...

Load-path shadows:
/usr/share/emacs/24.0.50/site-lisp/debian-startup hides /usr/share/emacs/site-lisp/debian-startup
/home/grfz/src/org-mode/lisp/org-icalendar hides /usr/share/emacs/24.0.50/lisp/org/org-icalendar
/home/grfz/src/org-mode/lisp/org-footnote hides /usr/share/emacs/24.0.50/lisp/org/org-footnote
/home/grfz/src/org-mode/lisp/org-remember hides /usr/share/emacs/24.0.50/lisp/org/org-remember
/home/grfz/src/org-mode/lisp/ob-python hides /usr/share/emacs/24.0.50/lisp/org/ob-python
/home/grfz/src/org-mode/lisp/org-publish hides /usr/share/emacs/24.0.50/lisp/org/org-publish
/home/grfz/src/org-mode/lisp/org-plot hides /usr/share/emacs/24.0.50/lisp/org/org-plot
/home/grfz/src/org-mode/lisp/ob-octave hides /usr/share/emacs/24.0.50/lisp/org/ob-octave
/home/grfz/src/org-mode/lisp/org-rmail hides /usr/share/emacs/24.0.50/lisp/org/org-rmail
/home/grfz/src/org-mode/lisp/ob-mscgen hides /usr/share/emacs/24.0.50/lisp/org/ob-mscgen
/home/grfz/src/org-mode/lisp/ob-lob hides /usr/share/emacs/24.0.50/lisp/org/ob-lob
/home/grfz/src/org-mode/lisp/ob-keys hides /usr/share/emacs/24.0.50/lisp/org/ob-keys
/home/grfz/src/org-mode/lisp/org-beamer hides /usr/share/emacs/24.0.50/lisp/org/org-beamer
/home/grfz/src/org-mode/lisp/ob-eval hides /usr/share/emacs/24.0.50/lisp/org/ob-eval
/home/grfz/src/org-mode/lisp/org-inlinetask hides /usr/share/emacs/24.0.50/lisp/org/org-inlinetask
/home/grfz/src/org-mode/lisp/org-install hides /usr/share/emacs/24.0.50/lisp/org/org-install
/home/grfz/src/org-mode/lisp/org-vm hides /usr/share/emacs/24.0.50/lisp/org/org-vm
/home/grfz/src/org-mode/lisp/ob-tangle hides /usr/share/emacs/24.0.50/lisp/org/ob-tangle
/home/grfz/src/org-mode/lisp/org-attach hides /usr/share/emacs/24.0.50/lisp/org/org-attach
/home/grfz/src/org-mode/lisp/org-protocol hides /usr/share/emacs/24.0.50/lisp/org/org-protocol
/home/grfz/src/org-mode/lisp/org-agenda hides /usr/share/emacs/24.0.50/lisp/org/org-agenda
/home/grfz/src/org-mode/lisp/org-docview hides /usr/share/emacs/24.0.50/lisp/org/org-docview
/home/grfz/src/org-mode/lisp/ob-sass hides /usr/share/emacs/24.0.50/lisp/org/ob-sass
/home/grfz/src/org-mode/lisp/org-bbdb hides /usr/share/emacs/24.0.50/lisp/org/org-bbdb
/home/grfz/src/org-mode/lisp/org-timer hides /usr/share/emacs/24.0.50/lisp/org/org-timer
/home/grfz/src/org-mode/lisp/ob-clojure hides /usr/share/emacs/24.0.50/lisp/org/ob-clojure
/home/grfz/src/org-mode/lisp/org-habit hides /usr/share/emacs/24.0.50/lisp/org/org-habit
/home/grfz/src/org-mode/lisp/ob hides /usr/share/emacs/24.0.50/lisp/org/ob
/home/grfz/src/org-mode/lisp/org-faces hides /usr/share/emacs/24.0.50/lisp/org/org-faces
/home/grfz/src/org-mode/lisp/ob-C hides /usr/share/emacs/24.0.50/lisp/org/ob-C
/home/grfz/src/org-mode/lisp/org-taskjuggler hides /usr/share/emacs/24.0.50/lisp/org/org-taskjuggler
/home/grfz/src/org-mode/lisp/org-xoxo hides /usr/share/emacs/24.0.50/lisp/org/org-xoxo
/home/grfz/src/org-mode/lisp/ob-ocaml hides /usr/share/emacs/24.0.50/lisp/org/ob-ocaml
/home/grfz/src/org-mode/lisp/org-jsinfo hides /usr/share/emacs/24.0.50/lisp/org/org-jsinfo
/home/grfz/src/org-mode/lisp/ob-css hides /usr/share/emacs/24.0.50/lisp/org/ob-css
/home/grfz/src/org-mode/lisp/ob-emacs-lisp hides /usr/share/emacs/24.0.50/lisp/org/ob-emacs-lisp
/home/grfz/src/org-mode/lisp/org-ctags hides /usr/share/emacs/24.0.50/lisp/org/org-ctags
/home/grfz/src/org-mode/lisp/ob-latex hides /usr/share/emacs/24.0.50/lisp/org/ob-latex
/home/grfz/src/org-mode/lisp/org-datetree hides /usr/share/emacs/24.0.50/lisp/org/org-datetree
/home/grfz/src/org-mode/lisp/org-clock hides /usr/share/emacs/24.0.50/lisp/org/org-clock
/home/grfz/src/org-mode/lisp/org-colview hides /usr/share/emacs/24.0.50/lisp/org/org-colview
/home/grfz/src/org-mode/lisp/org-exp-blocks hides /usr/share/emacs/24.0.50/lisp/org/org-exp-blocks
/home/grfz/src/org-mode/lisp/org-archive hides /usr/share/emacs/24.0.50/lisp/org/org-archive
/home/grfz/src/org-mode/lisp/ob-ruby hides /usr/share/emacs/24.0.50/lisp/org/ob-ruby
/home/grfz/src/org-mode/lisp/org-exp hides /usr/share/emacs/24.0.50/lisp/org/org-exp
/home/grfz/src/org-mode/lisp/org-latex hides /usr/share/emacs/24.0.50/lisp/org/org-latex
/home/grfz/src/org-mode/lisp/org-crypt hides /usr/share/emacs/24.0.50/lisp/org/org-crypt
/home/grfz/src/org-mode/lisp/ob-R hides /usr/share/emacs/24.0.50/lisp/org/ob-R
/home/grfz/src/org-mode/lisp/ob-gnuplot hides /usr/share/emacs/24.0.50/lisp/org/ob-gnuplot
/home/grfz/src/org-mode/lisp/org-wl hides /usr/share/emacs/24.0.50/lisp/org/org-wl
/home/grfz/src/org-mode/lisp/org-mhe hides /usr/share/emacs/24.0.50/lisp/org/org-mhe
/home/grfz/src/org-mode/lisp/org-table hides /usr/share/emacs/24.0.50/lisp/org/org-table
/home/grfz/src/org-mode/lisp/org-mks hides /usr/share/emacs/24.0.50/lisp/org/org-mks
/home/grfz/src/org-mode/lisp/org hides /usr/share/emacs/24.0.50/lisp/org/org
/home/grfz/src/org-mode/lisp/ob-ditaa hides /usr/share/emacs/24.0.50/lisp/org/ob-ditaa
/home/grfz/src/org-mode/lisp/org-gnus hides /usr/share/emacs/24.0.50/lisp/org/org-gnus
/home/grfz/src/org-mode/lisp/org-w3m hides /usr/share/emacs/24.0.50/lisp/org/org-w3m
/home/grfz/src/org-mode/lisp/ob-screen hides /usr/share/emacs/24.0.50/lisp/org/ob-screen
/home/grfz/src/org-mode/lisp/ob-dot hides /usr/share/emacs/24.0.50/lisp/org/ob-dot
/home/grfz/src/org-mode/lisp/org-docbook hides /usr/share/emacs/24.0.50/lisp/org/org-docbook
/home/grfz/src/org-mode/lisp/org-src hides /usr/share/emacs/24.0.50/lisp/org/org-src
/home/grfz/src/org-mode/lisp/org-info hides /usr/share/emacs/24.0.50/lisp/org/org-info
/home/grfz/src/org-mode/lisp/org-macs hides /usr/share/emacs/24.0.50/lisp/org/org-macs
/home/grfz/src/org-mode/lisp/ob-asymptote hides /usr/share/emacs/24.0.50/lisp/org/ob-asymptote
/home/grfz/src/org-mode/lisp/org-compat hides /usr/share/emacs/24.0.50/lisp/org/org-compat
/home/grfz/src/org-mode/lisp/org-feed hides /usr/share/emacs/24.0.50/lisp/org/org-feed
/home/grfz/src/org-mode/lisp/org-irc hides /usr/share/emacs/24.0.50/lisp/org/org-irc
/home/grfz/src/org-mode/lisp/org-list hides /usr/share/emacs/24.0.50/lisp/org/org-list
/home/grfz/src/org-mode/lisp/org-ascii hides /usr/share/emacs/24.0.50/lisp/org/org-ascii
/home/grfz/src/org-mode/lisp/ob-matlab hides /usr/share/emacs/24.0.50/lisp/org/ob-matlab
/home/grfz/src/org-mode/lisp/org-bibtex hides /usr/share/emacs/24.0.50/lisp/org/org-bibtex
/home/grfz/src/org-mode/lisp/org-mouse hides /usr/share/emacs/24.0.50/lisp/org/org-mouse
/home/grfz/src/org-mode/lisp/ob-sh hides /usr/share/emacs/24.0.50/lisp/org/ob-sh
/home/grfz/src/org-mode/lisp/org-mobile hides /usr/share/emacs/24.0.50/lisp/org/org-mobile
/home/grfz/src/org-mode/lisp/org-indent hides /usr/share/emacs/24.0.50/lisp/org/org-indent
/home/grfz/src/org-mode/lisp/org-freemind hides /usr/share/emacs/24.0.50/lisp/org/org-freemind
/home/grfz/src/org-mode/lisp/ob-ref hides /usr/share/emacs/24.0.50/lisp/org/ob-ref
/home/grfz/src/org-mode/lisp/ob-table hides /usr/share/emacs/24.0.50/lisp/org/ob-table
/home/grfz/src/org-mode/lisp/org-mew hides /usr/share/emacs/24.0.50/lisp/org/org-mew
/home/grfz/src/org-mode/lisp/org-mac-message hides /usr/share/emacs/24.0.50/lisp/org/org-mac-message
/home/grfz/src/org-mode/lisp/org-entities hides /usr/share/emacs/24.0.50/lisp/org/org-entities
/home/grfz/src/org-mode/lisp/ob-sqlite hides /usr/share/emacs/24.0.50/lisp/org/ob-sqlite
/home/grfz/src/org-mode/lisp/ob-perl hides /usr/share/emacs/24.0.50/lisp/org/ob-perl
/home/grfz/src/org-mode/lisp/ob-sql hides /usr/share/emacs/24.0.50/lisp/org/ob-sql
/home/grfz/src/org-mode/lisp/org-capture hides /usr/share/emacs/24.0.50/lisp/org/org-capture
/home/grfz/src/org-mode/lisp/org-id hides /usr/share/emacs/24.0.50/lisp/org/org-id
/home/grfz/src/org-mode/lisp/org-html hides /usr/share/emacs/24.0.50/lisp/org/org-html
/home/grfz/src/org-mode/lisp/ob-haskell hides /usr/share/emacs/24.0.50/lisp/org/ob-haskell
/home/grfz/src/org-mode/lisp/ob-comint hides /usr/share/emacs/24.0.50/lisp/org/ob-comint
/home/grfz/src/org-mode/lisp/ob-exp hides /usr/share/emacs/24.0.50/lisp/org/ob-exp
/usr/share/emacs-snapshot/site-lisp/emms/tq hides /usr/share/emacs/24.0.50/lisp/emacs-lisp/tq

Features:
(shadow org-w3m org-wl org-vm org-rmail org-mhe org-mew org-irc
org-inlinetask org-jsinfo org-infojs org-html org-exp ob-exp
org-exp-blocks org-agenda org-info org-id org-gnus org-docview org-crypt
org-bibtex org-bbdb org-table flyspell ispell mail-extr message sendmail
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader
emacsbug help-mode finder-inf package appt mule-util cal-move view
diary-lib diary-loaddefs org-protocol org-remember org-datetree org
byte-opt warnings bytecomp byte-compile ob-emacs-lisp ob-keys ob-comint
ob-tangle ob-ref ob-lob ob-table ob org-footnote org-src org-list
org-faces org-compat org-entities org-macs noutline outline cal-menu
calendar cal-loaddefs remember windmove org-install emms-volume
emms-volume-amixer emms-tag-editor emms-i18n emms-mark emms-history
emms-bookmarks emms-last-played emms-stream-info emms-metaplaylist-mode
emms-lastfm emms-url url url-proxy url-privacy url-expand url-methods
url-history url-cookie url-util url-parse url-vars mm-util mail-prsvr
mailcap emms-browser sort emms-playlist-sort emms-score emms-player-xine
emms-player-mpd tq emms-playing-time emms-lyrics time-date emms-streams
emms-mode-line emms-cache emms-info-ogginfo emms-info-mp3info emms-info
later-do emms-playlist-mode emms-player-mplayer emms-player-simple
emms-source-playlist emms-source-file emms-setup emms emms-compat
muse-docbook muse-texinfo texnfo-upd texinfo muse-latex muse-html
muse-xml-common cus-edit muse-publish muse-project muse-protocols info
muse-regexps muse muse-nested-tags muse-mode filladapt post derived
hl-line sr-speedbar cl cl-19 speedbar sb-image ezimage dframe assoc
wdired dired-x dired-aux dired ido edmacro kmacro ffap ff-paths
tramp-cache tramp-sh shell comint ring tramp regexp-opt tramp-compat
auth-source netrc gnus-util password-cache format-spec tramp-loaddefs
uniquify advice help-fns advice-preload paren savehist recentf
tree-widget wid-edit easymenu avoid time cua-base cus-start cus-load
planner-autoloads debian-el debian-el-loaddefs w3m-wget w3m-load
muse-autoloads emms-auto emacs-goodies-el emacs-goodies-custom
emacs-goodies-loaddefs easy-mmode tooltip ediff-hook vc-hooks
lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe
lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar
mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev loaddefs button minibuffer faces cus-face files text-properties
overlay md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process dbusbind
dynamic-setting font-render-setting move-toolbar gtk x-toolkit x
multi-tty emacs)





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#7148: 24.0.50; fails to compile packages flim and lookup
  2010-10-02 13:59 bug#7148: 24.0.50; fails to compile packages flim and lookup Gregor Zattler
@ 2010-10-02 19:33 ` Glenn Morris
  2010-10-02 19:52   ` Sven Joachim
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Glenn Morris @ 2010-10-02 19:33 UTC (permalink / raw)
  To: Gregor Zattler; +Cc: rfrancoise, 7148

Gregor Zattler wrote:

> I have no clue what's the problem here.  Is this related to
> bug #6490 ?

It's the same issue. Is anyone reporting this to the maintainers of
these Debian packages? They need to update their code.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#7148: 24.0.50; fails to compile packages flim and lookup
  2010-10-02 19:33 ` Glenn Morris
@ 2010-10-02 19:52   ` Sven Joachim
  2010-10-02 19:54   ` Glenn Morris
  2010-10-03 23:21   ` Stefan Monnier
  2 siblings, 0 replies; 5+ messages in thread
From: Sven Joachim @ 2010-10-02 19:52 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Gregor Zattler, rfrancoise, 7148

On 2010-10-02 21:33 +0200, Glenn Morris wrote:

> Gregor Zattler wrote:
>
>> I have no clue what's the problem here.  Is this related to
>> bug #6490 ?
>
> It's the same issue. Is anyone reporting this to the maintainers of
> these Debian packages? They need to update their code.

For flim it has been reported¹ already; for lookup-el apparently not.

Sven


¹ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588189





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#7148: 24.0.50; fails to compile packages flim and lookup
  2010-10-02 19:33 ` Glenn Morris
  2010-10-02 19:52   ` Sven Joachim
@ 2010-10-02 19:54   ` Glenn Morris
  2010-10-03 23:21   ` Stefan Monnier
  2 siblings, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2010-10-02 19:54 UTC (permalink / raw)
  To: Gregor Zattler; +Cc: rfrancoise, 7148

Glenn Morris wrote:

> It's the same issue. Is anyone reporting this to the maintainers of
> these Debian packages? They need to update their code.

It was classified as "wishlist"?

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588189

Old-style backquotes are going away. Perhaps the ability to compile
these files will be restored for 24.1, perhaps it won't. Why not just
fix the old code? It will have to be done at some point.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#7148: 24.0.50; fails to compile packages flim and lookup
  2010-10-02 19:33 ` Glenn Morris
  2010-10-02 19:52   ` Sven Joachim
  2010-10-02 19:54   ` Glenn Morris
@ 2010-10-03 23:21   ` Stefan Monnier
  2 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2010-10-03 23:21 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Gregor Zattler, rfrancoise, 7148

>> I have no clue what's the problem here.  Is this related to
>> bug #6490 ?
> It's the same issue. Is anyone reporting this to the maintainers of
> these Debian packages? They need to update their code.

Not only that: emacsen-common needs to accept the fact the
byte-compilation errors can happen and aren't nearly bad enough to
justify rejecting installation of packages.


        Stefan







^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-03 23:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 13:59 bug#7148: 24.0.50; fails to compile packages flim and lookup Gregor Zattler
2010-10-02 19:33 ` Glenn Morris
2010-10-02 19:52   ` Sven Joachim
2010-10-02 19:54   ` Glenn Morris
2010-10-03 23:21   ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.