search for: julien

Displaying 20 results from an estimated 905 matches for "julien".

Did you mean: julian
2006 Nov 15
1
Building R (PR#9366)
Hello, =20 I get this error when I try to install R-2.4.0 on Solaris 10 =20 Any Assistance would be greatly appreciated =20 The ./configure thing passed but then on gmake I get : =20 Undefined first referenced symbol in file __builtin_isnan arithmetic.o ld: fatal: Symbol referencing errors. No output written to R.bin
2015 Apr 09
42
[Bug 89969] New: vaDriverInit fails with gallium/nouveau driver
...au driver Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: julien.isorce at gmail.com QA Contact: nouveau at lists.freedesktop.org Created attachment 114987 --> https://bugs.freedesktop.org/attachment.cgi?id=114987&action=edit build: enable va with nouveau driver When running vainfo: libva info: VA-API version 0.37.1 libva info: va_getDriverNa...
2013 Nov 19
7
[PATCH] libxc/arm: align to page size the base address of the device tree
xc_dom_alloc_segment requires start address to be page align. Signed-off-by: Julien Grall <julien.grall@linaro.org> --- tools/libxc/xc_dom_arm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/libxc/xc_dom_arm.c b/tools/libxc/xc_dom_arm.c index ffe575b..366061d 100644 --- a/tools/libxc/xc_dom_arm.c +++ b/tools/libxc/xc_dom_arm.c @@ -290,6 +290,8 @@ int arch_s...
2013 Mar 18
2
[LLVMdev] [vmkit]Errors when compiling vmkit
...LLVM without errors. I have tested with and without optimizations but this is the same for the errors. My configuration for LLVM is just : ./configure; make Apparently we can build vmkit with OpenJDK instead of GNU Classpath, so I configured vmkit with : ./configure --with-llvm-config-path=/home/julien/vm/llvm-3.2.src/Release+Asserts/bin/llvm-config --with-classpath-impl=openjdk --with-openjdk-path=/usr/lib64/jvm/java-1.7.0-openjdk But when I compile vmkit I have this error : [vmkit ./lib/j3/ClassLib/OpenJDK]: Compiling 'JavaUpcalls.cpp' In file included from JavaUpcalls.cpp:1048: /home...
2007 Apr 11
4
RSpec plugin for RadRails
Hi, Is there already a plugin for RadRails that would support RSpec ? Thx Julien -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070411/1c9aca29/attachment.html
2013 Mar 19
0
[LLVMdev] [vmkit]Errors when compiling vmkit
Hi Julien, Due to some new commits, openjdk build is broken for the moment. We are fixing this. You can temporarily use the following commit to try VMKit with OpenJDK implementation. d9bf3794d66a116999f8f16d0799fba6fe5bd822 just call the following command in your vmkit directory: git checkout d9bf3794d...
2008 Jun 12
4
problem with function "rep"
...d if i calculate the length of the vector obtained after replication, I dont always get x(10000) but sometimes I get x sometimes I get 9999 instead of 10000. Has this problem been reported before? Do you need more information on my specific program. Thanks for your time and help, Best regards, Julien Hunt Julien Hunt, PhD student and teaching assistant, Institute of Statistics, Université Catholique de Louvain, Voie du Roman pays 20 B-1348 Louvain-La-Neuve, Belgium E-mail: Julien.Hunt@uclouvain.be Tel: +32 10 / 47 94 01 ***************************************************** [[alternative HT...
2018 Nov 22
4
Samba4 multiple DCs replication
Hai Julien, Ah, ok, then im suspecting a regression bug here. For some reason somethings this happens, if you've had rebooted the servers, it would probely be fixed also. There where some older reports on this, but good to know its back or still there A manual run of : samba_dnsupdate --all-names --v...
2013 Oct 23
3
[PATCH] xen/arm: add_to_physmap_one: Avoid to map mfn 0 if an error occurs
By default, the function add_to_physmap_one set mfn to 0. Some code paths that result to an error, continue and the map the mfn 0 (valid on ARM) to the slot given by the guest. To fix the problem, return directly an error if sanity check has failed. Signed-off-by: Julien Grall <julien.grall@linaro.org> --- xen/arch/arm/mm.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xen/arch/arm/mm.c b/xen/arch/arm/mm.c index 474dfef..eaeb0c3 100644 --- a/xen/arch/arm/mm.c +++ b/xen/arch/arm/mm.c @@ -981,6 +981,8 @@ static int xenmem_add_to_physmap_one(...
2013 Nov 14
4
[PATCH] xen/arm: Allow balooning working with 1:1 memory mapping
...ith the lake of iommu, dom0 must have a 1:1 memory mapping for all these guest physical address. When the ballon decides to give back a page to the kernel, this page must have the same address as previously. Otherwise, we will loose the 1:1 mapping and will break DMA-capable device. Signed-off-by: Julien Grall <julien.grall@linaro.org> CC: Keir Fraser <keir@xen.org> CC: Jan Beulich <jbeulich@suse.com> --- xen/common/memory.c | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/xen/common/memory.c b/xen/common/memory.c ind...
2007 Apr 04
3
Power analysis and mixed model
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070404/0f61f54a/attachment.pl
2008 Jul 30
2
[LLVMdev] More llvm-gcc build breakage
On Wed, Jul 30, 2008 at 11:32:18AM -0700, Bill Wendling wrote: > On Jul 30, 2008, at 11:17 AM, Julien Lerouge wrote: >> ../../../llvm-gcc4.2-src/gcc/libgcc2.c:2095: error: conflicting types >> for 'VirtualProtect' >> >> c:/cygwin/home/jlerouge/buildbot/llvm/lib/../include/winbase.h:1998: >> error: previous declaration of 'VirtualProtect' was here >&g...
2018 Nov 22
4
Samba4 multiple DCs replication
Le 21/11/2018 à 17:47, Rowland Penny via samba a écrit : > On Wed, 21 Nov 2018 17:33:28 +0100 > Julien TEHERY via samba <samba at lists.samba.org> wrote: > >> Another thing, I see that only DC1 has OUTBOUND NEIGHBORS (all failed >> with an WERR_FILE_NOT_FOUND error) >> All the other DCs have only an INBOUND NEIGHBORS and no OUTBOUND >> NEIGHBORS > You have problem...
2011 Aug 01
1
[Gluster 3.2.1] Réplication issues on a two bricks volume
...Replicate Status: Started Number of Bricks: 2 Transport-type: tcp Bricks: Brick1: toomba-svg.coe.int:/storage/backup Brick2: kaiserstuhl-svg.coe.int:/storage/backup Options Reconfigured: performance.write-behind-window-size: 16MB performance.cache-size: 256MB diagnostics.brick-log-level: WARNING *Julien Groselle* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20110801/a6afd162/attachment.html>
2009 Sep 11
4
[LLVMdev] LLVM-GCC & GV zeroinitializers, 2.5 vs 2.6.
...With the current 2.6, I get this: %0 = type { i8, [11 x i8] } %struct.foo = type { i8, i32, i32 } @myFoo = global [5 x %0] zeroinitializer, align 32 Is there any reason for the change ? It is weird that in the end, with 2.6 myFoo doesn't have the [5 x %struct.foo]* type. Thanks, Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com
2007 Feb 25
3
If you had just one book on R to buy...
...cal Analysis Using R, but I'd like to have something more complete, both on the statistical point of view and on R usage. I thought that "Modern applied statistics with S-Plus" would be a good choice, but maybe some of you could have interesting suggestions ? Thanks in advance, -- Julien
2020 Feb 20
2
Test failure on ARM: backtrace_append
Le 20 f?vrier 2020 13:37:20 GMT-05:00, Aki Tuomi <aki.tuomi at open-xchange.com> a ?crit : > >> On 20/02/2020 20:31 Julien Lepiller <julien at lepiller.eu> wrote: >> >> >> Le 20 f?vrier 2020 12:58:52 GMT-05:00, Aki Tuomi ><aki.tuomi at open-xchange.com> a ?crit : >> > >> >> On 20/02/2020 18:56 Julien Lepiller <julien at lepiller.eu> wrote: >> >>...
2006 Apr 02
3
tc patched doesn''t work with WFQ
...loaded, and when I compile *sch_wfq* as a module, I retry the tc command above (the first one). I had the error mesage, and I see (with lsmod) that the module is "unused". Well, it''s pretty obvious that tc didn''t use it. Any help is needed, thank you in advance. - -- Julien BISCONTI <julien.bisconti@student.fundp.ac.be> M.Sc. student in Computer Science, University of Namur FUNDP, Belgium -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEMCheT4AXxTE7uXcRAr9dAJ9/y60SIhegqE7v40...
2009 Jul 31
2
merging two data frame with colomns of different length
...t;- c('a','b','d','d') Id02 <- paste(Id2, Habit2,sep=".") Area <- c(10,2,3,5) data2 <- data.frame(cbind(Id02, Area)) # result that I would like Area2 <- c(10, 0, 0, 2, 0, 0, 3, 5, 0) result <- data.frame(cbind(Id01, Area2)) Thank's -- Julien Beguin
2013 Oct 30
4
Re: Issue with ARM: Network doesn't work in the guest
2013/10/29, mail fetch <fetchmail.0104@gmail.com>: > Hi all, > > I just saw a know bug from wiki that network doesn''t work in guest in > arndale board : > > Network doesn''t work in the guest > > Contact: julien.grall@citrix.com > Status: In progress > Description: Network doesn''t work in the guest when an ehternet cable is > plugged > References: http://pastebin.com/gEP3HdCg > > What''s the latest status? > > best regards > Mail > Any comments? best regards...