search for: testbuild

Displaying 20 results from an estimated 21 matches for "testbuild".

2020 Jul 21
0
Errors observing when talloc-2.3.1 is cross compiled
...-linux-gnueabi-gcc', '-MMD', '-I/home/balaram/MOXA/talloc-2.3.1/buildtools/wafsamba', '-I.', '-I../..', '-I.', '-I../..', '../../test.c', '-c', '-o/home/balaram/MOXA/talloc-2.3.1/bin/.conf_check_79f1972132b1b06dc8dfdcac62686566/testbuild/default/test.c.1.o', '-I/projects/cpss4.2.2019.2/Marvell_toolchain_201201/armv7-marvell-linux-gnueabi-softfp_i686/arm-marvell-linux-gnueabi/libc/usr/include/'] [2/3] Linking ^[[33mbin/.conf_check_79f1972132b1b06dc8dfdcac62686566/testbuild/default/testprog^[[0m ['arm-marvell-linux-g...
2008 Nov 18
2
[LLVMdev] print out instruction
When I try to print out a instruction by the following way, I am getting the error message below. Anyone knows what's the problem? Instruction* inst; ... inst-print(cerr); testbuild.cpp:178: error: no matching function for call to 'llvm::Instruction::print(llvm::OStream&)' /x/pchsu/llvm/llvm-2.4/include/llvm/Value.h:83: note: candidates are: void llvm::Value::print(std::ostream&, llvm::AssemblyAnnotationWriter*) const /x/pchsu/llvm/llvm-2.4/include/llvm/Value.h...
2006 Oct 04
2
Crash in cb_search.c, line 414
...LEXITY are userconfigurable, I'll ask and see what he's set them to. I must admit I'm a bit stumped as to why it's just this one user that has this problem :( I've been completely unable to replicate the problem here. I've added stackframe output on crashes to the latest testbuild, I'll have the user use that. At least then I can say what j and best_ntarget[j] is.
2014 Mar 17
2
[PATCH] virtio-blk: make the queue depth configurable
On Mon, 2014-03-17 at 14:25 +1030, Rusty Russell wrote: > Erk, our tests are insufficient. Testbuilding an allmodconfig with this > now: Good idea. > diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h [] > @@ -188,6 +188,9 @@ struct kparam_array > /* Default value instead of permissions? */ \ > static int __param_perm_check_##name __attribute__((unused))...
2014 Mar 17
2
[PATCH] virtio-blk: make the queue depth configurable
On Mon, 2014-03-17 at 14:25 +1030, Rusty Russell wrote: > Erk, our tests are insufficient. Testbuilding an allmodconfig with this > now: Good idea. > diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h [] > @@ -188,6 +188,9 @@ struct kparam_array > /* Default value instead of permissions? */ \ > static int __param_perm_check_##name __attribute__((unused))...
2017 Sep 14
2
Running COS 7.1708 on VirtualBox 5.1.28
Anyone else having issues getting the VB drivers to load on 1708? I keep gettting an "Error: unable to find the sources of your current Linux kernel..." message. I do have kernel-devel installed and I had no issues running 1611 on the same host. Thanks
2014 Mar 14
2
[PATCH] virtio-blk: make the queue depth configurable
On Fri, Mar 14, 2014 at 10:38:40AM -0700, Joe Perches wrote: > > +static int queue_depth = 64; > > +module_param(queue_depth, int, 444); > > 444? Really Ted? Oops, *blush*. Thanks for catching that. - Ted
2014 Mar 14
2
[PATCH] virtio-blk: make the queue depth configurable
On Fri, Mar 14, 2014 at 10:38:40AM -0700, Joe Perches wrote: > > +static int queue_depth = 64; > > +module_param(queue_depth, int, 444); > > 444? Really Ted? Oops, *blush*. Thanks for catching that. - Ted
2017 Sep 14
1
Running COS 7.1708 on VirtualBox 5.1.28
...Box 5.1.26. And yes, there's some trouble with it with > the latest update. Check out the CentOS 1708 release notes. > > Workaround is to use VirtualBox 5.1.26 with the 5.1.27 > VBoxGuestAdditions.iso. Tried this out here, works perfectly. > > https://www.virtualbox.org/wiki/Testbuilds > > Cheers, > > Niki > > -- > Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 > Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : > 04 66 63 10 32 _______________________________________________ > CentOS ma...
2014 Jun 21
1
broken samba-4.1.8 waf configure
...crypto : 21:53:04 runner /usr/bin/gcc -MD -I/usr/local/include -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 ../test.c -c -o default/test_1.o 21:53:04 runner /usr/bin/gcc default/test_1.o -o /scratch01/gigo.d1/gigo.d/samba-4.1.7/bin/.conf_check_0/testbuild/default/testprog -fstack-protector -Wl,-no-undefined -L/usr/local/lib -Wl,-Bdynamic -lk5crypto not found i find it peculiar that the gssapi/gssapi_krb5.h test used the proper -I flag, but the k5crypto test included NEITHER the proper -I flag nor the -L flag. nor did it find -lk5crypto in the loca...
2014 Mar 19
5
[PATCH] virtio-blk: make the queue depth configurable
Joe Perches <joe at perches.com> writes: > On Sun, 2014-03-16 at 22:00 -0700, Joe Perches wrote: >> On Mon, 2014-03-17 at 14:25 +1030, Rusty Russell wrote: >> >> > Erk, our tests are insufficient. Testbuilding an allmodconfig with this >> > now: >> >> Good idea. >> >> > diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h >> [] >> > @@ -188,6 +188,9 @@ struct kparam_array >> > /* Default value instead of permissions? */...
2014 Mar 19
5
[PATCH] virtio-blk: make the queue depth configurable
Joe Perches <joe at perches.com> writes: > On Sun, 2014-03-16 at 22:00 -0700, Joe Perches wrote: >> On Mon, 2014-03-17 at 14:25 +1030, Rusty Russell wrote: >> >> > Erk, our tests are insufficient. Testbuilding an allmodconfig with this >> > now: >> >> Good idea. >> >> > diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h >> [] >> > @@ -188,6 +188,9 @@ struct kparam_array >> > /* Default value instead of permissions? */...
2017 Sep 14
0
Running COS 7.1708 on VirtualBox 5.1.28
...ost. I think you mean VirtualBox 5.1.26. And yes, there's some trouble with it with the latest update. Check out the CentOS 1708 release notes. Workaround is to use VirtualBox 5.1.26 with the 5.1.27 VBoxGuestAdditions.iso. Tried this out here, works perfectly. https://www.virtualbox.org/wiki/Testbuilds Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32
2015 Feb 11
0
Samba 4.2.0rc4 fails to start up
...39;, '-D_XOPEN_SOURCE_EXTENDED=1', '../test.c', '-c', '-o', 'default/test_1.o'] [2/2] Linking default/testprog ['/opt/local/bin/gcc', 'default/test_1.o', '-o', '/home/projects/tools/samba/samba-4.2.0rc4.i386gcc.pt/bin/.conf_check_0/testbuild/default/testprog', '-R/opt/local/samba4/lib:/opt/local/samba4/lib/private:/opt/local/lib', '-L/opt/local/lib', '-liconv', '-lintl', '-fstack-protector', '-lpthread', '-L/usr/local/lib'] returncode -11 not found Tom Schulz Applied Dyna...
2014 Mar 17
0
[PATCH] virtio-blk: make the queue depth configurable
...> writes: > On Fri, Mar 14, 2014 at 10:38:40AM -0700, Joe Perches wrote: >> > +static int queue_depth = 64; >> > +module_param(queue_depth, int, 444); >> >> 444? Really Ted? > > Oops, *blush*. Thanks for catching that. Erk, our tests are insufficient. Testbuilding an allmodconfig with this now: diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h index 175f6995d1af..626b85888a6b 100644 --- a/include/linux/moduleparam.h +++ b/include/linux/moduleparam.h @@ -188,6 +188,9 @@ struct kparam_array /* Default value instead of permissions? */...
2014 Mar 17
0
[PATCH] virtio-blk: make the queue depth configurable
On Sun, 2014-03-16 at 22:00 -0700, Joe Perches wrote: > On Mon, 2014-03-17 at 14:25 +1030, Rusty Russell wrote: > > > Erk, our tests are insufficient. Testbuilding an allmodconfig with this > > now: > > Good idea. > > > diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h > [] > > @@ -188,6 +188,9 @@ struct kparam_array > > /* Default value instead of permissions? */ \ > > static int __par...
2014 May 31
0
broken samba-4.1.7 waf configure
...crypto : 21:53:04 runner /usr/bin/gcc -MD -I/usr/local/include -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 ../test.c -c -o default/test_1.o 21:53:04 runner /usr/bin/gcc default/test_1.o -o /scratch01/gigo.d1/gigo.d/samba-4.1.7/bin/.conf_check_0/testbuild/default/testprog -fstack-protector -Wl,-no-undefined -L/usr/local/lib -Wl,-Bdynamic -lk5crypto not found i find it peculiar that the gssapi/gssapi_krb5.h test used the proper -I flag, but the k5crypto test included NEITHER the proper -I flag nor the -L flag. nor did it find -lk5crypto in the loca...
2016 Mar 15
0
Building smbclient 4.3.3 issues with lttng-ust
...;, 'default/test_1.o'] [2/2] Linking default/libtestprog.so ['/opt/windriver/6.0/2016.048/i686/compiler/bin/gcc', 'default/test_1.o', '-o', '/opt/workspace/WS/Team_Razor_D3.6/_artifacts_/x86-wr6-0/system/xad/nc/toolkits/src/samba/samba-4.3.3/obj/bin/.conf_check_0/testbuild/default/libtestprog.so', '-lpthread', '-Wl,-no-undefined', '-shared', '-Wl,-Bdynamic', '-llttng-ust'] yes and displayed to terminal: Checking for lttng-ust : not found Checking for...
2006 Oct 04
2
Crash in cb_search.c, line 414
Jean-Marc Valin wrote: > That's quite strange. The only thing I can say is that the bug is most > likely *not* around line 414. It's probably some sort of memory > corruption somewhere else (quite possibly outside of Speex). Do you have > any more information? What CPU? What's the value of best_ntarget[j]? Is > SSE enabled? What's the allocation method
2014 Mar 19
0
[PATCH] virtio-blk: make the queue depth configurable
...ty Russell <rusty at rustcorp.com.au> wrote: > Joe Perches <joe at perches.com> writes: >> On Sun, 2014-03-16 at 22:00 -0700, Joe Perches wrote: >>> On Mon, 2014-03-17 at 14:25 +1030, Rusty Russell wrote: >>> >>> > Erk, our tests are insufficient. Testbuilding an allmodconfig with this >>> > now: >>> >>> Good idea. >>> >>> > diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h >>> [] >>> > @@ -188,6 +188,9 @@ struct kparam_array >>> > /* Default va...