similar to: anyone familiar with this error?

Displaying 20 results from an estimated 200 matches similar to: "anyone familiar with this error?"

2004 Oct 05
1
R 2.0.0: problem: installing --with-package-versions
Hello R developers, installing R 2.0.0 from source on a Linux Debian system (gcc 3.2.2) - which worked just fine - I encountered the following problem when trying to update/install packages with the option --with-package-versions: example: RUnit 0.4.0 (also on CRAN) R20 CMD INSTALL -l /mnt/local/R/R-2.0.x-libs-EpiR --with-package-versions RUnit_0.4.0.tar.gz or after untaring R20 CMD INSTALL
2008 Dec 09
1
any suggestions to deal with 'Argument list too long' for a R CMD check?
Since, gcc was using upwards of 2gb of ram to compile my package, I just split all the functions into individual files. I guess I'm too clever for myself, because now I get hit with the "Argument list too long" error. Is there a way to deal with this aside from writing my own configure script (which could possibly feed the gcc commands one by one). -Whit RHEL 5 [whit at
2003 Jul 17
1
2 GB Limit when writing to smbfs filesystems
I'm running RedHat 8.0 with samba-2.2.7-5.8.0 (installed from RedHat distribution) When I use cpio to write a backup (> 2GB) to a smbfs filesystem, I get the error: File size limit exceeded I get the same error when I linux copy (cp) a file (> 2GB) from a Linux ext3 filesystem to the smbfs filesystem. The smbfs filesystem is mounted from a Windows 2000 Professional workstation. After
2005 Apr 07
3
R-beta 2004-04-07 build failed on AIX
I thought I'd give this another shot before the official release. I tried building R-beta_2004-04-07 on the AIX system that I have access to, and it seemed to failed at lazy-loading survival. I'd very much appreciate any pointer on what to try or look for next. 1. I set OBJECT_MODE to 64 for building 64-bit binary. 2. I edited config.site with the following: CC="xlc_r"
2006 Jun 02
1
Installation R-2.3.1 on IBM AIX5.3 (PR#8931)
Full_Name: Karsten Tabelow Version: R-2.3.1 OS: AIX5.3 Submission from: (NULL) (62.141.176.2) Specification in config.site: CC=xlc_r CFLAGS='-O -qstrict' F77=xlf_r FFLAGS='-O -qstrict' SHLIB_LDFLAGS='-G' DYLIB_LDFLAGS='-G' LDFLAGS='-brtl' CXX=xlc++_r CXXFLAGS='-O -qstrict' Complilation error in src/main/printutils.c: "printutils.c",
2004 Aug 05
1
Problem in method's Makefile?
Hi there ... Not too long after the switch to using Subversion I tried to checkout & build R but encountered an error - and being short on time at that point put it off to look at later. So today I sat down again and was encountering this error every time I would attempt to build: dumping R code in package 'methods' Saving namespace image ... initializing class and method
2004 Aug 05
1
Problem in method's Makefile?
Hi there ... Not too long after the switch to using Subversion I tried to checkout & build R but encountered an error - and being short on time at that point put it off to look at later. So today I sat down again and was encountering this error every time I would attempt to build: dumping R code in package 'methods' Saving namespace image ... initializing class and method
2017 Dec 06
2
[AMDGPU] Strange results with different address spaces
> On Dec 6, 2017, at 02:28, Haidl, Michael <michael.haidl at uni-muenster.de> wrote: > > The IR goes through a backend agnostic preparation phase that brings it into SSA from and changes the AS from 0 to 1. This sounds possibly problematic to me. The IR should be created with the correct address space to begin with. Changing this in the middle sounds suspect. > After this
2006 Jan 20
1
Problem loading package with version, S4 classes and NAMESPACE
I've run into a problem that I hope has an obvious solution. The sp package uses S4 classes and has a NAMESPACE, and when installed without package versions, runs OK, passes R CMD check, and so on. A user reported that he installed it --with-package-versions, and that from then on it would fail at first use of a class defined in the package. I've reconstructed the problem in a
2005 Mar 10
2
Strange issues with Excel & Samba
I have a client who used to have an NT server, we replaced it with Gentoo Linux and Samba v3.0.9 and they are now having what appears to be some sort of file-sharing issue with Excel. When a user opens an Excel file on the file server it opens properly, no errors or warnings of any kind. But when they try to save the file, Excel warns them that "the file may have changed by someone
2007 Oct 04
0
Rexcelpoi
I was experimenting with Rexcelpoi from Armstrong Whit. I was able to compile the package in my Redhat linux machine with a few warnings but no errors. I was not able to get the package built on my windows xp computer, but that is for another post. I load R on the linux computer and type in the library call to Rexcelpoi the receive the following error. library(Rexcelpoi) *** caught
2010 Jul 13
3
export tables to excel files on multiple sheets with titles for each table
Hello R-users, Checking the archives, I recently came across this topic: "export tables to Excel files" (http://r.789695.n4.nabble.com/export-tables-to-Excel-files-td1565679.html#a1565679), and the following interesting references have been proposed: http://rwiki.sciviews.org/doku.php?id=tips:data-io:ms_windows
2015 Jan 19
1
Meaning of core show hint output
Hi all If I have the following in my dialplan: exten=>25001,hint,SIP/25001 Doing a core show hint 25001 results in 25001 at local : SIP/25001 State:Idle Watchers 0 1 hint matching extension 25001 in the Asterisk CLI. What does the Watchers 0 mean? I use the hints table output via core show hints for logic in my dialler application - but
2005 Feb 17
0
tc on familiar ipaq
Hello, I want to run bandwidth management on my ipaq (H3970) running familiar 0.8. It''s built on top of linux 2.4.19 kernel. There is iptables but no traffice control (tc) tools. I''m thinking to cross compile my own tc. Does anyone know where to get tc source file? or Does anyone have tried this before? Any help would be appreciated. Thanks, Ya-Yunn
2005 Mar 07
1
Request for those familiar with internals of the Oracle, SQL Server, and DB2 adapters
I''ve made a research patch [1] for Active Record which creates a new interface for working with limit and offset parameters, and it needs implementations for the commercial databases. The patch is described in detail in trac ticket #795 [2]. I''d greatly appreciate any contributions you can make as soon as possible so that this fix can make it in to the Rails 1.0 release.
2003 Apr 21
2
Anyone familiar with Cumulants or good reference books?
Hey, R-listers I want to get some statistical books on Cumulants for studying. So will you please give me some suggestions on these related books? Thanks for your point. Fred
2005 Nov 14
1
Webrick suddenly down w/bad redirection - look familiar?
Has anybody seen this? "Firefox has detected that the server is redirecting the request for this address in a way that will never complete. * This problem can sometimes be caused by disabling or refusing to accept cookies." I''ve checked the cookies and that''s not it. This is a webrick server running on localhost under Radrails. It was working well, and
2010 Feb 12
1
Does this sort of hang with 2.6.9 look familiar?
Hi, I've had 2.6.9 running to sync a directory tree between two Ubuntu 8.04 LTS systems for well over a year, every hour, without trouble until today. Today, it runs through the whole tree, deletes, moves files over, then hangs at the very end - sending the system load, which normally is minimal, up over 10 for an extended time until killed. This happens consistently. If I move just a
2020 Feb 29
1
getting familiar with Xapian
hello everyone, I am Divyesh, from Nirma University. I am currently in my 3rd year of computer Engineering and I am c++ competitive coder. I want to apply my problem-solving skills on real-world projects so I choose Xapian. I am interested in improving match-making algorithm at Xapian. can anyone help me about how I will be able to propose my ideas in Xapian.
2015 Dec 18
1
Assistance much appreciated
On 2015-12-18 02:29, Simon Urbanek wrote: > Michael, > > I got access to PDP AIX so I can try to replicate your problem. Can you, please, share exactly your setup - AIX version and well as how exactly you installed the compilers (=where from)? I can then try to replicate it. AFAICS there is no official binary for gfortran nor gcc 4.7 so it must be some 3rd party - which could also be a