You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by bu...@apache.org on 2011/05/02 15:32:34 UTC

buildbot failure in ASF Buildbot on couchdb-trunk

The Buildbot has detected a new failure on builder couchdb-trunk while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/couchdb-trunk/builds/577

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch couchdb/trunk] 1098558
Blamelist: fdmanana

BUILD FAILED: failed compile_5

sincerely,
 -The Buildbot


Re: buildbot failure in ASF Buildbot on couchdb-trunk

Posted by Filipe David Manana <fd...@apache.org>.
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 <ra...@gmail.com> wrote:
> Filipe:
> Missing the line continuation trailing backslash at Makefile.am:56
>
> On Mon, May 2, 2011 at 13:06, Randall Leeds <ra...@gmail.com> wrote:
>> Wait. nevermind. got this with the dist.
>> Checking it out.
>>
>> On Mon, May 2, 2011 at 13:05, Randall Leeds <ra...@gmail.com> 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 <pa...@gmail.com> wrote:
>>>> On Mon, May 2, 2011 at 9:45 AM, Filipe David Manana <fd...@apache.org> 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 to make target `snappy.app', needed by `all-am'.  Stop.
>>>>> make[4]: Leaving directory
>>>>> `/home/buildslave3/slave3/couchdb-trunk/build/apache-couchdb-1.2.0a-
>>>>>
>>>>> However src/snappy/Makefile.am specifies a build rule for *.app as:
>>>>>
>>>>> %.app: %.app.in
>>>>>        cp $< $@
>>>>>
>>>>> This is exactly the same as in src/ejson/Makefile.am
>>>>>
>>>>> I've just tried out a new checkout from git.apache.org and I'm able to build it.
>>>>> Paul, is this some buildbot issue or is there something missing in the
>>>>> automake config?
>>>>>
>>>>>
>>>>>
>>>>> On Mon, May 2, 2011 at 2:32 PM,  <bu...@apache.org> wrote:
>>>>>> The Buildbot has detected a new failure on builder couchdb-trunk while building ASF Buildbot.
>>>>>> Full details are available at:
>>>>>>  http://ci.apache.org/builders/couchdb-trunk/builds/577
>>>>>>
>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>
>>>>>> Buildslave for this Build: bb-vm_ubuntu
>>>>>>
>>>>>> Build Reason: scheduler
>>>>>> Build Source Stamp: [branch couchdb/trunk] 1098558
>>>>>> Blamelist: fdmanana
>>>>>>
>>>>>> BUILD FAILED: failed compile_5
>>>>>>
>>>>>> sincerely,
>>>>>>  -The Buildbot
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Filipe David Manana,
>>>>> fdmanana@gmail.com, fdmanana@apache.org
>>>>>
>>>>> "Reasonable men adapt themselves to the world.
>>>>>  Unreasonable men adapt the world to themselves.
>>>>>  That's why all progress depends on unreasonable men."
>>>>>
>>>>
>>>> Time for me to be a bit of a bitch.
>>>>
>>>> I told you last time to make sure and run `make distcheck` after you
>>>> do anything to the build system. You'll find the parts of the
>>>> Autotools book on VPATH builds helpful in figuring out this error.
>>>>
>>>
>>
>



-- 
Filipe David Manana,
fdmanana@gmail.com, fdmanana@apache.org

"Reasonable men adapt themselves to the world.
 Unreasonable men adapt the world to themselves.
 That's why all progress depends on unreasonable men."

Re: buildbot failure in ASF Buildbot on couchdb-trunk

Posted by Randall Leeds <ra...@gmail.com>.
Filipe:
Missing the line continuation trailing backslash at Makefile.am:56

On Mon, May 2, 2011 at 13:06, Randall Leeds <ra...@gmail.com> wrote:
> Wait. nevermind. got this with the dist.
> Checking it out.
>
> On Mon, May 2, 2011 at 13:05, Randall Leeds <ra...@gmail.com> 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 <pa...@gmail.com> wrote:
>>> On Mon, May 2, 2011 at 9:45 AM, Filipe David Manana <fd...@apache.org> 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 to make target `snappy.app', needed by `all-am'.  Stop.
>>>> make[4]: Leaving directory
>>>> `/home/buildslave3/slave3/couchdb-trunk/build/apache-couchdb-1.2.0a-
>>>>
>>>> However src/snappy/Makefile.am specifies a build rule for *.app as:
>>>>
>>>> %.app: %.app.in
>>>>        cp $< $@
>>>>
>>>> This is exactly the same as in src/ejson/Makefile.am
>>>>
>>>> I've just tried out a new checkout from git.apache.org and I'm able to build it.
>>>> Paul, is this some buildbot issue or is there something missing in the
>>>> automake config?
>>>>
>>>>
>>>>
>>>> On Mon, May 2, 2011 at 2:32 PM,  <bu...@apache.org> wrote:
>>>>> The Buildbot has detected a new failure on builder couchdb-trunk while building ASF Buildbot.
>>>>> Full details are available at:
>>>>>  http://ci.apache.org/builders/couchdb-trunk/builds/577
>>>>>
>>>>> Buildbot URL: http://ci.apache.org/
>>>>>
>>>>> Buildslave for this Build: bb-vm_ubuntu
>>>>>
>>>>> Build Reason: scheduler
>>>>> Build Source Stamp: [branch couchdb/trunk] 1098558
>>>>> Blamelist: fdmanana
>>>>>
>>>>> BUILD FAILED: failed compile_5
>>>>>
>>>>> sincerely,
>>>>>  -The Buildbot
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Filipe David Manana,
>>>> fdmanana@gmail.com, fdmanana@apache.org
>>>>
>>>> "Reasonable men adapt themselves to the world.
>>>>  Unreasonable men adapt the world to themselves.
>>>>  That's why all progress depends on unreasonable men."
>>>>
>>>
>>> Time for me to be a bit of a bitch.
>>>
>>> I told you last time to make sure and run `make distcheck` after you
>>> do anything to the build system. You'll find the parts of the
>>> Autotools book on VPATH builds helpful in figuring out this error.
>>>
>>
>

Re: buildbot failure in ASF Buildbot on couchdb-trunk

Posted by Randall Leeds <ra...@gmail.com>.
Wait. nevermind. got this with the dist.
Checking it out.

On Mon, May 2, 2011 at 13:05, Randall Leeds <ra...@gmail.com> 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 <pa...@gmail.com> wrote:
>> On Mon, May 2, 2011 at 9:45 AM, Filipe David Manana <fd...@apache.org> 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 to make target `snappy.app', needed by `all-am'.  Stop.
>>> make[4]: Leaving directory
>>> `/home/buildslave3/slave3/couchdb-trunk/build/apache-couchdb-1.2.0a-
>>>
>>> However src/snappy/Makefile.am specifies a build rule for *.app as:
>>>
>>> %.app: %.app.in
>>>        cp $< $@
>>>
>>> This is exactly the same as in src/ejson/Makefile.am
>>>
>>> I've just tried out a new checkout from git.apache.org and I'm able to build it.
>>> Paul, is this some buildbot issue or is there something missing in the
>>> automake config?
>>>
>>>
>>>
>>> On Mon, May 2, 2011 at 2:32 PM,  <bu...@apache.org> wrote:
>>>> The Buildbot has detected a new failure on builder couchdb-trunk while building ASF Buildbot.
>>>> Full details are available at:
>>>>  http://ci.apache.org/builders/couchdb-trunk/builds/577
>>>>
>>>> Buildbot URL: http://ci.apache.org/
>>>>
>>>> Buildslave for this Build: bb-vm_ubuntu
>>>>
>>>> Build Reason: scheduler
>>>> Build Source Stamp: [branch couchdb/trunk] 1098558
>>>> Blamelist: fdmanana
>>>>
>>>> BUILD FAILED: failed compile_5
>>>>
>>>> sincerely,
>>>>  -The Buildbot
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Filipe David Manana,
>>> fdmanana@gmail.com, fdmanana@apache.org
>>>
>>> "Reasonable men adapt themselves to the world.
>>>  Unreasonable men adapt the world to themselves.
>>>  That's why all progress depends on unreasonable men."
>>>
>>
>> Time for me to be a bit of a bitch.
>>
>> I told you last time to make sure and run `make distcheck` after you
>> do anything to the build system. You'll find the parts of the
>> Autotools book on VPATH builds helpful in figuring out this error.
>>
>

Re: buildbot failure in ASF Buildbot on couchdb-trunk

Posted by Randall Leeds <ra...@gmail.com>.
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 <pa...@gmail.com> wrote:
> On Mon, May 2, 2011 at 9:45 AM, Filipe David Manana <fd...@apache.org> 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 to make target `snappy.app', needed by `all-am'.  Stop.
>> make[4]: Leaving directory
>> `/home/buildslave3/slave3/couchdb-trunk/build/apache-couchdb-1.2.0a-
>>
>> However src/snappy/Makefile.am specifies a build rule for *.app as:
>>
>> %.app: %.app.in
>>        cp $< $@
>>
>> This is exactly the same as in src/ejson/Makefile.am
>>
>> I've just tried out a new checkout from git.apache.org and I'm able to build it.
>> Paul, is this some buildbot issue or is there something missing in the
>> automake config?
>>
>>
>>
>> On Mon, May 2, 2011 at 2:32 PM,  <bu...@apache.org> wrote:
>>> The Buildbot has detected a new failure on builder couchdb-trunk while building ASF Buildbot.
>>> Full details are available at:
>>>  http://ci.apache.org/builders/couchdb-trunk/builds/577
>>>
>>> Buildbot URL: http://ci.apache.org/
>>>
>>> Buildslave for this Build: bb-vm_ubuntu
>>>
>>> Build Reason: scheduler
>>> Build Source Stamp: [branch couchdb/trunk] 1098558
>>> Blamelist: fdmanana
>>>
>>> BUILD FAILED: failed compile_5
>>>
>>> sincerely,
>>>  -The Buildbot
>>>
>>>
>>
>>
>>
>> --
>> Filipe David Manana,
>> fdmanana@gmail.com, fdmanana@apache.org
>>
>> "Reasonable men adapt themselves to the world.
>>  Unreasonable men adapt the world to themselves.
>>  That's why all progress depends on unreasonable men."
>>
>
> Time for me to be a bit of a bitch.
>
> I told you last time to make sure and run `make distcheck` after you
> do anything to the build system. You'll find the parts of the
> Autotools book on VPATH builds helpful in figuring out this error.
>

Re: buildbot failure in ASF Buildbot on couchdb-trunk

Posted by Paul Davis <pa...@gmail.com>.
On Mon, May 2, 2011 at 9:45 AM, Filipe David Manana <fd...@apache.org> 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 to make target `snappy.app', needed by `all-am'.  Stop.
> make[4]: Leaving directory
> `/home/buildslave3/slave3/couchdb-trunk/build/apache-couchdb-1.2.0a-
>
> However src/snappy/Makefile.am specifies a build rule for *.app as:
>
> %.app: %.app.in
>        cp $< $@
>
> This is exactly the same as in src/ejson/Makefile.am
>
> I've just tried out a new checkout from git.apache.org and I'm able to build it.
> Paul, is this some buildbot issue or is there something missing in the
> automake config?
>
>
>
> On Mon, May 2, 2011 at 2:32 PM,  <bu...@apache.org> wrote:
>> The Buildbot has detected a new failure on builder couchdb-trunk while building ASF Buildbot.
>> Full details are available at:
>>  http://ci.apache.org/builders/couchdb-trunk/builds/577
>>
>> Buildbot URL: http://ci.apache.org/
>>
>> Buildslave for this Build: bb-vm_ubuntu
>>
>> Build Reason: scheduler
>> Build Source Stamp: [branch couchdb/trunk] 1098558
>> Blamelist: fdmanana
>>
>> BUILD FAILED: failed compile_5
>>
>> sincerely,
>>  -The Buildbot
>>
>>
>
>
>
> --
> Filipe David Manana,
> fdmanana@gmail.com, fdmanana@apache.org
>
> "Reasonable men adapt themselves to the world.
>  Unreasonable men adapt the world to themselves.
>  That's why all progress depends on unreasonable men."
>

Time for me to be a bit of a bitch.

I told you last time to make sure and run `make distcheck` after you
do anything to the build system. You'll find the parts of the
Autotools book on VPATH builds helpful in figuring out this error.

Re: buildbot failure in ASF Buildbot on couchdb-trunk

Posted by Filipe David Manana <fd...@apache.org>.
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]: Leaving directory
`/home/buildslave3/slave3/couchdb-trunk/build/apache-couchdb-1.2.0a-

However src/snappy/Makefile.am specifies a build rule for *.app as:

%.app: %.app.in
	cp $< $@

This is exactly the same as in src/ejson/Makefile.am

I've just tried out a new checkout from git.apache.org and I'm able to build it.
Paul, is this some buildbot issue or is there something missing in the
automake config?



On Mon, May 2, 2011 at 2:32 PM,  <bu...@apache.org> wrote:
> The Buildbot has detected a new failure on builder couchdb-trunk while building ASF Buildbot.
> Full details are available at:
>  http://ci.apache.org/builders/couchdb-trunk/builds/577
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: bb-vm_ubuntu
>
> Build Reason: scheduler
> Build Source Stamp: [branch couchdb/trunk] 1098558
> Blamelist: fdmanana
>
> BUILD FAILED: failed compile_5
>
> sincerely,
>  -The Buildbot
>
>



-- 
Filipe David Manana,
fdmanana@gmail.com, fdmanana@apache.org

"Reasonable men adapt themselves to the world.
 Unreasonable men adapt the world to themselves.
 That's why all progress depends on unreasonable men."