search for: using

Displaying 20 results from an estimated 430141 matches for "using".

2008 Jun 02
1
libsmi warnings
...(2/3): gnutls-1.0.20-3.2. 100% |=========================| 259 kB 00:00 (3/3): libsmi-0.4.5-2.i38 100% |=========================| 2.3 MB 00:00 Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root Installing: libsmi [1/3]warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root Installing: libsmi...
2016 Mar 15
3
how to type-legalize a dag
I have added new instructions to my target, unfortunately they are not being properly type legalized. The instructions I've added are a vector add, vector load and a vector store. Can anyone lend a hand on how to legalize them so that my target would be able to recognize them. Below is the output of llc with a -debug-only=isel. As you could see the output type for load, store, and add changes
2012 Mar 07
6
Can't find the PostgreSQL client library (libpq)
When i try it start my ruby server i get a error that looks like rails server Could not find pg-0.12.2 in any of the sources Run `bundle install` to install missing gems. I dont know what to do Thanks for all the help -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2010 Aug 03
1
snapshot space - miscalculation?
zfs get all claims that i have 523G used by snapshot. i want to get rid of it. but when i look at the space used by each snapshot i can''t find the one that can occupy so much space daten/backups used 959G - daten/backups
2020 Oct 17
0
[RFC] treewide: cleanup unreachable breaks
On Sat, 2020-10-17 at 09:09 -0700, trix at redhat.com wrote: > From: Tom Rix <trix at redhat.com> > > This is a upcoming change to clean up a new warning treewide. > I am wondering if the change could be one mega patch (see below) or > normal patch per file about 100 patches or somewhere half way by collecting > early acks. > > clang has a number of useful, new
2009 Jan 12
2
a zaptel problem
Hello, I have a problem with zaptel. I hope you can help me. I installed and configure zaptel. ZAPTEL.CONF span=1,1,0,ccs,hdb3,crc4 bchan=1-15,17-31 dchan=16 loadzone = de defaultzone=de But the output of cat /proc/zaptel/* Span 1: WCT1/0 "Digium Wildcard TE110P T1/E1 Card 0" (MASTER) HDB3/CCS/CRC4 RECOVERING 1 WCT1/0/1 Clear (In use) RED
2010 May 14
5
Warcraft 3 crashes and exits (only sometimes though)
Here's the terminal output. Please notice there are 3 fixme's fixme:imm:ImmGetOpenStatus (0x15b1f8): semi-stub fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL&quo...
2010 Jul 08
1
not sure what to change to point the timing to the at&t circuits?
# Span 1 span=1,1,0,esf,b8zs bchan=1-23 dchan=24 echocanceller=mg2,1-23 # Span 2 span=2,2,0,esf,b8zs bchan=25-47 dchan=48 echocanceller=mg2,25-47 # Span 3 span=3,3,0,esf,b8zs bchan=49-71 dchan=72 echocanceller=mg2,49-71 # Span 4 span=4,4,0,esf,b8zs bchan=73-95 dchan=96 echocanceller=mg2,73-95 # Global loadzone = us defaultzone = us Span 1: TE2/0/1 "T2XXP (PCI) Card 0 Span 1"
2010 Jan 19
0
[LLVMdev] Frame index arithmetic
Hi Mark, >> Sounds like your load / store address selection routine isn't working >> like what you expected. >> > > Thanks for the reply. Unfortunately, this doesn't seem to be the problem. do you handle truncating stores and extending loads? Ciao, Duncan.
2012 Jan 19
4
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
Hello folks, I have a compiler written with LLVM 2.6 by a student that produces .ll files, It behaved fine at the time. Trying to take the work over using version 3.0, I run into the problem that "malloc" in the IR is no longer valid: semac1 menu > llvm-as Carre.ll llvm-as: Carre.ll:68:14: error: expected instruction opcode %_malloc = malloc i8, i32 %2 ; <i8*> [#uses=1] ^ Couldn't find any hi...
2007 Dec 03
2
Red Alarm TE420 with E1s - R2
...m with only 3 E1s available to configure. The telephony operator is BrasilTelecom and Signaling is R2 Digital. The information I have is that are E1s with 32 channels, not have sure. My settings Have been based on the link reference: Http://www.voip-info.org/wiki/view/Asterisk + MFC + R2 I am using zaptel - 1.4.4 on a CentOS 5, which already build all packages The libunicall ( src.rpm-> rpm) I want to use when the board to stop giving me red alert. The lib chan_unicall.so is already available on the asterisk as my settings, but my problem is before the asterisk, I think. Below is the con...
2017 Jun 02
8
llvm-objcopy proposal
...build tools this is a problem due to licensing. It’s also a bit of a blemish on LLVM because LLVM could be made more self sufficient if there was an llvm version of objcopy. Additionally Chromium is one of the popular benchmarks for LLVM so it would be nice if Chromium didn’t have to use binutils. Using [elftoolchain](https://sourceforge.net/p/elftoolchain/wiki/Home/) solves the licensing issue for Fuchsia but is elf specific and only solves the issue for Fuchsia. I propose implementing llvm-objcopy to be a minimum viable replacement for objcopy. I’ve gone though the sources of LLVM, Clang, Chrom...
2012 Jul 05
1
trouble installing Rmpi on a debian machine
...mpi' ... checking for gcc... gcc -std=gnu99 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc -std=gnu99 accepts -g... yes checking for gcc -std=gnu99 option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -...
2012 Aug 19
0
Unsuccessful with using mongodb with rails
...frustrating time trying to get mongodb to work with Rails (works just fine with a plain Ruby app). cannot load such file -- mongo The error is traced to the code line <requires ''Mongo''>. bundle initialize shows I have it all. Any ideas? Thanks, Shiv $ bundle install Using rake (9.2.2) Using i18n (0.6.0) Using multi_json (1.3.6) Using activesupport (3.2.8) Using builder (3.0.0) Using activemodel (3.2....
2008 Nov 19
1
Samba Source
I am trying to install the source code for samba. I have samba-3.0.28-1.el5_2.1 When I try and install the samba-3.0.28-1.el5_2.1.src.rpm. I get the following..... rpm -ihv samba-3.0.28-1.el5_2.1.src.rpm 1:samba warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does no...
2004 May 09
2
[LLVMdev] Strange SetCond Behavior
Before I file a bug, I thought I'd check to make sure something hasn't changed. Stacker used to work in 1.2, now it fails on six tests. All six tests pertain to use of the SetLT, SetGT, SetLE, and SetGE SetCondInst. In my test programs they all fail, regardless of the values. The *only* thing I've done to Stacker is to change the base type involved in the comparison from int to long.
2010 Jan 19
2
[LLVMdev] Frame index arithmetic
>> I'm trying something cunning/crazy with the stack - implementing it in a type of memory that can only be addressed via immediates. >> >> I've got this mostly working. However, I came across a problem which I've been unable to work around: lowering the IR (even without any optimisations enabled) often requires the pattern: >> >> i32 = FrameIndex
2007 Jan 09
8
Problem with zaptel drivers or card
I have an Asterisk box running Fedora Core 4, Asterisk 1.4, Lippri, 1.4, and Zaptel 1.4 The Digium cards installed are TDM2400 and TE110P. Everything was working fine until I upgraded to zaptel 1.2.12 from 1.2.9 Now when I run ztcfg I get the following error message: (CAS signalling on span 2 conflicts with Clear channel on channel 40) --NOTE: signaling was spelled wrong in the error
2004 Aug 06
2
icecast2, libshout2, Shout.pm FreeBSD
Hi all, Has anyone successfully managed to get icecast2 libshout2 and Shout.pm built under freebsd? o far I've been able to build all of them except for Shout.pm. I would like to migrate from icecast1 however I can't do so until I can get everything built. Here is the error I'm having trying to build Shout.pm from the FreeBSD ports tree. # make cc -c -I/usr/local/include -O -pipe
2009 Feb 19
0
[LLVMdev] Improving performance with optimization passes
On Thursday 19 February 2009 19:00:14 Jon Harrop wrote: > I'm toying with benchmarks on my HLVM and am unable to get any performance > improvement from optimization passes... I just disassembled some of the IR before and after optimization. This example function squares a complex number: let zsqr(r, i) = (r*r - i*i, 2*r*i) My compiler is generating: define fastcc i32 @zsqr({