mbox

automake: Add non detected dependencies of perl modules.

Message ID 1445121346-20367-1-git-send-email-stefan.schantl@ipfire.org
State Accepted
Commit b0ea9322d53e8a29433789c4b472a4aeb49f9656
Headers

Message

Stefan Schantl Oct. 18, 2015, 9:35 a.m. UTC
  automake has non detected dependencies to perl(threads) and
perl(Thread::Queue).

After updating perl to version 5.20 those modules have been
moved into own sub-packages which are not installed because
these dependencies are not correctly detected and tracked in
the automake package.

Manually adding them will solve this problem and provides
a working version of automake again.

The whole problem also has been filed on the RH bugtracker:
https://bugzilla.redhat.com/show_bug.cgi?id=919810

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 automake/automake.nm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)