[
https://issues.apache.org/jira/browse/COUCHDB-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13028014#comment-13028014
]
Caolan McMahon commented on COUCHDB-1075:
-
Just FYI, this patch makes a fairly n
On Mon, May 2, 2011 at 2:07 PM, Filipe David Manana wrote:
> Paul, this breaks compilation with R13B04:
>
> make[3]: Entering directory `/home/fdmanana/git/hub/couchdb/src/snappy'
> /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
> -I. -I../.. -I../../src/snappy/google-snapp
Paul, this breaks compilation with R13B04:
make[3]: Entering directory `/home/fdmanana/git/hub/couchdb/src/snappy'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
-I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE
-L/usr/lib/xulrunner-devel-1.9.2.17/lib/ -L/usr/l
[
https://issues.apache.org/jira/browse/COUCHDB-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027744#comment-13027744
]
Paul Joseph Davis commented on COUCHDB-1120:
You made a comment at one point
[
https://issues.apache.org/jira/browse/COUCHDB-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027728#comment-13027728
]
Filipe Manana commented on COUCHDB-1120:
Ok, if it's that ugly for you, I'm fine
Thanks Randall. Adding the backslash helps.
It was also missing one header in the SNAPPY_CXX_HDRS file list.
On Mon, May 2, 2011 at 6:08 PM, Randall Leeds wrote:
> Filipe:
> Missing the line continuation trailing backslash at Makefile.am:56
>
> On Mon, May 2, 2011 at 13:06, Randall Leeds wrote:
Filipe:
Missing the line continuation trailing backslash at Makefile.am:56
On Mon, May 2, 2011 at 13:06, Randall Leeds wrote:
> Wait. nevermind. got this with the dist.
> Checking it out.
>
> On Mon, May 2, 2011 at 13:05, Randall Leeds wrote:
>> I tried to help out and debug this but I don't see
Wait. nevermind. got this with the dist.
Checking it out.
On Mon, May 2, 2011 at 13:05, Randall Leeds wrote:
> I tried to help out and debug this but I don't see the failure on my machine.
> :-/
>
> On Mon, May 2, 2011 at 12:29, Paul Davis wrote:
>> On Mon, May 2, 2011 at 9:45 AM, Filipe David M
I tried to help out and debug this but I don't see the failure on my machine.
:-/
On Mon, May 2, 2011 at 12:29, Paul Davis wrote:
> On Mon, May 2, 2011 at 9:45 AM, Filipe David Manana
> wrote:
>> The buildbot complains about no target rule to make snappy.in:
>>
>> Making all in snappy
>> make[4
Hi all,
I just wants to understand some things before creating new issue,
because this could be not an issue at all.
All render function handles req argument which is represents request
object that have been perfectly described at couch_httpd_external.erl
[1] and couch_httpd.erl [2]
But several q
On Mon, May 2, 2011 at 9:45 AM, Filipe David Manana wrote:
> The buildbot complains about no target rule to make snappy.in:
>
> Making all in snappy
> make[4]: Entering directory
> `/home/buildslave3/slave3/couchdb-trunk/build/apache-couchdb-1.2.0a-1098558/_build/src/snappy'
> make[4]: *** No rule
[
https://issues.apache.org/jira/browse/COUCHDB-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027709#comment-13027709
]
Paul Joseph Davis commented on COUCHDB-1120:
Yeah, that C++ source is still
[
https://issues.apache.org/jira/browse/COUCHDB-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Joseph Davis updated COUCHDB-1120:
---
Attachment: snappy.patch
> Snappy compression (databases, view indexes) + keeping
I've only seen 90 fail once and it was part of a distsign run so I
couldn't see what the exact error was. I haven't tried reproducing
this one yet on its own.
As to 140, its not an assertion failing but an error being raised
inside the etap process relating to sockets. This ends up halting the
tes
Late reply here. Great to hear there might be some progress. If CouchDB wants
to profile itself for fault tolerance/scalable it should be easy to deploy on
multiple servers. A deb package makes that a breeze. Basho's riak has succeeded
very well in that matter.
That said, I would love to help o
[
https://issues.apache.org/jira/browse/COUCHDB-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filipe Manana resolved COUCHDB-1092.
Resolution: Won't Fix
This is superseded by COUCHDB-1120
> Storing documents bodies as r
The buildbot complains about no target rule to make snappy.in:
Making all in snappy
make[4]: Entering directory
`/home/buildslave3/slave3/couchdb-trunk/build/apache-couchdb-1.2.0a-1098558/_build/src/snappy'
make[4]: *** No rule to make target `snappy.app', needed by `all-am'. Stop.
make[4]: Leavi
[
https://issues.apache.org/jira/browse/COUCHDB-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027656#comment-13027656
]
Randall Leeds commented on COUCHDB-1046:
I think Paul means COUCHDB-1012
> supp
[
https://issues.apache.org/jira/browse/COUCHDB-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filipe Manana resolved COUCHDB-1120.
Resolution: Fixed
Fix Version/s: 1.2
Applied to trunk. Thanks everyone.
> Snappy
Hi Paul,
I can't reproduce those failures on 2 different machines I have
(ThinkPad w/ Linux 32bits and MacBook w/ OS X 32bits).
The assertions that sporadically fail for you are always the same?
Which are them?
On Fri, Apr 29, 2011 at 12:31 AM, Paul Davis
wrote:
> In preparing to roll the 1.0.3
20 matches
Mail list logo