search for: 317

Displaying 20 results from an estimated 1103 matches for "317".

Did you mean: 17
2004 Mar 13
0
64bit build on IBM
...d,-bM:SRE,-bnoentry,-bM:SRE,-H512,-T512,-bnoentry,-bexpall,-bI:../../../etc/R.exp,-b64,-bpT:0x10000000,-bpD:0x20000000,-b64,-L/usr/lib,-oR_X11.so,dataentry.o,devX11.o,rotated.o,rbitmap.o,-lSM,-lICE,-lX11,-ldl,-ltermcap,-lm,-lc,-L/usr/lpp/xlopt,-lxlopt,-lc,-bE:/ptmp/thoar/xlcSEtLbjqe,NULL) ld: 0711-317 ERROR: Undefined symbol: .Rf_error ld: 0711-317 ERROR: Undefined symbol: .Rf_warning ld: 0711-317 ERROR: Undefined symbol: .Rf_lengthgets ld: 0711-317 ERROR: Undefined symbol: .R_Reprotect ld: 0711-317 ERROR: Undefined symbol: .Rf_mkChar ld: 0711-317 ERROR: Undefined symbol: .SET_STRING_ELT ld: 071...
2003 May 23
1
Opening a file in mode "r+" or "r+b"
...; Seems that on RWin 1.7.0 and 1.6.2 isSeekable returns F on binary files, > while seek() works as expected on the same connection - see example below: > > > con = file(nm, "rb") > > isSeekable(con) > [1] FALSE > > readBin(con, double(), 10) > [1] 7.263824e-317 5.968155e-317 2.340685e-317 2.734062e-312 4.088386e-312 > 4.670335e-317 > [7] 6.097545e-317 3.396341e-312 6.615484e-317 1.365171e-312 > > readBin(con, double(), 10) > [1] 1.303796e-317 5.577835e-317 3.409314e-312 1.303543e-317 3.893617e-317 > 4.077940e-312 > [7] 6.910006e-31...
2007 Jul 16
0
Can't compile mbox-snarf-plugin.c on AIX 5.3
...d 1.0.2 works fine. [root at aix root]# export DOVECOT=/root/dovecot-1.0.1 [root at aix root]# gcc -fPIC -shared -Wall -I$DOVECOT -I$DOVECOT/src/lib -I$DOVECOT/src/lib-storage -I$DOVECOT/src/lib-mail -I $DOVECOT/src/lib-imap -DHAVE_CONFIG_H mbox-snarf-plugin.c -o mbox_snarf_plugin.so ld: 0711-317 ERROR: Undefined symbol: .mailbox_sync_init ld: 0711-317 ERROR: Undefined symbol: .mailbox_sync_next ld: 0711-317 ERROR: Undefined symbol: .mailbox_sync_deinit ld: 0711-317 ERROR: Undefined symbol: .mailbox_transaction_begin ld: 0711-317 ERROR: Undefined symbol: .mailbox_search_init ld: 0711-3...
2012 Oct 23
0
[LLVMdev] Error building llvm on AIX 7.1
I was able to process further by making some code changes and replacing export-dynamic with -bexpfull in Makefile.config. Now, i am getting following error while linking .. llvm[3]: Linking Release+Asserts Loadable Module LLVMHello.so ld: 0706-027 The -R $ORIGIN flag is ignored. ld: 0711-317 ERROR: Undefined symbol: llvm::Pass::getPassName() const ld: 0711-317 ERROR: Undefined symbol: llvm::Pass::print(llvm::raw_ostream&, llvm::Module const*) const ld: 0711-317 ERROR: Undefined symbol: llvm::FunctionPass::createPrinterPass(llvm::raw_ostream&, std::basic_string<char, std::cha...
2006 Feb 07
0
[R] R compile on AIX 5.2
...utils.o unique.o util.o version.o vfonts.o xxxpr.o ../unix/libunix.a ../appl/libappl.a ../nmath/libnmath.a -lg -lxlf90 -L/usr/lpp/xlf/lib -lxlopt -lxlf -lxlomp_ser -lm /lib/crt0.o ../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a -lintl -lreadline -ldl -lm -lc -liconv ld: 0711-317 ERROR: Undefined symbol: ch2inv ld: 0711-317 ERROR: Undefined symbol: chol ld: 0711-317 ERROR: Undefined symbol: cg ld: 0711-317 ERROR: Undefined symbol: ch ld: 0711-317 ERROR: Undefined symbol: rg ld: 0711-317 ERROR: Undefined symbol: rs ld: 0711-317 ERROR: Undefined symbol: dchdc ld: 0711-317 ERR...
2012 Oct 23
2
[LLVMdev] Error building llvm on AIX 7.1
Hi All, I am trying to build llvm on AIX. I installed all the required packages including gcc, g++, etc ./configure also went fine. but i tried to run gmake, i got the following error: llvm[1]: Compiling MemoryBuffer.cpp for Release+Asserts build llvm[1]: Compiling MemoryObject.cpp for Release+Asserts build llvm[1]: Compiling Mutex.cpp for Release+Asserts build llvm[1]: Compiling Path.cpp for
2008 Feb 06
1
Rsync Hang with multiple files
...t(3, {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 getdents(3, /* 90 entries */, 4096) = 2952 lstat("Issue14/6400.doc", {st_mode=S_IFREG|0775, st_size=27648, ...}) = 0 open("Issue14/6400.doc", O_RDONLY) = 4 read(4, "\320\317\21\340\241\261\32\341\0\0\0\0\0\0\0\0\0\0\0\0"..., 27648) = 27648 close(4) = 0 lstat("Issue14/3510.doc", {st_mode=S_IFREG|0775, st_size=30208, ...}) = 0 open("Issue14/3510.doc", O_RDONLY) = 4 read(4, "\320\317\21\340\241\261\32\341\0...
2009 May 13
1
dovecot 2.0 (revision 9271:d467712aee77) compile problems on AIX 5.3
Having some problems compiling on AIX 5.3 with IBM vac version 8. Programs that I had problems building: test-mail test-imap test-index To fix the undefined symbols problem: ld: 0711-317 ERROR: Undefined symbol: .charset_to_utf8_end ld: 0711-317 ERROR: Undefined symbol: .charset_to_utf8_begin ld: 0711-317 ERROR: Undefined symbol: .charset_to_utf8 ld: 0711-317 ERROR: Undefined symbol: .charset_is_utf8 ld: 0711-317 ERROR: Undefined symbol: .charset_to_utf8_str ld: 0711-317 ERROR: Un...
2015 Mar 24
5
[Bug 2371] New: make check fails when using --without-openssl on AIX
...ess/unittests/sshbuf/test_sshbuf_misc.o regress/unittests/sshbuf/test_sshbuf_fuzz.o regress/unittests/sshbuf/test_sshbuf_getput_fuzz.o regress/unittests/sshbuf/test_sshbuf_fixed.o regress/unittests/test_helper/libtest_helper.a -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lz -lcrypt ld: 0711-317 ERROR: Undefined symbol: .BN_hex2bn ld: 0711-317 ERROR: Undefined symbol: .BN_num_bits ld: 0711-317 ERROR: Undefined symbol: .BN_bn2bin ld: 0711-317 ERROR: Undefined symbol: .BN_bin2bn ld: 0711-317 ERROR: Undefined symbol: .BN_free ld: 0711-317 ERROR: Undefined symbol: .BN_new ld: 0711-317 ERROR: U...
2015 Mar 24
5
[Bug 2371] New: make check fails when using --without-openssl on AIX
...ess/unittests/sshbuf/test_sshbuf_misc.o regress/unittests/sshbuf/test_sshbuf_fuzz.o regress/unittests/sshbuf/test_sshbuf_getput_fuzz.o regress/unittests/sshbuf/test_sshbuf_fixed.o regress/unittests/test_helper/libtest_helper.a -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lz -lcrypt ld: 0711-317 ERROR: Undefined symbol: .BN_hex2bn ld: 0711-317 ERROR: Undefined symbol: .BN_num_bits ld: 0711-317 ERROR: Undefined symbol: .BN_bn2bin ld: 0711-317 ERROR: Undefined symbol: .BN_bin2bn ld: 0711-317 ERROR: Undefined symbol: .BN_free ld: 0711-317 ERROR: Undefined symbol: .BN_new ld: 0711-317 ERROR: U...
2005 May 13
1
R make errors
...as able to tar, and configure with no errors. However, when I said make, I got the following errors: gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 ld: 0711-317 ERROR: Undefined symbol: .log10 ld: 0711-317 ERROR: Undefined symbol: .floor ld: 0711-317 ERROR: Undefined symbol: .libintl_gettext ld: 0711-317 ERROR: Undefined symbol: .pow ld: 0711-317 ERROR: Undefined symbol: .sin ld: 0711-317 ERROR: Undefined symbol: .cos ld: 0711-317 ERROR: Undefined symbol:...
2003 May 23
1
isSeekable returns F on seekable file
Hi, Seems that on RWin 1.7.0 and 1.6.2 isSeekable returns F on binary files, while seek() works as expected on the same connection - see example below: > con = file(nm, "rb") > isSeekable(con) [1] FALSE > readBin(con, double(), 10) [1] 7.263824e-317 5.968155e-317 2.340685e-317 2.734062e-312 4.088386e-312 4.670335e-317 [7] 6.097545e-317 3.396341e-312 6.615484e-317 1.365171e-312 > readBin(con, double(), 10) [1] 1.303796e-317 5.577835e-317 3.409314e-312 1.303543e-317 3.893617e-317 4.077940e-312 [7] 6.910006e-313 2.694357e-318 4.088373e-...
2010 Mar 03
0
Is this a bug?
Hi List, I'm working on making one of my applications multi-lingual and find that I have this problem. The SayDigits and SayNumber functions in 1.4.26.2 recognize but don't process the CHANNEL(language) function. Here's a snippet to verify. exten => 317,1,Answer exten => 317,n,playback(tt-monkeysintro) exten => 317,n,Set(CHANNEL(language)=es) exten => 317,n,Wait(2) exten => 317,n,SayDigits(123) exten => 317,n,SayNumber(1) exten => 317,n,playback(vm-goodbye) exten => 317,n,Set(CHANNEL(language)=en) exten => 317,n,Wai...
1999 May 04
5
smbpasswd question
Do you have to enable encrypted passwords for smbpasswd to work? I have yet to enable encryption because I wanted to test everything first, but have enabled 'update encrypted = Yes' so that this will update the smbpasswd file. I also have 'unix password sync = Yes'. However, I cannot get smbpasswd to change the passwords, either by user or root. Any suggestions? Carey
2003 Aug 03
1
Getting an error
Hello, Just installed shorewall 1.4.6a on Redhat 9. Using two-interface and NAT. Getting this error on starting shorewall Processing /etc/shorewall/ecn... Activating Rules... Adding IP Addresses... /usr/share/shorewall/firewall: line 317: [: 213.94.193.89: integer expression expected/usr/share/shorewall/firewall: line 317: 32 - 213.94.193.89 : syntax error in expression (error token is ".94.193.89 ")/usr/share/shorewall/firewall: line 360: 3579756890 & : syntax error: operand expected (error token is " "...
2000 Dec 18
1
1.2.0 segfault
...) at duplicate.c:140 #2 0x55518 in Rf_duplicate (s=0x99c508) at duplicate.c:133 #3 0x55518 in Rf_duplicate (s=0xc63468) at duplicate.c:133 #4 0x5b958 in do_set (call=0xb72804, op=0x1c6304, args=0xb727cc, rho=0x499a38) at eval.c:1012 #5 0x5a114 in Rf_eval (e=0xb72804, rho=0x499a38) at eval.c:317 #6 0x5b300 in do_begin (call=0xb739ac, op=0x1c6294, args=0xb72820, rho=0x499a38) at eval.c:803 #7 0x5a114 in Rf_eval (e=0xb739ac, rho=0x499a38) at eval.c:317 #8 0x5a730 in Rf_applyClosure (call=0x49a264, op=0x904f24, arglist=0x4bb21c, rho=0x4bb3c0, suppliedenv=0x49a210) at eval.c:501 #9...
2008 Jun 03
1
IBM-AIX 5.2 (GCC 4.2.4 installed) - Error while executing 'make'
...ue.o util.o version.o vfonts.o xxxpr.o mkdtemp.o libs/*o ranlib libR.a gcc -std=gnu99 -Wl,-brtl -Wl,-bexpall -lc -Wl,-bE:../../etc/R.exp -L/usr/local/lib -o R.bin Rmain.o libR.a -lgfortran -lm /opt/pware/lib/gcc/powerpc-ibm-aix5.2.0.0/4.2.4/libgcc.a -lg -lintl -ldl -lm ld: 0711-317 ERROR: Undefined symbol: .dcopy ld: 0711-317 ERROR: Undefined symbol: .dtrsm ld: 0711-317 ERROR: Undefined symbol: .ddot ld: 0711-317 ERROR: Undefined symbol: .dnrm2 ld: 0711-317 ERROR: Undefined symbol: .dtrsl ld: 0711-317 ERROR: Undefined symbol: .dscal ld: 0711-317 ERROR: Undefined symbol: .dpof...
2001 Jan 23
0
1.2.1 segfault
...tchOrEval (call=0x3a94d0, generic=0x1632e8 "[", args=0x3a94b4, rho=0xd9da48, ans=0xefffc1c4, dropmissing=0) at eval.c:1386 #7 0xbea40 in do_subset (call=0x3a94d0, op=0x1c3754, args=0x3a94b4, rho=0xd9da48) at subset.c:471 #8 0x56aa0 in Rf_eval (e=0x3a94d0, rho=0xd9da48) at eval.c:317 #9 0x582c0 in do_set (call=0x3a95cc, op=0x1c3834, args=0x3a95b0, rho=0xd9da48) at eval.c:1008 #10 0x56aa0 in Rf_eval (e=0x3a95cc, rho=0xd9da48) at eval.c:317 #11 0x57c8c in do_begin (call=0x3c0e84, op=0x1c37c4, args=0x3a96e4, rho=0xd9da48) at eval.c:803 #12 0x56aa0 in Rf_eval (e=0x3c0e84,...
2001 Jul 06
4
ext3 0.9.0 compile failure
...ompile 0.9.0 with kernel 2.4.6 on a RH7.1 machine with the latest gcc updates installed. gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=k6 -c -o sysctl.o sysctl.c sysctl.c:317: `journal_oom_retry' undeclared here (not in a function) sysctl.c:317: initializer element is not constant sysctl.c:317: (near initialization for `fs_table[14].data') make[2]: *** [sysctl.o] Error 1 Klaasjan Brand kjb@dds.nl
2006 Mar 21
3
Autocomplete and WIKI
...complete is there a way to have it display something but have a value of something else, the way a select box works. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419 ******************** ******************** This E-mail (and attachments) may contain confidential/privileged information intended only for the named addressee(s). If you are not an intended recipient, do not read, copy, disseminate or take any action based on the con...