similar to: CVS compile error utils.c

Displaying 20 results from an estimated 7000 matches similar to: "CVS compile error utils.c"

2004 Aug 25
1
chan_oh323: __use_ast_pthread_create_instead__ (was: chan_oh323 loading error)
Hi, > chan_oh323.so: undefined > symbol: __use_ast_pthread_create_instead__ is not a bug, it's a hint: use "ast_pthread_create" instead [what your were using] and means: replace in asterisk-oh/asterisk-driver/chan_oh323.c at line 3764 "pthread_create" by "ast_pthread_create" Roger.
2005 Mar 12
2
SIP monitor thread is hanged up on a uClinux embeded linux system
I met a strange SIP problem recently. In an ordinary procedure, when asterisk loads sip module, a series of functions are called sequentially: load_module()->restart_monitor()->ast_pthread_create()->pthread_create()->do_monitor() However in my system, pthread_create() failed to create a child thread to execute do_monitor(), (though pthread_create() returns a successful signal to
2004 Nov 20
1
ANY DEVELOPERS HERE? "warning: implicit declaration of function `__use_ast_pthread_create_instead__"
I have been running a version of Asterisk that is 4-5 months old. When trying to upgrade to 1.0.2, I get several compile warnings such as: chan_zap.c:3515: warning: implicit declaration of function `__use_ast_pthread_create_instead__' The channel modules will not load with the error: undefined symbol: __use_ast_pthread_create_instead__ I have removed the modules before compiling, make clean,
2004 Oct 01
1
chan_sccp error
Hello folks, I'm trying to install chan_sccp and get this error [chan_sccp.so]Oct 2 00:28:06 WARNING[-151090528]: loader.c:248 ast_load_resource: /usr/lib/asterisk/modules/chan_sccp.so: undefined symbol: __use_ast_pthread_create_instead__ Oct 2 00:28:06 WARNING[-151090528]: loader.c:429 load_modules: Loading module chan_sccp.so failed! After this, mpg123 goes crazy and shoots my
2002 Jun 14
0
Fw: Lastest Wine CVS and IE6
----- Original Message ----- From: "Escuder Nicolas" <n.escuder@alineanet.com> To: "Sylvain Petreolle" <spetreolle@yahoo.fr> Cc: <cygwin-xfree@cygwin.com> Sent: Friday, June 14, 2002 4:44 PM Subject: Re: Lastest Wine CVS and IE6 > It's not from comctl32 :o) > > [AppDefaults\\iexplore.exe\\DllOverrides] > "shlwapi" =
2002 Mar 01
2
best way to work with cvs?
I use a script to get the lastest samba: #!/usr/bin/ksh echo "\npassword: cvs\n" cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login cvs -z5 -d :pserver:cvs@pserver.samba.org:/cvsroot co samba Are there any other commands I could tack on or something I should do differently to make sure I am getting correct rebuilds? For example, should I tack on at the end: cd
2016 Jan 18
2
Segmentation Fault Asterisk 13.7.0-rc2 (libmysqlclient?)
Hi everyone, I am getting a segmentation fault (seems to occur randomly) using Asterisk 13.7.0-rc2 with PJProject 2.4.5. It appears to be something that libmysqlclient is complaining about when doing a query in ps_endpoint_id_ips. We are using Asterisk Realtime. This also seems to occur in Asterisk 13.5.0. Below is a backtrace that might help a little. I have looked through the change log for
2005 Mar 15
1
blind xfer works atxfer doesn't...help!
Hi all I am having problems with atxfer if I do the extact same thing with blind xfer it works fine when I hit press #2 (defined in conf for atxfer) i get "transfer" I dial the number I want and i get the following on the console -- Playing 'pbx-transfer' (language 'en') -- Executing Dial("Local/18005558355@jesnjer-f97a,2", "/18005558355")
2018 Jun 13
0
"virsh" list
Hello, I installed libvirt from package manager(debian apt) and want to modify feture in it, so i git clone from https://libvirt.org/git/?p=libvirt.git;a=summary But now i have trouble to start virsh. I have traced the email: https://www.redhat.com/archives/libvirt-users/2017-February/msg00074.html Here is output of command below: strace -o libvirt.log -f -s 1000 /usr/sbin/libvirtd
2017 Jan 05
1
[Bug 99282] New: KDE kontact crashes always
https://bugs.freedesktop.org/show_bug.cgi?id=99282 Bug ID: 99282 Summary: KDE kontact crashes always Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2005 Jul 26
1
What does pbx-wilcalu.so do and why does it keep crashing my * box?
I downloaded the latest CVS a few days ago. It all compiled nicely on my new AAH platform. However, it won't start up. Investigation of my log files produces this; Jul 26 22:59:18 VERBOSE[31473] logger.c: [pbx_wilcalu.so] Jul 26 22:59:18 VERBOSE[31473] logger.c: [pbx_wilcalu.so] Jul 26 22:59:18 WARNING[31473] loader.c: /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined symbol:
2006 Jun 11
1
asterisk-1.2.9.1
hi ! i have installed asterisk-1.2.9.1 but am unable to run it i am getting this error "[pbx_wilcalu.so]Jun 11 16:43:00 WARNING[8968]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined symbol: ast_pthread_create Jun 11 16:43:00 WARNING[8968]: loader.c:554 load_modules: Loading module pbx_wilcalu.so failed!" can anyone help me i have redhat linux
2018 May 09
0
Compiling 3.13.2 under FreeBSD 11.1?
On Tue, May 8, 2018 at 11:34 AM, Roman Serbski <mefystofel at gmail.com> wrote: > # gdb gluster > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the
2013 Jul 04
1
Asterisk crash
Suddenly my asterisk restarted automatically and came up in seven seconds, While checking core dump I see some message related to snmp. No symbol table info available. #5 0x00007fc7e6249faa in agent_thread (arg=<value optimized out>) at snmp/agent.c:206 __PRETTY_FUNCTION__ = "agent_thread" #6 0x000000000056dd0b in dummy_start (data=<value optimized out>) at utils.c:1028
2006 May 07
1
philosophy of cvs/git/wine-patch
Hi, Since 4 weeks, I'm looking at the different ways to obtain the lastest wine. I want to test it and try to find problems with the poor few games i have, in order to help developers and wine development too :) But I don't really understand the differences between cvs, git and wine-patches. I think that cvs and git are the same wine "version". But for wine-patches, i
2002 Oct 30
0
HELP: configure fails for latest cvs samba 3.x
Please help me get samba compiled. I used cvs to download lastest samba-3.x and configure is failing. I have: solaris 7 (32-bit mode kernel), binutils-2.11.2, automake-1.7.1, autoconf-2.54, and libtool-1.4. I used the below script: #!/bin/ksh cd /usr/local/samba/source /usr/local/bin/gmake realclean /usr/bin/rm config.cache ltmain.sh configure aclocal libtoolize --force
2005 Mar 21
0
Compile error for minimal install of Redhat 9.0 [SOLVED]
pbx_dundi.c: In function `update_key': pbx_dundi.c:1312: warning: implicit declaration of function `crc32' pbx_dundi.c: In function `dundi_decrypt': pbx_dundi.c:1368: warning: implicit declaration of function `uncompress' pbx_dundi.c:1368: `Z_OK' undeclared (first use in this function) pbx_dundi.c:1368: (Each undeclared identifier is reported only once pbx_dundi.c:1368: for
2003 Dec 24
0
[LLVMdev] Re: pthread?
I try to run lli with "--load=/lib/libpthread.so", but it shows: --------------------------------------------------- [yue at RH9 test]$ ./pthread.ll Error opening '/lib/libpthread.so.0': /lib/libpthread.so.0: symbol _errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference -load request ignored. Creating thread 0 WARNING: Cannot resolve fn
2003 Feb 03
1
Error in configure Last CVS and 3.0.alpha21 on Solaris 8
Hi all, I'm having problems trying to configure samba with the lastest source. The command I'm using is env CPPFLAGS="-I/usr/local/kerberos/include -I/usr/local/ldap/include" LDFLAGS="-L/usr/local/kerberos/lib -L/usr/local/ldap/lib" ./configure --with-ads --with-ldap --with-kerberos=/usr/local/kerberos --with-pam --with-winbind and the error is checking whether to
2018 Jan 24
0
libasan bug: pthread_create never returns
Hi all, We observed that under certain circumstances pthread_create() (libasan implemention) does not return. The conditions are the following: - address sanitizer enabled - main and child thread run on the same CPU (affinity) - real-time scheduling policy for both threads - different scheduling priority values (this includes the case of setting a real-time policy for one of the threads and