search for: fiv

Displaying 12 results from an estimated 12 matches for "fiv".

Did you mean: fi
2012 Mar 15
1
eigenvalues of matrices of partial derivatives with ryacas
Hello, I am trying to construct two matrices, F and V, composed of partial derivatives and then find the eigenvalues of F*Inverse(V). I have the following equations in ryacas notation: > library(Ryacas) > FIh <- Expr("betah*Sh*Iv") > FIv <- Expr("betav*Sv*Ih") > VIh <- Expr("(muh + gamma)*Ih") > VIv <- Expr("muv*Iv") I successfully found the partial derivatives: > f11 <- deriv(FIh, "Ih") > f12 <- deriv(FIh, "Iv") > f21 <- deriv(FIv, "Ih&q...
2004 May 29
3
panel function in a conditioned lattice graphic
...The code that generates my graphic almost correctly is as follows: xyplot(coversage ~ dryout | year, data=dryoutcover, panel = function(x,y) { panel.lmline(x,y) one <- dryoutcover$block==1 two <- dryoutcover$block==2 thr <- dryoutcover$block==3 fou <- dryoutcover$block==4 fiv <- dryoutcover$block==5 six <- dryoutcover$block==6 grid.points(x[one], y[one], pch=49) grid.points(x[two], y[two], pch=50) grid.points(x[thr], y[thr], pch=51) grid.points(x[fou], y[fou], pch=52) grid.points(x[fiv], y[fiv], pch=53) grid.points(x[six], y[six], pch=54) } ) The...
2014 Feb 13
1
Segmentation fault in libdovecot-storage.so
...adrOaENqeeU4gBJNj633ZXrvpzObyO++rS3fycD3i0gw+V LSaa1IaAwb8fBfYkE8Nx997SJPS2fhd0f50ks8+Qf9k3yRal+MCOkBIIm+Wz4+lM 0BoYrInmpIP8qCZ27Dm2u1/Z6Apla8ZxlFEUdaiL4ryVFYN1GlfuYEVTuaBn1n5T By8VLPtKWRuujQ+eyx6ZTQzF6EqDvqbgJhGwRI2OQZnLgNoxI0PByOrhzhsGcYbq akooWof0XBAI3NYhhve18uj5+xy5vOUjXM1JKoqKhcQVR2NRY+mrNg== =FIv/ -----END PGP SIGNATURE-----
2012 Apr 10
3
Where is configure
Hello, I downloaded the complete src from cvs. and as normal, I try to run ./configure, but it does not exist. All the documentation talks about it, but it is nowhere to be found. Was it removed from src? Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20120409/89df06a8/attachment.htm
2018 Jun 08
3
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
One difference I notice is that in your failing example you are invoking /usr/bin/ld directly to link: /usr/bin/ld -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect2.o mux.o -L. -Lopenbsd-compat/ -Wl,-z,retpolineplt -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie -lssh -lopenbsd-compat -lutil -lz -lcrypt -lresolv whereas my example is
2016 Dec 04
2
CentOS 7
Hello List, I'm building a dovecot-2.2.27 RPM for CentOS 7 and running into some issues The dovecot.spec (http://pkgs.fedoraproject.org/cgit/rpms/dovecot.git/tree/dovecot.spec) file runs 'autoreconf -I . -fiv' for aarch64 support just before the %configure option but is failing This worked fine on <= 2.2.26.0 when there was an m4/*.m4 directory (with *.m4 in it) in the sources. Is there something I should be aware of? Was the m4 directory removed for a reason? As a workaround I created the...
2018 Sep 10
1
make check (pigeonhole)
...e/Makefile.in #export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fno-strict-aliasing" #export LDFLAGS="-Wl,-z,now -Wl,-z,relro -Wl,-z,relro" aclocal --install -I m4 autoreconf -I . -fiv ./configure???????????????????????????????????? \ ??? INSTALL_DATA="install -c -p -m644"???????? \ ??? --docdir=/usr/share/doc/dovecot-2.3.2.1???? \ ??? --disable-static?????????????????????????? \ ??? --disable-rpath??????????????????????????? \ ??? --with-nss??????????????????????...
2018 Sep 10
0
make check (pigeonhole)
...CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions > -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches > -fno-strict-aliasing" > #export LDFLAGS="-Wl,-z,now -Wl,-z,relro -Wl,-z,relro" > aclocal --install -I m4 > autoreconf -I . -fiv > > ./configure???????????????????????????????????? \ > ??? INSTALL_DATA="install -c -p -m644"???????? \ > ??? --docdir=/usr/share/doc/dovecot-2.3.2.1???? \ > ??? --disable-static?????????????????????????? \ > ??? --disable-rpath??????????????????????????? \ > ??? --w...
2018 Sep 09
3
make check (pigeonhole)
Hello list, During the 'make check' (pigeonhole) portion of a building (rpmbuild) a dovecot.spec file I'm getting the following error: testsuite(root): Fatal: Couldn't drop privileges: User is missing UID (see mail_uid setting) I'm not sure how to resolve this, and any help would be appreciated to help me finish the creating the rpm -- Eric Broch White Horse Technical
2018 Jun 08
4
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On 8 June 2018 at 11:21, PGNet Dev <pgnet.dev at gmail.com> wrote: > fyi > > add'l -- and looks unrelated -- issue > /usr/include/pthread.h:251:12: note: previous declaration of ?pthread_join? was here > extern int pthread_join (pthread_t __th, void **__thread_return); What included pthread.h? That's explicitly not supported by sshd: $ grep THREAD
2018 Jun 08
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On Thu, Jun 07, 2018 at 06:14:42PM -0700, PGNet Dev wrote: > On 6/7/18 6:08 PM, Darren Tucker wrote: > > Well the intent is you should be able to set CC and LD to whatever you > > want as long as they work. In this case, the OSSH_CHECK_LDFLAG_LINK > > test invokes autoconf's AC_LINK_IFELSE with uses CC not LD. I'm not > > sure what to do about it yet though. I
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...wT_t9j at n|WcBXG8I-Odz{fbcAU%%fDfdC?is353l!Y2E^2(s_HnHiEGi|oiE zh$0Ar<o`MMEi-{=`~Ci_oV at q$J@?#mw{y=qcbQDI12i8bD*Oio>IjLZ`9>IwBJ_b_ zB6Oq}S3ZO$9+)CR-WDN^M94<Tol at SBRJ3?w3KeYrGAZWAcO_ZR%KjZmYNb>wjPp|d zIE(Wd2!S3#n&#dLNm><ADZ97=g~iI7oqsJld|pKJ=b;=h9^$-1DJNYl8R7nEbQwU+ z3KdFIvsHC<N#s3Bl2LQ7Vm>HhHBhc7FBROOv*!22Tp69NR~0m;b|Hp))Fe^sIq1B_ zU2`923<+`{BqmZW53036o}G^b!3}am^>2`+=thW*heVGr?ix{v$9%z~DtM%fMAQl; z1=`JK*44EIU++l at 3jZPsUtX%Buo}SAWWJzzsk|mxSkTE9qcik!WNm)Q{WEo`M=2&3 z^OW<>(S<oQ3RKA~T`sQ)whq1~CH)w5LJzD><wHG9-3J*=nh$0}Wd6R?C^st`+EZuB z6`&a...