diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-July/017707.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-July/017707.html | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-July/017707.html b/zarb-ml/mageia-dev/2012-July/017707.html new file mode 100644 index 000000000..95c54bcbe --- /dev/null +++ b/zarb-ml/mageia-dev/2012-July/017707.html @@ -0,0 +1,126 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] maven.prov rpm script broken... + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20maven.prov%20rpm%20script%20broken...&In-Reply-To=%3C5011BD68.2070004%40mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="017706.html"> + <LINK REL="Next" HREF="017716.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] maven.prov rpm script broken...</H1> + <B>Thomas Backlund</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20maven.prov%20rpm%20script%20broken...&In-Reply-To=%3C5011BD68.2070004%40mageia.org%3E" + TITLE="[Mageia-dev] maven.prov rpm script broken...">tmb at mageia.org + </A><BR> + <I>Thu Jul 26 23:58:00 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="017706.html">[Mageia-dev] maven.prov rpm script broken... +</A></li> + <LI>Next message: <A HREF="017716.html">[Mageia-dev] maven.prov rpm script broken... +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17707">[ date ]</a> + <a href="thread.html#17707">[ thread ]</a> + <a href="subject.html#17707">[ subject ]</a> + <a href="author.html#17707">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>27.07.2012 00:34, Thomas Backlund skrev: +><i> I dont know if this is a fallout of usrmove or the recent +</I>><i> rpm-mageia-setup cleanup or something else, but I now see +</I>><i> this in kernel buildlogs: +</I>><i> +</I>><i> Searching for Provides: /usr/lib/rpm/mageia/filter.sh ' ' ' ' +</I>><i> '/home/tmb/RPM/BUILDROOT/kernel-linus-3.5.0-1.mga3.x86_64' +</I>><i> /usr/lib/rpm/mageia/find-provides +</I>><i> Traceback (most recent call last): +</I>><i> File "/usr/lib/rpm/maven.prov", line 65, in <module> +</I>><i> builder = TagBuilder () +</I>><i> File "/usr/lib/rpm/maven.prov", line 46, in __init__ +</I>><i> self.get_mvn_provide (path) +</I>><i> File "/usr/lib/rpm/maven.prov", line 51, in get_mvn_provide +</I>><i> with open(path) as f: +</I>><i> IOError: [Errno 2] No such file or directory: '' +</I>><i> +</I> +and rpm-mageia-setup cleanup is the guilty one... + + +We had this: +<A HREF="http://svnweb.mageia.org/packages/cauldron/rpm-mageia-setup/current/SOURCES/rpm-mageia-setup-1.147-Better-handle-maven-prov.patch?revision=189248&view=markup&pathrev=189248">http://svnweb.mageia.org/packages/cauldron/rpm-mageia-setup/current/SOURCES/rpm-mageia-setup-1.147-Better-handle-maven-prov.patch?revision=189248&view=markup&pathrev=189248</A> + + +where find-provides had: +mavenlist=$(echo "$filelist" |egrep '/usr/share/maven-poms/.*\.pom') + +but now has: + +mavenlist=$(echo "$filelist" |egrep '/usr/share/maven-fragments/*') + + +So wich one is right ? + +-- +Thomas + +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="017706.html">[Mageia-dev] maven.prov rpm script broken... +</A></li> + <LI>Next message: <A HREF="017716.html">[Mageia-dev] maven.prov rpm script broken... +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17707">[ date ]</a> + <a href="thread.html#17707">[ thread ]</a> + <a href="subject.html#17707">[ subject ]</a> + <a href="author.html#17707">[ 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> |