diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-October/019536.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-October/019536.html | 145 |
1 files changed, 145 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-October/019536.html b/zarb-ml/mageia-dev/2012-October/019536.html new file mode 100644 index 000000000..be2c71a03 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-October/019536.html @@ -0,0 +1,145 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] "App-CPAN2Pkg keeps failing on already available packages" - https://rt.cpan.org/Ticket/Display.html?id=80418 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%22App-CPAN2Pkg%20keeps%20failing%20on%20already%20available%0A%20packages%22%20-%20https%3A//rt.cpan.org/Ticket/Display.html%3Fid%3D80418&In-Reply-To=%3C20121026120954.GU18548%40mongueurs.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="019532.html"> + <LINK REL="Next" HREF="019542.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] "App-CPAN2Pkg keeps failing on already available packages" - https://rt.cpan.org/Ticket/Display.html?id=80418</H1> + <B>Jerome Quelin</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%22App-CPAN2Pkg%20keeps%20failing%20on%20already%20available%0A%20packages%22%20-%20https%3A//rt.cpan.org/Ticket/Display.html%3Fid%3D80418&In-Reply-To=%3C20121026120954.GU18548%40mongueurs.net%3E" + TITLE="[Mageia-dev] "App-CPAN2Pkg keeps failing on already available packages" - https://rt.cpan.org/Ticket/Display.html?id=80418">jquelin at gmail.com + </A><BR> + <I>Fri Oct 26 14:09:54 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="019532.html">[Mageia-dev] "App-CPAN2Pkg keeps failing on already available packages" - https://rt.cpan.org/Ticket/Display.html?id=80418 +</A></li> + <LI>Next message: <A HREF="019542.html">[Mageia-dev] "App-CPAN2Pkg keeps failing on already available packages" - https://rt.cpan.org/Ticket/Display.html?id=80418 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#19536">[ date ]</a> + <a href="thread.html#19536">[ thread ]</a> + <a href="subject.html#19536">[ subject ]</a> + <a href="author.html#19536">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 12/10/26 11:53 +0200, Shlomi Fish wrote: +><i> I've been trying out CPAN2Pkg, and was dismayed by this bug: +</I>><i> <A HREF="https://rt.cpan.org/Ticket/Display.html?id=80418">https://rt.cpan.org/Ticket/Display.html?id=80418</A> +</I>><i> +</I>><i> "App-CPAN2Pkg keeps failing on already available packages (in the Mageia +</I>><i> upstream). +</I>><i> +</I>><i> I did not get a reply to the previous bug I reported (which is of similar +</I>><i> nature) in 3 months +</I>><i> - <A HREF="https://rt.cpan.org/Ticket/Display.html?id=78510">https://rt.cpan.org/Ticket/Display.html?id=78510</A> . +</I> +strange, i did not get the email from rt, which is why i didn't have a +look at them. :-( + +><i> Now, I tried to find out what the problem with CPAN2Pkg and after a long +</I>><i> investigation, I realised that check_upstream_availability() and +</I>><i> _install_from_upstream_with_rpm_lock() are called only on the initial +</I>><i> $self->module->name() (which is object-wide) and not only on its prerequisites. +</I>><i> That's not good - we should check each prerequisite as well. Can you look into +</I>><i> fixing this? Otherwise, it makes cpan2pkg extremely frustrating to use. +</I> +sorry, but check_upstream_availability is done in START event from +app::cpan2pkg::worker class, and thus for each new module. indeed, +there's a new worker session created for each module to be investigated. + +your error comes from this in the output: + + * 22:16:46 Running: cpanp /prereqs show Carp::REPL + + [ERROR] No such plugin command + + +==> you need to install +perl-CPANPLUS-Shell-Default-Plugins-Prereqs-0.100.0-1.mga3.noarch.rpm + +Jérôme +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="019532.html">[Mageia-dev] "App-CPAN2Pkg keeps failing on already available packages" - https://rt.cpan.org/Ticket/Display.html?id=80418 +</A></li> + <LI>Next message: <A HREF="019542.html">[Mageia-dev] "App-CPAN2Pkg keeps failing on already available packages" - https://rt.cpan.org/Ticket/Display.html?id=80418 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#19536">[ date ]</a> + <a href="thread.html#19536">[ thread ]</a> + <a href="subject.html#19536">[ subject ]</a> + <a href="author.html#19536">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |