search for: vinhdizzo

Displaying 18 results from an estimated 18 matches for "vinhdizzo".

2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
One other note: I'm also using the latest src/main/dcf.c that was giving an issue on AIX previously; see [this](https://stat.ethz.ch/pipermail/r-devel/2015-September/071781.html) thread. Thanks. On Thu, Oct 8, 2015 at 6:51 PM, Vinh Nguyen <vinhdizzo at gmail.com> wrote: > Please note that if I don't specify those variables, then R 32 bit > compiles fine. Thanks. > > -- Vinh
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
>>>>> Vinh Nguyen <vinhdizzo at gmail.com> >>>>> on Thu, 8 Oct 2015 20:21:32 -0700 writes: > Ahh, sorry for not googling the error message. Found > [this](http://r.789695.n4.nabble.com/Error-compiling-R-2-10-1-on-AIX-td1017862.html) > post that suggests modifying /src/extra/tre/tre-...
2015 Sep 21
2
segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages
...to 3.2.2, and R compiled fine and install.packages now work for me. This is probably not ideal, but it at least makes R usable on AIX for me. Would definitely like to help figure out what's wrong with the new dcf.c on AIX. Thanks. -- Vinh On Mon, Sep 21, 2015 at 10:01 AM, Vinh Nguyen <vinhdizzo at gmail.com> wrote: > Hi there, > > I just wanted to follow up on this readDCF issue with install.packages > on AIX on R 3.*. I'm happy to help try potential solutions or debug > if anyone could point me in the right direction. > > To re-cap, it appears readDCF is segf...
2015 Sep 21
5
segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages
...), and > identifying exactly which line in dcf.c fails, and why. If you tell us > that, we might be able to spot what is going wrong. > > Duncan Murdoch > >> >> Thanks. >> >> -- Vinh >> >> >> On Mon, Sep 21, 2015 at 10:01 AM, Vinh Nguyen <vinhdizzo at gmail.com> wrote: >>> Hi there, >>> >>> I just wanted to follow up on this readDCF issue with install.packages >>> on AIX on R 3.*. I'm happy to help try potential solutions or debug >>> if anyone could point me in the right direction. >&gt...
2014 Nov 11
2
segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages
Dear list (re-posting from r-help as r-devel is probably more appropriate), I was able to successfully compile R on our AIX box at work using the GNU compilers following the instructions on the R Administration guide. The output can be seen at here (https://gist.github.com/nguyenvinh/504321ea9c89d8919bef) and yields no errors . However, I get a segfault whenever I try to use the
2015 Sep 21
0
segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages
...nning R in a debugger (gdb or whatever you have), and identifying exactly which line in dcf.c fails, and why. If you tell us that, we might be able to spot what is going wrong. Duncan Murdoch > > Thanks. > > -- Vinh > > > On Mon, Sep 21, 2015 at 10:01 AM, Vinh Nguyen <vinhdizzo at gmail.com> wrote: >> Hi there, >> >> I just wanted to follow up on this readDCF issue with install.packages >> on AIX on R 3.*. I'm happy to help try potential solutions or debug >> if anyone could point me in the right direction. >> >> To re-cap...
2009 Sep 03
1
building r packages for windows on a mac/linux
--- On Thu, 3/9/09, Vinh Nguyen <vinhdizzo at gmail.com> wrote: > hi hin-tak, > > i'm trying to build r packages for windows on a > mac/linux. i guess > this used to possible and supported, but is no longer > supported. i > ran into this post of yours, > https://stat.ethz.ch/pipermail/r-devel/2009-July/053...
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
Dear list, I'm following the instructions provided here to compile R 64 bit on AIX 6.1. I did export OBJECT_MODE=64 export CC="gcc -maix64 -pthread" export CXX="g++ -maix64 -pthread" export FC="gfortran -maix64 -pthread" export F77="gfortran -maix64 -pthread" export CFLAGS="-O2 -g -mcpu=power6" export FFLAGS="-O2 -g -mcpu=power6"
2015 Sep 21
0
segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages
...n dcf.c fails, and why. If you tell us >> that, we might be able to spot what is going wrong. >> >> Duncan Murdoch >> >>> >>> Thanks. >>> >>> -- Vinh >>> >>> >>> On Mon, Sep 21, 2015 at 10:01 AM, Vinh Nguyen <vinhdizzo at gmail.com> wrote: >>>> Hi there, >>>> >>>> I just wanted to follow up on this readDCF issue with install.packages >>>> on AIX on R 3.*. I'm happy to help try potential solutions or debug >>>> if anyone could point me in the righ...
2010 Oct 25
4
google voice + asterisk: calls made to GV# processed but weird
Dear all, First off, I am very new to asterisk so forgive me if any of my comments or questions seem trivial. Thanks to [this post](http://blog.polybeacon.com/2010/10/17/asterisk-1-8-and-google-voice/) and [this post](http://www.davidvossel.com/?p=28), I have GV set up on asterisk through jabber.conf and gtalk.conf. I can successfully dial out from asterisk. I'm trying to set up an
2015 Sep 21
0
segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages
...otential solutions or debug if anyone could point me in the right direction. To re-cap, it appears readDCF is segfault'ing since R 3.* on AIX. This was not the case up until R 2.15.3. This makes install.packages not usable. Thanks. -- Vinh On Tue, Nov 11, 2014 at 10:23 AM, Vinh Nguyen <vinhdizzo at gmail.com> wrote: > Dear list (re-posting from r-help as r-devel is probably more appropriate), > > I was able to successfully compile R on our AIX box at work using the > GNU compilers following the instructions on the R Administration > guide. The output can be seen at here...
2015 Oct 09
0
R 3.2.2 64 bit compilation error on AIX
On Oct 8, 2015 11:36 PM, "Martin Maechler" <maechler at stat.math.ethz.ch> wrote: > > >>>>> Vinh Nguyen <vinhdizzo at gmail.com> > >>>>> on Thu, 8 Oct 2015 20:21:32 -0700 writes: > > > Ahh, sorry for not googling the error message. Found > > [this]( http://r.789695.n4.nabble.com/Error-compiling-R-2-10-1-on-AIX-td1017862.html ) > > post that suggests mod...
2015 Oct 09
0
R 3.2.2 64 bit compilation error on AIX
Please note that if I don't specify those variables, then R 32 bit compiles fine. Thanks. -- Vinh On Thu, Oct 8, 2015 at 6:50 PM, Vinh Nguyen <vinhdizzo at gmail.com> wrote: > Dear list, > > I'm following the instructions provided here to compile R 64 bit on > AIX 6.1. I did > > export OBJECT_MODE=64 > export CC="gcc -maix64 -pthread" > export CXX="g++ -maix64 -pthread" > export FC="gfortr...
2015 May 06
1
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
On Wed, May 6, 2015 at 9:44 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On the MSDN page for that function, it mentions that you need a header file and DLL to use it in XP or Server 2003. You might try downloading the DLL to see if it works for you automagically; I think it's unlikely we will put in code to special case that version in the general release of R, as
2015 Sep 22
1
segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages
On Tue, Sep 22, 2015 at 1:46 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > However, Herve's second example does illustrate a bug I can reproduce: > one character out of 10000 was read incorrectly. Could you please try > his final patch and see if it fixes your AIX problems? Just tried the latest dcf.c from R-dev and install.packages no longer segfaults from
2010 Aug 20
1
Package repository on Linux machine and upgrading R
Dear list, I remember running into a thread on this topic in one of the R mailing lists before but I can't seem to find it now. Basically, I remember a discussion on how one can set up where R packages can be installed so that when we upgrade the R version on the machine, the packages are still accessible. One can back up this package location as well and bring it to a new computer. I
2015 Sep 22
2
segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages
On Mon, Sep 21, 2015 at 2:48 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 21/09/2015 4:50 PM, Herv? Pag?s wrote: >> Hi, >> >> Note that one significant change to read.dcf() that happened since R >> 3.0.2 is the addition of support for arbitrary long lines (commit >> 63281), which never worked: >> >> dcf <- paste(c("aa:
2015 May 06
2
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
Dear list, With the new R 3.2.0 on the aforementioned platform, I get the following pop-up error when I enter "?update.packages" using R64: "The procedure entry point IdnToAscii could not be located in the dynamic link library KERNEL32.dll" That is, my command never gets executed. This does NOT happen with R32. I previously noticed this error starting with R 3.0.0 with the