Package: ept-cache
Version: 0.5.26
Severity: serious
I had the package installed as a dependency from goplay, so when I removed
goplay from my system, ept-cache automatically got removed too.
Today I got a cron mail with:
run-parts: /etc/cron.weekly/ept-cache exited with return code 1
Reason is that the script has:
test -x /usr/bin/ept-cache && /usr/bin/ept-cache reindex --quiet
The 'test -x' will return 1 if the command does not exist.
Better would be:
if [ -x /usr/bin/ept-cache ]; then
/usr/bin/ept-cache reindex --quiet
fi
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.28-rc0 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages ept-cache depends on:
ii apt [libapt-pkg-libc6. 0.7.16 Advanced front-end for dpkg
pn apt-xapian-index <none> (no description available)
ii libc6 2.7-15 GNU C Library: Shared libraries
ii libept0 0.5.26 High-level library for managing De
ii libgcc1 1:4.3.2-1 GCC support library
ii libstdc++6 4.3.2-1 The GNU Standard C++ Library v3
ii libxapian15 1.0.7-4 Search engine library
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
Versions of packages ept-cache recommends:
ii debtags 1.7.7 Enables support for package tags
ept-cache suggests no packages.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]