help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using apt-utils


From: Sebastian Luque
Subject: Re: using apt-utils
Date: Fri, 20 Aug 2004 17:42:35 -0500
User-agent: KMail/1.6.2

On Fri, 20 August 2004 17:25 -0500, Matt Hodges wrote:
> If you load the source file, this should produce a more readable
> backtrace:
>
>     (load-file (locate-library "apt-utils.el"))
>
> [...]


Thanks for tip, here's what I got:

Debugger entered--Lisp error: (wrong-type-argument symbolp (quote t))
  symbol-name((quote t))
  (cons (symbol-name elt) nil)
  (lambda (elt) (cons (symbol-name elt) nil))((quote t))
  mapcar((lambda (elt) (cons (symbol-name elt) nil)) (python-tclink 
pipenightdreams snort-rules-default xmms-stats t38modem libgtkglext1-ruby 
trophy-data libapache-dbilogconfig-perl isdnutils-xtools drgenius bfbtester 
acl-alisp8 python-plplot nabi liblog-agent-logger-perl wmpuzzle tkx8\.2-doc 
python2\.2-numeric-ext popularity-contest lx-gdb libmedusa0 ldp-es-glup 
alsa-source-0\.4 imlib1 libpaperg libvorbisfile-ruby libodbcinstq1 
openoffice\.org-l10n-nl dict-freedict-spa-eng xracer-tools xfont-nexus 
sg3-utils alsa-source-0\.5 aspell-da kernel-source-2\.4\.17-ia64 
python-crypto libzorpll-dbg libgnome-mag1-dev cl-csv libhtml-clean-perl 
gpsim-lcd ghfaxviewer 3dwm-clock maria-doc kernel-doc-2\.4\.26-speakup 
k3b-i18n freefem3d openoffice\.org-l10n-nn muffin mii-diag ...))
  (setq apt-utils-package-list (mapcar (lambda ... ...) 
apt-utils-package-list))
  (progn (setq apt-utils-package-lists-built nil 
apt-utils-package-list-update-time nil apt-utils-automatic-update-asked nil) 
(message "Building Debian package lists...") (with-temp-buffer (insert "(setq 
apt-utils-package-list '(\n") (call-process apt-utils-apt-cache-program nil t 
nil "pkgnames" "-o" "APT::Cache::AllNames=0") (insert "))") (eval-buffer)) 
(with-temp-buffer (insert "(setq apt-utils-virtual-package-list '(\n") 
(call-process apt-utils-apt-cache-program nil t nil "pkgnames") (insert "))") 
(eval-buffer)) (setq apt-utils-virtual-package-list (set-difference 
apt-utils-virtual-package-list apt-utils-package-list)) (setq 
apt-utils-package-list (mapcar ... apt-utils-package-list)) (setq 
apt-utils-virtual-package-list (mapcar ... apt-utils-virtual-package-list)) 
(if (hash-table-p apt-utils-package-hashtable) (clrhash 
apt-utils-package-hashtable)) (setq apt-utils-package-hashtable 
(make-hash-table :test ...)) (mapcar (lambda ... ...) apt-utils-package-list) 
(mapcar (lambda ... ...) apt-utils-virtual-package-list) (message "Building 
Debian package lists...done.") (setq apt-utils-package-lists-built t 
apt-utils-package-list-update-time (nth 5 ...)))
  (unwind-protect (progn (setq apt-utils-package-lists-built nil 
apt-utils-package-list-update-time nil apt-utils-automatic-update-asked nil) 
(message "Building Debian package lists...") 
(with-temp-buffer ... ... ... ...) (with-temp-buffer ... ... ... ...) (setq 
apt-utils-virtual-package-list ...) (setq apt-utils-package-list ...) (setq 
apt-utils-virtual-package-list ...) (if ... ...) (setq 
apt-utils-package-hashtable ...) (mapcar ... apt-utils-package-list) 
(mapcar ... apt-utils-virtual-package-list) (message "Building Debian package 
lists...done.") (setq apt-utils-package-lists-built t 
apt-utils-package-list-update-time ...)) (unless 
apt-utils-package-lists-built (message "Building Debian package 
lists...interrupted.") (setq apt-utils-package-list nil 
apt-utils-virtual-package-list nil) (if ... ...)))
  (progn (unwind-protect 
(progn ... ... ... ... ... ... ... ... ... ... ... ... ...) (unless 
apt-utils-package-lists-built ... ... ...)))
  (if (or force (null apt-utils-package-list)) (progn 
(unwind-protect ... ...)))
  (when (or force (null apt-utils-package-list)) (unwind-protect 
(progn ... ... ... ... ... ... ... ... ... ... ... ... ...) (unless 
apt-utils-package-lists-built ... ... ...)))
  apt-utils-build-package-lists()
  (cond ((null apt-utils-package-lists-built) (apt-utils-build-package-lists)) 
((and ... apt-utils-automatic-update ...) (apt-utils-build-package-lists t)))
  apt-utils-check-package-lists()
  apt-utils-show-package()
* call-interactively(apt-utils-show-package)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)


Thank you,
Sebastian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]