| Summary: | dev-perl/Cache-Memcached-Fast-0.230.0 fails to build with parallel make | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | New packages | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
|
Description
Diego Elio Pettenò (RETIRED)
2010-01-06 23:43:45 UTC
Created attachment 215455 [details]
Build log
Matrix says it works on 5.10 and 5.11. http://matrix.cpantesters.org/?dist=Cache-Memcached-Fast+0.17 Can you reproduce when non-parallel? Please attach the files generated by genparser.pl in your setup. Can't test right now with -j1 (perl-cleaner still running) but I guess the problem is indeed in the parallel make, changing the summary until otherwise proven (Thomas tested with 5.10 and it works). Still the case with dev-perl/Cache-Memcached-Fast-0.230.0 (and indeed parallel make issue) Tweaked rules slightly, I expect this works ( after changing could not induce failure more ) https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-perl/Cache-Memcached-Fast/files/0.230.0-parallel-make.patch?id=94345d2337d7c16e66a45a85c0c135599941ac19 --- commit 94345d2337d7c16e66a45a85c0c135599941ac19 Author: Kent Fredric <kentnl@gentoo.org> Date: Wed Aug 3 00:50:45 2016 +1200 dev-perl/Cache-Memcached-Fast: Fix make dependencies re: bug #299972 This patch injects a few missing dependency rules in the generated Makefile that resolves the parallelism problem. Thanks to Diego Elio Pettenò for reporting. Bug: https://bugs.gentoo.org/299972 |