* [PATCH] automake: Add non detected dependencies of perl modules.
@ 2015-10-17 22:35 Stefan Schantl
2015-10-17 22:40 ` [PATCH v2] " Stefan Schantl
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2015-10-17 22:35 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1324 bytes --]
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(a)ipfire.org>
---
automake/automake.nm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/automake/automake.nm b/automake/automake.nm
index 59bf3b0..128ba2c 100644
--- a/automake/automake.nm
+++ b/automake/automake.nm
@@ -5,7 +5,7 @@
name = automake
version = 1.13.2
-release = 1
+release = 2
arch = noarch
groups = Development/Tools
@@ -26,12 +26,17 @@ required_autoconf_version = 2.62
build
requires
autoconf >= %{required_autoconf_version}
- perl
+ perl(threads)
+ perl(Thread::Queue)
end
end
packages
package %{name}
- requires = autoconf >= %{required_autoconf_version}
+ requires
+ autoconf >= %{required_autoconf_version}
+ perl(threads)
+ perl(Thread::Queue)
+ end
end
end
--
2.4.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v2] automake: Add non detected dependencies of perl modules
2015-10-17 22:35 [PATCH] automake: Add non detected dependencies of perl modules Stefan Schantl
@ 2015-10-17 22:40 ` Stefan Schantl
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schantl @ 2015-10-17 22:40 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1339 bytes --]
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
Fixes #10944.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
automake/automake.nm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/automake/automake.nm b/automake/automake.nm
index 59bf3b0..128ba2c 100644
--- a/automake/automake.nm
+++ b/automake/automake.nm
@@ -5,7 +5,7 @@
name = automake
version = 1.13.2
-release = 1
+release = 2
arch = noarch
groups = Development/Tools
@@ -26,12 +26,17 @@ required_autoconf_version = 2.62
build
requires
autoconf >= %{required_autoconf_version}
- perl
+ perl(threads)
+ perl(Thread::Queue)
end
end
packages
package %{name}
- requires = autoconf >= %{required_autoconf_version}
+ requires
+ autoconf >= %{required_autoconf_version}
+ perl(threads)
+ perl(Thread::Queue)
+ end
end
end
--
2.4.3
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-17 22:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-17 22:35 [PATCH] automake: Add non detected dependencies of perl modules Stefan Schantl
2015-10-17 22:40 ` [PATCH v2] " Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox