On 11/19/14 10:17, Alec Ten Harmsel wrote: > Hey devs, > > This is my first mail to this list. If this is out of line, let me know. > > I've been playing around with Jenkins (continuous integration server) > recently for a couple of personal projects, including my own overlay. I > thought it would be cool to run 'repoman full' on the portage tree. A > couple of things surprised me: > > * It took over 4 hours That's why I run it in parallel, takes about 45 minutes wall time like that
> * So many (~3MB output) warnings, especially "upstream parallel > compilation bug"... thought autoconf handled this, but I guess not > * 9233 ebuilds that use a deprecated EAPI http://packages.gentooexperimental.org/repoman-checks/ updated per cron job, split by category. Much easier to handle :) Feel free to work on fixing things - there's enough issues that you won't run out of work this decade. Some are easy cosmetic fixes, others will require rewriting the build system from scratch ("upstream parallel compilation bug" ? postgresql upstream for example doesn't see it as a bug, but patches welcome) http://packages.gentooexperimental.org/repoman-current-issues.txt is a collection of more interesting issues, all of these are also announced to IRC by my messy hack of a shell script by the name of AutoRepoman. #gentoo-bugs, #gentoo-qa on irc.freenode.net Have fun, Patrick