search for: akshat

Displaying 19 results from an estimated 19 matches for "akshat".

Did you mean: akshar
2011 Aug 29
2
[LLVMdev] VMKit Development
...g to the right thing, but I have gnu class path 0.98 instead of 0.97 and its the non X version. So I do not have the libgtkpeer.so. Maybe that is the reason why it is crashing. Unfortunately, I am not able to compile GNU class path with gtk+ peer right now. Will give it a try on the mac. Thanks, Akshat On Sat, Aug 27, 2011 at 3:57 AM, Nicolas Geoffray < nicolas.geoffray at gmail.com> wrote: > This error usually shows up when vmkit cannot find the classpath libs and > jar. Make sure --with-gnu-classpath-libs points to the directory of .so > files are, and that --with-gnu-classpath...
2011 Aug 29
0
[LLVMdev] VMKit Development
Hi Akshat, Please use version 0.97.2. vmkit does not support 0.98. Also, it should be fine to not compile gtk+ peer. Nicolas On Mon, Aug 29, 2011 at 8:58 PM, Akshat Gupta <g.akshat at gmail.com> wrote: > Thanks Nicolas, > I do have --with-gnu-classpath-libs and --with-gnu-classpath-glibj &gt...
2011 Aug 27
2
[LLVMdev] VMKit Development
...15 vmjc 0x086fc438 mvm::Thread::internalThreadStart(mvm::Thread*) + 120 16 libpthread.so.0 0xb7774cf2 17 libc.so.6 0xb759184e clone + 94 make[2]: *** [all] Aborted Is there any way to put the building process through a debugger. I tried to use gdb, but got no stack trace. Thanks, Akshat On Fri, Aug 26, 2011 at 12:07 PM, Nicolas Geoffray < nicolas.geoffray at gmail.com> wrote: > I just noticed there was some .h move around in llvm and fixed the includes > in vmkit. Maybe you were just removing the failing includes? > > In any case, I have updated vmkit for llvm...
2011 Aug 26
2
[LLVMdev] VMKit Development
Yep, I am compiling with llvm-gcc. Also I removed the LD flag on the configure, it still gives the same segafault. Thanks, Akshat On Fri, Aug 26, 2011 at 4:21 AM, Nicolas Geoffray < nicolas.geoffray at gmail.com> wrote: > On Fri, Aug 26, 2011 at 1:08 AM, Akshat Gupta <g.akshat at gmail.com> wrote: > >> Hi, >> >> Here are my build details. >> OS: >> Linux scop 2.6.38-gentoo-r6...
2011 Aug 27
0
[LLVMdev] VMKit Development
This error usually shows up when vmkit cannot find the classpath libs and jar. Make sure --with-gnu-classpath-libs points to the directory of .so files are, and that --with-gnu-classpath-glibj points to glibj.zip. Nicolas On Sat, Aug 27, 2011 at 5:13 AM, Akshat Gupta <g.akshat at gmail.com> wrote: > Hi, > I just did a reconfigure and rebuild with the latest svn for vmkit code. > > The code still seg faults but the stack trace seems to have changed. > > > llvm[2]: Building Debug+Asserts mmtk-vmkit.jar all > vmjc: JavaRuntimeJ...
2011 Aug 26
0
[LLVMdev] VMKit Development
I just noticed there was some .h move around in llvm and fixed the includes in vmkit. Maybe you were just removing the failing includes? In any case, I have updated vmkit for llvm trunk. Let me know if updating helps. Nicolas On Fri, Aug 26, 2011 at 12:00 PM, Akshat Gupta <g.akshat at gmail.com> wrote: > Yep, I am compiling with llvm-gcc. Also I removed the LD flag on the > configure, it still gives the same segafault. > Thanks, > Akshat > > > On Fri, Aug 26, 2011 at 4:21 AM, Nicolas Geoffray < > nicolas.geoffray at gmail.com&...
2011 Aug 25
2
[LLVMdev] VMKit Development
...with-llvmsrc=/root/code/llvm --with-llvmobj=~/code/llvm --with-gnu-classpath-libs=/usr/gnu-classpath-0.98/lib/classpath LD=/usr/bin/llvm-ld --with-gnu-classpath-glibj=/usr/gnu-classpath-0.98/share/classpath/glibj.zip For LLVM just did a ./configure and make; make install Hope this helps. Thanks, Akshat On Thu, Aug 25, 2011 at 3:40 AM, Nicolas Geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Akshat, > > Could you give us your configuration? CPU/OS? How did you configure and > build llvm and vmkit? > > Nicolas > > On Thu, Aug 25, 2011 at 4:12 AM, Akshat Gupta &l...
2011 Aug 26
0
[LLVMdev] VMKit Development
On Fri, Aug 26, 2011 at 1:08 AM, Akshat Gupta <g.akshat at gmail.com> wrote: > Hi, > Here are my build details. > OS: > Linux scop 2.6.38-gentoo-r6 #1 SMP Sat Jul 9 13:07:18 EST 2011 i686 > Intel(R) Core(TM) i5-2415M CPU @ 2.30GHz GenuineIntel GNU/Linux > Machine: VirtualBox (32 bit) > > Configure (VMKit):...
2011 Aug 25
2
[LLVMdev] VMKit Development
...5 9 vmjc 0x0869d5b8 j3::JavaAOTCompiler::JavaAOTCompiler(std::string const&) + 1144 10 vmjc 0x08652435 main + 216 11 libc.so.6 0xb7614cc6 __libc_start_main + 230 12 vmjc 0x08651cc1 make[2]: *** [all] Segmentation fault Anything that I am overlooking. Thanks, Akshat Thanks, Akshat On Wed, Aug 24, 2011 at 1:36 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi Akshat, > > > Going ahead, the llvm-ld seems to segfault (build on Linux with llvm-ld > v3.0svn > > build): > > try updating to latest LLVM from svn - this was fixed a...
2011 Aug 25
0
[LLVMdev] VMKit Development
Hi Akshat, Could you give us your configuration? CPU/OS? How did you configure and build llvm and vmkit? Nicolas On Thu, Aug 25, 2011 at 4:12 AM, Akshat Gupta <g.akshat at gmail.com> wrote: > Hi, > I tried building again with the latest llvm. > I am getting another seg fault: > > mak...
2011 Aug 24
2
[LLVMdev] VMKit Development
...ake[2]: *** [/root/code/vmkit/Debug+Asserts/lib/MMTKRuntime.bc] Segmentation fault make[2]: Leaving directory `/root/code/vmkit/mmtk/mmtk-j3' make[1]: *** [all] Error 1 make[1]: Leaving directory `/root/code/vmkit/mmtk' make: *** [all] Error 1 Any pointers on how I can debug this? Thanks, Akshat On Thu, Aug 18, 2011 at 1:45 AM, Nicolas Geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Akshat, > > Did you compile LLVM before compiling VMKit? libLLVMLinker.so is a shared > library from LLVM. > > Cheers, > Nicolas > > On Thu, Aug 18, 2011 at 3:42 AM, Aks...
2011 Aug 24
0
[LLVMdev] VMKit Development
Hi Akshat, > Going ahead, the llvm-ld seems to segfault (build on Linux with llvm-ld v3.0svn > build): try updating to latest LLVM from svn - this was fixed a day or two ago. Ciao, Duncan. > > make[2]: Entering directory `/root/code/vmkit/mmtk/mmtk-j3' > llvm[2]: Building Debug+Asserts...
2011 Aug 18
2
[LLVMdev] VMKit Development
...u/4.4.5/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lLLVMLinker collect2: ld returned 1 exit status I have installed but I am not able to use the llvm linker to link this application. I tried using LD=llvm-ld during make, but it does not help. Any idea on how this can be solved? Thanks, Akshat
2011 Aug 18
0
[LLVMdev] VMKit Development
Hi Akshat, Did you compile LLVM before compiling VMKit? libLLVMLinker.so is a shared library from LLVM. Cheers, Nicolas On Thu, Aug 18, 2011 at 3:42 AM, Akshat Gupta <g.akshat at gmail.com> wrote: > Hi, > I was just curious if VMKit development is still going on. > > Also while building...
2016 Aug 09
3
Regarding using CentOS on Commercial Appliance
Hi All!I am builiding a firewall appliance based on CentOS. I am using CentOS as it is with some packages removed and some configuration done to security harden the appliance. Over and above this I will be installing Apache Web Server and Tomcat to run my web application which will give a web interface to configure the iptables in the appliance. There is no development done in iptables. It is used
2016 Aug 10
1
Regarding using CentOS on Commercial Appliance
...r trademark. Any idea will be highly helpful? Atleast if I know which license it follows, then I will be able to consult a lawyer for the same to know things in detail. On Tuesday, 9 August 2016 10:40 PM, Gordon Messmer <gordon.messmer at gmail.com> wrote: On 08/08/2016 10:23 PM, Akshat Kakkar wrote: > I know all the CentOS packages, etc. might fall in GPL and as a result I should be supplying source code of all the packages in CentOS. > > What else is expected from me? Certainly, I'd think you should include the source code for the CentOS distribution.? When doing...
2003 Sep 22
3
journal buffer_credits problem
Hi, we're working on a stackable versioning file system for 2.4.x. Versioning can easily create lots of files for a file that gets modified frequently, and our current design puts all versions of a file in the same directory as the main file. We are therefore evaluating how stable and efficient different combinations of file systems would be in this scenario. We've run our versionfs on
2016 Aug 09
0
Regarding using CentOS on Commercial Appliance
On 08/08/2016 10:23 PM, Akshat Kakkar wrote: > I know all the CentOS packages, etc. might fall in GPL and as a result I should be supplying source code of all the packages in CentOS. > > What else is expected from me? Certainly, I'd think you should include the source code for the CentOS distribution. When doing...
2005 May 05
3
Use Samba as drop-in replacement for NFS
Hi, Is it possible to use Samba as a drop-in replacement for NFS, namely, allowing a system-wide anonymous mount which authenticates access to files based simply on the unix ids of the user accessing the files and the file permissions are equivalent to what is present in the underlying file system that is exported. Thanks, Frood