search for: ocal

Displaying 20 results from an estimated 53 matches for "ocal".

Did you mean: local
2006 Jun 13
2
levelplot and source() problems
...elplot) when sourcing lptest.r below, it's very much like what went on in the more complex example. best Niels Debugging levelplot: > library(lattice) > debug(levelplot) > source("lptest.r") [1] "test" debugging in: levelplot(matrix(11:14, 2, 2)) debug: { ocall <- match.call() formula <- ocall$formula if (!is.null(formula)) { warning("The 'formula' argument has been renamed to 'x'. See ?xyplot") ocall$formula <- NULL if (!("x" %in% names(ocall))) ocall$x <- formul...
2010 Sep 10
0
Asterisk SIP woes
...tum DX ch |01/01| 2010/09/10|16:53:42:560 |h323[-1774588488] [0]: h323mgr:RcvIncomingCall [ch] Call Source < 10.152.0.155:46124> ch |01/01| 2010/09/10|16:53:42:635 |CH: iprg name=IPRG-default. ocall[177]: FaxRelay:1 FaxModemCoding:0 RXGain:0 TXGain:0 IdleNoiseLevel:-7000 QOSType:0 QOSValue:176 ocall[177]: rejectNoCID:0 minimumANILength:1 rejectNoCIDCause:21 ocall[177]:RcvSetup() iprgIndex=0 numIncCalls=0/-1 ma...
2007 Apr 26
2
evaluation in unattached namespace
...buglet in lattice: If lattice is _not_ attached, I get > lattice::dotplot(~1:10) Error in eval(expr, envir, enclos) : could not find function "bwplot" This happens because of this: > lattice:::dotplot.formula function (x, data = NULL, panel = "panel.dotplot", ...) { ocall <- ccall <- match.call() ccall$data <- data ccall$panel <- panel ccall[[1]] <- as.name("bwplot") ans <- eval.parent(ccall) ans$call <- ocall ans } <environment: namespace:lattice> That is, ccall is eval()-ed in the global environment wh...
2005 Sep 07
0
[fdo] Open Clip Art Library Release 0.17 Announcement :: www.openclipart.org
Sept 7, 2005 UTC - Release 0.17 of the Open Clip Art Library (http://www.openclipart.org) is now available on-line for download as an individual package consisting of over 5000 images submitted by over 500 international artists. The size of this release successfully exceeds the months "OCAL 5K Pledge" of 5000 images thanks to the contributions by new and old contributors. A quick overview of this release: * Library consists of over 5000 images! * New Clip Art Browser by Greg Steffensen * Document Management System (DMS) now linked into website for testing * New...
2009 Mar 31
0
[fdo] Open Clip Art Library Release 0.19 Announcement and OCAL10K Goal Exceeeded
...rch 31, 2009 - Release 0.19 of Open Clip Art Library (http://www.openclipart.org), containing over 12,000 high quality scalable vector graphics (SVG) files released into the public domain by over a 1000 artists, is now available for download and use. In celebration of this accomplishment, since OCAL???s last release happened in 2005, and March being 5th anniversary of the Open Clip Art Library (OCAL), the OCAL community set a goal to achieve 10,000 uploaded pieces of vector graphics. The project achieved this with the 10,000th submission from user Boobaloo who uploaded a graphic of an onio...
2009 Oct 31
3
unable to compile RODBC (R 2.9.2, AIX)
Hello -- I am trying to compile (linker error, not compiler error) RODBC for R 2.9.2 on AIX 5.3 using gcc. I get the following error: gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/usr/lib -L/usr/X 11R6/lib -L/usr/local/lib -L/opt/freeware/lib -L/opt/freeware/lib64 -o RODBC.so RODBC.o -lodbc -lm -L/usr/l ocal/builddir/lib -lR ld: 0711-738 ERROR: Input file /usr/lib/libodbc.so: XCOFF32 object files are not allowed in 64-bit mode. collect2: ld returned 8 exit status gmake: *** [RODBC.so] Error 1 ERROR: compi...
2001 Nov 12
2
problem with make on solaris 8 and openssh 3.0p1
Hi. After I've run the configure (./configure --prefix=/usr/local --without-rsh --disable-suid-ssh --sysconfdir=/usr/local/etc --with-ssl-dir=/usr/local/ssl --with-tcp-wrappers) and want to run the make (make -d -d) script, I get this error msg: Finished prerequisites of target file `inet_aton.o'. Must remake target `inet_aton.o'. make[1]: Entering d...
2004 Aug 06
1
ices 0.3 on FreeBSD
I have successfully compiled Ices 0.3 on FreeBSD (4.7 and 4.9). You need to make sure that ALL the dependicies are installed (some depend on others) and when compiling them, that they compile with no problems. <p>Include some output of what errors you are getting and I #should# be able to help you on your way. <p>>From: "dave" <dmehler26@woh.rr.com>
2004 Jun 07
2
IAX Won't Pass Caller ID
...ing the output from both servers below. We tried setCallerId in several different ways. We see the value get passed to the IAX tunnel, but we do not see it in the call setup messages on the other side. Can someone shed any light on what we are doing wrong? Thanks, John ? == Spawn extension (local, 6201, 1) exited non-zero on 'IAX2[arlington@PASSWORD]/16384' ? ? -- Hungup 'IAX2[arlington@PASSWORD]/16384' ? ? -- Executing Dial("SIP/6201-dd24", "IAX2/raleigh:PASSWORD@192.168.2.10/8010@local") in new stack ? ? -- Called raleigh:PASSWORD@192.168.2.10/8010@loca...
2007 Jul 10
1
Lattice: vertical barchart
barchart(Titanic, stack=F) produces a very nice horizontal barchart. Each panel has four groups of two bars. barchart(Titanic, stack=F, horizontal=F) doesn't produce the results I would have expected, as it produces this warning message: Warning message: y should be numeric in: bwplot.formula(x = as.formula(form), data = list(Class = c(1, And it results in each panel having 22 groups of
2002 Aug 09
1
Can't find recent OpenSSL libcrypto
...regarding this. I am trying to install openssh-3.4p1 on a SUN box running Solaris8. I installed Openssl and Zlib as mentioned by the readme and am specifying the prefixes right by issuing the following command for configure, ./configure --with-prefix=/usr --sysconfdir=/etc/ssh --with-ssl-dir=/usr/local/ssl/lib/ --with-zlib=/usr/l ocal/zlib/libz.a and inspite of numerous attempts and trying to decipher it i end up with the dreaded message, "configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) **" I did find a message in the archives which address...
2008 Dec 18
1
configure option --with-ogg broken?
...ome benchmarking and testing). While doing so I found out that --with-ogg seems to do nothing. If I simply run: .configure --with-ogg=$HOME The build succeeds also it shouldn't (I don't have ogg installed at $HOME). As an example here is the last line that make executes. gcc -I/usr/local/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o .libs/dump_video dump_video.o ../lib/.libs/libtheora.so -L/usr/local/lib /usr/local/lib/libogg.so . Btw - my problem is exactly the other way around. I try to link to a cross-compiled lib...
2002 Nov 27
0
samba 2.2.7 Install Errors on Slack 8.1
...mba, the docs on samba.org, or in this newsgroup, or even anything similar. A quote of the output from 'make' follows: --BEGIN QUOTE-- Using FLAGS = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLOGFILEBASE="/usr/local/samba/var" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba /lib/lmhosts" -DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samb a/bin" -DLOCKDIR="/usr/local/samba/var/locks" -DCODEPAGEDIR="/usr/local/s...
2010 Mar 24
2
Multi-panel Pie Charts.
...pie(as.numeric(x), labels = labels, edges = edges, radius = radius, clockwise = clockwise, init.angle = init.angle, angle = angle, density = density, col = col, border = border, lty = lty) } piechart <- function(x, data = NULL, panel = "panel.piechart", ...) { ocall <- sys.call(sys.parent()) ocall[[1]] <- quote(piechart) ccall <- match.call() ccall$data <- data ccall$panel <- panel ccall$default.scales <- list(draw = FALSE) ccall[[1]] <- quote(lattice::barchart) ans <- eval.parent(ccall) ans$call <- o...
2001 Feb 21
2
can't get tinc to compile..
...y `/usr/src/tinc-1.0pre3/lib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/tinc-1.0pre3/lib' Making all in src make[2]: Entering directory `/usr/src/tinc-1.0pre3/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../intl -g -O2 -DPKGLIBDIR=/ usr/local/lib/tinc -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/l ocale\" -c conf.c In file included from net.h:110, from conf.h:26, from conf.c:37: connlist.h:26: openssl/evp.h: No such file or directory connlist.h:27: openssl/rsa.h: No su...
2000 Jan 17
1
pre27 compilation fails on Sol7 box
Something strange happens when I compile the pre27 SSH: ocal/ssh//include -DETCDIR=\"/usr/local/ssh//etc\" \ -DSSH_PROGRAM=\"/usr/local/ssh//bin/ssh\" \ -DSSH_ASKPASS_DEFAULT=\"/usr/local/ssh//libexec/ssh/ssh-askpass\" \ -DHAVE_CONFIG_H -c atomicio.c In file included from includes.h:106, from atomicio.c:26:...
2003 Mar 27
2
Samba and CCC
...point me in the right direction for a solution to this dilemma? ==================== ERROR MESSAGE ==================== Using FLAGS = -O -fast -O4 -ev56 -Iinclude -I./include -I./ubiqx - -I./smbwrapper -D_LA RGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE - -DLOGFILEBASE="/usr/l ocal/samba/var" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" - -DLMHOSTSFILE=" /usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/local/samba/swat" - -DSBINDIR= "/usr/local/samba/bin" -DLOCKDIR="/usr/local/samba/var/locks" - -DCODEPAGEDIR= "/usr/l...
2020 Aug 05
3
CentOS Security Advisories OVAL feed??
.../redhat-release,/etc/centos-release,g' -e 's/199e2f91fd431d51/05b555b38483c65d/g' However, the question could be asked if such an OVAL file would be of any use, in the light of possibly missing CESA announce e-Mails, because that advisory information must some be translated into the OCAL XML. Having said all this: maybe there is some deeper problem here, because of that pattern of missing announce e-mails that correspond with packages that differ in the final version number with respect to the upstream package. Or is this just a coincidence? peter
2002 Mar 18
1
Need help with buildpkg script
Ben, I am trying to create a package for Openssh.3-1p1, but the /contrib/solaris/buildpkg.sh script failes with the following errors: ./mkinstalldirs /tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/b in mkdir /tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/bin ./mkinstalldirs /tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/s bin mkdir /tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/sbin ./mkinstalldirs /tools/OpenSSH/openssh-3.1p1/contrib/solaris/p...
2006 Aug 09
1
GemNotFoundException installing Rails - actionpack not in the repository
Hi all, I got an error on gem install rails which I do not understand? What am I doing wrong? Any help or suggestions will be greatly appreciated. Cheers, Onno ttempting local installation of ''rails'' ocal gem file not found: rails*.gem ttempting remote installation of ''rails'' pdating Gem source index for: http://gems.rubyforge.org nstall required dependency rake? [Yn] nstall required dependency activesupport? [Yn] nstall required depen...