search for: stdext

Displaying 20 results from an estimated 32 matches for "stdext".

2013 Jun 22
1
Bug#713349: xen-api-libs: FTBFS: ocamlfind: Package `type-conv' not found
...n: 0.5.2-3 Severity: serious Tags: jessie sid User: debian-qa at lists.debian.org Usertags: qa-ftbfs-20130620 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: > make[2]: Entering directory `/?PKGBUILDDIR?/stdext' > ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o monad.cmi monad.mli > ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o fun.cmi fun.mli > ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o opt.cmi opt.mli > ocamlfind ocamlc -I ../xml-lig...
2013 Dec 02
6
Bug#731166: Error: Syntax error: 'end' expected
...ke[1]: rpm: Command not found make[1]: Entering directory `/tmp/xen-api-libs-0.5.2' make[1]: rpm: Command not found make[1]: rpm: Command not found make[1]: rpm: Command not found make -C uuid make[2]: Entering directory `/tmp/xen-api-libs-0.5.2/uuid' ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o uuid.cmi uuid.mli ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o uuid.cmo uuid.ml ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -a -o uuid.cma uuid.cmo ocamlfind ocamlopt -I ../xml-light2 -I ../stdext -I ../uuid -g -dtypes -c -o uuid.cmx uuid.ml ocamlfi...
2004 Nov 16
2
[LLVMdev] Fixes for windows version
>>I've also determined why VC++ complains about deprecated destructors >>when using hash_map. Because it's not ANSI (yet), Microsoft decided to >>move it from the std namespace to the stdext namespace. Use of >>std::hash_map is therefore deprecated. Similar shenanigans have been >>committed by gcc from one version to another. I see where this is >>handled (llvm/ADT/hash_map), but it isn't clear how to add support for >>VC++ to the auto config magic. >...
2010 Dec 23
1
tomcat errors starting after upgrade from cent5.3 to 5.5 (/rebuild-jar-repository: error: Could not find)
...re it appears we are having a problem w/ the Tomcat upgrade. Previously our application server was working fine under 5.3 with Tomcat/Java installed as such: java-1.4.2-gcj-compat-1.4.2.0-40jpp.115 java-1.6.0-openjdk-1.6.0.0-0.30.b09.el5 java-1.6.0-openjdk-devel-1.6.0.0-0.30.b09.el5 java-sun-jdbc-stdext-2.0.1-1mamba java-sun-jdbc-stdext-javadoc-2.0.1-1mamba tomcat5-5.5.23-0jpp.7.el5_2.1 tomcat5-common-lib-5.5.23-0jpp.7.el5_2.1 tomcat5-jasper-5.5.23-0jpp.7.el5_2.1 tomcat5-jsp-2.0-api-5.5.23-0jpp.7.el5_2.1 tomcat5-server-lib-5.5.23-0jpp.7.el5_2.1 tomcat5-servlet-2.4-api-5.5.23-0jpp.7.el5_2.1 Now th...
2004 Nov 16
0
[LLVMdev] Fixes for windows version
Well.. I cannot see where stdext was being used, but with your pointer to where this is setup I was able to start using stdext and fix the problem. Patch attached. On Tue, 16 Nov 2004 10:25:50 +0100 Morten Ofstad <morten at hue.no> wrote: > >>I've also determined why VC++ complains about deprecated destructo...
2004 Apr 21
0
FWD <> SIP <> Asterisk <> IAX <> Firefly
...extensions.conf. What I am getting is it is trying to dial the 9500 (IAX Firefly) client twice when a call is made to FWDNUMBER. The output from the CLI from Asterisk is this: -- Registered '9500' (AUTHENTICATED) at 10.10.20.5:4569 -- Executing Macro("SIP/-080fbd10", "stdExt|IAX2|9500") in new stack -- Executing Dial("SIP/-080fbd10", "IAX2/9500|15") in new stack -- Called 9500 -- Call accepted by 10.10.20.5 (format GSM) -- Format for call is GSM -- IAX2[9500]/3 is ringing -- Executing Macro("SIP/-0814f210", &qu...
2010 Jul 07
0
Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find jdbc-stdext Java extension for this JVM
...cat did not startup sucessfully after making the following change in tomcat5.conf #JAVA_HOME="/usr/lib/jvm/java" JAVA_HOME="/usr/local/jdk1.6.0_20/bin/java" [root at devwww init.d]# ./tomcat5 start Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find jdbc-stdext Java extension for this JVM /usr/bin/rebuild-jar-repository: error: Could not find jndi Java extension for this JVM /usr/bin/rebuild-jar-repository: error: Some detected jars were not found for this jvm /usr/bin/rebuild-jar-repository: error: Could not find jaas Java extension for this JVM /usr/bin...
2013 Dec 05
0
Bug#731166: Error: Syntax error: 'end' expected
Le 02/12/2013 18:05, Mathieu Malaterre a ?crit : > I cannot backport xen-api-libs to an oldstable system. It fails with: > [...] > ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -thread -c > -o threadext.cmi threadext.mli > File "threadext.mli", line 63, characters 9-15: > Error: Syntax error: 'end' expected > File "threadext.mli", line 32, characters 0-3: > Error: This 'sig' might be unmatched > make[2]: ***...
2007 Dec 06
1
s, CDR and NoCDR in v1.4.10.1
I am running 1.4.10.1. I have a macro that is called from default for a certain extension (both below). I added NoCDR to s to try and stop extra CDR records, but I am still getting them. Any idea how to stop them? extensions.conf: [macro-STDEXT] exten =s,1,NoCDR() exten =s,2,Dial(${ARG1},30,Tt) exten =s,3,Goto(s-${DIALSTATUS},1) exten =s-NOANSWER,1,Voicemail(${ARG2}|u) exten =s-NOANSWER,n,Hangup exten =s-BUSY,1,Voicemail(${ARG2}|u) exten =s-BUSY,n,Hangup exten =s-CONGESTION,1,Voicemail(${ARG2}|u) exten =s-CONGESTION,n,Hangup exten =s-CHAN...
2013 Dec 06
2
Bug#731529: xen-api-libs: FTBFS with ocaml 4.01.0
Source: xen-api-libs Version: 0.5.2-3.1 Severity: serious Tags: jessie sid Control: block 718767 with -1 Hi, xen-api-libs FTBFS when binNMUed against ocaml 4.01.0. >From the amd64 build log: > ocamlfind ocamlopt -I ../xml-light2 -I ../stdext -I ../uuid -annot -g -package xmlm -c -o rpc.o rpc.ml > ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -annot -g -c -package camlp4 -pp "camlp4orf" -I /usr/lib/ocaml/camlp4 -o pa_module_conv.cmo pa_module_conv.ml > ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid...
2004 Nov 16
2
[LLVMdev] Fixes for windows version
...ice as a result). * Fix a class/struct inconsistency. * Remove unneeded #includes from win32 fSystem files. I've also determined why VC++ complains about deprecated destructors when using hash_map. Because it's not ANSI (yet), Microsoft decided to move it from the std namespace to the stdext namespace. Use of std::hash_map is therefore deprecated. Similar shenanigans have been committed by gcc from one version to another. I see where this is handled (llvm/ADT/hash_map), but it isn't clear how to add support for VC++ to the auto config magic. I'll soon thoroughly go through...
2005 Jan 06
1
Strange problem with incoming call.
....123.50> Call-ID: 003094c2-9e4901da-6a7d98ef-2cd7bf54@192.168.123.60 CSeq: 102 BYE User-Agent: Asterisk PBX Content-Length: 0 (no NAT) to 192.168.123.60:5060 == Spawn extension (macro-rollbusy, s, 1) exited non-zero on 'Zap/1-1' in macro 'rollbusy' == Spawn extension (macro-stdext, s, 2) exited non-zero on 'Zap/1-1' in macro 'stdext' == Spawn extension (macro-ccs, s, 5) exited non-zero on 'Zap/1-1' in macro 'ccs' == Spawn extension (macro-handleexten, s, 4) exited non-zero on 'Zap/1-1' in macro 'handleexten' == Spawn exte...
2003 Mar 30
2
Re: [Asterisk] SNOM and Cisco Hold and Transfer
> I have seen a few posts that state that the hold and transfer features > on the SNOM and Cisco phones do not work in themselves and that, > instead, configuring the # key is the way to get transfers to work. > Can somebody please give me an indication as to why this is and what > needs to be done, either within the code or on the phone, to make this > functionality work as it
2004 Nov 16
0
[LLVMdev] Fixes for windows version
...eeded #includes from win32 fSystem files. > Thanks for the excellent patches. All commited. > I've also determined why VC++ complains about deprecated destructors > when using hash_map. Because it's not ANSI (yet), Microsoft decided to > move it from the std namespace to the stdext namespace. Use of > std::hash_map is therefore deprecated. Similar shenanigans have been > committed by gcc from one version to another. I see where this is > handled (llvm/ADT/hash_map), but it isn't clear how to add support for > VC++ to the auto config magic. Yeah, there'...
2005 Feb 21
0
Multiple multiline sip phones ringing.
...available line appearance? I'm currently using the local channel to accomplish this but I'm having some trouble. Here is the configs: each cisco 7960 phone has six registrations in sip.conf, 1XX1 thru 1XX6, normaly when an extension is dialed the following happens: exten => 101,1,Macro(stdext,${EXTEN}) [macro-stdext] ;arg1 = ${EXTEN} exten => s,1,Diall(sip/${ARG1}1,45,r) exten => s,2,Goto(s-u,1) exten => s,102,Dial(sip/${ARG1}2,45,r) exten => s,103,Goto(s-u,1) exten => s,203,Dial(sip/${ARG1}3,45,r) exten => s,204,Goto(s-u,1) exten => s,304,Dial(sip/${ARG1}4,45,r) ex...
2008 Jan 26
1
CHANUNAVAIL
I've got a setup where we have 100 DID's. Our default dialplan has one line that calls a macro: exten => _22XX,1,Macro(STDEXT,${EXTEN}) The macro is pretty basic: [macro-STDEXT] exten => s,1,NoOp exten => s,2,Dial(SIP/${ARG1},15,Tt) exten => s,3,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Voicemail(${ARG1}|u) exten => s-NOANSWER,n,Hangup exten => s-BUSY,1,Voicemail(${ARG1}|b) exten => s-BUSY,n,Ha...
2005 Jul 06
16
Autocompletion not working in Konqueror
I''ve just had a look again at the autocompletion demo that Thomas put up at http://script.aculo.us/demos/ajax/autocompleter Unfortunately, in Konqueror (3.4.1) it doesn''t work at all. Not even an error is triggered. It does work nicely in Firefox. How about Safari? I don''t have the time right now to track this down systematically (maybe latter), but just from
2007 May 15
4
Outside lines are just not happening...
...t("Zap/5-1", "10") in new stack -- Set Response Timeout to 10 -- Executing BackGround("Zap/5-1", "alc01") in new stack -- Playing 'alc01' (language 'en') == CDR updated on Zap/5-1 -- Executing Macro("Zap/5-1", "stdext|102|SIP/102") in new stack -- Executing Dial("Zap/5-1", "SIP/102|20") in new stack -- Called 102 (The SIP phone begins ringing) -- SIP/102-08184fa8 is ringing -- SIP/102-08184fa8 answered Zap/5-1 (Hang up SIP) == Spawn extension (macro-stdext, s, 1) exited...
2012 May 21
2
Tomcat5 with Oracle/Sun jdk on CentOS 5.8
...SE Runtime Environment (build 1.7.0_03-b05) Java HotSpot(TM) 64-Bit Server VM (build 22.1-b02, mixed mode) I've also set /etc/tomcat5/tomcat5.conf to point JAVA_HOME to this jdk. When I try to start tomcat5 I get: Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find jdbc-stdext Java extension for this JVM /usr/bin/rebuild-jar-repository: error: Could not find jndi Java extension for this JVM /usr/bin/rebuild-jar-repository: error: Some detected jars were not found for this jvm /usr/bin/rebuild-jar-repository: error: Could not find jaas Java extension for this JVM /usr/bin...
2005 Aug 07
11
HABTM Movable Select Box
Hi, I found it a while ago, an add-on to Rails for supporting movable select boxes, but I searched through the wiki and the mailing list and couldnt find what I was looking for. I was hoping someone might know of or remember something about the project. Thanks, Dylan.