Processed: Re: Bug#749994: tdiary-mode: fails to upgrade from sid

2014-11-04 Thread Debian Bug Tracking System
Processing control commands:

> found -1 4.0.5.1-1
Bug #749994 {Done: Andreas Beckmann } [tdiary-mode] 
tdiary-mode: fails to upgrade from wheezy
Marked as found in versions tdiary-contrib/4.0.5.1-1; no longer marked as fixed 
in versions tdiary-contrib/4.0.5.1-1 and reopened.
> tags -1 + patch
Bug #749994 [tdiary-mode] tdiary-mode: fails to upgrade from wheezy
Added tag(s) patch.

-- 
749994: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749994
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#749994: tdiary-mode: fails to upgrade from sid

2014-11-04 Thread Tatsuya Kinoshita
Control: found -1 4.0.5.1-1
Control: tags -1 + patch

On November 4, 2014 at 11:31AM +0100, anbe (at debian.org) wrote:
>   install/tdiary-mode: Handling install for emacsen flavor emacs24
>   ERROR: install script from tdiary-mode package failed

It seems tdiary-mode fails when byte-compiling because of missing
apel/*.elc files.  (This problem is potentially caused even if
`Depends: apel`.  See also a known issue in emacsen-common, bug#737389.)

The following patch should fix this bug.

```
--- s/debian/tdiary-mode.emacsen-install2013-01-03 09:40:47.0 
+0900
+++ b/debian/tdiary-mode.emacsen-install2014-11-04 20:40:29.337884783 
+0900
@@ -10,6 +10,7 @@
 LOG=CompilationLog
 
 if [ ${FLAVOR} = emacs ]; then exit 0; fi
+if [ ! -f "/usr/share/$FLAVOR/site-lisp/apel/pces.elc" ]; then exit 0; fi
 
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
```

Thanks,
-- 
Tatsuya Kinoshita


pgparQRrb6JWm.pgp
Description: PGP signature


Bug#749994: tdiary-mode: fails to upgrade from sid

2014-11-04 Thread Andreas Beckmann
Control: notfound -1 4.0.5.1-1
Control: close -1 4.0.5.1-1

On 2014-11-04 11:31, Andreas Beckmann wrote:
>   Install tdiary-mode for emacs24
>   install/tdiary-mode: Handling install for emacsen flavor emacs24
>   ERROR: install script from tdiary-mode package failed
>   dpkg: error processing package emacs24-nox (--configure):
>subprocess installed post-installation script returned error exit status 1

darn, that was still the old package being installed ...


Andreas


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



Bug#749994: tdiary-mode: fails to upgrade from sid

2014-11-04 Thread Andreas Beckmann
Followup-For: Bug #749994
Control: found -1 4.0.5.1-1

  Install tdiary-mode for emacs24
  install/tdiary-mode: Handling install for emacsen flavor emacs24
  ERROR: install script from tdiary-mode package failed
  dpkg: error processing package emacs24-nox (--configure):
   subprocess installed post-installation script returned error exit status 1


Andreas


tdiary-mode_4.0.5.1-1.log.gz
Description: application/gzip