On 26 May 2006 at 22:32, Frank Hartmann wrote:
| Package: r-cran-abind
| Version: 1.1.0-2
| Severity: normal
|
| Hello,
|
| I am trying to remove above package including configuration files with
| dpkg and get:
|
| dpkg --purge r-cran-abind
| (Reading database ... 218876 files and directories currently installed.)
| Removing r-cran-abind ...
| Purging configuration files for r-cran-abind ...
| /var/lib/dpkg/info/r-cran-abind.postrm: line 15: R: command not found
| dpkg: error processing r-cran-abind (--purge):
| subprocess post-removal script returned error exit status 127
| Errors were encountered while processing:
| r-cran-abind
|
abind gets only updated infrequently upstream. What happened here is that the
current r-cran-abind package was created when we used a different framework
for html doc updates then we currently do -- now we don't call R anymore as R
itself updates the index if needed once you call help.start().
Plus, we moved files from /usr/lib/R to /usr/share/R so the call fails.
| The postrm script looks a bit strange:
|
| if test -x /usr/bin/R; then
| R CMD perl /usr/lib/R/share/perl/build-help.pl --htmllists
| fi
| R CMD perl /usr/lib/R/share/perl/build-help.pl --htmllists
That looks like a simple bug. The last line shouldn't be there.
(Checking...) Turns out that it is already fixed in my sources.
I'll prepare a -3 revision.
Thanks, Dirk
|
| 'R' has already been removed.
|
| regards
| Frank
|
| -- System Information:
| Debian Release: testing/unstable
| APT prefers testing
| APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
| Architecture: i386 (i686)
| Shell: /bin/sh linked to /bin/bash
| Kernel: Linux 2.6.15
| Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
|
| Versions of packages r-cran-abind depends on:
| pn r-base-core <none> (no description available)
|
| r-cran-abind recommends no packages.
|
--
Hell, there are no rules here - we're trying to accomplish something.
-- Thomas A. Edison
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]