Bug#330085: r-cran-gtools: configure tries to use unknown option htmllists

2005-09-26 Thread Prof Brian Ripley
What is this to do with me?

This is NOT an R bug.  The change referred to is in the unreleased R-devel
version of R, and it is an announced API change there.

On Sun, 25 Sep 2005, Dirk Eddelbuettel wrote:


 On 25 September 2005 at 23:18, Meelis Roos wrote:
 | Package: r-cran-gtools
 | Version: 2.1.1-1
 | Severity: normal
 |
 |
 | Setting up r-cran-gtools (2.1.1-1) ...
 | Unknown option: htmllists
 | Usage: R CMD build-help.pl [options] [pkg] [lib]
 |
 | Install all help files for package pkg to library lib
 |
 | Options:
 |   -h, --helpprint short help message and exit
 |   -v, --version print version info and exit
 |   -d, --debug   print debugging information
 |   -os, --OS OS to assume: unix (default) or windows
 |   --rhome   R home directory, defaults to environment R_HOME
 |   --htmlbuild HTML files(default is all)
 |   --txt build text files(default is all)
 |   --latex   build LaTeX files   (default is all)
 |   --example build example files (default is all)
 |   --dosnamesuse 8.3 filenames
 |   --index   build index file only
 |
 | it does not fail but it outputs this so something is probably not
 | correct.

 Ooops.  That is the same as bug #327446 -- and it is actually an R bug due to
 an upstream change. We trigger the bug from the package postinst.

 Sorry about that -- but it was a unannounced applications interface change by
 R, and I am trying to keep the old behaviour until we switch all the 50+
 r-cran-* packages one-by-one.

 Thanks for the heads, I had not noticed this as I had inadvertently put the
 previous' weeks snapshot of R 2.2.0-to-be on 'hold' and had not upgrade to
 the build from Thursday which bit you here.

 New and corrected version should come out shortly. Sorry for the 
 inconvenience.

 Regards, Dirk







 | -- System Information:
 | Debian Release: testing/unstable
 |   APT prefers unstable
 |   APT policy: (500, 'unstable')
 | Architecture: i386 (i686)
 | Shell:  /bin/sh linked to /bin/bash
 | Kernel: Linux 2.6.14-rc1-g1619cca2
 | Locale: LANG=et_EE.ISO-8859-15, LC_CTYPE=et_EE.ISO-8859-15 
 (charmap=ISO-8859-15)
 |
 | Versions of packages r-cran-gtools depends on:
 | ii  r-base-core2.2.0.beta.20050922-1 GNU R core of statistical 
 computin
 |
 | r-cran-gtools recommends no packages.
 |
 | -- no debconf information

 --
 Statistics: The (futile) attempt to offer certainty about uncertainty.
  -- Roger Koenker, 'Dictionary of Received Ideas of Statistics'



-- 
Brian D. Ripley,  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272860 (secr)
Oxford OX1 3TG, UKFax:  +44 1865 272595



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



Bug#330085: r-cran-gtools: configure tries to use unknown option htmllists

2005-09-26 Thread Dirk Eddelbuettel

On 26 September 2005 at 08:02, Prof Brian Ripley wrote:
| What is this to do with me?

Historical reasons. It was in fact you who suggested a while back that every
installed package call R in from its postinst to update the html index, as it
was Kurt who very recently suggested that I call /usr/bin/R and not R to
avoid local builds of R in other locations.  I.e. the code is

configure)
if test -x /usr/bin/R; then
/usr/bin/R CMD perl /usr/lib/R/share/perl/build-help.pl --htmllists
fi
 
| This is NOT an R bug.  The change referred to is in the unreleased R-devel
| version of R, and it is an announced API change there.

I understand that it was in official release documents, but I am pointing out
that I called this a certain way following discussions with both you. It's a
grey zone.

In any event, it is only a minor nuisance and we will muddle through.

Thanks, Dirk

| 
| On Sun, 25 Sep 2005, Dirk Eddelbuettel wrote:
| 
| 
|  On 25 September 2005 at 23:18, Meelis Roos wrote:
|  | Package: r-cran-gtools
|  | Version: 2.1.1-1
|  | Severity: normal
|  |
|  |
|  | Setting up r-cran-gtools (2.1.1-1) ...
|  | Unknown option: htmllists
|  | Usage: R CMD build-help.pl [options] [pkg] [lib]
|  |
|  | Install all help files for package pkg to library lib
|  |
|  | Options:
|  |   -h, --helpprint short help message and exit
|  |   -v, --version print version info and exit
|  |   -d, --debug   print debugging information
|  |   -os, --OS OS to assume: unix (default) or windows
|  |   --rhome   R home directory, defaults to environment R_HOME
|  |   --htmlbuild HTML files(default is all)
|  |   --txt build text files(default is all)
|  |   --latex   build LaTeX files   (default is all)
|  |   --example build example files (default is all)
|  |   --dosnamesuse 8.3 filenames
|  |   --index   build index file only
|  |
|  | it does not fail but it outputs this so something is probably not
|  | correct.
| 
|  Ooops.  That is the same as bug #327446 -- and it is actually an R bug due 
to
|  an upstream change. We trigger the bug from the package postinst.
| 
|  Sorry about that -- but it was a unannounced applications interface change 
by
|  R, and I am trying to keep the old behaviour until we switch all the 50+
|  r-cran-* packages one-by-one.
| 
|  Thanks for the heads, I had not noticed this as I had inadvertently put the
|  previous' weeks snapshot of R 2.2.0-to-be on 'hold' and had not upgrade to
|  the build from Thursday which bit you here.
| 
|  New and corrected version should come out shortly. Sorry for the 
inconvenience.
| 
|  Regards, Dirk
| 
| 
| 
| 
| 
| 
| 
|  | -- System Information:
|  | Debian Release: testing/unstable
|  |   APT prefers unstable
|  |   APT policy: (500, 'unstable')
|  | Architecture: i386 (i686)
|  | Shell:  /bin/sh linked to /bin/bash
|  | Kernel: Linux 2.6.14-rc1-g1619cca2
|  | Locale: LANG=et_EE.ISO-8859-15, LC_CTYPE=et_EE.ISO-8859-15 
(charmap=ISO-8859-15)
|  |
|  | Versions of packages r-cran-gtools depends on:
|  | ii  r-base-core2.2.0.beta.20050922-1 GNU R core of statistical 
computin
|  |
|  | r-cran-gtools recommends no packages.
|  |
|  | -- no debconf information
| 
|  --
|  Statistics: The (futile) attempt to offer certainty about uncertainty.
|   -- Roger Koenker, 'Dictionary of Received Ideas of Statistics'
| 
| 
| 
| -- 
| Brian D. Ripley,  [EMAIL PROTECTED]
| Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
| University of Oxford, Tel:  +44 1865 272861 (self)
| 1 South Parks Road, +44 1865 272860 (secr)
| Oxford OX1 3TG, UKFax:  +44 1865 272595

-- 
Statistics: The (futile) attempt to offer certainty about uncertainty.
 -- Roger Koenker, 'Dictionary of Received Ideas of Statistics'


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



Bug#330085: r-cran-gtools: configure tries to use unknown option htmllists

2005-09-25 Thread Meelis Roos
Package: r-cran-gtools
Version: 2.1.1-1
Severity: normal


Setting up r-cran-gtools (2.1.1-1) ...
Unknown option: htmllists
Usage: R CMD build-help.pl [options] [pkg] [lib]

Install all help files for package pkg to library lib

Options:
  -h, --helpprint short help message and exit
  -v, --version print version info and exit
  -d, --debug   print debugging information
  -os, --OS OS to assume: unix (default) or windows
  --rhome   R home directory, defaults to environment R_HOME
  --htmlbuild HTML files(default is all)
  --txt build text files(default is all)
  --latex   build LaTeX files   (default is all)
  --example build example files (default is all)
  --dosnamesuse 8.3 filenames
  --index   build index file only

it does not fail but it outputs this so something is probably not
correct.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-rc1-g1619cca2
Locale: LANG=et_EE.ISO-8859-15, LC_CTYPE=et_EE.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages r-cran-gtools depends on:
ii  r-base-core2.2.0.beta.20050922-1 GNU R core of statistical computin

r-cran-gtools recommends no packages.

-- no debconf information


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



Bug#330085: r-cran-gtools: configure tries to use unknown option htmllists

2005-09-25 Thread Dirk Eddelbuettel

On 25 September 2005 at 23:18, Meelis Roos wrote:
| Package: r-cran-gtools
| Version: 2.1.1-1
| Severity: normal
| 
| 
| Setting up r-cran-gtools (2.1.1-1) ...
| Unknown option: htmllists
| Usage: R CMD build-help.pl [options] [pkg] [lib]
| 
| Install all help files for package pkg to library lib
| 
| Options:
|   -h, --helpprint short help message and exit
|   -v, --version print version info and exit
|   -d, --debug   print debugging information
|   -os, --OS OS to assume: unix (default) or windows
|   --rhome   R home directory, defaults to environment R_HOME
|   --htmlbuild HTML files(default is all)
|   --txt build text files(default is all)
|   --latex   build LaTeX files   (default is all)
|   --example build example files (default is all)
|   --dosnamesuse 8.3 filenames
|   --index   build index file only
| 
| it does not fail but it outputs this so something is probably not
| correct.

Ooops.  That is the same as bug #327446 -- and it is actually an R bug due to
an upstream change. We trigger the bug from the package postinst.

Sorry about that -- but it was a unannounced applications interface change by
R, and I am trying to keep the old behaviour until we switch all the 50+
r-cran-* packages one-by-one. 

Thanks for the heads, I had not noticed this as I had inadvertently put the
previous' weeks snapshot of R 2.2.0-to-be on 'hold' and had not upgrade to
the build from Thursday which bit you here.

New and corrected version should come out shortly. Sorry for the inconvenience.

Regards, Dirk






 
| -- System Information:
| Debian Release: testing/unstable
|   APT prefers unstable
|   APT policy: (500, 'unstable')
| Architecture: i386 (i686)
| Shell:  /bin/sh linked to /bin/bash
| Kernel: Linux 2.6.14-rc1-g1619cca2
| Locale: LANG=et_EE.ISO-8859-15, LC_CTYPE=et_EE.ISO-8859-15 
(charmap=ISO-8859-15)
| 
| Versions of packages r-cran-gtools depends on:
| ii  r-base-core2.2.0.beta.20050922-1 GNU R core of statistical 
computin
| 
| r-cran-gtools recommends no packages.
| 
| -- no debconf information

-- 
Statistics: The (futile) attempt to offer certainty about uncertainty.
 -- Roger Koenker, 'Dictionary of Received Ideas of Statistics'


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