You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by bu...@apache.org on 2018/09/05 17:28:23 UTC

buildbot failure in on httpd-trunk

The Buildbot has detected a new failure on builder httpd-trunk while building . Full details are available at:
    https://ci.apache.org/builders/httpd-trunk/builds/2651

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

Buildslave for this Build: bb_slave6_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'httpd-trunk-on-commit' triggered this build
Build Source Stamp: [branch httpd/httpd/trunk] 1840149
Blamelist: ylavic

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot




Re: buildbot failure in on httpd-trunk

Posted by Yann Ylavic <yl...@gmail.com>.
On Wed, Sep 5, 2018 at 7:36 PM Yann Ylavic <yl...@gmail.com> wrote:
>
> On Wed, Sep 5, 2018 at 7:28 PM <bu...@apache.org> wrote:
> >
> > The Buildbot has detected a new failure on builder httpd-trunk while building . Full details are available at:
> >     https://ci.apache.org/builders/httpd-trunk/builds/2651
>
> Hmm, things like this can happen with a major bump.
>
> """
> server/.libs/libmain.a(exports.o):(.data+0xad0): undefined reference
> to `ap_reuse_brigade_from_pool'
> collect2: error: ld returned 1 exit status
> """
>
> Isn't buildbot missing the right clean (distclean here?) between builds?

Well, seems to have resolved by itself according to the next buildbot message...

Re: buildbot failure in on httpd-trunk

Posted by Yann Ylavic <yl...@gmail.com>.
On Wed, Sep 5, 2018 at 7:28 PM <bu...@apache.org> wrote:
>
> The Buildbot has detected a new failure on builder httpd-trunk while building . Full details are available at:
>     https://ci.apache.org/builders/httpd-trunk/builds/2651

Hmm, things like this can happen with a major bump.

"""
server/.libs/libmain.a(exports.o):(.data+0xad0): undefined reference
to `ap_reuse_brigade_from_pool'
collect2: error: ld returned 1 exit status
"""

Isn't buildbot missing the right clean (distclean here?) between builds?