buildbot failure in GIMP on gimp-distcheck
On 09/07/2010 07:56 AM, Martin Nordholts wrote:
On 09/06/2010 10:02 PM, Sven Neumann wrote:
On Mon, 2010-09-06 at 21:38 +0200, Martin Nordholts wrote:
On 09/06/2010 09:22 PM, Sven Neumann wrote:
Will buildbot build failures be posted to this list? Do you have the
'blame' feature setup so that the commits that potentially broke the
build are listed?
I think posting failures to the list would create too much spam, my plan
was to have an IRC bot for that instead.
Hmm, buildbot has support for that, but I don't quite understand what
buildbot output on IRC would be good for. IMO the buildbot web-site
should be accessible by anyone and the bot should send mails in the case
of a build failure. Given how seldom the GIMP tree does not compile,
this shouldn't create too much traffic.
Well, mails would not only be sent in case of compile failure but also
in the case of make distcheck failure, which is quite easy to break. But
we can certainly try and see how it plays out.
I have mails being sent on failure now to my own inbox, but the
blamelist doesn't work yet. As soon as it does I'll make the buildbot
(currently hosted on my laptop until we have a proper host) send mails
directly to gimp-developer.
For now I'll just forward failure mails manually.
GIMP make distcheck failed tonight:
make[1]: Entering directory `/var/buildbot-slave/gimp/build'
Problem found in ./libgimp/gimp.def
the following symbols are in the library,
but are not listed in the .def-file:
+ gimp_item_transform_2d
+ gimp_item_transform_flip
+ gimp_item_transform_flip_simple
+ gimp_item_transform_matrix
+ gimp_item_transform_perspective
+ gimp_item_transform_rotate
+ gimp_item_transform_rotate_simple
+ gimp_item_transform_scale
+ gimp_item_transform_shear
*** .def files inconsistent ***
make[1]: *** [check-defs] Error 1
make[1]: Leaving directory `/var/buildbot-slave/gimp/build'
make: *** [distdir] Error 2
/ Martin