Your message dated Fri, 07 Oct 2016 22:21:06 +0000
with message-id <e1bsdvq-0001i6...@franck.debian.org>
and subject line Bug#824855: fixed in irony-mode 0.2.0-1
has caused the Debian Bug report #824855,
regarding irony-mode: Unable to load irony-mode
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
824855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824855
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: irony-mode
Version: 0.1.2-2
Severity: grave
Justification: renders package unusable
Dear Maintainer,
The irony-mode package doesn't work. In emacs, when you go:
M-x irony-mode
You get the following error:
command-execute: Cannot open load file: no such file or directory,
irony-mode
This is because the shim at
/etc/emacs/site-start.d/50irony-mode.el
attempts to load the wrong file. It attempst to load "irony-mode.el",
whereas the main irony-mode file is called "irony.el". `reportbug` has
helpfully included the modified 50irony-mode.el below. Critically,
this is the change:
(autoload 'irony-mode "irony" ; <-- used to be "irony-mode" here
"Minor mode for clang based C/C++ completion." t)
Kind regards,
Tim.
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages irony-mode depends on:
ii emacsen-common 2.0.8
ii libc6 2.22-9
ii libclang1-3.6 1:3.6.2-3
ii libgcc1 1:6.1.1-3
ii libstdc++6 6.1.1-3
irony-mode recommends no packages.
irony-mode suggests no packages.
-- Configuration Files:
/etc/emacs/site-start.d/50irony-mode.el changed:
;; -*-emacs-lisp-*-
;;
;; Emacs startup file, e.g. /etc/emacs/site-start.d/50irony-mode.el
;; for the Debian irony-mode package
;;
;; Originally contributed by Nils Naumann <naum...@unileoben.ac.at>
;; Modified by Dirk Eddelbuettel <e...@debian.org>
;; Adapted for dh-make by Jim Van Zandt <j...@debian.org>
;; The irony-mode package follows the Debian/GNU Linux 'emacsen' policy and
;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
;; xemacs19, emacs20, xemacs20...). The compiled code is then
;; installed in a subdirectory of the respective site-lisp directory.
;; We have to add this to the load-path:
(let ((package-dir (concat "/usr/share/"
(symbol-name debian-emacs-flavor)
"/site-lisp/irony-mode")))
;; If package-dir does not exist, the irony-mode package must have
;; removed but not purged, and we should skip the setup.
(when (file-directory-p package-dir)
(if (fboundp 'debian-pkg-add-load-path-item)
(debian-pkg-add-load-path-item package-dir)
(setq load-path (cons package-dir load-path)))
(autoload 'irony-mode "irony"
"Minor mode for clang based C/C++ completion." t)))
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: irony-mode
Source-Version: 0.2.0-1
We believe that the bug you reported is fixed in the latest version of
irony-mode, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 824...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofb...@debian.org> (supplier of updated
irony-mode package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 07 Oct 2016 10:14:16 +0200
Source: irony-mode
Binary: irony-mode
Architecture: source
Version: 0.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Christoph Egger <christ...@debian.org>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
Description:
irony-mode - C/C++ minor mode powered by libclang
Closes: 824855
Changes:
irony-mode (0.2.0-1) unstable; urgency=medium
.
* Team upload (collab-maint).
* New upstream release.
* Add watch file.
* Drop llvm patch, upstream.
* Make VCS fields in secure mode.
* bump std-version to 3.9.8, no changes required.
.
[ Tim Marston ]
* Fix bad package autoload (Closes: #824855)
Checksums-Sha1:
fa5f78f7d67b767044952c4f80847021f4484cb2 1881 irony-mode_0.2.0-1.dsc
5d66ec01ac7330ef887ec8997c2e5c813f6e22b1 359087 irony-mode_0.2.0.orig.tar.gz
664d4f459890d2d61cb8a272f10f370c870aede1 3504 irony-mode_0.2.0-1.debian.tar.xz
Checksums-Sha256:
d5b477f056ffd23c6b01ec8f3b534a92cd67307593e0980572cadab21889b440 1881
irony-mode_0.2.0-1.dsc
448458daf0653b74382e576131f737347f95393b089dff319b66a2ed9fcbf3d8 359087
irony-mode_0.2.0.orig.tar.gz
8deb21b35dc3b3ea4169e5ce0e773a5c786b4abd439f84a25e089cce52a5f463 3504
irony-mode_0.2.0-1.debian.tar.xz
Files:
ef886e2874e6faa650b521b93d24af76 1881 x11 optional irony-mode_0.2.0-1.dsc
e62208b363d5579ee8df5e57eb5bc4e5 359087 x11 optional
irony-mode_0.2.0.orig.tar.gz
ca1a90ef801638cccabe336b3da3d697 3504 x11 optional
irony-mode_0.2.0-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJX91u6AAoJEPNPCXROn13ZjtsP+wTS/e5T3sOWbThtEy/0ddzr
JabawMzRY+xTp9QQSVJnlKF7cjuJf6ISBwodujjLQPglvlUVwbyo563JJSxUT9gT
6CzC63ewLu1HIdEG4ZQ8dzTmS7O/ym7I6XwTbt0cUXapek6Vv38OmuyqzYS5yzbb
N+GkEo0PeHRz2z40qtarslCwzkMa+ZpGNat7s/VzlcWRpM6dFUhXaWKy1R4hdAfQ
meBVswmEASNQCn8SuXEnzhpjvQEKY86orlQ+ih8J2HtNxLV8nLqZ9fNTJ2oJFnq1
3cFIuv2Gngpgi4Pwz6UUbK5Ecg3dUKQzipWzNCFwNKHaSqQwXePoZ3MDPk6X+IJ8
FIfBoMdsgLFWy5fBKhls1K45jNy498xsh2TeM+/OkPvVEgUOnk+qGH6xt0mCh2Cs
HZggQieMhUFSd8cE52Jqvn7APddZ1P12hSsviB1lRDkRIe1CoWPEZYOw1M6oR8vs
CQLmrSayFeDDaiFcVPu2cjqLkdSpwt7AHXB5ABSI84l6ymv9Y50u1Qd6gM74HBgP
PDr+fbOohkYYZYNSmttO//zDkth+BAjS3WYBFFh3A6kpYEUpR97zRmsRMa85gWOg
ihgpT9vwh7G5YGeMY1VVf/ZbOf9iZmRdkVF1rGqKjwZHmGsobdDaVY1XYv47+Afg
owidiJa0z13PPBsefLaC
=V3Df
-----END PGP SIGNATURE-----
--- End Message ---