Just a very simple script to help Gentoo arch testers find out issues with packages' build systems.
It should find very obvious problems, but is far from perfect. Also, it could (and will probably do for sure) miss issues that is supposed to find out.
You should have set PORT_LOGDIR
in your make.conf
like this: PORT_LOGDIR="/path/to/logs"
, otherwise build logs won't get saved by portage for later use.
You can perfectly use blatt without having PORT_LOGDIR
set, of course.
blatt depends on:
- app-portage/eix
- app-portage/gentoolkit
Just pass blatt.sh
, as arguments, a list of build logs. Usually all build logs will be in PORT_LOGDIR.
All type of help is appreciated. Bug reports, new ideas and patches are ALWAYS welcome!