Your message dated Wed, 16 Apr 2008 19:51:35 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#475343: fixed in r-base 2.7.0~20080416-1
has caused the Debian Bug report #475343,
regarding Rscript searches for R binary in /tmp, rather than /usr/bin
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
475343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475343
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: r-base-core
Version: 2.7.0~20080408-1
Severity: minor

The Rscript command (a wrapper for invoking R with a command line like 'R
--slave --no-restore --file=foo [script_args]') does not seem to have the
correct location for the R binary. It looks like the location is set to
/tmp/buildd/r-base-2.7.0~20080408/bin/, rather than /usr/bin/.

Steps to reproduce:

1) touch empty.txt
2) Rscript --verbose empty.txt

What should appear:

running
  '/usr/bin/R --slave --no-restore --file=empty.txt'

[no output]

What appears instead:
$ Rscript --verbose empty.txt
running
  '/tmp/buildd/r-base-2.7.0~20080408/bin/R --slave --no-restore\
--file=empty.txt'

Rscript execution error: No such file or directory

This can be temporarily fixed by the following step:
1) ln -s /usr/bin/R /tmp/buildd/r-base-2.7.0~20080408/bin/R

Which causes the following output:
running
  '/tmp/buildd/r-base-2.7.0~20080408/bin/R --slave --no-restore\
--file=empty.txt'

[no output]




--- End Message ---
--- Begin Message ---
Source: r-base
Source-Version: 2.7.0~20080416-1

We believe that the bug you reported is fixed in the latest version of
r-base, which is due to be installed in the Debian FTP archive:

r-base-core-dbg_2.7.0~20080416-1_i386.deb
  to pool/main/r/r-base/r-base-core-dbg_2.7.0~20080416-1_i386.deb
r-base-core_2.7.0~20080416-1_i386.deb
  to pool/main/r/r-base/r-base-core_2.7.0~20080416-1_i386.deb
r-base-dev_2.7.0~20080416-1_all.deb
  to pool/main/r/r-base/r-base-dev_2.7.0~20080416-1_all.deb
r-base-html_2.7.0~20080416-1_all.deb
  to pool/main/r/r-base/r-base-html_2.7.0~20080416-1_all.deb
r-base-latex_2.7.0~20080416-1_all.deb
  to pool/main/r/r-base/r-base-latex_2.7.0~20080416-1_all.deb
r-base_2.7.0~20080416-1.diff.gz
  to pool/main/r/r-base/r-base_2.7.0~20080416-1.diff.gz
r-base_2.7.0~20080416-1.dsc
  to pool/main/r/r-base/r-base_2.7.0~20080416-1.dsc
r-base_2.7.0~20080416-1_all.deb
  to pool/main/r/r-base/r-base_2.7.0~20080416-1_all.deb
r-base_2.7.0~20080416.orig.tar.gz
  to pool/main/r/r-base/r-base_2.7.0~20080416.orig.tar.gz
r-doc-html_2.7.0~20080416-1_all.deb
  to pool/main/r/r-base/r-doc-html_2.7.0~20080416-1_all.deb
r-doc-info_2.7.0~20080416-1_all.deb
  to pool/main/r/r-base/r-doc-info_2.7.0~20080416-1_all.deb
r-doc-pdf_2.7.0~20080416-1_all.deb
  to pool/main/r/r-base/r-doc-pdf_2.7.0~20080416-1_all.deb
r-mathlib_2.7.0~20080416-1_i386.deb
  to pool/main/r/r-base/r-mathlib_2.7.0~20080416-1_i386.deb
r-recommended_2.7.0~20080416-1_all.deb
  to pool/main/r/r-base/r-recommended_2.7.0~20080416-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel <[EMAIL PROTECTED]> (supplier of updated r-base package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 16 Apr 2008 13:01:21 -0500
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-base-latex 
r-doc-pdf r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source i386 all
Version: 2.7.0~20080416-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Changed-By: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Description: 
 r-base     - GNU R statistical computing language and environment
 r-base-core - GNU R core of statistical computing language and environment
 r-base-core-dbg - GNU R debug symbols for statistical comp. language and 
environmen
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-base-latex - GNU R LaTeX docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Closes: 475343 476345
Changes: 
 r-base (2.7.0~20080416-1) unstable; urgency=low
 .
   * Second 'rc' release of R 2.7.0 expected to be released on April 22
 .
   * debian/rules: Explicit rebuild and copying of Rscript to prevent seepage
     of a bad R_HOME setting from build-time            (Closes: #475343)
 .
   * debian/control: Add new package 'r-base-core-dbg' with stripped debugging
     symbols; thanks to Soeren for the suggestion       (Closes: #476345)
   * debian/rules: Modified dh_strip call accordingly
Checksums-Sha1: 
 4311920d42114776fa4fb71d408694ba0498cb93 1734 r-base_2.7.0~20080416-1.dsc
 5c7e46a449dd17860c7ddbf6a3265248204989c0 16397312 
r-base_2.7.0~20080416.orig.tar.gz
 f3210d73e8da5f64dfa477eea9e3a7d0870a56a7 58783 r-base_2.7.0~20080416-1.diff.gz
 34f5b3f22d186d3b75a148ebdb9409b771d3332d 10216324 
r-base-core_2.7.0~20080416-1_i386.deb
 68c2520ffbfee0da3ad513aa5d45d85c1383678a 477894 
r-mathlib_2.7.0~20080416-1_i386.deb
 5cdaa1a7f76419d65982ebb3e7c81ae6e7a501e1 2367476 
r-base-core-dbg_2.7.0~20080416-1_i386.deb
 883a5c040d63e17e05f359e36da9fa40b38bb198 26544 r-base_2.7.0~20080416-1_all.deb
 3bf18baed60a21f6b97fb0f46120ca3eb0b753f1 2912 
r-base-dev_2.7.0~20080416-1_all.deb
 0596f25cc5bebe7b48c41344a16f1686dd500896 1276208 
r-base-html_2.7.0~20080416-1_all.deb
 3c312d06b187d43266c4b80e3efc5318d61b1914 1187864 
r-base-latex_2.7.0~20080416-1_all.deb
 831367a277e71c4b3a007c576346f9cbf62932d3 26544 
r-doc-pdf_2.7.0~20080416-1_all.deb
 bf2c654015e595f4f4e4b964f78672eac0eba977 590548 
r-doc-html_2.7.0~20080416-1_all.deb
 d2f80bebb7b15d1703e07d210695c514aecdc9e0 517952 
r-doc-info_2.7.0~20080416-1_all.deb
 3f30777f95bf3e872b7204149533456dab987eee 2204 
r-recommended_2.7.0~20080416-1_all.deb
Checksums-Sha256: 
 692b80024b70d9ef44010d592aaf31e4c972ee728ba3ec59a12f39d791e9499e 1734 
r-base_2.7.0~20080416-1.dsc
 22869d7781dc512db3599517af6e9a7e8b796b8db320c1bacf79b7d36f022f49 16397312 
r-base_2.7.0~20080416.orig.tar.gz
 b7af1f45a36381deb1bd76d8d067f58e80657d50f9067276a69b8198f4b97b9f 58783 
r-base_2.7.0~20080416-1.diff.gz
 efe216562e740ef74cd274e1ccbb90553493c2753b8876344be7413ba9662728 10216324 
r-base-core_2.7.0~20080416-1_i386.deb
 69eea35a3276b2d2a5aaea634d49e6ab7c84d3bcbb3c8e538b20bf54cbc4a8e3 477894 
r-mathlib_2.7.0~20080416-1_i386.deb
 be65e4a6e01adf965129ed51b0cf0317a9f8726a370276490df36a0312c1828f 2367476 
r-base-core-dbg_2.7.0~20080416-1_i386.deb
 d7f703fe8b6031fd2e588a84302a9aa9a53eca3bd65ef7ebaca19fb5000b72d3 26544 
r-base_2.7.0~20080416-1_all.deb
 67aa89683e02daab1d75bf07ea0d4a49b1add5eb427ec0493821a54a95831965 2912 
r-base-dev_2.7.0~20080416-1_all.deb
 17bbd0b514d8be10ae7c9896a950a29cd936035eecca98d44cabe57ee594cff6 1276208 
r-base-html_2.7.0~20080416-1_all.deb
 9eea4818a0ab83036c27a6b5bc540614e28c165cbbf3ba7de02ea93f4ba315ef 1187864 
r-base-latex_2.7.0~20080416-1_all.deb
 7896bbd2864daa0f4092d09d81365c1756467ae8e2d36dcec597916c2a8e7cc9 26544 
r-doc-pdf_2.7.0~20080416-1_all.deb
 33468c66f907e1b32381731649741b68bdf7a8123bde599419359bc484a61e1b 590548 
r-doc-html_2.7.0~20080416-1_all.deb
 942e42a79f0f1aefe1949d9b8be37ef3657ae84fc95a1e1dee3dc54a7e4c54a9 517952 
r-doc-info_2.7.0~20080416-1_all.deb
 f567da97a0c76680b760bd9b45ab13841fae248aee8b6fe1eb893332c398a467 2204 
r-recommended_2.7.0~20080416-1_all.deb
Files: 
 cad90d0e087ae62f43729f3a6122f90d 1734 math optional r-base_2.7.0~20080416-1.dsc
 f014785ccf1e0407395c26392ed19647 16397312 math optional 
r-base_2.7.0~20080416.orig.tar.gz
 6092c8a6775b68c5bb856d7bf9ca94f8 58783 math optional 
r-base_2.7.0~20080416-1.diff.gz
 f6a3834d6f4da695e1019cf2222e209c 10216324 math optional 
r-base-core_2.7.0~20080416-1_i386.deb
 1bdc665838c7577885e3022292dc2bef 477894 math optional 
r-mathlib_2.7.0~20080416-1_i386.deb
 9b02ace2ab42b08f32ae49d794b6e8b2 2367476 math extra 
r-base-core-dbg_2.7.0~20080416-1_i386.deb
 dd4c7e556c56f7d220ab1f8748d74ab0 26544 math optional 
r-base_2.7.0~20080416-1_all.deb
 d69656aa9e18efa0df1639fd26baa659 2912 devel optional 
r-base-dev_2.7.0~20080416-1_all.deb
 d41daaac8d2a4903882b553b2c738bd0 1276208 math extra 
r-base-html_2.7.0~20080416-1_all.deb
 711ad87e662cc2dcebebcb1402cf25d2 1187864 math extra 
r-base-latex_2.7.0~20080416-1_all.deb
 28794dcddf31d850d6bf271da77a91c7 26544 doc optional 
r-doc-pdf_2.7.0~20080416-1_all.deb
 d34399e97583e3bcb6cbb94eb9961318 590548 doc optional 
r-doc-html_2.7.0~20080416-1_all.deb
 801861e7e68d2a97cd61dcdcc805e5c0 517952 doc optional 
r-doc-info_2.7.0~20080416-1_all.deb
 ca79ace77ef45eac637a5f9306e520f1 2204 math optional 
r-recommended_2.7.0~20080416-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIBkUcCZSR95Gw07cRAq97AJ9EifkJRbn4pXNxN2vsbvT8Jw1XeACeLzMb
LM4dEsaOaopy7nSdPqZOjhM=
=TMmJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to