#archlinux-ports | Logs for 2018-01-25

Back
[00:03:49] -!- yans has quit [Quit: chaos is the only true answer]
[00:12:16] -!- yans has joined #archlinux-ports
[00:26:24] -!- Polichronucci has quit [Ping timeout: 260 seconds]
[00:27:15] -!- Polichronucci has joined #archlinux-ports
[00:57:13] -!- yans has quit [Quit: chaos is the only true answer]
[02:03:46] -!- guys has joined #archlinux-ports
[02:50:05] -!- insecta has quit [Ping timeout: 268 seconds]
[02:53:12] -!- insecta has joined #archlinux-ports
[03:04:17] meltdown_spectre is now known as eschwartz
[03:31:51] -!- oaken-so1rce has joined #archlinux-ports
[03:35:06] -!- oaken-source has quit [Ping timeout: 268 seconds]
[05:12:24] -!- hringriin_ has joined #archlinux-ports
[05:15:27] -!- hringriin has quit [Ping timeout: 248 seconds]
[05:15:28] hringriin_ is now known as hringriin
[06:04:16] -!- |ast| has joined #archlinux-ports
[06:16:21] -!- |ast| has quit [Quit: leaving]
[06:29:54] -!- deep42thought has joined #archlinux-ports
[06:53:28] <deep42thought> glibc complains with "configure: error: cannot compute suffix of object files: cannot compile"
[07:09:28] <deep42thought> unfortunately, I don't have time to look into this, today ...
[07:24:28] -!- deep42thought has quit [Quit: Leaving.]
[07:41:53] -!- hringriin_ has joined #archlinux-ports
[07:42:57] -!- hringriin has quit [Ping timeout: 264 seconds]
[07:42:57] hringriin_ is now known as hringriin
[08:28:27] -!- deep42thought has joined #archlinux-ports
[08:30:57] -!- abaumann has joined #archlinux-ports
[08:31:03] <abaumann> deep42thought: /usr/lib/gcc/i686-pc-linux-gnu/7.2.1/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory
[08:31:14] -!- deep42thought has quit [Remote host closed the connection]
[08:31:47] -!- deep42thought has joined #archlinux-ports
[08:32:00] <deep42thought> abaumann: can you have a look at glibc?
[08:32:02] <abaumann> mpfr 3.1.6 should be in the build-support and not mpfr 4.0.0
[08:32:16] <deep42thought> oh, why?
[08:32:44] <abaumann> mpfr has a major release jump in libmpfr.so.4
[08:33:21] <abaumann> dependencies are missing for things in base and base-devel?
[08:33:48] <deep42thought> ok, I added mpfr-3.1.6-1 to build-support
[08:34:06] <deep42thought> I'll be afk for a few minutes
[08:34:11] <abaumann> yep. :-)
[08:34:14] <abaumann> I know. :-)
[08:35:24] <abaumann> gmp and mpc are ok. So that should work.
[08:43:01] <deep42thought> re
[09:26:36] -!- oaken-so1rce has quit [Ping timeout: 268 seconds]
[10:00:32] -!- oaken-source has joined #archlinux-ports
[10:30:42] <deep42thought> why is it, that perl cannot simply crash its build (when the wrong mpfr version is present), but has to wait for user input ...
[10:49:45] -!- oaken-source has quit [Quit: Lost terminal]
[10:49:50] <abaumann> ah. perl is funny beast. the default configuration option is to ask the admin how to build it..
[10:50:07] <abaumann> There is a cross-perl project somewhwere..
[10:50:19] <abaumann> https://arsv.github.io
[10:50:19] <phrik> Title: Cross-compiling perl (at arsv.github.io)
[10:50:36] <abaumann> perl behaves even funnier when executing it's unit tests.. :-)
[10:56:01] <abaumann> *its
[11:03:50] <deep42thought> I wonder if it's safe to have older versions of mpfr and alike in build-support
[11:04:07] <deep42thought> won't we potentially build new packages against those old(er) versions, then?
[11:04:41] <abaumann> yes. actually, we should just keep the old mpfr in build-support till gcc is redone.
[11:04:54] <deep42thought> gcc and glibc are done
[11:05:19] <abaumann> but only gawk is really using mfr
[11:05:22] <abaumann> *mpfr
[11:05:36] <deep42thought> which is actually also done since yesterday O.o
[11:05:37] <abaumann> so we should try not to build a gawk against the old mpfr maybe.
[11:06:05] <abaumann> so gcc is now built against the new mpfr?
[11:06:14] <abaumann> glibc doesn't matter
[11:06:18] <deep42thought> I think so
[11:06:23] <abaumann> let met check..
[11:06:31] <deep42thought> it was not built against build-support
[11:07:29] <abaumann> ldd cc1: libmpfr.so.4 => not found
[11:07:36] <deep42thought> :-/
[11:08:15] <abaumann> the problem is, the old gcc needs the old gcc and they both are needed to build the new mpfr and new gcc
[11:08:20] <deep42thought> the compilation of gcc was started before mpfr was done :-/
[11:08:32] <abaumann> maybe
[11:08:38] <deep42thought> it was
[11:09:25] <deep42thought> hmm, I see circles
[11:09:33] <abaumann> yep :-)
[11:09:41] <abaumann> of toolchainish nature..
[11:10:08] <deep42thought> I would remove the mpfr from build support now and then we should fix the stuff semi-manually
[11:10:08] <abaumann> libmpc, mpfr, gmp, gcc, binutils and glibc are one big circle.
[11:10:44] <deep42thought> " # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc "
[11:10:55] <deep42thought> from gcc's PKGBUILD
[11:13:24] <abaumann> gcc<-libmpc<-mpfr<-gmp
[11:13:37] <abaumann> gcc has a makedepends libmpc but no depends libmpc
[11:13:57] <abaumann> libmpc has a depends mpfr which has a depends gmp
[11:14:15] <abaumann> could this be a problem, so gcc is though to not depend transitively from mpfr and
[11:14:26] <abaumann> hence the updates happen inconsistently?
[11:14:43] <deep42thought> totally tre
[11:14:45] <deep42thought> *ture
[11:14:48] <deep42thought> *true
[11:15:50] <deep42thought> plus: if there is a dependency loop, then it will be broken at a random position
[11:15:58] <deep42thought> so too many dependencies are also bad
[11:16:21] <abaumann> mmh. ah. ok.
[11:16:27] <deep42thought> great, awk is also compiled against the wrong mpfr
[11:16:46] <abaumann> yep.
[11:16:54] <deep42thought> also the one from staging
[11:17:15] <abaumann> for certain packages a strategy like "if mpfr changes, rebuild whole toolchain in a specific order" is maybe better?
[11:17:38] <buildmaster> xf86-input-wacom is broken (says buildknecht2).
[11:18:14] <buildmaster> sqlite is broken (says buildknecht).
[11:18:16] <deep42thought> well, we already have some "reschedule package $x if ..." mechanism in place
[11:18:44] <abaumann> there is also a risk that if the toolchain breaks all packages above are failing forever.
[11:18:58] <deep42thought> yes
[11:19:19] <deep42thought> but a broken toolchain will also get stuck in [staging]
[11:19:21] <abaumann> sorry. stating sort of the obvious.. the buildmaster is already croaking. :-)
[11:19:27] <deep42thought> :-)
[11:19:29] <abaumann> that's also true.
[11:19:41] <buildmaster> gawk is broken (says buildknecht2).
[11:19:46] <abaumann> ah. :-)
[11:19:54] <deep42thought> *grrrr*
[11:21:20] <deep42thought> "error: C compiler cannot create executables"
[11:21:22] <deep42thought> lol
[11:30:32] <deep42thought> I manually extracted mpfr-3.* in the chroot, let's hope that awk still get linked against the new mpfr ...
[11:31:40] <deep42thought> "gawk W: Referenced library 'usr/lib/libmpfr.so.4' is an uninstalled dependency" :-/
[11:35:30] <buildmaster> pigz is broken (says buildknecht).
[11:37:08] <deep42thought> the second trial looks better ...
[11:38:25] <buildmaster> obs-studio is broken (says buildknecht2).
[11:39:29] <deep42thought> awk works
[11:39:31] <deep42thought> what's next?
[11:39:34] <deep42thought> gcc?
[11:39:36] <deep42thought> glibc?
[11:39:50] <abaumann> gcc?
[11:39:55] <deep42thought> dunno
[11:40:10] <abaumann> so, glibc doesn't depend on mpfr
[11:40:50] <buildmaster> gtk-engine-murrine is broken (says buildknecht).
[11:41:13] <deep42thought> "/usr/lib/gcc/i686-pc-linux-gnu/7.2.1/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory"
[11:41:17] <deep42thought> from pigz
[11:41:24] <deep42thought> so we might need to rebuild gcc, then
[11:41:27] <abaumann> yeah.
[11:41:37] <deep42thought> great
[11:41:42] <deep42thought> another 10h build ...
[11:42:00] <abaumann> anyway, we need a new gcc linked against the new mpfr
[11:42:15] <deep42thought> yeah
[11:42:23] <abaumann> everything using C above should be on hold. you can't stop them manually, can you?
[11:42:35] <deep42thought> i rescheduled gcc
[11:42:38] <deep42thought> that should stop them
[11:42:41] <abaumann> ah.
[11:42:51] <deep42thought> except if they're in a dependency loop
[11:43:25] <abaumann> two builds: both are using the old mpfr and old gcc, they build mpfr, then gcc.
[11:43:54] <deep42thought> why should we rebuild mpfr?
[11:44:02] <abaumann> ah. no.
[11:44:05] <abaumann> we have a new mpfr.
[11:44:08] <abaumann> right.
[11:49:09] -!- mrkiko has joined #archlinux-ports
[11:49:14] <mrkiko> hello guys
[11:49:16] <mrkiko> :D
[11:49:22] <mrkiko> deep42thought: hi! :D
[11:49:27] <deep42thought> mrkiko: hi!
[11:49:50] <deep42thought> ok, the gcc build seems to have kicked off - let's hope, that it links against the correct mpfr ...
[11:52:56] <mrkiko> deep42thought: if you tell me how, I have a 32-bit box running with testing enabled :D
[11:53:15] <deep42thought> the problem is currently in [staging]
[11:53:30] <deep42thought> we just need to recompile gcc
[11:53:34] <deep42thought> which takes like 10h
[11:57:31] <mrkiko> ohmmmm... even on a server-class system'
[11:57:56] <mrkiko> there should be something i don't know, since toolchain compiling on my new lapotp doesn't take so much
[11:58:19] <deep42thought> I have the feeling that gcc runs a heap of tests
[11:58:30] <deep42thought> which is not a bad thing per se
[11:58:42] <mrkiko> ok...
[11:59:03] <deep42thought> and it is a multi-stage build
[12:00:59] <mrkiko> yeah, first gcc minimal, then c library, then gcc with c library??
[12:02:07] <mrkiko> I know it's not the right place to ask - but do you know if something like a rebuild of a lot of packages is happening on arch?
[12:03:06] <deep42thought> looks like it is
[12:03:17] <deep42thought> we have currently 250 build assignments
[12:03:22] <deep42thought> which are blocked due to gcc
[12:03:49] <deep42thought> but this is accumulated from the last two days
[12:03:57] <deep42thought> and it's only from the stable resporitories
[12:07:43] <mrkiko> deep42thought: do you know why?
[12:07:51] <deep42thought> no idea
[12:07:55] <mrkiko> deep42thought: I mean, on 64-bit machines I am still getting a lot of updates
[12:08:00] <mrkiko> and they seems package rebuild
[12:08:05] <mrkiko> but I had no arch announces
[12:19:10] <deep42thought> mrkiko: maybe one of these todos? https://www.archlinux.org
[12:19:12] <phrik> Title: Arch Linux - Todo Lists (at www.archlinux.org)
[12:27:54] -!- oaken-source has joined #archlinux-ports
[13:07:00] -!- oaken-source has quit [Ping timeout: 260 seconds]
[13:11:00] -!- Cthulu201 has quit [Quit: Nowhere special. I always wanted to go there.]
[13:22:29] -!- Cthulu201 has joined #archlinux-ports
[13:34:37] <Vollzornbrot> deep42thought: all okay?
[13:34:50] <deep42thought> well, gcc is currently a little messy
[13:35:05] <deep42thought> can you boost some power to buildknecht2? ;-)
[13:35:13] <Vollzornbrot> you mean cores?
[13:35:14] <deep42thought> mostly cpu frequency, I guess :-P
[13:35:17] <deep42thought> no
[13:35:22] <deep42thought> cores don't matter
[13:35:26] <Vollzornbrot> you have the complete cpu frequenzy
[13:35:28] <deep42thought> this build has "-j1", I think
[13:35:30] <Vollzornbrot> wait
[13:35:40] <deep42thought> yeah, it was supposed to be a joke
[13:41:08] -!- oaken-source has joined #archlinux-ports
[13:47:57] -!- yans has joined #archlinux-ports
[13:51:47] * mrkiko guesses it's mpfr sobump
[13:52:12] <deep42thought> mrkiko: that's at least what breaks _our_ packages ...
[13:52:34] <mrkiko> deep42thought: I am sorry for the situation, really.
[13:52:57] <deep42thought> mrkiko: np, I think, we're tracking down the right thing
[13:59:58] <deep42thought> let's see if rechenknecht can catch up with buildknecht2 ... 10 cores vs. 1 core
[14:08:13] <mrkiko> hoping the best - you're doing a valuable thing in sustaining this effort
[14:18:56] -!- guys has quit [Ping timeout: 252 seconds]
[14:32:16] <deep42thought> \o/ rechenknecht just overtook buildknecht2
[15:22:56] -!- isacdaavid has joined #archlinux-ports
[15:45:33] <deep42thought> strange - namcap can't find "sed" and "grep"
[15:45:45] <deep42thought> but at least, gcc is linked against the correct libmpfr
[15:45:46] <deep42thought> ...
[15:46:20] <deep42thought> ah, crap: "gcc-objc W: Referenced library 'usr/lib/libmpfr.so.4' is an uninstalled dependency"
[15:46:38] <deep42thought> how can _that_ happen
[15:46:50] <deep42thought> gcc is linked correctly, but gcc-objc is not O.o
[15:47:19] <deep42thought> gcc-go is also linked correctly
[15:47:29] <deep42thought> and gcc-ada, too
[15:47:52] <deep42thought> gcc-libs, too
[15:47:59] <deep42thought> and gcc-fortran is linked wrong
[15:48:28] <deep42thought> ... just great
[15:51:11] <buildmaster> gtk-engine-murrine is broken (says buildknecht).
[15:53:28] <buildmaster> pigz is broken (says buildknecht).
[15:54:07] <deep42thought> gcc is still not working
[15:55:12] <buildmaster> obs-studio is broken (says rechenknecht).
[15:55:41] <abaumann> do all packages have the same timestamps?
[15:55:49] <deep42thought> huh?
[15:55:54] <deep42thought> what do you mean by that?
[15:56:12] <deep42thought> I just had a look at the namcap output of the gcc build
[15:56:39] <deep42thought> and namcap alternatingly complained about "unneeded dependency on libmpfr.so.6" and "uninstalled dependency libmpfr.so.4"
[15:57:01] <deep42thought> depending on the package it was looking at
[15:57:32] <abaumann> I was just thinking an old sub-package managed to be around.
[15:57:45] <abaumann> but only one mpfr version is installed?
[15:57:54] <deep42thought> _installed_ is only one
[15:58:08] <deep42thought> but I extracted the older one before installing the newer one
[15:58:14] <deep42thought> so the .so.4 is also there
[15:58:18] <deep42thought> so that gcc runs
[15:58:41] <abaumann> ah.
[15:58:55] <deep42thought> but to be honest, I extracted the whole package
[15:59:44] <buildmaster> linux-lts is broken (says buildknecht).
[15:59:54] <buildmaster> mesa is broken (says buildknecht3).
[16:00:06] <deep42thought> i run https://ptpb.pw before the build
[16:00:42] <abaumann> So, the build scripts in gcc sometimes find libmpfr.4 and sometimes libmpfr.6?
[16:00:47] <abaumann> But this should not be..
[16:00:50] <deep42thought> yeah
[16:01:01] <deep42thought> I hoped, the includes would only point to the newer version
[16:01:07] <abaumann> as libmpfr.so should point to as the development library to libmpfr.so.6
[16:01:14] <deep42thought> or whichever file directs the linker to the correct version
[16:01:20] <abaumann> and libmpfr.so.4 is just there to fullfill the gcc dependency.
[16:01:36] <abaumann> sadly gcc is a big mess with sublibraries, subconfigures etc.
[16:01:38] <deep42thought> I _might_ have timed the untar'ing bad
[16:01:51] <deep42thought> so it might have been during the configure
[16:01:52] <abaumann> and things are not probed once on the top-level and then used further down.
[16:01:56] <deep42thought> but I'm not sure about that
[16:02:02] <abaumann> this drives me mad in cross-compilation attemps.
[16:02:05] <abaumann> *attempts
[16:02:26] <deep42thought> I rescheduled it, let's hope, this time I hit it right ...
[16:02:42] <abaumann> I would just unpack libmpfr.so.4.0.0 from the mpfr-3.1.6.p1-1-i686.pkg.tar.xz package.
[16:03:16] <deep42thought> I will do
[16:03:17] <abaumann> nothing else and unpack everything from mpfr-4.0.0-1.0-i686.pkg.tar.xz
[16:03:25] <deep42thought> no
[16:03:31] <deep42thought> just let pacman install that one
[16:03:37] <abaumann> ah.
[16:03:38] <abaumann> better.
[16:03:52] <abaumann> yes.. let's hope. *fingers crossed*
[16:08:38] <deep42thought> "checking for the correct version of the gmp/mpfr/mpc libraries... no"
[16:08:57] <deep42thought> this is when I just extract usr/lib/libmpfr.so.4 and usr/lib/libmpfr.so.4.1.6
[16:10:22] <deep42thought> I'll try with the whole package untar'ed
[16:10:25] <deep42thought> again ...
[16:11:44] -!- guys has joined #archlinux-ports
[16:16:52] <abaumann> mmh...
[16:17:04] <abaumann> let me have a look at this configure check and what it is doing..
[16:19:09] <abaumann> afk. an emergency server problem, sorry :-0
[16:19:29] <deep42thought> np
[16:50:56] -!- isacdaavid has quit [Ping timeout: 248 seconds]
[16:53:45] -!- deep42thought has quit [Remote host closed the connection]
[17:58:14] <abaumann> deep42thought: so, the configure test above builds a small program and links it (the program uses mpfr, mpc).
[17:58:32] <abaumann> this tests whether mpfr, mpc are compatible.
[17:59:25] <buildmaster> gcc is broken (says eurobuild3).
[17:59:49] <abaumann> yep. sorry. was runnig a test with "on-the-fly libmpfr.so.4 injection" :-)
[18:13:24] <buildmaster> sqlite is broken (says buildknecht).
[18:18:40] <buildmaster> haskell-wai-handler-launch is broken (says buildknecht3).
[18:18:55] <buildmaster> linux-zen is broken (says buildknecht).
[18:21:38] <buildmaster> haskell-warp-tls is broken (says buildknecht3).
[18:23:35] <buildmaster> ristretto is broken (says buildknecht).
[18:24:17] <buildmaster> haskell-shelly is broken (says buildknecht3).
[18:26:13] -!- deep42thought has joined #archlinux-ports
[18:26:53] <buildmaster> haskell-pointed is broken (says buildknecht).
[18:27:16] <buildmaster> haskell-turtle is broken (says buildknecht3).
[18:29:33] <deep42thought> does the current gcc in staging work?
[18:30:57] <buildmaster> deepin-editor is broken (says buildknecht).
[18:31:17] <buildmaster> skktools is broken (says buildknecht3).
[18:32:09] <deep42thought> doesn't look so ...
[18:32:22] <abaumann> me like the forum: people start to ask questions, so it's actually used. :-)
[18:32:35] <deep42thought> :-)
[18:32:40] <deep42thought> ah, crap
[18:32:47] <abaumann> ?
[18:32:50] <deep42thought> that gcc in staging is the one which was built by buildknecht2
[18:32:58] <abaumann> oups.
[18:33:05] <deep42thought> and it was allowed to do so, because I forgot to remove it from the list ...
[18:33:15] <deep42thought> ok, so: start again on rechenknecht :-/
[18:33:27] <deep42thought> (otherwise it has the wrong sub_pkgrel)
[18:33:29] <abaumann> as long as we still have some buildslaves.. ;-)
[18:33:34] <deep42thought> we do
[18:33:36] <deep42thought> :-D
[18:33:38] <abaumann> :-)
[18:33:45] <buildmaster> jemalloc is broken (says buildknecht).
[18:33:53] <buildmaster> haskell-dlist is broken (says buildknecht3).
[18:34:13] <deep42thought> afk, dinner
[18:34:22] <abaumann> is there a 'slap buildmaster' hook? something like, come back and nag us in 2 hours again? ;-)
[18:34:26] <abaumann> enjoy :-)
[18:36:42] <buildmaster> haskell-boxes is broken (says buildknecht).
[18:37:00] <buildmaster> haskell-tasty-rerun is broken (says buildknecht3).
[18:39:30] <buildmaster> haskell-data-serializer is broken (says buildknecht).
[18:41:21] <buildmaster> mpfi is broken (says buildknecht3).
[18:43:08] <buildmaster> sirocco is broken (says buildknecht).
[18:43:40] <buildmaster> neomutt is broken (says buildknecht3).
[18:45:40] -!- buildmaster has quit [Remote host closed the connection]
[18:46:17] -!- buildmaster has joined #archlinux-ports
[18:46:19] <buildmaster> flint is broken (says buildknecht).
[18:48:46] <buildmaster> haskell-monad-logger is broken (says buildknecht3).
[18:50:25] <buildmaster> avr-gcc is broken (says buildknecht).
[18:53:19] <buildmaster> mailutils is broken (says buildknecht3).
[18:56:46] <buildmaster> modem-manager-gui is broken (says buildknecht3).
[18:59:00] <buildmaster> fplll is broken (says buildknecht3).
[19:01:37] <buildmaster> highlight is broken (says buildknecht).
[19:04:12] <buildmaster> deepin-screen-recorder is broken (says buildknecht3).
[19:04:55] <deep42thought> ah, crap
[19:05:02] <deep42thought> I forgot to put gcc on the build list again
[19:05:11] <deep42thought> that's why the buildmaster hands out other packages
[19:05:13] <deep42thought> which fail ...
[19:05:15] <buildmaster> gauche is broken (says buildknecht).
[19:06:41] -!- deep42thought has quit [Quit: Leaving.]
[19:07:16] <buildmaster> openipmi is broken (says buildknecht3).
[19:40:45] -!- alyptik has quit [Ping timeout: 265 seconds]
[19:42:35] -!- alyptik has joined #archlinux-ports
[20:23:50] -!- yans has quit [Remote host closed the connection]
[20:34:24] -!- Guest71226 has joined #archlinux-ports
[20:37:14] -!- Guest71226 has quit [Client Quit]
[21:16:20] -!- abaumann has quit [Quit: leaving]
[21:25:06] <buildmaster> haskell-conduit-combinators is broken (says buildknecht3).
[21:28:44] <buildmaster> arm-none-eabi-gcc is broken (says buildknecht3).
[21:30:18] <buildmaster> deepin-api is broken (says buildknecht).
[21:32:18] -!- buildmaster has quit [Remote host closed the connection]
[21:33:14] -!- buildmaster has joined #archlinux-ports
[21:34:30] <buildmaster> ruby is broken (says buildknecht).
[22:09:21] <buildmaster> gcc6 is broken (says buildknecht).
[22:12:57] -!- MrBIOS has joined #archlinux-ports
[22:13:01] <MrBIOS> re
[22:19:02] <buildmaster> wxsqlite3 is broken (says buildknecht).
[22:25:03] <buildmaster> avahi is broken (says buildknecht).
[22:30:05] <buildmaster> pipewire is broken (says buildknecht).
[22:37:14] <buildmaster> gnome-calculator is broken (says buildknecht).
[22:41:15] <buildmaster> gtkspell is broken (says buildknecht).
[22:41:35] <tyzoid> mrBIOS: What's up?
[22:46:47] <buildmaster> stardict is broken (says buildknecht).
[22:54:13] <buildmaster> claws-mail is broken (says buildknecht).
[22:57:02] <buildmaster> haskell-lens is broken (says buildknecht).
[22:57:10] -!- alyptik has quit [Ping timeout: 240 seconds]
[22:58:46] -!- alyptik has joined #archlinux-ports
[23:04:22] <buildmaster> gnome-builder is broken (says buildknecht).
[23:48:25] <buildmaster> yara is broken (says buildknecht).
[23:50:47] <buildmaster> sslsplit is broken (says buildknecht).
[23:57:17] <buildmaster> cgrep is broken (says buildknecht).
[23:59:47] <buildmaster> haskell-listlike is broken (says buildknecht).