Hi Aaron,

Thanks for the follow-up! 

On 15 August 2008 at 17:57, Aaron Culich wrote:
| Sorry I didn't follow up on this earlier. I discovered the problems I
| had were from two places: One I think is a bug in r-base-core and the
| other was a problem with my environment.
| 
| I first purged all the r-* packages and re-installed them. When I ran

That's not a bad idea when things are astray.

| R it complained about not being able to find /etc/R/Renviron, so I
| symlinked that to /usr/lib/R/etc/Renviron.ucf. That may be a bug that
| won't be found at build time because it's a package installation
| issue that will only be found on a new installation since the old one
| may already have the file or symlink in /etc/R.

No, that should work at all times, esp from a fresh installation. ucf is a
Debian package that is managing config file transitions between versions of a
Debian package and possible user changes.

The way this is supposed to happen is that at postinst time (when the .deb
gets unpacked) your papersize info is integrated and written into
/etc/R/Renviron.  However, that file is for your convenience, what R uses is
/usr/lib/R/etc/Renviron --- and this should be a symlink to /etc/R/Renviron.

Makes sense?

| The remaining problem was my own because of a custom wrapper script I
| have for the make command. Everything built properly when I made sure
| I was using /usr/bin/make directly.

Ack.

Dirk

 
| -Aaron
| 
| Dirk Eddelbuettel <[EMAIL PROTECTED]> writes:
| 
| > Closing this bug report as there was no further follow-up from Aaron, the
| > submitter, so I have to conclude that it was more of a misunderstanding in
| > terms of how one should not build in the source directory.
| >
| > Dirk
| >
| > -- 
| > Three out of two people have difficulties with fractions.
| 
| 

-- 
Three out of two people have difficulties with fractions.



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

Reply via email to