Hi, 

At Fri, 28 Feb 2014 20:55:17 +0900 (JST),
Tatsuya Kinoshita <t...@debian.org> wrote:
> 
> It seems flim's mime-def.elc is not found when byte-compiling.

Yes. 

Thanks to your quick reply and patches. I'll upload new verseion ASAP.

> The rail package depends on flim, so install/rail called from
> rail.postinst succeed, but install/rail called from emacsen-common
> could fail as above.  See also bug#737389.
> 
>     https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737389
> 
> To prevent this problem, please skip byte-compilation in
> emacsen-install if the depending file is not yet prepared.
> 
> ```
> --- a/debian/emacsen-install
> +++ b/debian/emacsen-install
> @@ -8,6 +8,7 @@
>  FLAVOR=$1
>  PACKAGE=rail
>  
> +if [ ! -f "/usr/share/$FLAVOR/site-lisp/flim/mime-def.elc" ]; then exit 0; fi
>  case $FLAVOR in
>      emacs|emacs21|emacs20|emacs19|mule2|*xemacs*)
>      exit 0
> ```

Best Wishes,
Youhei

---
Youhei SASAKI <uwab...@gfd-dennou.org>
              <uwab...@debian.or.jp>
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to