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.
Currently it only accepts one argument which is the full path to the build log in the PORT_LOGDIR directory (not the one in the package's temp/ dir).
You must have set PORT_LOGDIR
in your make.conf
.
You must have app-portage/eix
installed.
All type of help is appreciated.
I'm a very newbie into Bash so, bug reports, new ideas and patches are ALWAYS welcome!