summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-November/020074.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-November/020074.html')
-rw-r--r--zarb-ml/mageia-dev/2012-November/020074.html111
1 files changed, 111 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-November/020074.html b/zarb-ml/mageia-dev/2012-November/020074.html
new file mode 100644
index 000000000..ed0b52cc9
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-November/020074.html
@@ -0,0 +1,111 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [changelog] [RPM] cauldron core/release libqwt-6.0.1-2.mga3
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%09libqwt-6.0.1-2.mga3&In-Reply-To=%3C50AAD1C6.3040201%40zen.co.uk%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="020071.html">
+ <LINK REL="Next" HREF="020105.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [changelog] [RPM] cauldron core/release libqwt-6.0.1-2.mga3</H1>
+ <B>Barry Jackson</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%09libqwt-6.0.1-2.mga3&In-Reply-To=%3C50AAD1C6.3040201%40zen.co.uk%3E"
+ TITLE="[Mageia-dev] [changelog] [RPM] cauldron core/release libqwt-6.0.1-2.mga3">zen25000 at zen.co.uk
+ </A><BR>
+ <I>Tue Nov 20 01:41:42 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="020071.html">[Mageia-dev] [changelog] [RPM] cauldron core/release libqwt-6.0.1-2.mga3
+</A></li>
+ <LI>Next message: <A HREF="020105.html">[Mageia-dev] [changelog] [RPM] cauldron core/release libqwt-6.0.1-2.mga3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#20074">[ date ]</a>
+ <a href="thread.html#20074">[ thread ]</a>
+ <a href="subject.html#20074">[ subject ]</a>
+ <a href="author.html#20074">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 19/11/12 19:21, Jani V&#228;limaa wrote:
+&gt;<i> On Mon, 19 Nov 2012 18:57:21 +0000
+</I>&gt;<i> Barry Jackson &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">zen25000 at zen.co.uk</A>&gt; wrote:
+</I>
+&gt;&gt;<i> Ping me when it's sorted out and I will rebuild python-qwt and
+</I>&gt;&gt;<i> gnuradio.
+</I>&gt;<i>
+</I>&gt;<i> It's all sorted out. Python-qwt is now build against the old libqwt5
+</I>&gt;<i> [1]. Maybe you should build gnuradio against the old one
+</I>&gt;<i> (libqwt5-devel) too..
+</I>&gt;<i>
+</I>&gt;<i> [1]
+</I>&gt;<i> <A HREF="http://svnweb.mageia.org/packages/cauldron/python-qwt/current/SPECS/python-qwt.spec?revision=319494&amp;view=markup">http://svnweb.mageia.org/packages/cauldron/python-qwt/current/SPECS/python-qwt.spec?revision=319494&amp;view=markup</A>
+</I>&gt;<i>
+</I>Well there still seems to be something wrong.
+The gnuradio spec originally had:
+Buildrequires: libqwt-devel
+That now pulls in libqwt6, while python-qwt is using libqwt5.
+If I use:
+BuildRequires: libqwt5-devel in the spec, it builds OK, but rpmlint (run
+on the srpm) says:
+
+ W: invalid-build-requires libqwt5-devel
+and
+$ urpmq --requires-recursive gnuradio | grep qwt
+lib64qwt5
+lib64qwt6
+python-qwt
+
+So it's requiring a mix of majors which does not look good :\
+
+If I remove the BuildRequire on libqwt the build fails as qwt is not
+found during the CMake configure.
+
+Maybe someone can see something in the build log:
+<A HREF="http://mtf.no-ip.co.uk/pub/linux/barjac/distrib/cauldron/x86_64/log/gnuradio-3.6.2-4.mga3.src.rpm/build.0.20121120000514.log">http://mtf.no-ip.co.uk/pub/linux/barjac/distrib/cauldron/x86_64/log/gnuradio-3.6.2-4.mga3.src.rpm/build.0.20121120000514.log</A>
+This is the deps -install log, and I see nothing libqwt6 related.
+<A HREF="http://mtf.no-ip.co.uk/pub/linux/barjac/distrib/cauldron/x86_64/log/gnuradio-3.6.2-4.mga3.src.rpm/install_deps-1.0.20121120000514.log">http://mtf.no-ip.co.uk/pub/linux/barjac/distrib/cauldron/x86_64/log/gnuradio-3.6.2-4.mga3.src.rpm/install_deps-1.0.20121120000514.log</A>
+
+Those are both from a successful build with BuildRequires: libqwt5-devel
+in the spec.
+
+It's late I'll sleep on it, been at this all day - gnuradio is a
+looooong build :(
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="020071.html">[Mageia-dev] [changelog] [RPM] cauldron core/release libqwt-6.0.1-2.mga3
+</A></li>
+ <LI>Next message: <A HREF="020105.html">[Mageia-dev] [changelog] [RPM] cauldron core/release libqwt-6.0.1-2.mga3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#20074">[ date ]</a>
+ <a href="thread.html#20074">[ thread ]</a>
+ <a href="subject.html#20074">[ subject ]</a>
+ <a href="author.html#20074">[ 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>