search for: tmp

Displaying 20 results from an estimated 22513 matches for "tmp".

Did you mean: smp
2007 Oct 10
1
[LLVMdev] make check fails on latest SVN version
Hi, I have run make check in llvm/test, and I got a FAIL. Also first time I run the test I ran out of space on /tmp (which is a 1G sized tmpfs). See output below. Please let me know if I should try any patches, etc. llvm[0]: Running test suite make[1]: Entering directory `/home/edwin/llvm-svn/llvm/test' ( ulimit -t 600 ; ulimit -d 512000 ; \ PATH="/home/edwin/llvm-svn/llvm/Release/bin:/home/edwin/l...
2009 Jun 07
0
[LLVMdev] llvmc for PIC16
...ples illustrating the features you requested: > 2. If the user has specified to generate the final executable, then > llvm-ld should run on all the .bc files generated by clang and create a > single optimized .bc file for further tools. $ mcc16 -dry-run foo.c bar.c clang-cc foo.c -o /tmp/llvm_6ibgr9/foo.bc clang-cc bar.c -o /tmp/llvm_6ibgr9/bar.bc llvm-ld /tmp/llvm_6ibgr9/foo.bc /tmp/llvm_6ibgr9/bar.bc \ -o /tmp/llvm_6ibgr9/tmp.bc llc -f /tmp/llvm_6ibgr9/tmp.bc -o /tmp/llvm_6ibgr9/tmp.s native-as /tmp/llvm_6ibgr9/tmp.s -o /tmp/llvm_6ibgr9/tmp.o native-ld /tmp/llvm_6ibgr9/t...
2009 Apr 22
2
function output with for loop and if statement
...above problem (works outside function, fails when wrapped into a function). Below is the code and example output. Please help! Thanks, Aaron concov.test<-function(vegetation,specieslist) { test.veg<-vegetation names(test.veg)<-specieslist$LifeForm tmp<-matrix(nrow=nrow(test.veg),ncol=length(unique(names(test.veg)))) for (i in unique(names(test.veg))) {test.out<-apply(test.veg[,names(test.veg)==i],1,sum) tmp.match<-unique(names(test.veg))[unique(names(test.veg))==i] tmp.col<-match(tmp.match,unique(names(test.veg))) tmp[1:nrow(t...
2013 Jun 29
0
Syslinux 6.00 released
Hi, Matt Fleming wrote: > 'make efi64' will build just for x86-64. Likewise, 'make efi32' will > build just for i386. You can combine these, so to build BIOS and efi64 > you'd do, > > make bios efi64 'make efi64' failed with: ld -T /tmp/syslinux/efi/x86_64/syslinux.ld -Bsymbolic -pie -nostdlib -znocombreloc -L/usr/lib64 --hash-style=gnu -m elf_x86_64 /usr/lib64/crt0-efi-x86_64.o -E --strip-debug -o syslinux.so mem.o adv.o pxe.o fio.o console.o main.o derivative.o vesa.o diskio.o udp.o tcp.o /tmp/syslinux/efi64/core/codepage.o /tmp...
2017 Aug 02
2
how to reduce binary size of SAMBA 4 for embeded device
...ays to study the SAMBA 4 WAF build system and now know the base steps of build. but which subsystem can be removed for snmd/nmbd/smbpasswd ? followings are the full dependencies of these 3 binary ldd bin/smbpasswd libpthread.so.0 => /lib/libpthread.so.0 (0xf7139000) libsamba-util.so.0 => /tmp/samba4/lib/libsamba-util.so.0 (0xf70c1000) libreplace-samba4.so => /tmp/samba4/lib/private/libreplace-samba4.so (0xf70b0000) libmsrpc3-samba4.so => /tmp/samba4/lib/private/libmsrpc3-samba4.so (0xf7086000) libsamba-errors.so.1 => /tmp/samba4/lib/libsamba-errors.so.1 (0xf6f90000) libsmbc...
2012 Apr 19
1
Building an RPM
...tribution, I am not sure what the best way to go about doing this is. http://libvirt.org/FAQ.html suggests that I try 'make rpm', however that ends in the below error: missing XHTML1 DTD cp: cannot stat `./api.html': No such file or directory make[2]: *** [distdir] Error 1 rm news.html.tmp goals.html.tmp archnetwork.html.tmp formatsecret.html.tmp drvopenvz.html.tmp windows.html.tmp testtck.html.tmp drvlxc.html.tmp apps.html.tmp docs.html.tmp formatstorageencryption.html.tmp drvvbox.html.tmp formatdomain.html.tmp php.html.tmp drvhyperv.html.tmp errors.html.tmp hacking.html.tmp format....
2005 Jul 11
1
Installing Office on Crossover
.... But I don't know what this means or how to resolve it. Could you take a look at the data below and see you can suggest an answer? Thank you so much. Benjamin [sher@localhost cxoffice]$ cd bin [sher@localhost bin]$ wine --debugmsg +relay,+seh --cx-log start.log.gz uninstaller wine: '/tmp/.wine-500/server-f3' must not be accessible by other users [sher@localhost bin]$ [sher@localhost tmp]$ ls -l total 1156 drwxrwxrwt 2 sher sher 4096 Jul 4 01:58 audacity1.2-sher -rw-rw-rwT 1 sher sher 0 Jul 7 15:58 description.tmp.6217 -rw-rw-rwT 1 sher sher 168916 Jul 9 20:13...
2009 Jun 05
4
[LLVMdev] llvmc for PIC16
> I'll be happy to answer any further questions you may have, feel free to e-mail > me directly (though right now our mail server is down) > The salient features that we want to have in the driver are: 1. llvm-ld will be used as "The Optimizer". 2. If the user has specified to generate the final executable, then llvm-ld should run on all the .bc files generated by clang
2019 Nov 12
2
Speed up rsync with many of excluded files
Hello, I have a problem while rsyncing a directory with perhaps 1.000.000 files. Before this I generate some files locally and add them to temp files. So this files should be excluded from syncing. My rsync call looks like this: rsync --exclude='tmp/' \ --exclude-from=/tmp/tmp.GF7SsFPnS3 \ --exclude-from=/tmp/tmp.8SjJNCHyaI \ --exclude-from=/tmp/tmp.CxZXEoPjgV \ --exclude-from=/tmp/tmp.G3g2iMo4bs \ --exclude-from=/tmp/tmp.H9KJYPMfMS \ --exclude-from=/tmp/tmp.PNi7cJaREP \ --exclude-from=/tmp/tmp.S4N9H4lsU7 \ --exclude-from=/tmp/tmp.a5Zlgh6p...
2011 Feb 04
0
PAM authentication with winbind and AD
...ff PLAIN=off CRAM=off DIGEST=off OTP=off NTLM=off openldap24-sasl-client SASL=on FETCH=on samba 3.5 LDAP=on ADS=on CUPS=off WINBIND=on SWAT=off ACL_SUPPORT=on AIO_SUPPORT=on FAM_SUPPORT=on SYSLOG=on QUOTAS=on UTMP=on PAM_SMBPASS=on DNSUPDATE=off AVAHI=off EXP_MODULES=on POPT=on IPV6=off MAX_DEBUG=off SMBTORTURE=off After setting up as I have before, I can get ldapsearch, wbinfo -u and getent passwd username to display the correct info. It appears that winbind is commu...
2005 May 04
3
[LLVMdev] Simplifying boolean expressions
Hello! Suppose I have a code like this: %tmp.aux = cast bool %tmp.24 to int %tmp.x = xor int %tmp.aux, 1 ; negates tmp.24 %tmp.xx = cast int %tmp.x to bool %tmp.y = or bool %tmp.xx, %tmp.24 ; will be always true br bool %tmp.y, label %next6, label %next7 Is there an optimization...
2017 Jul 06
3
Efficient swapping
Thanks a lot, Ista! I really appreciate it. How about a slightly different case as the following: set.seed(1) (tmp <- data.frame(x = 1:10, R1 = sample(LETTERS[1:5], 10, replace = TRUE), R2 = sample(LETTERS[2:6], 10, replace = TRUE))) x R1 R2 1 C B 2 B B 3 C E 4 E C 5 E B 6 D E 7 E E 8 D F 9 C D 10 A E Notice that the factor levels between the two factors...
2003 May 17
1
problem building dvi and pdf documentation on Darwin 10.2.6
...int me in the right direction, I'd appreciate it. Thanks, Mark Perkins perkinsm at bway.net --------------------------- Output from make: TEXINPUTS=".:$TEXINPUTS" ../../bin/texi2dvi --texinfo="@set UseExternalXrefs" R-FAQ.texi This is TeX, Version 3.14159 (Web2C 7.4.5) (/tmp/t2d10777/xtr/R-FAQ.texi (./texinfo.tex Loading texinfo [version 2002-03-26.08]: Basics, pdf, fonts, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, (/sw/share/texmf/tex/generic/misc/epsf.tex) localization, and turning on texinfo input...
2011 Nov 15
1
Problem with substr
Hi, everyone When I ran this cript, There is Error in substring(tmp.subject, tmp.end[ex] + 1, tmp.start[ex + 1] - 1) : invalid substring argument(s) Could someone figure out what the problem is? for(i in 1:length(genebody[,1])){ tmp.id<-as.vector(genebody[i,1]) # get gene id tmp.subject<-as.vector(genebody[i,2]) # get gene sequence...
2011 Jun 10
2
[LLVMdev] [VMKit] Bug in J3 User.Name detection
...L4Re Runtime environment for my student project. While doing so I stumbled upon a bug in the implementation of lib/J3/Classpath/ClasspathVMSystemProperties.inc The current version first tries to get the username by checking the LOGNAME environment variable. If this is NULL it then checks tmp = getenv("USERNAME"); if (!tmp) tmp = getenv("LOGNAME"); else if (!tmp) tmp = getenv("NAME"); else if (!tmp) tmp = ""; setProperty(vm, prop, "user. diff a/ClasspathVMSystemProperties.inc b/ClasspathVMSystemProperties.inc 118,119c118,11...
2013 Jun 29
6
Syslinux 6.00 released
...d ia64 files to build ia32 and x86-64 versions of > > gnu-efi or Syslinux. > > Just to clarify: > > On a x86_64 system with gnu-efi 3.0u I checked out tag > "syslinux-6.01-pre5" and just run "make". It failed with > > make[3]: Entering directory `/tmp/sysl/syslinux/efi32/efi' > /tmp/sysl/syslinux/mk/efi.mk:27: *** Missing ia32 gnu-efi header files. Stop. > > I didn't expect that. "make bios" will run without an error, but I > thought it should be possible to build syslinux 6.01-pre5 with just > make (when gnu...
2009 Jun 15
3
[LLVMdev] llvmc for PIC16
...you requested: > > > 2. If the user has specified to generate the final executable, then > > llvm-ld should run on all the .bc files generated by clang and create a > > single optimized .bc file for further tools. > > $ mcc16 -dry-run foo.c bar.c > clang-cc foo.c -o /tmp/llvm_6ibgr9/foo.bc > clang-cc bar.c -o /tmp/llvm_6ibgr9/bar.bc > llvm-ld /tmp/llvm_6ibgr9/foo.bc /tmp/llvm_6ibgr9/bar.bc \ > -o /tmp/llvm_6ibgr9/tmp.bc > llc -f /tmp/llvm_6ibgr9/tmp.bc -o /tmp/llvm_6ibgr9/tmp.s > native-as /tmp/llvm_6ibgr9/tmp.s -o /tmp/llvm_6ibgr9/tmp.o > nat...
2016 Aug 29
2
GVN / Alias Analysis issue with llvm.masked.scatter/gather intrinsics
...n gvn / alias analysis related bug, but before opening an issue on the tracker I wanted to see if I am missing something. I have the following testcase: define spir_kernel void @test(<2 x i32*> %in1, <2 x i32*> %in2, i32* %out) { > entry: > ; Just some temporary storage > %tmp.0 = alloca i32 > %tmp.1 = alloca i32 > %tmp.i = insertelement <2 x i32*> undef, i32* %tmp.0, i32 0 > %tmp = insertelement <2 x i32*> %tmp.i, i32* %tmp.1, i32 1 > ; Read from in1 and in2 > %in1.v = call <2 x i32> @llvm.masked.gather.v2i32(<2 x i32*> %...
2012 Jul 24
9
Regular Expression
...2002-1 2002 I want to make output like so: MONTH QUARTER YEAR 07 3 2012 07 3 2001 01 1 2002 I was having some trouble getting the regular expression to work. I think it should be something like the following: tmp <- uncurated$MONTH *tmp <- gsub("[^-\\d\\d]","",tmp,perl=TRUE)* *tmp[tmp=="-"] <- ""* *curated$MONTH <- tmp* * * tmp <- uncurated$QUARTER *tmp <- gsub("[^-\\d]","",tmp,perl=TRUE)* *tmp[tmp=="-"] <- "&quo...
2015 Oct 19
1
Re: virsh can't support VM offline blockcommit
..., to obtain VM incremental data,and use virsh blockcommit,qemu-img commit,qemu-img rebase to shorten snapshot chain. Details are as follows(when VM running state, we perform the following operations): (1) the host machine control VM test virsh snapshot-create-as mix snap1 --diskspec vda,file=/tmp/mul/loop-mix-commit-rebase/snap1-mix.img --disk-only --atomic --quiesce virsh snapshot-create-as mix snap2 --diskspec vda,file=/tmp/mul/loop-mix-commit-rebase/snap2-mix.img --disk-only --atomic --quiesce virsh snapshot-create-as mix snap3 --diskspec vda,file=/tmp/mul/loop-mix-commit-rebase/snap3-mi...