Your message dated Mon, 30 Jan 2006 20:52:55 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Bug#350658: r-base: Incorrect group permission for 
/usr/lib/R/library
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 31 Jan 2006 02:11:20 +0000
>From [EMAIL PROTECTED] Mon Jan 30 18:11:20 2006
Return-path: <[EMAIL PROTECTED]>
Received: from pih-relay06.plus.net ([212.159.14.133])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F3kzI-0004mP-12
        for [EMAIL PROTECTED]; Mon, 30 Jan 2006 18:11:20 -0800
Received: from [212.159.16.190] (helo=gpk.lan)
         by pih-relay06.plus.net with esmtp (Exim) id 1F3kyk-000168-3J
        for [EMAIL PROTECTED]; Tue, 31 Jan 2006 02:10:46 +0000
Received: from gpk by gpk.lan with local (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1F3kye-00012O-KP; Tue, 31 Jan 2006 02:10:40 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Greg Kochanski <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: r-base: Incorrect group permission for /usr/lib/R/library
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Tue, 31 Jan 2006 02:10:40 +0000
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: r-base
Version: 2.2.1-2
Severity: normal



At the end of installation of a package, R
gives an warning message as follows,
and the HTML documentation is not installed.


> download.packages("vcd")
...
The downloaded packages are in
/tmp/RtmpE7F4ef/downloaded_packages
Warning message:
cannot create HTML package index in: tools:::unix.packages.html(.Library)
> 

This (rather obscure) error message apparently means that
a write to /usr/lib/R/library failed.
Indeed it does, since the directory is owned by
root:root .
Probably, it should be owned by root:staff .



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages r-base depends on:
ii  r-base-core                   2.2.1-2    GNU R core of statistical computin
ii  r-recommended                 2.2.1-2    GNU R collection of recommended pa

Versions of packages r-base recommends:
pn  r-base-html                   <none>     (no description available)
pn  r-base-latex                  <none>     (no description available)

-- no debconf information

---------------------------------------
Received: (at 350658-done) by bugs.debian.org; 31 Jan 2006 02:53:31 +0000
>From [EMAIL PROTECTED] Mon Jan 30 18:53:31 2006
Return-path: <[EMAIL PROTECTED]>
Received: from rwcrmhc12.comcast.net ([216.148.227.152])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F3le7-0000Z5-EG
        for [EMAIL PROTECTED]; Mon, 30 Jan 2006 18:53:31 -0800
Received: from basebud.nulle.part 
(c-67-174-11-185.hsd1.il.comcast.net[67.174.11.185])
          by comcast.net (rwcrmhc12) with ESMTP
          id <20060131025256m1200kc9gve>; Tue, 31 Jan 2006 02:53:00 +0000
Received: from edd by basebud.nulle.part with local (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1F3ldX-00061h-Jg; Mon, 30 Jan 2006 20:52:55 -0600
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 30 Jan 2006 20:52:55 -0600
To: Greg Kochanski <[EMAIL PROTECTED]>,
    [EMAIL PROTECTED]
Subject: Re: Bug#350658: r-base: Incorrect group permission for 
/usr/lib/R/library
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
X-Mailer: VM 7.19 under Emacs 21.4.1
From: Dirk Eddelbuettel <[EMAIL PROTECTED]>
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
        RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02


On 31 January 2006 at 02:10, Greg Kochanski wrote:
| Package: r-base
| Version: 2.2.1-2
| Severity: normal
| 
| 
| 
| At the end of installation of a package, R
| gives an warning message as follows,
| and the HTML documentation is not installed.
| 
| 
| > download.packages("vcd")
| ...
| The downloaded packages are in
| /tmp/RtmpE7F4ef/downloaded_packages
| Warning message:
| cannot create HTML package index in: tools:::unix.packages.html(.Library)
| > 
| 
| This (rather obscure) error message apparently means that
| a write to /usr/lib/R/library failed.
| Indeed it does, since the directory is owned by
| root:root .
| Probably, it should be owned by root:staff .

Same as the last (incorrect) bug report: This is Unix, and it expects you to
understand the difference and act accordingly:

-- run R as root if you want to install packages, or
-- have root give 775 rights to the directory and add yourself yo the group.

Not a bug either.

Dirk

 
| 
| 
| -- System Information:
| Debian Release: testing/unstable
|   APT prefers testing
|   APT policy: (500, 'testing')
| Architecture: i386 (i686)
| Shell:  /bin/sh linked to /bin/bash
| Kernel: Linux 2.6.12-1-686
| Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
| 
| Versions of packages r-base depends on:
| ii  r-base-core                   2.2.1-2    GNU R core of statistical 
computin
| ii  r-recommended                 2.2.1-2    GNU R collection of recommended 
pa
| 
| Versions of packages r-base recommends:
| pn  r-base-html                   <none>     (no description available)
| pn  r-base-latex                  <none>     (no description available)
| 
| -- no debconf information
| 

-- 
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]

Reply via email to