Bug#494728: backupninja: ninjahelper fails to run because easydialog contains @MKTEMP@

2008-09-21 Thread Olivier =?UTF-8?Q?T=C3=A9tard
Hello,

The bug comes from a problem in the compilation process. Upstream
tarball contains only a configure.in file, while the deb package
contains both configure.in and configure.ac. This one seems to cause
some trouble when generating makefiles.

I simply solved this problem by removing the configure.ac file (which
came from an older version of backupninja).

Thanks,
Olivier;

-- 
gpg --keyserver pgp.mit.edu --recv-keys 0x578499CB

__
Olivier Tétard
site : http://toutoune25.miskin.fr
JabberID : [EMAIL PROTECTED]
__




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494728: backupninja: ninjahelper fails to run because easydialog contains @MKTEMP@

2008-09-20 Thread Andrew Gainer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Also occurs on my system, running the same version. Replacing those five
instances of @MKTEMP@ with mktemp fixes it up fine. Is this supposed
to be set as a variable or something? A weird bug, in any case.

- --Andrew
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjVnDwACgkQ9rVF8Mse7fYXWwCcDXNn0ub1YGfn0B585dYQN6t4
VvwAniZSntJH5cY5Fi51pi47QT6jww1b
=Ryny
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494728: backupninja: ninjahelper fails to run because easydialog contains @MKTEMP@

2008-08-11 Thread Michael Howe
Package: backupninja
Version: 0.9.6-2
Severity: normal

Running ninjahelper gives the following error:
% sudo ninjahelper
/usr/lib/backupninja/easydialog: line 83: @MKTEMP@: command not found
/usr/lib/backupninja/easydialog: line 86: $temp: ambiguous redirect
%

This would appear to be a problem with easydialog - instead of 'mktemp',
it contains @MKTEMP@:
% grep -n MKTEMP /usr/lib/backupninja/easydialog
51:local temp=$(@MKTEMP@ -t backupninja.XX) || exit 1
83:local temp=$(@MKTEMP@ -t backupninja.XX) || exit 1
136:local temp=$(@MKTEMP@ -t backupninja.XX) || exit 1
178:   local temp=$(@MKTEMP@ -t backupninja.XX) || exit 1
224:   local temp=$(@MKTEMP@ -t backupninja.XX) || exit 1

I wondered if this was only my local system, but downloading the .deb
from another mirror and unpacking it shows easydialog to have the same
@MKTEMP@ lines, which suggests it isn't.

Thanks,

Michael


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (601, 'unstable'), (50, 'stable'), (9, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages backupninja depends on:
ii  bash   3.2-4 The GNU Bourne Again SHell
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-3 A simple mail user agent
ii  dialog 1.1-20080316-1Displays user-friendly dialog boxe
ii  gawk   1:3.1.5.dfsg-4.1  GNU awk, a pattern scanning and pr
ii  mailx  1:20071201-3  Transitional package for mailx ren
ii  mawk   1.3.3-11.1a pattern scanning and text proces

backupninja recommends no packages.

Versions of packages backupninja suggests:
ii  cdrdao1:1.2.2-16 records CDs in Disk-At-Once (DAO) 
pn  debconf-utils none (no description available)
ii  dvd+rw-tools  7.1-3  DVD+-RW/R tools
ii  genisoimage   9:1.1.8-1  Creates ISO-9660 CD-ROM filesystem
ii  hwinfo14.19-2Hardware identification system
ii  mdadm 2.6.7-3tool to administer Linux MD arrays
ii  rdiff-backup  1.1.17-1   remote incremental backup
ii  wodim 9:1.1.8-1  command line CD/DVD writing tool

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]