search for: use

Displaying 20 results from an estimated 430143 matches for "use".

Did you mean: used
2008 Jun 02
1
libsmi warnings
...==========| 9.3 MB 00:00 (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
...dd changes from v4i32 to i32 during legalization. How can I preserve the output type to v4i32? Any help is greatly appreciated. === main Initial selection DAG: BB#0 'main:entry' SelectionDAG has 14 nodes: 0x3e7e2f0: ch = EntryToken 0x3ea45e0: i32 = undef 0x3e7e2f0: <multiple use> 0x3ea43d0: i32 = FrameIndex<1> 0x3ea45e0: <multiple use> 0x3ea46e8: v4i32,ch = load 0x3e7e2f0, 0x3ea43d0, 0x3ea45e0<LD16[%a](align=4)> [ORD=5] 0x3e7e2f0: <multiple use> 0x3ea47f0: i32 = FrameIndex<2> 0x3ea45e0: <multiple use> 0x3ea4...
2012 Mar 07
6
Can't find the PostgreSQL client library (libpq)
...hen 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 group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.g...
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...
2020 Oct 17
0
[RFC] treewide: cleanup unreachable breaks
...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 warnings see > https://urldefense.com/v3/__https://clang.llvm.org/docs/DiagnosticsReference.html__;!!GqivPVa7Brio!I1e3ICrqVVRM26wDg2unWSH5Oo5ddT0f-H6IkP2Hnb2dQ-YGRtaTKw7R_N1dUf3CCbU2CQ$ > > This change cleans up -Wunreachable-code-break > https://urldefense.com/v3/__https://cl...
2009 Jan 12
2
a zaptel problem
...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 2 WCT1/0/2 Clear (In use) RED 3 WCT1/0/3 Clear (In use) RED 4 WCT1/0/4 Clear (In use) RED 5 WCT1/0/5 Clear (In use) RED 6 WCT1/0/6 Clear (In use) RED 7 WCT1/0/7 Clear (In use) RED 8 WCT1/0/8 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
2010 Jul 08
1
not sure what to change to point the timing to the at&t circuits?
...,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" (MASTER) B8ZS/ESF ClockSource 1 TE2/0/1/1 Clear (In use) (SWEC: MG2) (EC: VPM450M) 2 TE2/0/1/2 Clear (In use) (SWEC: MG2) (EC: VPM450M) 3 TE2/0/1/3 Clear (In use) (SWEC: MG2) 4 TE2/0/1/4 Clear (In use) (SWEC: MG2) 5 TE2/0/1/5 Clear (In use) (SWEC: MG2) 6 TE2/0/1/6 Clear (In use) (SWEC: MG2) 7 T...
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?
...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 hint on the web about how to modify the code generation in this compiler to go ahead. Thanks for your help! Regards, -- Faulty line above is part of the following function: define i8* @lista_sprintf_double(double %number, i32 %taille, i32 %decimales) {...
2007 Dec 03
2
Red Alarm TE420 with E1s - R2
...e 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 configuration of zaptel and get information that the module Zaptel (wct4xxp): The first three spans are configured...
2017 Jun 02
8
llvm-objcopy proposal
LLVM already implements its own version of almost all of binutils. The exceptions to this rule are objcopy and strip. This is a proposal to implement an llvm version of objcopy/strip to complete llvm’s binutils. Several projects only use gnu binutils because of objcopy/strip. LLVM itself uses objcopy in fact. Chromium and Fuchsia currently use objcopy as well. If you want to distribute your 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 w...
2012 Jul 05
1
trouble installing Rmpi on a debian machine
...#39;: Rmpi.c:57: warning: implicit declaration of function 'MPI_Initialized' Rmpi.c:76: warning: implicit declaration of function 'MPI_Init' Rmpi.c:81: warning: implicit declaration of function 'MPI_Errhandler_set' Rmpi.c:81: error: 'MPI_COMM_WORLD' undeclared (first use in this function) Rmpi.c:81: error: (Each undeclared identifier is reported only once Rmpi.c:81: error: for each function it appears in.) Rmpi.c:81: error: 'MPI_ERRORS_RETURN' undeclared (first use in this function) Rmpi.c:82: error: 'MPI_COMM_SELF' undeclared (first use in this fun...
2012 Aug 19
0
Unsuccessful with using mongodb with rails
....2.8) Using coffee-rails (3.2.2) Using jquery-rails (2.1.1) Using mongo (1.6.4) Using plucky (0.5.1) Using mongo_mapper (0.11.2) Using bundler (1.1.5) Using rails (3.2.8) Using sass (3.2.1) Using sass-rails (3.2.5) Using uglifier (1.2.7) Your bundle is complete! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.g...
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 ro...
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
...ction matching the pattern: [(set GPR:$dst, (select GPR:$sel, immOrGPR:$a, immOrGPR:$b))] The target-independent IR (as shown in the original message): > define i32 @foo(i32 %cond, i32 %a, i32 %b) nounwind { > entry: > %retval = alloca i32 ; <i32*> [#uses=2] > %cond.addr = alloca i32 ; <i32*> [#uses=2] > %a.addr = alloca i32 ; <i32*> [#uses=2] > %b.addr = alloca i32 ; <i32*> [#uses=2] > store i32 %cond, i32* %cond.addr > store i3...
2007 Jan 09
8
Problem with zaptel drivers or card
...When I disable the channel everything works fine. My assumption is that something is wrong with the TE110P card. Has anyone seen anything else like this? James Hawks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070109/88e94fd4/attachment.htm
2004 Aug 06
2
icecast2, libshout2, Shout.pm FreeBSD
...eeBSD ports tree. # make cc -c -I/usr/local/include -O -pipe -march=pentiumpro -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE Shout.c Shout.c: In function `XS_Shout_raw_new': Shout.c:157: `shout_conn_t' undeclared (first use in this function) Shout.c:157: (Each undeclared identifier is reported only once Shout.c:157: for each function it appears in.) Shout.c:157: `RETVAL' undeclared (first use in this function) Shout.xs:136: syntax error before `)' Shout.c: In function `XS_Shout_DESTROY': Shout.c:178: `shou...
2009 Feb 19
0
[LLVMdev] Improving performance with optimization passes
...me 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({ double, double }*, { double, double }) { entry: %2 = alloca { double, double } ; <{ double, double }*> [#uses=2] %3 = getelementptr { double, double }* %2, i32 0 ; <{ double, double }*> [#uses=1] store { double, double } %1, { double, double }* %3 %4 = getelementptr { double, double }* %2, i32 0, i32 0 ; <double*> [#uses=1] %5 = load double* %4 ; <double> [#uses=1] %6 = alloca...