summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-July/006588.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-July/006588.html')
-rw-r--r--zarb-ml/mageia-dev/2011-July/006588.html242
1 files changed, 242 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-July/006588.html b/zarb-ml/mageia-dev/2011-July/006588.html
new file mode 100644
index 000000000..e2fba00d3
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-July/006588.html
@@ -0,0 +1,242 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Generic 64-bit building question
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Generic%2064-bit%20building%20question&In-Reply-To=%3C4E1D5E80.6000308%40laposte.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="006586.html">
+ <LINK REL="Next" HREF="006624.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Generic 64-bit building question</H1>
+ <B>andre999</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Generic%2064-bit%20building%20question&In-Reply-To=%3C4E1D5E80.6000308%40laposte.net%3E"
+ TITLE="[Mageia-dev] Generic 64-bit building question">andr55 at laposte.net
+ </A><BR>
+ <I>Wed Jul 13 10:59:44 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="006586.html">[Mageia-dev] Generic 64-bit building question
+</A></li>
+ <LI>Next message: <A HREF="006624.html">[Mageia-dev] Tonight's meeting
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6588">[ date ]</a>
+ <a href="thread.html#6588">[ thread ]</a>
+ <a href="subject.html#6588">[ subject ]</a>
+ <a href="author.html#6588">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Radu-Cristian FOTESCU a &#233;crit :
+&gt;<i> Sorry for polluting the whole list, but as I don't have a mentor...
+</I>&gt;<i>
+</I>&gt;<i> This is the first time I'm building 64-bit packages, and I'm running into the following issue.
+</I>&gt;<i>
+</I>&gt;<i> Requirements such as:
+</I>&gt;<i>
+</I>&gt;<i> BuildRequires: qt4-devel
+</I>&gt;<i> BuildRequires: python-devel
+</I>&gt;<i>
+</I>&gt;<i> expand very well (automatically) on 64-bit into:
+</I>&gt;<i>
+</I>&gt;<i> lib64qt4-devel
+</I>&gt;<i>
+</I>&gt;<i> lib64python-devel
+</I>&gt;<i>
+</I>&gt;<i> However, requirements such as:
+</I>&gt;<i>
+</I>&gt;<i> BuildRequires: magick-devel
+</I>&gt;<i> BuildRequires: chm-devel
+</I>&gt;<i> BuildRequires: wmf-devel
+</I>&gt;<i>
+</I>&gt;<i> do NOT expand into the existing:
+</I>&gt;<i>
+</I>&gt;<i> lib64magick-devel
+</I>&gt;<i> lib64chm-devel
+</I>&gt;<i> lib64wmf-devel
+</I>&gt;<i>
+</I>&gt;<i> therefore I have to use:
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> BuildRequires: %{_lib}magick-devel
+</I>&gt;<i> BuildRequires: %{_lib}chm-devel
+</I>&gt;<i> BuildRequires: %{_lib}wmf-devel
+</I>&gt;<i>
+</I>&gt;<i> Of course(?), magick-devel%{?_isa} etc. does NOT help.
+</I>&gt;<i>
+</I>&gt;<i> Question 1: why some libraries name do expand on 64-bit, whereas others don't?
+</I>&gt;<i>
+</I>&gt;<i> Question 2: why some other libraries expand even when incorrect names are given?
+</I>&gt;<i> E.g.:
+</I>&gt;<i> BuildRequires: libpoppler-qt4-devel
+</I>&gt;<i>
+</I>&gt;<i> accepts the installed lib:
+</I>&gt;<i>
+</I>&gt;<i> lib64poppler-qt4-devel
+</I>&gt;<i>
+</I>&gt;<i> although the name is incorrect, it should be limited to 32-bit!
+</I>
+Its' spec file must contain a virtual provides :
+Provides: libpoppler-qt4-devel
+
+A neat trick used sometimes to simplify requires.
+
+&gt;<i> Is the building system broken, am I stupid, or both?
+</I>
+You couldn't know if someone didn't tell you.
+I'll try to get you a mentor :)
+
+&gt;<i> Thanks,
+</I>&gt;<i>
+</I>&gt;<i> R-C aka beranger
+</I>
+Regards :)
+--
+Andr&#233;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="006586.html">[Mageia-dev] Generic 64-bit building question
+</A></li>
+ <LI>Next message: <A HREF="006624.html">[Mageia-dev] Tonight's meeting
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6588">[ date ]</a>
+ <a href="thread.html#6588">[ thread ]</a>
+ <a href="subject.html#6588">[ subject ]</a>
+ <a href="author.html#6588">[ 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>