This Time Self-Hosted
dark mode light mode Search

Debating future tinderbox work

I’ve been not working on the tinderbox lately because my “daily job” (which is not really daily) swamped me out badly. Since this week I’m going to London to take some days off, I’ll probably get back to the tinderbox after that.

For the next ride of the tinderbox, there is at least one thing that’s definitely going to be interesting: the new X11R7.5 release means that quite a bit of packages might not build at all since they don’t have the new includes fixed. I found one or two packages with such problems while doing Yamato’s root filesystem rebuild (after glibc 2.11 update).

There is another interesting idea that I should probably toy with: the way the tinderbox works, it tests all non-masked packages; by QA standards, those should not use the network at build time. During my world rebuild this night, network went offline, and one package failed since it tried to wget a piece of source from the network. And it’s not even the first one lately.

Thanks to the fact that my tinderbox uses containers I can easily isolate it out of the network so that it cannot access the network, and then make sure that the ebuilds trying to use the network get their access refused.

The other problem to cope with is the size of the logs and the fact that I still lack an analysis script and thus opening new batches of bugs requires a huge amount of work, especially when it comes to attaching the log and getting some information out of it.

Any suggestion on how to proceed with the tinderbox will definitely be welcome.

Comments 4
  1. glibc 2.11? Valgrind does not work with that, so just one minute after I emerged it I hacked the ebuild so I could downgrade to 2.10.Quite a luck I noticed that before compiling anything else.So now glibc 2.11 is masked locally for me, breaking valgrind is not an option for me.

  2. Reimar, valgrind needs new suppression files every glibc release… I’m used to fixing them myself nowadays.

  3. I suspect that some ebuilds try to access the network, but don’t complain if it isn’t available.I usually fetch first, then install off-line.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.