You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-dev@lucene.apache.org by Max Lynch <ih...@gmail.com> on 2009/03/09 05:37:38 UTC

Build failing

Hey guys,
I'm trying to build pylucene on a 64bit ubuntu 8.04 Hardy.  The build always
fails while compiling __wrap01__.cpp
The only error I get from the build process is:
make: *** [compile] Killed

Any ideas?

Thanks.

Re: Build failing

Posted by Max Lynch <ih...@gmail.com>.
Yea you're right.  I'm on a 256MB VPS slice so it is exhausting the memory.
I'll try a different environment.

Thanks!

-max

On Mon, Mar 9, 2009 at 12:02 AM, Andi Vajda <va...@apache.org> wrote:

>
> On Mar 8, 2009, at 21:37, Max Lynch <ih...@gmail.com> wrote:
>
>  Hey guys,
>> I'm trying to build pylucene on a 64bit ubuntu 8.04 Hardy.  The build
>> always
>> fails while compiling __wrap01__.cpp
>> The only error I get from the build process is:
>> make: *** [compile] Killed
>>
>
> Maybe your compiler is running out of memory ?
> Try increasing the --files value to cause JCC to generate smaller but more
> numerous __wrap??__.cpp files.
>
> Andi..
>
>
>>
>> Any ideas?
>>
>> Thanks.
>>
>

Re: Build failing

Posted by Andi Vajda <va...@apache.org>.
On Mar 8, 2009, at 21:37, Max Lynch <ih...@gmail.com> wrote:

> Hey guys,
> I'm trying to build pylucene on a 64bit ubuntu 8.04 Hardy.  The  
> build always
> fails while compiling __wrap01__.cpp
> The only error I get from the build process is:
> make: *** [compile] Killed

Maybe your compiler is running out of memory ?
Try increasing the --files value to cause JCC to generate smaller but  
more numerous __wrap??__.cpp files.

Andi..

>
>
> Any ideas?
>
> Thanks.