Displaying 20 results from an estimated 14816 matches for "incorrectly".
2008 May 22
2
1501-511 Compilation failed for file ch2inv.f - R on AIX 5.2.
Hi,
While executing the make after successful configuration (./configure
--with-readline=no --without-iconv), the following error occurs:
mbf2n11s (Regatta) /saswork/R/R-2.7.0$ make
Target "R" is up to date.
Target "R" is up to date.
Target "R" is up to date.
Target "R" is up to date.
Target "Makedeps" is up to date.
Target "libbz2.a"
2006 Feb 07
0
[R] R compile on AIX 5.2
Professor Ripley,
Following your advice, I am now using an updated version of gcc
(4.0.2 to be exact) as well as a true fortran compiler (XL Fortran
Compiler v10.1.0.0 from IBM). I am still experiencing difficulty in
running "make" after a successful "configure". Any additional insight
you could provide would be greatly appreciated. Output of make is as
follows:
Running
2009 Jan 09
5
grep : escape "*"
Dear R useRs,
Sorry for this foolish question, but I can't find how to escape the *
character when using grep :
> grep("-", c("/3", "2*3", "4-4"))
[1] 3
> grep("/", c("/3", "2*3", "4-4"))
[1] 1
> grep("*", c("/3", "2*3", "4-4"))
Erreur dans grep("*",
2019 Dec 15
0
[vhost:linux-next 12/12] drivers/vhost/vhost.c:1968:25: sparse: sparse: incompatible types in comparison expression (different type sizes):
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next
head: b072ae74df177c3ad7704c5fbe66e3f10aad9d4e
commit: b072ae74df177c3ad7704c5fbe66e3f10aad9d4e [12/12] vhost: use vhost_desc instead of vhost_log
reproduce:
# apt-get install sparse
# sparse version: v0.6.1-101-g82dee2e-dirty
git checkout b072ae74df177c3ad7704c5fbe66e3f10aad9d4e
make
2004 Aug 26
0
Slow Samba share--why?
I trying to figure out why copying from a Samba drive to Windows XP is
slower than an FTP transfer beween the same two machines. To copy the 110
MB file from Samba takes 400 seconds, and to transfer the same file by FTP
takes 41 seconds.
From using ethereal, and comparing a fast smb copy to a slow smb copy, I
can see that the slow copy has a _lot_ more tcp traffic for a SMB single
read
2009 Dec 16
1
[LLVMdev] incorrect x86 instruction size calculation
...nd
based on the Google NaCl project.
However, in trying to implement 32-byte code alignment,
X86InstrInfo::GetInstSizeInBytes() is returning incorrect instruction sizes
for certain instructions (that I have seen so far): MOV32mi, LEA32r,
MOV32mr, and MOV32rm.
MOV32mi is always calculated incorrectly while the remaining 3 are sometimes
calculated incorrectly. Just to illustrate:
8d 9c 24 30 0a 00 00 LEA32r
calculated length: 7 ok
8d 6c 24 28 LEA32r
calculated length: 7 incorrect
8b 86 24 0a 39 00...
2019 Jun 26
3
LAA behavior on Incorrect #pragma omp simd.
Hi All,
I have a doubt regarding the behavior of LoopAccessAnalysis on
incorrect #pragma omp simd with -fopenmp-simd flag.
How should the compiler behave if the #pragma omp simd on a loop is
incorrect and can be proved by Loop Access Analysis.
Here is the sample code.
#pragma omp simd
for (dim_t p = 0; p < m; ++p)
#pragma unroll
for (dim_t i = 0; i < 6; ++i) {
{
2008 Mar 01
2
Newbie: Incorrect number of dimensions
> dim(data.sub)
[1] 10000 140
#####extracting all differentially express genes##########
library(multtest)
two_side<- (1-pt(abs(data.sub),50))*2
diff<- mt.rawp2adjp(two_side)
all_differ<-diff[[1]][37211:10000,]
all_differ
#####list of differentially expressed genes##########
> probe.names<-
+ all_differ[[2]][all_differ[[1]][,"BY"]<=0.01]
Error in
2016 Oct 20
2
Correcting "incorrect userParameters value on object...." ???
sernet-samba-4.2.14-23.el6.x86_64
Errors [on all DCs] related to incorrect userParameters values - on
user's that are working. How does one go about rebuilding/correcting
this value?
[root at larkin28 ~]# samba-tool dbcheck --reset-well-known-acls --fix -
-yes
Checking 1743 objects
ERROR: incorrect userParameters value on object
CN=darrell,OU=Industries Users,DC=example,DC=com. If you have
2020 Sep 23
2
Incorrect Cortex-R4/R4F/R5 ProcessorModel in ARM.td
In ARM.td, I see that the ProcessorModel for cortex-r4, cortex-r4f, and cortex-r5 (as well as r7 and r8) is based on "CortexA8Model", which seems incorrect. When this was added in 2015, there were also comments associated with this configuration, such as "// FIXME: R5 has currently the same ProcessorModel as A8" (later removed). The processor model for Cortex-r52 appears to
2003 Sep 08
1
Double dialing with asterisk and Grandstream BudgeTone-100
Has anyone seen/dealt with the Grandstream BudgeTone-100 producing double
dialing with asterisk?
Thanks
JDT
Example: (password input = 101)
-- Playing 'vm-password'
-- Incorrect password '11001' for user '101' (context = <any>)
-- Playing 'vm-incorrect'
-- Playing 'vm-password'
-- Incorrect password '110011' for user
2005 May 14
2
[LLVMdev] Cygwin llvm-gcc build error
Now I believe that I am getting the same error as I was getting last time I
tried to build llvm-gcc.
It may possibly be my Cygwin instillation but am not sure.
makeinfo --split-size=5000000 -I ../../../src/llvm-gcc/gcc/doc -I
../../../src/
llvm-gcc/gcc/doc/include \
-o ../../../src/llvm-gcc/gcc/doc/cpp.info
../../../src/llvm-gcc/gcc/doc/cpp.texi
' in
2012 Oct 03
1
Samba-tool dbcheck shows "incorrect GUID" after update from alpha17 to beta8
After updating our Samba4 server from alpha17 to beta8 "samba-tool dbcheck" shows 24 "incorrect GUID" errors.
What does it mean and what should i do to fix this?
Thx
2009 Nov 24
0
[LLVMdev] X86InstrInfo::GetInstSizeInBytes() calculating incorrect size
I'm noticing the X86InstrInfo::GetInstSizeInBytes() function returning
incorrect sizes for some instructions. I looked through the llvm-dev
archives and noticed that a patch was submitted once in April 2009 for
instruction length calculation on amd-64. I'm using Intel Core 2 Duo (64
bit) so maybe there is a similar issue? I don't have another computer I can
test this on to see if
2008 Oct 29
3
Incorrect order
I am using the order function and the result seems to be incorrect:
> a<-c(20,30,15,40)
> order(a)
[1] 3 1 2 4
Any suggestions?
Thanks,
Laura
--
View this message in context: http://www.nabble.com/Incorrect-order-tp20224993p20224993.html
Sent from the R help mailing list archive at Nabble.com.
2014 May 22
2
[LLVMdev] GVN incorrectly handling readnone parameter attribute?
On 05/21/2014 02:52 PM, Robert Lougher wrote:
> On 21 May 2014 21:40, Robert Lougher <rob.lougher at gmail.com> wrote:
>> define i32* @get_pntr(i32* readnone %p) {
>> entry:
>> ret i32* %p
>> }
>>
>> define void @store(i32* nocapture readnone %p) {
>> entry:
>> store i32 10, i32* %p, align 4, !tbaa !1
>> ret void
>> }
2006 Aug 04
1
incorrect checksum for freed object?
I''m using ferret (0.9.4) in rails, but outside of the "acts_as_ferret"
plugin. Whenever I use a QueryFilter (even a very simple one), the server
will crash after one, two, or three reloads of a page (same page, same
query, same filter). It''s very non-deterministic and I can''t seem to
reproduce it outside of my application environment (I can''t get it
2008 Feb 19
3
Incorrect paste() output (PR#10801)
Hello,
I am writing this message because of an incorrect output by paste().
Please try the following script to see if the evidence I collected is
reproducible:
x <- c(10152, 28177);
y <- c(9576, 26625);
d <- y - x;
d;
[1] -576 -1552
paste(d, collapse = ", ");
[1] "-576, -1552"
x <- x / 1000;
y <- y / 1000;
d <- y - x;
d;
[1] -0.576 -1.552
paste(d,
2002 Jun 12
3
Repost : Incorrect Reporting of Drive Space from the Windows 2000 Explorer on SAMBA shares
Repost of question.
> -----Original Message-----
>
> Hi,
>
> In Windows 2000 I have noticed that when you connect to a SAMBA share and
> use the Windows 2000 explorer, the properties for the drive shows the free
> space as the maximum capacity of the drive and that the used space is 0.
> This incorrect reporting of the drive space is always the same, no matter
> how
2006 Jan 28
1
Can''t freeze rails on a windows box
Hi,
I''m trying to freeze rails on a windows box and get this message(test is
an rails app):
C:\rails\test>rake freeze_gems
(in C:/rails/test)
Freezing to the gems for Rails 1.0.0
rm -rf vendor/rails
mkdir -p vendor/rails
The filename, directory name, or volume label syntax is incorrect.
The filename, directory name, or volume label syntax is incorrect.
The filename, directory name,