search for: workspac

Displaying 20 results from an estimated 2536 matches for "workspac".

Did you mean: workspace
2006 Jun 15
2
FastCGI can''t find rubygems?
...fastcgi, ruby bindings, etc). I had this all up and running perfectly with lighttpd, but now I''m switching over to Apache and it''s giving me this trouble. Any ideas would be appreciated! Thanks, Ryan [Thu Jun 15 18:52:46 2006] [warn] FastCGI: (dynamic) server "/Users/ryan/Workspace/rails/photos/public/dispatch.fcgi" started (pid 23792) /Users/ryan/Workspace/rails/photos/public/../config/boot.rb:18:in `require'': No such file to load -- rubygems (LoadError) from /Users/ryan/Workspace/rails/photos/public/../config/boot.rb:18 from /Users/ryan/Workspace/rails/phot...
2013 Jun 07
0
[LLVMdev] Build failure (tblgen crash) on Ubuntu
Hi all, I'm building clang on Ubuntu LTS 12.04 and it started blowing up since yesterday: $ make update svn update /home/csabaraduly/workspace/LLVM/llvm At revision 183495. At revision 183495. At revision 183495. At revision 183495. $ make all VERBOSE=1 for dir in lib/Support lib/TableGen utils lib/IR lib tools/llvm-config tools runtime docs unittests; do \ if ([ ! -f $dir/Makefile ] || \ command test $dir/Makefile -ot /home/c...
2013 May 30
5
[LLVMdev] compiler-rt tests in cmake?
...criptorSize Here's the log. Anything stand out to you? -- Testing: 15209 tests, 4 threads -- Testing: FAIL: AddressSanitizer :: Linux/unpoison_tls.cc (19 of 15209) ******************** TEST 'AddressSanitizer :: Linux/unpoison_tls.cc' FAILED ******************** Script: -- /local/mnt/workspace/draco/out/release_stage2/bin/clang -ccc-cxx -fsanitize=address -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -m64 -O1 /local/mnt/workspace/draco/compiler-rt/lib/asan/lit_tests/Linux/unpoison_tls.cc -o /local/mnt/workspace/draco/out/release_stage2/projects/comp...
2018 Jun 30
2
Using BuildMI to insert Intel MPX instruction BNDCU failed
...ction BNDCU with BuildMI. I add my machinefunctionpass at addPreEmitPass2. Here is the code of insertion: BuildMI(MBB, MI, DL, TII->get(X86::BNDCU64rr)).addReg(X86::BND2, RegState::Define).addReg(X86::R10); And here is to stack track when I compiler program with modified llc: /home/shenyouren/workspace/build-llvm/bin/llc -o obj/simple.s obj/simple-opt.bc llc: /home/shenyouren/workspace/llvm/include/llvm/ADT/SmallVector.h:154: const T& llvm::SmallVectorTemplateCommon<T, <template-parameter-1-2> >::operator[](llvm::SmallVectorTemplateCommon<T, <template-parameter-1-2> >...
2020 Jul 06
2
failed to compile samba-4.12.5
...I need to install the kerberos first as I saw many errors about it? What steps I need to take in order to pass this test? -------------- next part -------------- PYTHONHASHSEED=1 WAF_MAKE=1 ./buildtools/bin/waf test 'test' finished successfully (0.012s) Waf: Entering directory `/home/alex/workspace/samba-4.12.5/bin/default' Selected embedded Heimdal build Waf: Leaving directory `/home/alex/workspace/samba-4.12.5/bin/default' Build commands will be stored in bin/default/compile_commands.json 'build' finished successfully (9.666s) test: running (/usr/bin/perl /home/alex...
2006 Feb 08
5
beginner - problem with understanding relationships
Hi folks, I''m new to this... so hopefully someone can help me. I have a few objects... Property and Address and Landlord... where a Property has an address and a landlord has an address also. I''ve modelled this in the db with the properties table having an address_id and the landlord table having an address id. My rb looks like: class Property < ActiveRecord::Base
2011 Sep 15
2
[LLVMdev] llvm compilation error on TOT
I just updated from the most recent svn ToT. I'm now getting the following compilation errors. Looks like DIIContext.h needs some includes. Does anyone else see this error also? Am I missing something? In file included from DIContext.cpp:10: /extra/xguo/workspace/llvm/include/llvm/DebugInfo/DIContext.h:27: error: 'uint32_t' does not name a type /extra/xguo/workspace/llvm/include/llvm/DebugInfo/DIContext.h:28: error: 'uint32_t' does not name a type /extra/xguo/workspace/llvm/include/llvm/DebugInfo/DIContext.h:30: error: 'uint32_t' ha...
2010 May 31
3
How to delete the previously saved workspace restored
Dear all, I am a new user of R, here I have a question about remove the previous restored workspace. I saved the workspace last time, but R always automatically load the workspace when I open it. I try to remove the object and then close R without saving. But next time when I open R, it always load the previous workspace. I want to delete the .RData in the directory, but I have no clue whe...
2013 Feb 15
1
[PATCH] btrfs: use kmalloc for lzo de/compress buffer
...100644 --- a/fs/btrfs/lzo.c +++ b/fs/btrfs/lzo.c @@ -18,7 +18,6 @@ #include <linux/kernel.h> #include <linux/slab.h> -#include <linux/vmalloc.h> #include <linux/init.h> #include <linux/err.h> #include <linux/sched.h> @@ -40,9 +39,9 @@ static void lzo_free_workspace(struct list_head *ws) { struct workspace *workspace = list_entry(ws, struct workspace, list); - vfree(workspace->buf); - vfree(workspace->cbuf); - vfree(workspace->mem); + kfree(workspace->buf); + kfree(workspace->cbuf); + kfree(workspace->mem); kfree(workspace); } @@ -...
2014 Jul 07
4
[LLVMdev] problem compiling llvm
...-gnu-g++ -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -rdynamic -Wl,-R -Wl,'$ORIGIN/../lib' -L/mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/Release/lib -L/mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/Release/lib -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -o...
2006 Mar 31
6
Radrails: workspace in use, choose a different one
I''ve just begun using Radrails and am experiencing a puzzling error. When I set my workspace to my home directory/some subdirectory, Radrails starts correctly. I would like to set the workspace to /var/rails where I have all of my existing rails apps but Radrails fails to start with the error: workspace in use, choose a different one. Any ideas? I want to edit the code in the directory in...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
On Thu, May 30, 2013 at 10:05 PM, Greg Fitzgerald <garious at gmail.com> wrote: > The sanitizer common and asan that mention 'thread' are failing for me > this morning. How are your bots looking? Last good commit here was > 512c616cacf70ca029a2bf719a482b902f3687cd. > Hm, our bots seem to be green. Could you refer to guilty svn revision? > > > You could try
2007 Dec 29
2
needs to have method `_load'
...lling objects in the session - maybe TzTime is not capable of being stored in the session. I hope that''s not the case. The exception is: /!\ FAILSAFE /!\ Dec 29, 2007 02:05PM Status: 500 Internal Server Error class TzTime needs to have method `_load'' /home/dsailer/aptana/workspace/OrbRuby/vendor/rails/actionpack/lib/ action_controller/session/active_record_store.rb:84:in `load'' /home/dsailer/aptana/workspace/OrbRuby/vendor/rails/actionpack/lib/ action_controller/session/active_record_store.rb:84:in `unmarshal'' /home/dsailer/aptana/workspace/OrbRuby...
2008 Oct 01
2
question about working with workspaces
Hello everybody, Two - I hope Simple questions about working with workspaces. Is there a way to force R to start in "clean" workspace / avoid "previously saved workspace restored"? When I load workspace"2" working in workspace"1" everything from "1" is written into "2" is there a way to avoid it? Best regards,...
2011 Sep 15
0
[LLVMdev] llvm compilation error on TOT
...at amd.com> wrote: > I just updated from the most recent svn ToT. I'm now getting the following compilation errors. Looks like DIIContext.h needs some includes. Does anyone else see this error also? Am I missing something? > > In file included from DIContext.cpp:10: > /extra/xguo/workspace/llvm/include/llvm/DebugInfo/DIContext.h:27: error: 'uint32_t' does not name a type > /extra/xguo/workspace/llvm/include/llvm/DebugInfo/DIContext.h:28: error: 'uint32_t' does not name a type > /extra/xguo/workspace/llvm/include/llvm/DebugInfo/DIContext.h:30: error: 'uint32...
2005 Jan 24
1
Deleted objects keep coming back
Having a very strange and frustrating problem with v2.0.1 under Mac OSX 10.3. I have several closely related workspaces in the same directory that I need to keep separate from one another (there are a few objects common to all workspaces, and then there are other objects that store the results of different analyses on the common objects, which is why I need separate workspaces). When I attempted to delete obj...
2009 Sep 07
2
R-crash when loading workspace - Windows
Dear all, One day when I tried to load an existing workspace (when opening R or by load()), R crashed without any error notification. The day before I had worked and saved my workspace without any trouble. At first I though it was a memory problem (workspace reaching 180Mo) or related to a particular script or command, so I start a new workspace. Everythin...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...d output files for project 'replaygain_synthesis_static', configuration 'Debug|Win32' 1>Compiling... 2>Compiling... 2>replaygain_synthesis.c 1>replaygain_analysis.c 1>Creating library... 2>Creating library... 2>Build log was saved at "file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\replaygain_synthesis\Debug_static\BuildLog.htm" 2>replaygain_synthesis_static - 0 error(s), 0 warning(s) 1>Build log was saved at "file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\replaygain_analysis...
2015 Jan 23
0
CEBA-2015:0073 CentOS 6 kdebase-workspace BugFix Update
...and Bugfix Advisory 2015:0073 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0073.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 8a1356d08f63c605eb6948fa92aca7e36d395939a7e364b655785b88b8d03728 kdebase-workspace-4.3.4-29.el6_6.i686.rpm 274ffb2b84b1da4375a36160252e63fde314530b3118356863159dc88d28972e kdebase-workspace-akonadi-4.3.4-29.el6_6.i686.rpm bd5b1ca0e1f6c3e1cf9e1c07b82b974e6a194793404b50fa81034debdd922c0d kdebase-workspace-devel-4.3.4-29.el6_6.i686.rpm 71f8f39dfaf29496db91dc2337e42e801cda9e37f03e...
2015 Jun 24
0
CEBA-2015:1180 CentOS 6 kdebase-workspace BugFix Update
...and Bugfix Advisory 2015:1180 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1180.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 3f6d88392299834369f0dc5c4f86baf323417aaa409e5b58daaa86a9c9e68829 kdebase-workspace-4.3.4-30.el6_6.i686.rpm 6347bc4b6155060ae654271f0761cefff84bbc4550b81d335437438145b05b04 kdebase-workspace-akonadi-4.3.4-30.el6_6.i686.rpm 6b0a17dc25a328cde571c9b80a4777a32dcb8874f283f253d1f54e941c6dfd1c kdebase-workspace-devel-4.3.4-30.el6_6.i686.rpm 2b3508584d1a1f79d95e5a2566d59980330f4dfe8a44...